.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(154,154,243,0.5), rgba(188,160,188,0.5));background-image: -moz-linear-gradient(90deg, rgba(154,154,243,0.5), rgba(188,160,188,0.5));background-image: -ms-linear-gradient(90deg, rgba(154,154,243,0.5), rgba(188,160,188,0.5));background-image: -o-linear-gradient(90deg, rgba(154,154,243,0.5), rgba(188,160,188,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f9a9af3', endColorstr='#7fbca0bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f9a9af3', endColorstr='#7fbca0bc' );";background-image: linear-gradient(90deg, rgba(154,154,243,0.5), rgba(188,160,188,0.5));background-size:cover;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:642px;width:960px;position:relative;display:block; }#MXBTKlPuHyTH5Id7O38mlhrWIrX9I2eT { color:#dc7878;display:block;width:422px;position:absolute;font-family:kids;font-size:64px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:241px;left:331px;height:0;display:none; }
#FELduzOf5FZtgdJ9vuqC8O2DW4wl2l8w { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:77px;border-top-right-radius:77px;border-bottom-left-radius:77px;border-bottom-right-radius:77px;height:93px;width:467px;top:236px;left:286px;display:none; }
#dUFZk4gHKbKZWtXOCLqmTk7kGSrtVdfx { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(100deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -moz-linear-gradient(100deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -ms-linear-gradient(100deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -o-linear-gradient(100deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7ff18da7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7ff18da7' );";background-image: linear-gradient(100deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 14px 100px rgba(126,132,139,0.66) ;height:640px;width:682px;top:0;left:-191px;display:block; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-form-header {  }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:700;color:#f2f9ff;width:230px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;font-style:normal;text-align:right;text-align-last:right; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-top:1px dashed #282828;border-left:0;border-right:1px dashed #282828;border-bottom:1px dashed #282828;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:230px;box-sizing:border-box;height:41px;color:#000000;font-size:13px;overflow:hidden;font-family:cairo; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-text {padding-top: 0; padding-bottom: 0;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-top:1px dashed #282828;border-left:0;border-right:1px dashed #282828;border-bottom:1px dashed #282828;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:230px;box-sizing:border-box;height:70px;color:#000000;font-size:13px;overflow:hidden;font-family:cairo; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-top:2px solid rgba(242,249,255,0.4);border-right:2px solid rgba(242,249,255,0.4);border-bottom:2px solid rgba(242,249,255,0.4);border-left:2px solid rgba(242,249,255,0.4);padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:230px;box-sizing:border-box;height:41px;color:#ffffff;font-family:ubuntu;font-size:13px;overflow:hidden; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-select {padding-top: 0; padding-bottom: 0;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#000000;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;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:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:32px;font-weight:400;color:#fdb6d6;width:230px;height:62px;font-family:hekaya;overflow:hidden;font-style:normal; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P [class*="-text"]:-moz-placeholder { color:#000000;font-family:hekaya;font-size:24px;text-align:center;text-align-last:center; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P [class*="-text"]::-moz-placeholder { color:#000000;font-family:hekaya;font-size:24px;text-align:center;text-align-last:center; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:hekaya;font-size:24px;text-align:center;text-align-last:center; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:hekaya;font-size:24px;text-align:center;text-align-last:center; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:ubuntu;font-size:12px;font-weight:400;color:#f2f9ff;vertical-align:top;width:211px;overflow:hidden;font-style:normal; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-container { padding-top:7px;padding-left:0;padding-right:0;padding-bottom:6px;width:100%;font-size:0px;height:auto; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-container:first-of-type{padding-top:0;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-container:last-of-type{padding-bottom:0;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P  { background-color:rgba(243,250,253,0.03);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:230px;height:auto;border-top:4px solid rgba(100,69,147,0.25);border-left:4px solid rgba(100,69,147,0.25);border-right:4px solid rgba(100,69,147,0.25);border-bottom:4px solid rgba(100,69,147,0.25);left:101.484375px;top:164.5px;z-index:100013;position:absolute;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 2px 3px 3px rgba(0,0,0,0.5) ; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:230px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P {display:block;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P { background-color:rgba(243,250,253,0.03);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:230px;height:auto;border-top:4px solid rgba(100,69,147,0.25);border-left:4px solid rgba(100,69,147,0.25);border-right:4px solid rgba(100,69,147,0.25);border-bottom:4px solid rgba(100,69,147,0.25);left:101.484375px;top:164.5px;z-index:100013;position:absolute;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 2px 3px 3px rgba(0,0,0,0.5) ; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #PwGw0whTChbS7veL8ivRLVBXHI6enPCQ { position:relative; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #OhTfLKcOfdlQu6RL7Ba2z5mGJQEIC0I2 { position:relative; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #f9cebR2oK8LalwNRvg11wT0TwSodsolO { position:relative; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #AO5TDsMP6IEkovtGo6139TiAGO2TyTgP { position:relative; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #ka50ksLK8iiJcFXdSsWwRJdUds6hGi5X { position:relative; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #I5n6C5qzB1ZyyurF4yH4fVJBluwtn6Eu { position:relative; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #l7kHTLLOuKTyn0kT2idcP9gwm6AznwE9 { position:relative;top:0px;left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #bfubf86fxn7Ea5JFSvSVaoA4QQ9KZxnn { position:relative;top:0px;left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #QFR8sJuEZceuqdvWOUaobZXaHFa6uIIb { position:relative;top:0px;left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #siUq0UGviP6egMqETi1nrDDTU4iVglOm { position:relative;top:0px;left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #C218yW4UAZOqBzxnXbzxDJqLCTaSeSgL { position:relative;top:0px;left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #Lu8EuVTwVtgFm7wthAylFCHwixTTZTm0 { position:relative;top:0px;left:0px; }
#OOkrZwtBfq7NrHGQ2lheWLSsoFKQNTkO { position:relative;top:0px;left:0px;display:block; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #Vosvt7yCrSVafbmrsAi0JfT0OzwurTCN { position:relative; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #umBKh1pFy4OhqiaeMIluf658rbbbGP0Q { position:relative; }
#TZl0t71vytTx1dkJBcyQrma1h62IXp3u { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:200px;width:200px;display:none; }
#NnKFJMmcdnMK934URnfsPKrVoJn4JW4T { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:96.9844px;width:355.984px;top:0;left:311.984375px;overflow:hidden;display:block; }
#wll04VkNlyPDUvwg21qga3AuuaP5HPoo { color:#000000;display:block;width:377px;position:absolute;font-family:tajawal;font-size:22px;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:397.5px;left:542.890625px;height:84px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iyOIPA6Tl8BRPICIT0wZyfbdqIsTEQfQ { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:40px;top:244px;left:60px;display:none; }
#p4pkfJFM70MeT0kF8BPpJUmv2lkBk9E5 { color:#000000;display:block;width:575px;position:absolute;font-family:tajawal;font-size:29px;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:150.5px;left:385px;height:37px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XULGReaccImXaMEtND6vmXdypW5ThenR { color:#000000;display:block;width:390px;position:absolute;font-family:tajawal;font-size:26px;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:271.5px;left:528.890625px;height:66px;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; }
#N7Gk8HGHnuN4clgRzdmU09ZMNbfmU6rF { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:40px;top:406px;left:60px;display:none; }
#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(188,160,188,0.5));background-image: -moz-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(188,160,188,0.5));background-image: -ms-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(188,160,188,0.5));background-image: -o-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(188,160,188,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7fbca0bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7fbca0bc' );";background-image: linear-gradient(90deg, rgba(132,153,240,0.5), rgba(188,160,188,0.5));position:relative;display:block; }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .row .container { background-color: transparent; background-image: none; }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .row .container > .video-iframe-container { display: none; }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .row > .video-iframe-container { display: none; }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .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); }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .row .container { border-width: 0; border-radius: 0; }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .row .container { font-size:14px;font-family:arial;height:223px;width:960px;position:relative;display:block; }#S8vBAystIJsl4Twsluu1ySPPo6enPUwf { color:#000000;display:block;width:913.969px;position:absolute;font-family:tajawal;font-size:33px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:18px;left:0;height:42px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W1sgbvPfhokBxz9fOe5Br0sgacGums5v { color:#d72476;display:block;width:913.969px;position:absolute;font-family:tajawal;font-size:23px;font-weight:400;z-index:100007;line-height:1.6;letter-spacing:0;top:94px;left:10px;height:72px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I6BCCW7xyKMVwzTiaoNDC7diwU7folG0 { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(100deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -moz-linear-gradient(100deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -ms-linear-gradient(100deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -o-linear-gradient(100deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7ff18da7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7ff18da7' );";background-image: linear-gradient(100deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 14px 100px rgba(126,132,139,0.66) ;height:223px;width:684px;top:0;left:-191px;display:block; }
#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row .container { background-color: transparent; background-image: none; }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row .container > .video-iframe-container { display: none; }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row > .video-iframe-container { display: none; }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .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); }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row .container { border-width: 0; border-radius: 0; }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row .container { font-size:14px;font-family:arial;height:256px;width:960px;position:relative;display:block; }#SVSxz3gNbUIumVsT8zzSzr4F7Wbqy918 { color:#ffffff;display:block;width:238px;position:absolute;font-family:hekaya;font-size:30px;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:19px;left:361px;height:42px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pe1JxWiBe1yNNLUJeqFGE97cqtEZMPM8 { color:#fafafa;display:block;width:366px;position:absolute;font-family:hekaya;font-size:20px;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:141px;left:297px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JA45xuBrQ60eXp0pRvWheqH4fJtQQFuq { box-sizing:content-box;color:#8b2e58;font-size:35px;font-weight:400;line-height:1;height:50px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:71px;left:455.5px;display:block; }
#I41WWV8AuI3wQPkJOM5KGeRzWOwHwoMT { color:#29bdbe;display:block;width:229px;position:absolute;font-family:hekaya;font-size:16px;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:210px;left:365.5px;height:20px;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXBTKlPuHyTH5Id7O38mlhrWIrX9I2eT { top:241px;left:233px;width:422px;height:83px;font-size:64px;display:block; }
 }@media only screen and (max-width: 763px) { #FELduzOf5FZtgdJ9vuqC8O2DW4wl2l8w { top:236px;left:188px;width:467px;height:93px;display:block; }
 }@media only screen and (max-width: 763px) { #dUFZk4gHKbKZWtXOCLqmTk7kGSrtVdfx { width:682px;height:640px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-regular-label { width:230px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-text { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-text {padding-top: 0; padding-bottom: 0;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-textarea { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-select { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-select {padding-top: 0; padding-bottom: 0;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-button { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-checkbox-label { width:211px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P  { width:230px;height:auto;top:164px;left:3.484375px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .radio-container { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P {display:block;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P { width:230px;height:auto;top:164px;left:3.484375px; }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #PwGw0whTChbS7veL8ivRLVBXHI6enPCQ {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #OhTfLKcOfdlQu6RL7Ba2z5mGJQEIC0I2 {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #f9cebR2oK8LalwNRvg11wT0TwSodsolO {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #AO5TDsMP6IEkovtGo6139TiAGO2TyTgP {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #ka50ksLK8iiJcFXdSsWwRJdUds6hGi5X {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #I5n6C5qzB1ZyyurF4yH4fVJBluwtn6Eu {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #l7kHTLLOuKTyn0kT2idcP9gwm6AznwE9 {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #bfubf86fxn7Ea5JFSvSVaoA4QQ9KZxnn {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #QFR8sJuEZceuqdvWOUaobZXaHFa6uIIb {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #siUq0UGviP6egMqETi1nrDDTU4iVglOm {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #C218yW4UAZOqBzxnXbzxDJqLCTaSeSgL {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #Lu8EuVTwVtgFm7wthAylFCHwixTTZTm0 {  }
 }@media only screen and (max-width: 763px) { #OOkrZwtBfq7NrHGQ2lheWLSsoFKQNTkO { display:block; }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #Vosvt7yCrSVafbmrsAi0JfT0OzwurTCN {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #umBKh1pFy4OhqiaeMIluf658rbbbGP0Q {  }
 }@media only screen and (max-width: 763px) { #TZl0t71vytTx1dkJBcyQrma1h62IXp3u { display:none; }
 }@media only screen and (max-width: 763px) { #NnKFJMmcdnMK934URnfsPKrVoJn4JW4T { top:0;left:213.984375px;width:355px;height:96.716318710953px;display:block; }
 }@media only screen and (max-width: 763px) { #wll04VkNlyPDUvwg21qga3AuuaP5HPoo { top:397px;left:387px;width:377px;height:84px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #iyOIPA6Tl8BRPICIT0wZyfbdqIsTEQfQ { top:244px;left:0;width:200px;height:40px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #p4pkfJFM70MeT0kF8BPpJUmv2lkBk9E5 { top:150px;left:189px;width:575px;height:37px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #XULGReaccImXaMEtND6vmXdypW5ThenR { top:271px;left:374px;width:390px;height:66px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #N7Gk8HGHnuN4clgRzdmU09ZMNbfmU6rF { top:406px;left:0;width:200px;height:40px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl { display:block; }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8vBAystIJsl4Twsluu1ySPPo6enPUwf { top:18px;left:0;width:764px;height:42px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #W1sgbvPfhokBxz9fOe5Br0sgacGums5v { top:94px;left:0;width:764px;height:72px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #I6BCCW7xyKMVwzTiaoNDC7diwU7folG0 { width:684px;height:223px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw { display:block; }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVSxz3gNbUIumVsT8zzSzr4F7Wbqy918 { width:238px;height:42px;top:19px;left:263px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #pe1JxWiBe1yNNLUJeqFGE97cqtEZMPM8 { top:141px;left:199px;width:366px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JA45xuBrQ60eXp0pRvWheqH4fJtQQFuq { top:71px;left:357.5px;width:49px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #I41WWV8AuI3wQPkJOM5KGeRzWOwHwoMT { top:210px;left:267.5px;width:229px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:833px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXBTKlPuHyTH5Id7O38mlhrWIrX9I2eT { width:320px;height:auto;top:241px;left:0;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #FELduzOf5FZtgdJ9vuqC8O2DW4wl2l8w { width:320px;height:93px;top:236px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #dUFZk4gHKbKZWtXOCLqmTk7kGSrtVdfx { width:320px;height:827px;top:2px;left:-1.8125px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(132,153,240,0.3), rgba(241,141,167,0.3));background-image: -moz-linear-gradient(180deg, rgba(132,153,240,0.3), rgba(241,141,167,0.3));background-image: -ms-linear-gradient(180deg, rgba(132,153,240,0.3), rgba(241,141,167,0.3));background-image: -o-linear-gradient(180deg, rgba(132,153,240,0.3), rgba(241,141,167,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8499f0', endColorstr='#4cf18da7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8499f0', endColorstr='#4cf18da7' );";background-image: linear-gradient(180deg, rgba(132,153,240,0.3), rgba(241,141,167,0.3));z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-regular-label { width:236px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-text { width:236px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-text {padding-top: 0; padding-bottom: 0;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-textarea { width:236px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-select { width:236px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-select {padding-top: 0; padding-bottom: 0;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-button { width:236px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P [class*="-text"]:-moz-placeholder { font-family:hekaya;font-size:22px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P [class*="-text"]::-moz-placeholder { font-family:hekaya;font-size:22px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P [class*="-text"]:-ms-input-placeholder { font-family:hekaya;font-size:22px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P [class*="-text"]::-webkit-input-placeholder { font-family:hekaya;font-size:22px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-checkbox-label { width:217px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P  { width:236px;height:auto;top:424px;left:20px;background-color:transparent;background-image:none;border-top:3px solid rgba(0,0,0,0.25);border-left:1px solid rgba(0,0,0,0.25);border-right:3px solid rgba(0,0,0,0.25);border-bottom:3px solid rgba(0,0,0,0.25); }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .radio-container { width:236px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P {display:block;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P { width:236px;height:auto;top:424px;left:20px;background-color:transparent;background-image:none;border-top:3px solid rgba(0,0,0,0.25);border-left:1px solid rgba(0,0,0,0.25);border-right:3px solid rgba(0,0,0,0.25);border-bottom:3px solid rgba(0,0,0,0.25); }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #PwGw0whTChbS7veL8ivRLVBXHI6enPCQ {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #OhTfLKcOfdlQu6RL7Ba2z5mGJQEIC0I2 {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #f9cebR2oK8LalwNRvg11wT0TwSodsolO {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #AO5TDsMP6IEkovtGo6139TiAGO2TyTgP {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #ka50ksLK8iiJcFXdSsWwRJdUds6hGi5X {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #I5n6C5qzB1ZyyurF4yH4fVJBluwtn6Eu {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #l7kHTLLOuKTyn0kT2idcP9gwm6AznwE9 {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #bfubf86fxn7Ea5JFSvSVaoA4QQ9KZxnn {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #QFR8sJuEZceuqdvWOUaobZXaHFa6uIIb {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #siUq0UGviP6egMqETi1nrDDTU4iVglOm {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #C218yW4UAZOqBzxnXbzxDJqLCTaSeSgL {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #Lu8EuVTwVtgFm7wthAylFCHwixTTZTm0 {  }
 }@media only screen and (max-width: 763px) { #OOkrZwtBfq7NrHGQ2lheWLSsoFKQNTkO { display:block; }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #Vosvt7yCrSVafbmrsAi0JfT0OzwurTCN {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #umBKh1pFy4OhqiaeMIluf658rbbbGP0Q {  }
 }@media only screen and (max-width: 763px) { #TZl0t71vytTx1dkJBcyQrma1h62IXp3u { top:212px;left:60px;width:200px;height:2.98438px;z-index:100015;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;background-color:rgba(255,255,255,0.59);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:block; }
 }@media only screen and (max-width: 763px) { #NnKFJMmcdnMK934URnfsPKrVoJn4JW4T { width:320px;height:87.191011235955px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #wll04VkNlyPDUvwg21qga3AuuaP5HPoo { width:320px;height:72px;top:304px;left:0;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #iyOIPA6Tl8BRPICIT0wZyfbdqIsTEQfQ { top:261px;left:0;width:320px;height:0;z-index:100018;font-size:20px;font-weight:700;font-style:normal;font-family:tajawal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #p4pkfJFM70MeT0kF8BPpJUmv2lkBk9E5 { width:320px;height:74px;top:118.1875px;left:0;font-size:29px;text-align:center;text-align-last:center;color:#191919;display:block; }
 }@media only screen and (max-width: 763px) { #XULGReaccImXaMEtND6vmXdypW5ThenR { width:313px;height:52px;top:239px;left:3.5px;font-size:20px;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7Gk8HGHnuN4clgRzdmU09ZMNbfmU6rF { top:376px;left:7.5px;width:305px;height:22px;z-index:100019;font-size:17px;font-family:tajawal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl { display:block; }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .row .container { width:320px;height:310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8vBAystIJsl4Twsluu1ySPPo6enPUwf { width:320px;height:0;top:61.984375px;left:0;font-size:21px;text-align:center;text-align-last:center;color:#191919;display:none; }
 }@media only screen and (max-width: 763px) { #W1sgbvPfhokBxz9fOe5Br0sgacGums5v { width:320px;height:195px;top:62.984375px;left:0;font-size:24px;text-align:center;text-align-last:center;color:#191919;display:block; }
 }@media only screen and (max-width: 763px) { #I6BCCW7xyKMVwzTiaoNDC7diwU7folG0 { width:320px;height:311px;top:-1px;left:-4.078125px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(132,153,240,0.3), rgba(241,141,167,0.3));background-image: -moz-linear-gradient(180deg, rgba(132,153,240,0.3), rgba(241,141,167,0.3));background-image: -ms-linear-gradient(180deg, rgba(132,153,240,0.3), rgba(241,141,167,0.3));background-image: -o-linear-gradient(180deg, rgba(132,153,240,0.3), rgba(241,141,167,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8499f0', endColorstr='#4cf18da7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8499f0', endColorstr='#4cf18da7' );";background-image: linear-gradient(180deg, rgba(132,153,240,0.3), rgba(241,141,167,0.3));z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw { display:block; }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row .container { width:320px;height:239px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVSxz3gNbUIumVsT8zzSzr4F7Wbqy918 { width:320px;height:43px;top:19px;left:0;text-align:center;text-align-last:center;font-size:23px;color:#ffffff;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #pe1JxWiBe1yNNLUJeqFGE97cqtEZMPM8 { width:320px;height:20px;top:130px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JA45xuBrQ60eXp0pRvWheqH4fJtQQFuq { width:49px;height:50px;top:75px;left:135.5px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #I41WWV8AuI3wQPkJOM5KGeRzWOwHwoMT { width:126px;height:30px;top:208px;left:97px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }