.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f6f6f6;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row .container { background-color: transparent; background-image: none; }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row .container > .video-iframe-container { display: none; }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row > .video-iframe-container { display: none; }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .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); }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row .container { border-width: 0; border-radius: 0; }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row .container { font-size:14px;font-family:arial;height:202px;width:960px;position:relative;display:block; }#FRW9tTDELb20MLGFJO8iJSvfrOXGwyzf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:159px;width:333px;top:21.5px;left:298.5px;overflow:hidden;display:block; }
#y9HTiszokM044OAszQOiUTcQQzuMgkxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a10b69e0-b235-4bb1-85a9-de6799c1614b/bg_runadan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp.adaptive-delivery-prevent-bg, #y9HTiszokM044OAszQOiUTcQQzuMgkxp.lazyload, #y9HTiszokM044OAszQOiUTcQQzuMgkxp.lazyloading { background-image: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { background-color: transparent; background-image: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container > .video-iframe-container { display: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container { display: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .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); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { border-width: 0; border-radius: 0; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { font-size:14px;font-family:arial;height:604px;width:960px;position:relative;display:block; }#p7Uabk9H8AwcVbH5ROM78HNOyS0DQIae { color:#046d7f;display:block;width:461px;position:absolute;font-family:tajawal;font-size:42px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:261.9921875px;left:478px;height:109.1876px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JLp7cKpRgqBQJVAcZCBu1BBlSBFDfI0E { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:538px;width:478px;top:22.5px;left:0px;overflow:hidden;display:block; }
#zqf35mLNNAacZuSkDfWFZ4LrB7ftZqxl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a10b69e0-b235-4bb1-85a9-de6799c1614b/bg_runadan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zqf35mLNNAacZuSkDfWFZ4LrB7ftZqxl.adaptive-delivery-prevent-bg, #zqf35mLNNAacZuSkDfWFZ4LrB7ftZqxl.lazyload, #zqf35mLNNAacZuSkDfWFZ4LrB7ftZqxl.lazyloading { background-image: none; }#zqf35mLNNAacZuSkDfWFZ4LrB7ftZqxl > .row .container { border-width: 0; border-radius: 0; }#zqf35mLNNAacZuSkDfWFZ4LrB7ftZqxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zqf35mLNNAacZuSkDfWFZ4LrB7ftZqxl > .row .container { font-size:14px;font-family:arial;height:604px;width:960px;position:relative;display:none; }#p0BT4wFscsQZIWImDmxEEbxZvERmVsdw { color:#046d7f;display:block;width:461px;position:absolute;font-family:tajawal;font-size:42px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.9921875px;left:481.5px;height:109.1876px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cK7R1Ih6E85yB3lwUHrgqFKQsG26TKLv { color:#696969;display:block;width:468px;position:absolute;font-family:tajawal;font-size:24px;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:137.1796875px;left:478px;height:203.9845px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e418fGbKXDtFAGzudR17AcZxzW4KXLsx { color:#046d7f;display:block;width:451px;position:absolute;font-family:tajawal;font-size:25px;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:346.1640625px;left:486.5px;height:127.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DGIKsg3zPOnOddaom8A5mv3QKqbuhxnC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:538px;width:478px;top:22.5px;left:0px;overflow:hidden;display:block; }
#VchCkaA9TzehDNFo7JHXha4HEQ9iEHqC { color:#696969;display:block;width:484px;position:absolute;font-family:tajawal;font-size:18px;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:475.6640625px;left:466.5px;height:36px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#a5wR5WSvtoAS9vQN4DTqxdrwtmcwTgDg { color:#696969;display:block;width:458px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15005;line-height:2;letter-spacing:0;top:520px;left:483px;height:72px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 { position:relative;display:none; }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 { border-width: 0; border-radius: 0; }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:102px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AhpEHKzyWbAQZckHMN9rVAAZIVlQgMKb { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f4141, #046d7f);background-image: -moz-linear-gradient(90deg, #1f4141, #046d7f);background-image: -ms-linear-gradient(90deg, #1f4141, #046d7f);background-image: -o-linear-gradient(90deg, #1f4141, #046d7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4141', endColorstr='#046d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4141', endColorstr='#046d7f' );";background-image: linear-gradient(90deg, #1f4141, #046d7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 8px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:24px;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:280px;height:58px;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:24px;left:340px;display:block; }
#rvWNQKOOoiOamGMplHuWnGTweZvsW6Jr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH { position:relative;display:none; }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH { border-width: 0; border-radius: 0; }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:788px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#D8aoSOhTtoDI8xprpccVr5fuhsoxBCFB { position:absolute;display:block;z-index:15007;background-color:rgba(33,15,23,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(56,17,31,0.2);border-left:1px solid rgba(56,17,31,0.2);border-right:1px solid rgba(56,17,31,0.2);border-bottom:1px solid rgba(56,17,31,0.2);border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:68px;width:864px;top:47px;left:47px;display:block; }
#dWa3DK5kf0EKraKyEf9zTGVHyeCm7FEf { color:#f6f6f6;display:block;width:320px;position:absolute;font-family:cairo;font-size:30px;font-weight:700;z-index:15100;line-height:1.6;letter-spacing:0;top:58px;left:320px;height:48px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-form-header {  }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-regular-label { height:auto;display:block;font-family:tajawal;font-size:16px;font-weight:bold;color:#5f1d34;width:829px;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;text-align:left;text-align-last:left;line-height:1.6;overflow:hidden;vertical-align:top; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(255,255,255,0.7);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: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:829px;box-sizing:border-box;height:50px;color:#161616;font-size:16px;overflow:hidden;font-family:tajawal;text-align:right;text-align-last:right;line-height:1.6;font-weight:400;font-style:normal;vertical-align:top; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-text {padding-top: 0; padding-bottom: 0;}#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(255,255,255,0.7);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: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:829px;box-sizing:border-box;height:70px;color:#161616;font-size:16px;overflow:hidden;font-family:tajawal;text-align:right;text-align-last:right;line-height:1.6;font-weight:400;font-style:normal;vertical-align:top; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:rgba(255,255,255,0.7);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:829px;box-sizing:border-box;height:40px;color:#161616;font-family:tajawal;font-size:16px;overflow:hidden;line-height:1.6;text-align:right;text-align-last:right;vertical-align:top; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-select {padding-top: 0; padding-bottom: 0;}#c48S31TAERXP16nEK54pgzH9tURoNbfX .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; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f4141, #046d7f);background-image: -moz-linear-gradient(90deg, #1f4141, #046d7f);background-image: -ms-linear-gradient(90deg, #1f4141, #046d7f);background-image: -o-linear-gradient(90deg, #1f4141, #046d7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4141', endColorstr='#046d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4141', endColorstr='#046d7f' );";background-image: linear-gradient(90deg, #1f4141, #046d7f);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left: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:829px;height:55px;font-family:cairo;overflow:hidden;box-shadow: none;line-height:1.1; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX [class*="-text"]:-moz-placeholder { color:#63656a;font-family:tajawal;font-size:16px; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX [class*="-text"]::-moz-placeholder { color:#63656a;font-family:tajawal;font-size:16px; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX [class*="-text"]:-ms-input-placeholder { color:#63656a;font-family:tajawal;font-size:16px; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX [class*="-text"]::-webkit-input-placeholder { color:#63656a;font-family:tajawal;font-size:16px; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .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:12px;font-weight:300;color:#000000;vertical-align:top;width:810px;overflow:hidden;font-style:normal;float:none; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .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; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .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:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-container { padding-top:5px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-container:first-of-type{padding-top:0;}#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-container:last-of-type{padding-bottom:0;}#c48S31TAERXP16nEK54pgzH9tURoNbfX  { background-color:#057c8f;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:829px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;position:absolute;top:139px;left:45.5px; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:829px;display:block;vertical-align:top; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX {display:block;}#c48S31TAERXP16nEK54pgzH9tURoNbfX { background-color:#057c8f;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:829px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;position:absolute;top:139px;left:45.5px; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #TdxcCXZOCM6ut4ZaGkr8PP7VQVQU10g7 { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #LbIQ4FnBvDGPN2P62CDBxg3KJmosdTOH { position:relative;display:none; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #K9FbtapR4crhzXc7wiVFSv23X8Nbi8nK { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #exm31I0Lp7rxLTkGloZq2SBCCGbTHTiH { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #zkVkNBxPTbGfNxRH7ofdiT5Hc5cbS6Qk { position:relative;display:none; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #wrRTTTJPS6KtTLF6HoHtCwhTRdKccakC { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #n0PuN8uT19LxBvanxPeymgLgSWT8tcgp { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #ARKy9MHKN35xPcJu1ro3Kng19VkSTksq { position:relative;display:none; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #GGAw7fUod2JS4KcHJWCS6T8GTSwCovOt { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #RhEEabQaqgqkPT6NGg3fJ0DKksWoLGTi { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #Ka79RekMCcemwIfkHAPevvKWa5qTLlFu { position:relative;display:none; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #DBrxEuGvBRKP1gkueNXB5JUWmmukdcZZ { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #XrgKrmPNsMhz3STXR12IXIICeuTNmvaT { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #J33x6MkrPfHERd9bwzZATUO3aDD1EvVp { position:relative;display:none; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #IIzsqEOwTN7CNQNu3iKwurvHduUUeR0q { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #llCKg4NoK0xozTASJn0PmR3t3As03JkT { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #r47TtqHhHMWlnV9qxQASxl63o8oVefi5 { position:relative;display:none; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #m3ZKJQemkb9KezO5Q9S1ryeiqgmi14Nl { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #eDJaPfCT7FwtmNdKM2sR46HArCOTEmfh { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #VDSnFVOryiT11o3pNeJk5HUnwXCbiWry { position:relative;display:none; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #NfTOND9AkCgipDu0XMXHu2fOdAL0ZS4T { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #XRremi2zhKgBAsQKAilsg91TzkOTLuE9 { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #mleeH6nUcGtb1O95yMR9fwuZXo53KwST { position:relative; }
#A5EOHXFgxwxkJboOd2F7Bd4MLi62oFwC { position:absolute;display:block;z-index:15001;background-color:#046d7f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(240,233,235,0.2);border-left:1px solid rgba(240,233,235,0.2);border-right:1px solid rgba(240,233,235,0.2);border-bottom:1px solid rgba(240,233,235,0.2);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 6px rgba(0,0,0,0.2) ;height:746px;width:917px;top:17px;left:20.5px;display:block; }
#ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2601bd85-12f7-45da-95c5-8c14ebab215f/BG_px.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS.adaptive-delivery-prevent-bg, #ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS.lazyload, #ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS.lazyloading { background-image: none; }#ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS > .row .container { background-color: transparent; background-image: none; }#ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS > .row .container > .video-iframe-container { display: none; }#ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS > .row > .video-iframe-container { display: none; }#ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS > .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); }#ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS > .row .container { border-width: 0; border-radius: 0; }#ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS > .row .container { font-size:14px;font-family:arial;height:761px;width:960px;position:relative;display:block; }#rMEhzNn0sWUzEPCTEwtunl0XcSgr6Tta { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:8px solid #2a5858;border-left:8px solid #2a5858;border-right:8px solid #2a5858;border-bottom:8px solid #2a5858;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 9px 30px rgba(0,0,0,0.1) ;height:693px;width:913px;top:27px;left:16.5px;display:block; }
#VdpuUZyZdZdyFOe4ZI4iG7gDSB4358EP { color:#057c8f;display:block;width:648px;position:absolute;font-family:tajawal;font-size:47px;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:46.1796875px;left:156px;height:75.1953px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zKiMpzJMzKOxHgfB2RFyEq55opsgCXN6 { color:#000000;display:block;width:849px;position:absolute;font-family:tajawal;font-size:25px;font-weight:400;z-index:15011;line-height:2.2;letter-spacing:0;top:130px;left:55.5px;height:;text-align:right;text-align-last:right;font-style:normal;display:block; }#zKiMpzJMzKOxHgfB2RFyEq55opsgCXN6 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#zKiMpzJMzKOxHgfB2RFyEq55opsgCXN6 li:before{  }
#M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(6,7,7,0.4);background-image:url("https://images.assets-landingi.com/uc/2601bd85-12f7-45da-95c5-8c14ebab215f/BG_px.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ.adaptive-delivery-prevent-bg, #M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ.lazyload, #M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ.lazyloading { background-image: none; }#M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ > .row .container { background-color: transparent; background-image: none; }#M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ > .row .container > .video-iframe-container { display: none; }#M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ > .row > .video-iframe-container { display: none; }#M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ > .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); }#M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ > .row .container { border-width: 0; border-radius: 0; }#M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ > .row .container { font-size:14px;font-family:arial;height:156px;width:960px;position:relative;display:block; }#RS2AXeBQIC85gTwMWC0TsL6Uhik5nDAR { color:#ffffff;display:block;width:960px;position:absolute;font-family:tajawal;font-size:33px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:24px;left:0px;height:42.8984px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uhaX9L6Fz5JDaT12L5LUTqvJ2xav3H0w { color:#ffffff;display:block;width:960px;position:absolute;font-family:tajawal;font-size:25px;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:88px;left:0px;height:45px;text-align:center;text-align-last:center;display:block; }
#KW9LlG6LocEBHPEAluC4HsLiZhtsazTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#696969;background-image:url("https://images.assets-landingi.com/uc/2601bd85-12f7-45da-95c5-8c14ebab215f/BG_px.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KW9LlG6LocEBHPEAluC4HsLiZhtsazTT.adaptive-delivery-prevent-bg, #KW9LlG6LocEBHPEAluC4HsLiZhtsazTT.lazyload, #KW9LlG6LocEBHPEAluC4HsLiZhtsazTT.lazyloading { background-image: none; }#KW9LlG6LocEBHPEAluC4HsLiZhtsazTT > .row .container { background-color: transparent; background-image: none; }#KW9LlG6LocEBHPEAluC4HsLiZhtsazTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW9LlG6LocEBHPEAluC4HsLiZhtsazTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW9LlG6LocEBHPEAluC4HsLiZhtsazTT > .row .container > .video-iframe-container { display: none; }#KW9LlG6LocEBHPEAluC4HsLiZhtsazTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW9LlG6LocEBHPEAluC4HsLiZhtsazTT > .row > .video-iframe-container { display: none; }#KW9LlG6LocEBHPEAluC4HsLiZhtsazTT > .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); }#KW9LlG6LocEBHPEAluC4HsLiZhtsazTT > .row .container { border-width: 0; border-radius: 0; }#KW9LlG6LocEBHPEAluC4HsLiZhtsazTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KW9LlG6LocEBHPEAluC4HsLiZhtsazTT > .row .container { font-size:14px;font-family:arial;height:102px;width:960px;position:relative;display:block; }#JE15q5mHClcE5EOokzNZmrheMPihf3MP { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2a5858, #046d7f);background-image: -moz-linear-gradient(90deg, #2a5858, #046d7f);background-image: -ms-linear-gradient(90deg, #2a5858, #046d7f);background-image: -o-linear-gradient(90deg, #2a5858, #046d7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#046d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#046d7f' );";background-image: linear-gradient(90deg, #2a5858, #046d7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 8px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:24px;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:280px;height:58px;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:24px;left:340px;display:block; }
#D9038THbglvVfdFKdha9uuOZgs9yu0SI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row .container { border-width: 0; border-radius: 0; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row .container { font-size:14px;font-family:arial;height:407px;width:960px;position:relative;display:none; }#vpfUNLzsSFbBN43zwxtAPaRJ8TryWMmA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:372px;width:960px;top:17.5px;left:0px;overflow:hidden;display:block; }
#mSFDScJ0t5ukcq2bE4M55FrpCu4bNFwO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mSFDScJ0t5ukcq2bE4M55FrpCu4bNFwO > .row .container { background-color: transparent; background-image: none; }#mSFDScJ0t5ukcq2bE4M55FrpCu4bNFwO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSFDScJ0t5ukcq2bE4M55FrpCu4bNFwO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSFDScJ0t5ukcq2bE4M55FrpCu4bNFwO > .row .container > .video-iframe-container { display: none; }#mSFDScJ0t5ukcq2bE4M55FrpCu4bNFwO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSFDScJ0t5ukcq2bE4M55FrpCu4bNFwO > .row > .video-iframe-container { display: none; }#mSFDScJ0t5ukcq2bE4M55FrpCu4bNFwO > .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); }#mSFDScJ0t5ukcq2bE4M55FrpCu4bNFwO > .row .container { border-width: 0; border-radius: 0; }#mSFDScJ0t5ukcq2bE4M55FrpCu4bNFwO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mSFDScJ0t5ukcq2bE4M55FrpCu4bNFwO > .row .container { font-size:14px;font-family:arial;height:642px;width:960px;position:relative;display:block; }#zb03TCZStoCVQW8aCdtEN1CUBhJaxr3R { color:#057c8f;display:block;width:960px;position:absolute;font-family:tajawal;font-size:33px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:54px;left:0px;height:42.8984px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eNTTpaGSAfvoM5nqzknIJKG6hBlAGuA6 { position:absolute;display:block;z-index:15002;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(240,233,235,0.3);border-left:2px solid rgba(240,233,235,0.3);border-right:2px solid rgba(240,233,235,0.3);border-bottom:2px solid rgba(240,233,235,0.3);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:300px;width:300px;top:205px;left:14px;display:block; }
#rSAUycw3XRT0O8guiATL3aD9bHtCvcpQ { position:absolute;display:block;z-index:15003;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(240,233,235,0.3);border-left:2px solid rgba(240,233,235,0.3);border-right:2px solid rgba(240,233,235,0.3);border-bottom:2px solid rgba(240,233,235,0.3);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:300px;width:300px;top:205px;left:330px;display:block; }
#cTn1cA65KNMrI4JnSt9se5dqM2uJOTuy { position:absolute;display:block;z-index:15004;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(240,233,235,0.3);border-left:2px solid rgba(240,233,235,0.3);border-right:2px solid rgba(240,233,235,0.3);border-bottom:2px solid rgba(240,233,235,0.3);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:300px;width:300px;top:205px;left:646px;display:block; }
#UH9uFd8HbWQ507J6ifFsQ6hJVe2XZBPS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:150px;width:150px;top:164px;left:89px;overflow:hidden;display:block; }
#MRct0kXiDys8KGpkdTTGD1TSRhCwmJmk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:150px;width:150px;top:165px;left:405px;overflow:hidden;display:block; }
#y3eOA5o6GPkSLXaONtlrFy6h0oZ6qAal { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:150px;width:150px;top:164px;left:721px;overflow:hidden;display:block; }
#rIhgqcngyUx7VPbqTdlJbm7S7OPHrm7m { color:#121212;display:block;width:197px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:363px;left:66px;height:57.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zfKpy3ZyMbAKTmiu782mndN8NeKpAqbe { color:#5f1d34;display:block;width:245px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:463px;left:42px;height:23.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iiIlLLePTIupHD7NPx2Hx5z49IGed11E { color:#121212;display:block;width:188px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:349px;left:386px;height:57.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JTTR1qlW4vRxp8ZDN0lOHMVBqBtfT32a { color:#5f1d34;display:block;width:245px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:463px;left:358px;height:23.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZQaZ23a8qOvUS8wzDV2JwQEJBdLo64mO { color:#121212;display:block;width:209px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:349px;left:692px;height:57.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bzXMKAz5RRK6BqzsQPs4TSz71gHmUMb2 { color:#5f1d34;display:block;width:245px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:463px;left:674px;height:23.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zzi1yONQIs6h9AN1OqofM6B9epbpIKN7 { position:absolute;display:block;z-index:15101;background-color:#046d7f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:4px;width:100px;top:124px;left:430px;display:block; }
#Tvl7JJ5kCx034xfyDBGl8XdMTtUyKGlq { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2a5858, #057c8f);background-image: -moz-linear-gradient(90deg, #2a5858, #057c8f);background-image: -ms-linear-gradient(90deg, #2a5858, #057c8f);background-image: -o-linear-gradient(90deg, #2a5858, #057c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#057c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#057c8f' );";background-image: linear-gradient(90deg, #2a5858, #057c8f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:555px;left:340px;display:block; }
#kAh3tTuSaEi0f90h23Lg54HG8T8ZKCVN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h > .row .container { background-color: transparent; background-image: none; }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h > .row .container > .video-iframe-container { display: none; }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h > .row > .video-iframe-container { display: none; }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h > .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); }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h > .row .container { border-width: 0; border-radius: 0; }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h > .row .container { font-size:14px;font-family:arial;height:131px;width:960px;position:relative;display:block; }#IQVXvS18g0FkrO7kivU7NV8ifnNa0L8d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:95px;width:441px;top:20.28125px;left:19.5px;overflow:hidden;display:block; }
#yZoNiUXHd9xNfMtIkWsI9NOlcIDSKSOn { color:#046d7f;display:block;width:445px;position:absolute;font-family:tajawal;font-size:24px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.984375px;left:488px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .row .container { background-color: transparent; background-image: none; }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .row .container > .video-iframe-container { display: none; }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .row > .video-iframe-container { display: none; }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .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); }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .row .container { border-width: 0; border-radius: 0; }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .row .container { font-size:14px;font-family:arial;height:102px;width:960px;position:relative;display:block; }#VUBVTBrtg9QVfAf69ySzXBEIWL3HnVQD { color:#046d7f;display:block;width:318px;position:absolute;font-family:tajawal;font-size:25px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22px;left:558px;height:65px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vNeXGsLn9dE702wVFNRQ3RIx60EUNaWF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59px;width:219px;top:23.5px;left:42.293103448276px;overflow:hidden;display:block; }
#oDS7CdD8H8X5J6T95qnFKmao8bMJIVAk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:58px;width:210px;top:25.5px;left:286px;overflow:hidden;display:block; }
#TnA5RiqCqdN4hMc7K87HFToUz4iLPWTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TnA5RiqCqdN4hMc7K87HFToUz4iLPWTx > .row .container { background-color: transparent; background-image: none; }#TnA5RiqCqdN4hMc7K87HFToUz4iLPWTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnA5RiqCqdN4hMc7K87HFToUz4iLPWTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnA5RiqCqdN4hMc7K87HFToUz4iLPWTx > .row .container > .video-iframe-container { display: none; }#TnA5RiqCqdN4hMc7K87HFToUz4iLPWTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnA5RiqCqdN4hMc7K87HFToUz4iLPWTx > .row > .video-iframe-container { display: none; }#TnA5RiqCqdN4hMc7K87HFToUz4iLPWTx > .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); }#TnA5RiqCqdN4hMc7K87HFToUz4iLPWTx > .row .container { border-width: 0; border-radius: 0; }#TnA5RiqCqdN4hMc7K87HFToUz4iLPWTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnA5RiqCqdN4hMc7K87HFToUz4iLPWTx > .row .container { font-size:14px;font-family:arial;height:54px;width:960px;position:relative;display:block; }#XI8QKD5x1r0BMMFhPRi6Cwmed6MiVuQt { color:#121212;display:block;width:960px;position:absolute;font-family:tajawal;font-size:12px;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:17.5px;left:0px;height:19.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f { display:block; }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRW9tTDELb20MLGFJO8iJSvfrOXGwyzf { top:21px;left:200.5px;width:333px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #y9HTiszokM044OAszQOiUTcQQzuMgkxp { display:block; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7Uabk9H8AwcVbH5ROM78HNOyS0DQIae { top:261px;left:303px;width:461px;height:109px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #JLp7cKpRgqBQJVAcZCBu1BBlSBFDfI0E { top:22px;left:0px;width:478px;height:538px;display:block; }
 }@media only screen and (max-width: 763px) { #zqf35mLNNAacZuSkDfWFZ4LrB7ftZqxl { display:block; }#zqf35mLNNAacZuSkDfWFZ4LrB7ftZqxl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0BT4wFscsQZIWImDmxEEbxZvERmVsdw { top:19px;left:303px;width:461px;height:109px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #cK7R1Ih6E85yB3lwUHrgqFKQsG26TKLv { top:137px;left:296px;width:468px;height:203px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #e418fGbKXDtFAGzudR17AcZxzW4KXLsx { top:346px;left:313px;width:451px;height:127px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #DGIKsg3zPOnOddaom8A5mv3QKqbuhxnC { top:22px;left:0px;width:478px;height:538px;display:block; }
 }@media only screen and (max-width: 763px) { #VchCkaA9TzehDNFo7JHXha4HEQ9iEHqC { top:475px;left:280px;width:484px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #a5wR5WSvtoAS9vQN4DTqxdrwtmcwTgDg { top:520px;left:306px;width:458px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DgUfevk6yrHAiadVdeufLiIGCr5moUh7 { display:block; }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhpEHKzyWbAQZckHMN9rVAAZIVlQgMKb { width:280px;height:58px;top:24px;left:228px;display:block; }
 }@media only screen and (max-width: 763px) { #rvWNQKOOoiOamGMplHuWnGTweZvsW6Jr { display:block; }
 }@media only screen and (max-width: 763px) { #nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH { display:block; }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8aoSOhTtoDI8xprpccVr5fuhsoxBCFB { top:47px;left:0px;width:762px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #dWa3DK5kf0EKraKyEf9zTGVHyeCm7FEf { top:58px;left:222px;width:320px;height:48px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-regular-label { width:368px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-text { width:368px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-text {padding-top: 0; padding-bottom: 0;}#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-textarea { width:368px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-select { width:368px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-select {padding-top: 0; padding-bottom: 0;}#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-button { width:368px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-checkbox-label { width:349px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX  { width:368px;height:auto;top:297px;left:0px; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .radio-container { width:368px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX {display:block;}#c48S31TAERXP16nEK54pgzH9tURoNbfX { width:368px;height:auto;top:297px;left:0px; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #TdxcCXZOCM6ut4ZaGkr8PP7VQVQU10g7 {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #LbIQ4FnBvDGPN2P62CDBxg3KJmosdTOH { display:none; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #K9FbtapR4crhzXc7wiVFSv23X8Nbi8nK {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #exm31I0Lp7rxLTkGloZq2SBCCGbTHTiH {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #zkVkNBxPTbGfNxRH7ofdiT5Hc5cbS6Qk {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #wrRTTTJPS6KtTLF6HoHtCwhTRdKccakC {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #n0PuN8uT19LxBvanxPeymgLgSWT8tcgp {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #ARKy9MHKN35xPcJu1ro3Kng19VkSTksq {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #GGAw7fUod2JS4KcHJWCS6T8GTSwCovOt {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #RhEEabQaqgqkPT6NGg3fJ0DKksWoLGTi {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #Ka79RekMCcemwIfkHAPevvKWa5qTLlFu {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #DBrxEuGvBRKP1gkueNXB5JUWmmukdcZZ {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #XrgKrmPNsMhz3STXR12IXIICeuTNmvaT {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #J33x6MkrPfHERd9bwzZATUO3aDD1EvVp {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #IIzsqEOwTN7CNQNu3iKwurvHduUUeR0q {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #llCKg4NoK0xozTASJn0PmR3t3As03JkT {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #r47TtqHhHMWlnV9qxQASxl63o8oVefi5 {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #m3ZKJQemkb9KezO5Q9S1ryeiqgmi14Nl {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #eDJaPfCT7FwtmNdKM2sR46HArCOTEmfh {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #VDSnFVOryiT11o3pNeJk5HUnwXCbiWry {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #NfTOND9AkCgipDu0XMXHu2fOdAL0ZS4T {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #XRremi2zhKgBAsQKAilsg91TzkOTLuE9 {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #mleeH6nUcGtb1O95yMR9fwuZXo53KwST {  }
 }@media only screen and (max-width: 763px) { #A5EOHXFgxwxkJboOd2F7Bd4MLi62oFwC { top:17px;left:0px;width:762px;height:746px;display:block; }
 }@media only screen and (max-width: 763px) { #ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS { display:block; }#ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMEhzNn0sWUzEPCTEwtunl0XcSgr6Tta { top:27px;left:0px;width:748px;height:693px;display:block; }
 }@media only screen and (max-width: 763px) { #VdpuUZyZdZdyFOe4ZI4iG7gDSB4358EP { top:46px;left:58px;width:648px;height:75px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #zKiMpzJMzKOxHgfB2RFyEq55opsgCXN6 { top:130px;left:0px;width:764px;height:;font-size:25px;display:block; }#zKiMpzJMzKOxHgfB2RFyEq55opsgCXN6 li:before{  }
 }@media only screen and (max-width: 763px) { #M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ { display:block; }#M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RS2AXeBQIC85gTwMWC0TsL6Uhik5nDAR { top:24px;left:0px;width:764px;height:;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #uhaX9L6Fz5JDaT12L5LUTqvJ2xav3H0w { top:88px;left:0px;width:764px;height:45px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #KW9LlG6LocEBHPEAluC4HsLiZhtsazTT { display:block; }#KW9LlG6LocEBHPEAluC4HsLiZhtsazTT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JE15q5mHClcE5EOokzNZmrheMPihf3MP { width:280px;height:58px;top:24px;left:228px;display:block; }
 }@media only screen and (max-width: 763px) { #D9038THbglvVfdFKdha9uuOZgs9yu0SI { display:block; }
 }@media only screen and (max-width: 763px) { #BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ { display:block; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpfUNLzsSFbBN43zwxtAPaRJ8TryWMmA { top:17px;left:0px;width:764px;height:296.05px;display:block; }
 }@media only screen and (max-width: 763px) { #mSFDScJ0t5ukcq2bE4M55FrpCu4bNFwO { display:block; }#mSFDScJ0t5ukcq2bE4M55FrpCu4bNFwO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zb03TCZStoCVQW8aCdtEN1CUBhJaxr3R { top:54px;left:0px;width:764px;height:42px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #eNTTpaGSAfvoM5nqzknIJKG6hBlAGuA6 { top:205px;left:0px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #rSAUycw3XRT0O8guiATL3aD9bHtCvcpQ { top:205px;left:232px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #cTn1cA65KNMrI4JnSt9se5dqM2uJOTuy { top:205px;left:464px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #UH9uFd8HbWQ507J6ifFsQ6hJVe2XZBPS { top:164px;left:0px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #MRct0kXiDys8KGpkdTTGD1TSRhCwmJmk { top:165px;left:307px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #y3eOA5o6GPkSLXaONtlrFy6h0oZ6qAal { top:164px;left:614px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #rIhgqcngyUx7VPbqTdlJbm7S7OPHrm7m { top:363px;left:0px;width:197px;height:56px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zfKpy3ZyMbAKTmiu782mndN8NeKpAqbe { top:463px;left:0px;width:245px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #iiIlLLePTIupHD7NPx2Hx5z49IGed11E { top:349px;left:288px;width:188px;height:84px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JTTR1qlW4vRxp8ZDN0lOHMVBqBtfT32a { top:463px;left:260px;width:245px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQaZ23a8qOvUS8wzDV2JwQEJBdLo64mO { top:349px;left:555px;width:209px;height:84px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bzXMKAz5RRK6BqzsQPs4TSz71gHmUMb2 { top:463px;left:519px;width:245px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zzi1yONQIs6h9AN1OqofM6B9epbpIKN7 { top:124px;left:332px;width:100px;height:4px;display:block; }
 }@media only screen and (max-width: 763px) { #Tvl7JJ5kCx034xfyDBGl8XdMTtUyKGlq { width:280px;height:55px;top:555px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #kAh3tTuSaEi0f90h23Lg54HG8T8ZKCVN { display:block; }
 }@media only screen and (max-width: 763px) { #qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h { display:block; }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQVXvS18g0FkrO7kivU7NV8ifnNa0L8d { top:20px;left:0px;width:441px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #yZoNiUXHd9xNfMtIkWsI9NOlcIDSKSOn { top:20px;left:319px;width:445px;height:93px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x { display:block; }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUBVTBrtg9QVfAf69ySzXBEIWL3HnVQD { top:22px;left:446px;width:318px;height:65px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #vNeXGsLn9dE702wVFNRQ3RIx60EUNaWF { top:23px;left:0px;width:219px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #oDS7CdD8H8X5J6T95qnFKmao8bMJIVAk { top:25px;left:188px;width:210px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #TnA5RiqCqdN4hMc7K87HFToUz4iLPWTx { display:block; }#TnA5RiqCqdN4hMc7K87HFToUz4iLPWTx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XI8QKD5x1r0BMMFhPRi6Cwmed6MiVuQt { top:17px;left:0px;width:764px;height:19px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f8f8f8;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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) { #ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row .container { background-color: transparent; background-image: none; }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row .container > .video-iframe-container { display: none; }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row > .video-iframe-container { display: none; }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .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); }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row .container { border-width: 0; border-radius: 0; }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipwfxXDbg6bXxy1gJZH9nCXCc7qHC61f > .row .container { width:320px;height:158px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRW9tTDELb20MLGFJO8iJSvfrOXGwyzf { width:244px;height:113px;top:22px;left:38px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y9HTiszokM044OAszQOiUTcQQzuMgkxp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { background-color: transparent; background-image: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container > .video-iframe-container { display: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container { display: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .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); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { border-width: 0; border-radius: 0; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { width:320px;height:472px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7Uabk9H8AwcVbH5ROM78HNOyS0DQIae { width:320px;height:75.3906px;top:8.9921875px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #JLp7cKpRgqBQJVAcZCBu1BBlSBFDfI0E { width:320px;height:360.16736401674px;top:83.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zqf35mLNNAacZuSkDfWFZ4LrB7ftZqxl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zqf35mLNNAacZuSkDfWFZ4LrB7ftZqxl > .row .container { border-width: 0; border-radius: 0; }#zqf35mLNNAacZuSkDfWFZ4LrB7ftZqxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zqf35mLNNAacZuSkDfWFZ4LrB7ftZqxl > .row .container { width:320px;height:953px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p0BT4wFscsQZIWImDmxEEbxZvERmVsdw { width:320px;height:75.3906px;top:8.9921875px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #cK7R1Ih6E85yB3lwUHrgqFKQsG26TKLv { width:320px;height:261.7887px;top:439.53125px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #e418fGbKXDtFAGzudR17AcZxzW4KXLsx { width:320px;height:107.0859px;top:716.71875px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #DGIKsg3zPOnOddaom8A5mv3QKqbuhxnC { width:320px;height:360.16736401674px;top:83.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VchCkaA9TzehDNFo7JHXha4HEQ9iEHqC { width:320px;height:24px;top:834.71875px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5wR5WSvtoAS9vQN4DTqxdrwtmcwTgDg { width:320px;height:56px;top:874.71875px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DgUfevk6yrHAiadVdeufLiIGCr5moUh7 { display:none; }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 > .row .container { width:320px;height:115px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AhpEHKzyWbAQZckHMN9rVAAZIVlQgMKb { width:280px;height:58px;top:35px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rvWNQKOOoiOamGMplHuWnGTweZvsW6Jr { display:block; }
 }@media only screen and (max-width: 763px) { #nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH { display:none; }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH > .row .container { width:320px;height:770px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D8aoSOhTtoDI8xprpccVr5fuhsoxBCFB { width:300px;height:68px;top:50px;left:10px;background-color:#2a5858;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;display:block; }
 }@media only screen and (max-width: 763px) { #dWa3DK5kf0EKraKyEf9zTGVHyeCm7FEf { width:252px;height:41.5938px;top:63.1953125px;left:34px;font-size:26px;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-regular-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-text { width:261px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-text {padding-top: 0; padding-bottom: 0;}#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-textarea { width:261px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-select { width:261px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-select {padding-top: 0; padding-bottom: 0;}#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-button { width:261px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-checkbox-label { width:242px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX  { width:261px;height:auto;top:138.9921875px;left:9px; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .radio-container { width:261px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX {display:block;}#c48S31TAERXP16nEK54pgzH9tURoNbfX { width:261px;height:auto;top:138.9921875px;left:9px; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #TdxcCXZOCM6ut4ZaGkr8PP7VQVQU10g7 {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #LbIQ4FnBvDGPN2P62CDBxg3KJmosdTOH { display:none; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #K9FbtapR4crhzXc7wiVFSv23X8Nbi8nK {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #exm31I0Lp7rxLTkGloZq2SBCCGbTHTiH {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #zkVkNBxPTbGfNxRH7ofdiT5Hc5cbS6Qk {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #wrRTTTJPS6KtTLF6HoHtCwhTRdKccakC {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #n0PuN8uT19LxBvanxPeymgLgSWT8tcgp {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #ARKy9MHKN35xPcJu1ro3Kng19VkSTksq {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #GGAw7fUod2JS4KcHJWCS6T8GTSwCovOt {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #RhEEabQaqgqkPT6NGg3fJ0DKksWoLGTi {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #Ka79RekMCcemwIfkHAPevvKWa5qTLlFu {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #DBrxEuGvBRKP1gkueNXB5JUWmmukdcZZ {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #XrgKrmPNsMhz3STXR12IXIICeuTNmvaT {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #J33x6MkrPfHERd9bwzZATUO3aDD1EvVp {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #IIzsqEOwTN7CNQNu3iKwurvHduUUeR0q {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #llCKg4NoK0xozTASJn0PmR3t3As03JkT {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #r47TtqHhHMWlnV9qxQASxl63o8oVefi5 {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #m3ZKJQemkb9KezO5Q9S1ryeiqgmi14Nl {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #eDJaPfCT7FwtmNdKM2sR46HArCOTEmfh {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #VDSnFVOryiT11o3pNeJk5HUnwXCbiWry {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #NfTOND9AkCgipDu0XMXHu2fOdAL0ZS4T {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #XRremi2zhKgBAsQKAilsg91TzkOTLuE9 {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #mleeH6nUcGtb1O95yMR9fwuZXo53KwST {  }
 }@media only screen and (max-width: 763px) { #A5EOHXFgxwxkJboOd2F7Bd4MLi62oFwC { width:320px;height:716px;top:23px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS { display:block; }#ZqexDPWNlngeiiN2aDIpppWPGrMo0IUS > .row .container { width:320px;height:922px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMEhzNn0sWUzEPCTEwtunl0XcSgr6Tta { width:304px;height:857px;top:27.265625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VdpuUZyZdZdyFOe4ZI4iG7gDSB4358EP { width:320px;height:51.1953px;top:45px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #zKiMpzJMzKOxHgfB2RFyEq55opsgCXN6 { width:270px;height:735.57px;top:119.1875px;left:25px;font-size:17px;text-align:right;text-align-last:right;display:block; }#zKiMpzJMzKOxHgfB2RFyEq55opsgCXN6 li:before{  }
 }@media only screen and (max-width: 763px) { #M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ { display:block; }#M5anhaGF3hrinqudSTIh5I6oHWP6NrrZ > .row .container { width:320px;height:173px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RS2AXeBQIC85gTwMWC0TsL6Uhik5nDAR { width:290px;height:67.5938px;top:14.3984375px;left:15px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #uhaX9L6Fz5JDaT12L5LUTqvJ2xav3H0w { width:306px;height:64.7969px;top:92px;left:7px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KW9LlG6LocEBHPEAluC4HsLiZhtsazTT { display:block; }#KW9LlG6LocEBHPEAluC4HsLiZhtsazTT > .row .container { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JE15q5mHClcE5EOokzNZmrheMPihf3MP { width:280px;height:58px;top:35px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #D9038THbglvVfdFKdha9uuOZgs9yu0SI { display:block; }
 }@media only screen and (max-width: 763px) { #BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ { display:block; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpfUNLzsSFbBN43zwxtAPaRJ8TryWMmA { width:320px;height:124px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mSFDScJ0t5ukcq2bE4M55FrpCu4bNFwO { display:block; }#mSFDScJ0t5ukcq2bE4M55FrpCu4bNFwO > .row .container { width:320px;height:1382px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zb03TCZStoCVQW8aCdtEN1CUBhJaxr3R { width:294px;height:67.5938px;top:40px;left:13px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #eNTTpaGSAfvoM5nqzknIJKG6hBlAGuA6 { width:300px;height:300px;top:176px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #rSAUycw3XRT0O8guiATL3aD9bHtCvcpQ { width:300px;height:300px;top:598px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #cTn1cA65KNMrI4JnSt9se5dqM2uJOTuy { width:300px;height:300px;top:983px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #UH9uFd8HbWQ507J6ifFsQ6hJVe2XZBPS { width:150px;height:150px;top:139px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #MRct0kXiDys8KGpkdTTGD1TSRhCwmJmk { width:150px;height:150px;top:562px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #y3eOA5o6GPkSLXaONtlrFy6h0oZ6qAal { width:150px;height:150px;top:945px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #rIhgqcngyUx7VPbqTdlJbm7S7OPHrm7m { width:197px;height:64px;top:300px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zfKpy3ZyMbAKTmiu782mndN8NeKpAqbe { width:245px;height:26px;top:434px;left:36px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iiIlLLePTIupHD7NPx2Hx5z49IGed11E { width:188px;height:96px;top:722px;left:66px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JTTR1qlW4vRxp8ZDN0lOHMVBqBtfT32a { width:245px;height:26px;top:856px;left:38px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQaZ23a8qOvUS8wzDV2JwQEJBdLo64mO { width:209px;height:96px;top:1107px;left:56px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bzXMKAz5RRK6BqzsQPs4TSz71gHmUMb2 { width:245px;height:26px;top:1241px;left:38px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zzi1yONQIs6h9AN1OqofM6B9epbpIKN7 { width:100px;height:4px;top:117px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #Tvl7JJ5kCx034xfyDBGl8XdMTtUyKGlq { width:280px;height:55px;top:1307px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kAh3tTuSaEi0f90h23Lg54HG8T8ZKCVN { display:block; }
 }@media only screen and (max-width: 763px) { #qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h { display:block; }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h { background-color: transparent; background-image: none; }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h > .row .container > .video-iframe-container { display: none; }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h > .row > .video-iframe-container { display: none; }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h > .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); }#qaHtShDdeB1SUyZUpPT99DDR4VKoFf6h > .row .container { width:320px;height:222px;background-color:#f6f6f6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQVXvS18g0FkrO7kivU7NV8ifnNa0L8d { width:314px;height:69px;top:129.9765625px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #yZoNiUXHd9xNfMtIkWsI9NOlcIDSKSOn { width:311px;height:78px;top:13px;left:4.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x { position:relative;z-index:auto;background-color:#f6f6f6;background-image:none;display:block; }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .row .container { background-color: transparent; background-image: none; }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .row .container > .video-iframe-container { display: none; }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .row > .video-iframe-container { display: none; }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .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); }#fgsqQuVPTWuoPMiNTmurPzcLTmZTz14x > .row .container { width:320px;height:148px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUBVTBrtg9QVfAf69ySzXBEIWL3HnVQD { width:263px;height:59.7969px;top:17.9921875px;left:28.5px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #vNeXGsLn9dE702wVFNRQ3RIx60EUNaWF { width:134px;height:38px;top:93.0859375px;left:170px;display:block; }
 }@media only screen and (max-width: 763px) { #oDS7CdD8H8X5J6T95qnFKmao8bMJIVAk { width:130px;height:36px;top:94.0859375px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TnA5RiqCqdN4hMc7K87HFToUz4iLPWTx { display:block; }#TnA5RiqCqdN4hMc7K87HFToUz4iLPWTx > .row .container { width:320px;height:74px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XI8QKD5x1r0BMMFhPRi6Cwmed6MiVuQt { width:320px;height:38.3906px;top:20px;left:0px;font-size:12px;display:block; }
 }