.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e5b2dc, #ffffff);background-image: -moz-linear-gradient(180deg, #e5b2dc, #ffffff);background-image: -ms-linear-gradient(180deg, #e5b2dc, #ffffff);background-image: -o-linear-gradient(180deg, #e5b2dc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b2dc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b2dc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e5b2dc, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container {  }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:8.75rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#l4ugi8Ch7kAa6F47dqfsOX07T5IDhyg5 { color:#1c1d1d;display:block;width:41.5rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.71875rem;left:9.65625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nEHo1g3xclLUGpJy5kspVWSec6diLNO6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:22rem;top:0.6875rem;left:17.46875rem;overflow:hidden;display:block; }
#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/BinPYzo1/firsts.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.adaptive-delivery-prevent-bg, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyload, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyloading { background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { background-color: transparent; background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .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); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { border-width: 0; border-radius: 0; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container {  }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { font-size:0.875rem;font-family:"open sans";height:46.5rem;width:60rem;position:relative;display:block; }#nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { color:#000000;display:block;width:31.125rem;position:absolute;font-family:oswald;font-size:7.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:9.75rem;font-style:normal;display:block; }
#nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { color:#e92691;display:block;width:22.3125rem;position:absolute;font-family:"marck script";font-size:7.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:3.65625rem;height:9.75rem;display:block; }
#QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { color:#000000;display:block;width:28rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:37.09375rem;left:30.1875rem;height:4.3125rem;text-align:right;text-align-last:right;display:block; }
#PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:0.125rem;top:21.5625rem;left:0rem;display:block; }
#R2y0rbCTvL2CCHAaVvMT1gRksgPZwTl9 { position:absolute;display:block;z-index:15005;background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.3125rem;border-top-right-radius:6.3125rem;border-bottom-left-radius:6.3125rem;border-bottom-right-radius:6.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:27.1875rem;left:30rem;display:block; }
#zx3N56WUx8k5Td4qJbnIoCOGKFPkKgh8 { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem #e1096b;top:27.5625rem;left:31.6875rem;height:8.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KhTBavBf5GmqPX91B107i6RuNUpTamxX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:8.125rem;top:42.375rem;left:35.9375rem;overflow:hidden;display:block; }
#oskBFS3drFUO0NEKeqkzevIo9zATQ0Zs { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:42.796875rem;left:43.4375rem;height:2.15625rem;text-align:right;text-align-last:right;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-form-header {  }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#a41354;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:2.8125rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e1093f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:23.125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .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:lato;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container:first-of-type{padding-top:0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container:last-of-type{padding-bottom:0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15006;position:absolute;top:16.5rem;left:0.15625rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC {display:block;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15006;position:absolute;top:16.5rem;left:0.15625rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UbPBPCFRpXz7AZrcxoE2wHaG7Fy1aJfE { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #o5XXdTFgHAoCt8oo059w0a6DyVSPUVvO { position:relative;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #VGE8NV8FXVRoefr2kZk36OusE8xzK5sI { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #xNwIOr5AoSLiIyH5xCttnJUedQ2G7Bfi { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ipSJyb3LUScD04ZJWwbG57xmNFcdH1Q0 { position:relative;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #XZlO09F6I7npFC5pzCpbQhSICum1dhDd { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #TMEz6VTgTW63U7FXMgnriMSLVgXXCGMw { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ANNlLK3kwprXU52fmMGtJgoxLPxFzaGx { position:relative;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #qKGoHQsFbnnfrGD0LscTfMunK7M1P9uA { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #mCkC7c0n4wLJgGQraUevU1SLAzUIylxR { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #GKFJDqVp8SEe8BOvwcXXGdA4XK5vMN46 { position:relative;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UAiTBLDSc12M3B0JXKiuBQHtBTTt8U48 { position:relative; }
#pl8TSceNtVEWJik0oSf4zTLmcrpcQR0T { position:relative;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #hAIDR2dRlRcrt73x1Th95FTh87rnkU1K { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #nZaJzKQIkhs6GrEKNbqChu27A3QmTWDM { position:relative; }
#WRBBvlsI2x8T2XcJ8iLEfDVPk2zcSixm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.125rem;width:28.125rem;top:7.6875rem;left:31.3125rem;overflow:hidden;display:block; }
#XIv6X6PeiUho6PwInVsqUBvMbmJJ6avD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#XIv6X6PeiUho6PwInVsqUBvMbmJJ6avD > .row .container { background-color: transparent; background-image: none; }#XIv6X6PeiUho6PwInVsqUBvMbmJJ6avD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIv6X6PeiUho6PwInVsqUBvMbmJJ6avD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIv6X6PeiUho6PwInVsqUBvMbmJJ6avD > .row .container > .video-iframe-container { display: none; }#XIv6X6PeiUho6PwInVsqUBvMbmJJ6avD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIv6X6PeiUho6PwInVsqUBvMbmJJ6avD > .row > .video-iframe-container { display: none; }#XIv6X6PeiUho6PwInVsqUBvMbmJJ6avD > .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); }#XIv6X6PeiUho6PwInVsqUBvMbmJJ6avD > .row .container { border-width: 0; border-radius: 0; }#XIv6X6PeiUho6PwInVsqUBvMbmJJ6avD > .row > .video-iframe-container {  }#XIv6X6PeiUho6PwInVsqUBvMbmJJ6avD > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;position:relative;display:block; }#rPOqPEaTgUPFOOAVDBbgw7uhXz8l7qSn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:0.75rem;left:40.5rem;overflow:hidden;display:block; }
#XMKCBRxr58NR7GcI5NRrW8PuURitkRRG { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:"alw arabic";font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.25rem;left:18rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LRIhgI5TTDy253Fkb026hBQIFflttBOs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:0.75rem;left:19.25rem;overflow:hidden;display:block; }
#ey9IrunbseSnUw3N9Su3iPa1vwLlEP9A { position:relative;display:block; }#ey9IrunbseSnUw3N9Su3iPa1vwLlEP9A { background-color: transparent; background-image: none; }#ey9IrunbseSnUw3N9Su3iPa1vwLlEP9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey9IrunbseSnUw3N9Su3iPa1vwLlEP9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey9IrunbseSnUw3N9Su3iPa1vwLlEP9A > .row .container > .video-iframe-container { display: none; }#ey9IrunbseSnUw3N9Su3iPa1vwLlEP9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey9IrunbseSnUw3N9Su3iPa1vwLlEP9A > .row > .video-iframe-container { display: none; }#ey9IrunbseSnUw3N9Su3iPa1vwLlEP9A > .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); }#ey9IrunbseSnUw3N9Su3iPa1vwLlEP9A { border-width: 0; border-radius: 0; }#ey9IrunbseSnUw3N9Su3iPa1vwLlEP9A > .row .container > .video-iframe-container {  }#ey9IrunbseSnUw3N9Su3iPa1vwLlEP9A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;position:relative;display:block; }#qId42HVmTU4kfrCRo307Iyh0Tr8SE9ku { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:9.1873125rem;width:13.8748125rem;top:0.74869823455813rem;left:45.5rem;overflow:hidden;display:block; }
#eMuXWaz9KbcGraBbhdwou1K8ROTdwlu9 { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:"alw arabic";font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.3115234375rem;left:46.25rem;height:7.71484375rem;text-align:center;text-align-last:center;display:block; }
#skfw3rio937JLCuyQgZntldxTMS3HIh4 { color:#e7668a;display:block;width:13.4980625rem;position:absolute;font-family:"alw arabic";font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:10.5615234375rem;left:30.75rem;height:8.5488375rem;text-align:center;text-align-last:center;display:block; }
#cLTOyd65TX7lfgR0t21bZaHbOT3xFlgs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:9.249rem;width:13.5615rem;top:0.7158203125rem;left:30.6875rem;overflow:hidden;display:block; }
#bh8zopH3DGTqHdsdS7iqCgKdy4C7gR0V { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:12rem;top:0.748046875rem;left:1.5rem;overflow:hidden;display:block; }
#WgXVPuNmV41OfT7DRhyvFwthohzMdzVJ { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:"alw arabic";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.3740234375rem;left:1.25rem;height:8.28516875rem;text-align:center;text-align-last:center;display:block; }
#ccbfIMkTs80xZPGoH8dF1pVuXrCXFofV { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:"alw arabic";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.93359375rem;left:16.25rem;height:10.39843125rem;text-align:center;text-align-last:center;display:block; }
#LC6qkB4pRwo2FGu7yMQ8c3HPPiW1057Z { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:7.8125rem;width:13.9375rem;top:0.748046875rem;left:15.5rem;overflow:hidden;display:block; }
#GduwnbCThpetQ1q6gH7cUDTvqEyOtU3y { z-index:15002;top:19.8193359375rem;left:45.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cy2bArhvvrLJl0PgT4dUMtBNEZXUqd2S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zDX9KoNWpWfZIV49mXKa31idk5VcmXax { z-index:15002;top:19.6875rem;left:30.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ww59TyU7ku8OsNo6G3UMWqF4rk0gbNdM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iWTawpLuSBfEZy55pT54dbLcM6vFUTrT { z-index:15003;top:19.8193359375rem;left:15.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bTZKp9PxCbekmHV4pm4CUiaLx7LglWUM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SIcx30eztNwyztZDgUMdh9myKEHgm6iL { z-index:15004;top:19.8193359375rem;left:0.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sLqVHG0Tbwk9lP67hhERODclDTghKTh6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container { background-color: transparent; background-image: none; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container > .video-iframe-container { display: none; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row > .video-iframe-container { display: none; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .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); }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container { border-width: 0; border-radius: 0; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row > .video-iframe-container {  }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#OpvBR1pL77T2ZycxWGsoUSAO5Ju0waLe { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"alw arabic";font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125104904175rem;left:36.0625rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#Sph2nnxL2slIke9hftLaUyAOW7g08uM2 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.875rem;left:26.375rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#wM6QEhtMXOQw4kaFrPgUDJNOGxalvcGk { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:36.6875rem;height:3.574225rem;text-align:right;text-align-last:right;display:block; }
#PI6sOM55mx5rRGVLN1lAQwA8HHhSBZGg { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:16.0625rem;left:42.5625rem;display:block; }
#aHixkTEXzxtQXa2eT63Hg3xuAWzUdDwV { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:16.0625rem;left:45.1875rem;display:block; }
#EALkCze3lzqTgdufSaUEC0w6CX8wS5eu { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:16.0625rem;left:47.875rem;display:block; }
#CFt7IXsRDVOpnpJz3oPt4fUhaUyZWhaq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:21.0625rem;width:13.5625rem;top:1.1250104904175rem;left:5.3125rem;overflow:hidden;display:block; }
#UVNqcB8CmDSBMbCD3Ah0Jt2BPisOvgqK { box-sizing:content-box;color:#172595;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:12.3125rem;left:51.1875rem;display:block; }
#arGfUWqe5Tbq8Q1bTTdrdfOeoXT0ObRq { box-sizing:content-box;color:#172595;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:7.625rem;left:51.125rem;display:block; }
#WIKDFBokcl3zt6ft6GNXnAzSiaxuPyhh { box-sizing:content-box;color:#172595;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:15.875rem;left:51.125rem;display:block; }
#kQac2P4gZGU7h5SHluxMhaS3yVNWoNb8 { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:20.104166507721rem;left:30.0625rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4ugi8Ch7kAa6F47dqfsOX07T5IDhyg5 { width:41.5rem;height:2.4375rem;top:4.6875rem;left:3.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEHo1g3xclLUGpJy5kspVWSec6diLNO6 { top:0.6875rem;left:11.34375rem;width:22rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { width:31.125rem;height:9.75rem;top:0rem;left:0rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { width:22.3125rem;height:9.75rem;top:5rem;left:0.59375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:28rem;height:4.3125rem;top:37.0625rem;left:19.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { width:0.125rem;height:6.875rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2y0rbCTvL2CCHAaVvMT1gRksgPZwTl9 { width:10rem;height:10rem;top:27.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx3N56WUx8k5Td4qJbnIoCOGKFPkKgh8 { width:6.6875rem;height:8.625rem;top:27.5625rem;left:23.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhTBavBf5GmqPX91B107i6RuNUpTamxX { top:42.375rem;left:26.75rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oskBFS3drFUO0NEKeqkzevIo9zATQ0Zs { width:15.4375rem;height:2.125rem;top:42.75rem;left:32.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC {display:block;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UbPBPCFRpXz7AZrcxoE2wHaG7Fy1aJfE {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #o5XXdTFgHAoCt8oo059w0a6DyVSPUVvO { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #VGE8NV8FXVRoefr2kZk36OusE8xzK5sI {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #xNwIOr5AoSLiIyH5xCttnJUedQ2G7Bfi {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ipSJyb3LUScD04ZJWwbG57xmNFcdH1Q0 { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #XZlO09F6I7npFC5pzCpbQhSICum1dhDd {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #TMEz6VTgTW63U7FXMgnriMSLVgXXCGMw {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ANNlLK3kwprXU52fmMGtJgoxLPxFzaGx { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #qKGoHQsFbnnfrGD0LscTfMunK7M1P9uA {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #mCkC7c0n4wLJgGQraUevU1SLAzUIylxR {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #GKFJDqVp8SEe8BOvwcXXGdA4XK5vMN46 { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UAiTBLDSc12M3B0JXKiuBQHtBTTt8U48 {  }
 }@media only screen and (max-width: 763px) { #pl8TSceNtVEWJik0oSf4zTLmcrpcQR0T { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #hAIDR2dRlRcrt73x1Th95FTh87rnkU1K {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #nZaJzKQIkhs6GrEKNbqChu27A3QmTWDM {  }
 }@media only screen and (max-width: 763px) { #WRBBvlsI2x8T2XcJ8iLEfDVPk2zcSixm { top:7.6875rem;left:19.625rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIv6X6PeiUho6PwInVsqUBvMbmJJ6avD { display:block; }#XIv6X6PeiUho6PwInVsqUBvMbmJJ6avD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPOqPEaTgUPFOOAVDBbgw7uhXz8l7qSn { top:0.75rem;left:34.375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMKCBRxr58NR7GcI5NRrW8PuURitkRRG { top:0.25rem;left:11.875rem;width:26.125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRIhgI5TTDy253Fkb026hBQIFflttBOs { top:0.75rem;left:13.125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey9IrunbseSnUw3N9Su3iPa1vwLlEP9A { display:block; }#ey9IrunbseSnUw3N9Su3iPa1vwLlEP9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qId42HVmTU4kfrCRo307Iyh0Tr8SE9ku { top:0.6875rem;left:33.9375rem;width:13.8125rem;height:9.1457785245781rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMuXWaz9KbcGraBbhdwou1K8ROTdwlu9 { top:11.25rem;left:35.25rem;width:12.5rem;height:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skfw3rio937JLCuyQgZntldxTMS3HIh4 { top:10.5rem;left:22.375rem;width:13.4375rem;height:8.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLTOyd65TX7lfgR0t21bZaHbOT3xFlgs { top:0.6875rem;left:22.3125rem;width:13.5rem;height:9.2067599518825rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh8zopH3DGTqHdsdS7iqCgKdy4C7gR0V { top:0.6875rem;left:0rem;width:12rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgXVPuNmV41OfT7DRhyvFwthohzMdzVJ { top:10.3125rem;left:0rem;width:12.5rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccbfIMkTs80xZPGoH8dF1pVuXrCXFofV { top:9.875rem;left:11.375rem;width:12.5rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC6qkB4pRwo2FGu7yMQ8c3HPPiW1057Z { top:0.6875rem;left:9.9375rem;width:13.9375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GduwnbCThpetQ1q6gH7cUDTvqEyOtU3y { top:19.8125rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy2bArhvvrLJl0PgT4dUMtBNEZXUqd2S { display:block; }
 }@media only screen and (max-width: 763px) { #zDX9KoNWpWfZIV49mXKa31idk5VcmXax { top:19.6875rem;left:21.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww59TyU7ku8OsNo6G3UMWqF4rk0gbNdM { display:block; }
 }@media only screen and (max-width: 763px) { #iWTawpLuSBfEZy55pT54dbLcM6vFUTrT { top:19.8125rem;left:9.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTZKp9PxCbekmHV4pm4CUiaLx7LglWUM { display:block; }
 }@media only screen and (max-width: 763px) { #SIcx30eztNwyztZDgUMdh9myKEHgm6iL { top:19.8125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLqVHG0Tbwk9lP67hhERODclDTghKTh6 { display:block; }
 }@media only screen and (max-width: 763px) { #VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE { display:none; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OpvBR1pL77T2ZycxWGsoUSAO5Ju0waLe { top:2.8125rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sph2nnxL2slIke9hftLaUyAOW7g08uM2 { top:12.8125rem;left:20.25rem;width:24.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM6QEhtMXOQw4kaFrPgUDJNOGxalvcGk { top:7.6875rem;left:30.5625rem;width:14.5625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI6sOM55mx5rRGVLN1lAQwA8HHhSBZGg { top:16rem;left:36.4375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHixkTEXzxtQXa2eT63Hg3xuAWzUdDwV { top:16rem;left:39.0625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EALkCze3lzqTgdufSaUEC0w6CX8wS5eu { top:16rem;left:41.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFt7IXsRDVOpnpJz3oPt4fUhaUyZWhaq { top:1.125rem;left:0rem;width:13.5625rem;height:20.783037788197rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVNqcB8CmDSBMbCD3Ah0Jt2BPisOvgqK { top:12.25rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arGfUWqe5Tbq8Q1bTTdrdfOeoXT0ObRq { width:3.1875rem;height:3.1875rem;top:7.5625rem;left:44.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIKDFBokcl3zt6ft6GNXnAzSiaxuPyhh { top:15.8125rem;left:44.5rem;width:3.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQac2P4gZGU7h5SHluxMhaS3yVNWoNb8 { top:20.0625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fbfcff, #efd6e6);background-image: -moz-linear-gradient(180deg, #fbfcff, #efd6e6);background-image: -ms-linear-gradient(180deg, #fbfcff, #efd6e6);background-image: -o-linear-gradient(180deg, #fbfcff, #efd6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcff', endColorstr='#efd6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcff', endColorstr='#efd6e6' );";background-image: linear-gradient(180deg, #fbfcff, #efd6e6);background-size:auto !important;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4ugi8Ch7kAa6F47dqfsOX07T5IDhyg5 { width:19.6875rem;height:1.21875rem;top:3.45703125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #nEHo1g3xclLUGpJy5kspVWSec6diLNO6 { width:20rem;height:2.6704545454546rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efd6e6, #ffffff);background-image: -moz-linear-gradient(180deg, #efd6e6, #ffffff);background-image: -ms-linear-gradient(180deg, #efd6e6, #ffffff);background-image: -o-linear-gradient(180deg, #efd6e6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd6e6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd6e6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #efd6e6, #ffffff);background-size:auto !important;display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { background-color: transparent; background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .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); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { width:20rem;height:5.8496125rem;top:0rem;left:0rem;font-size:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { width:18rem;height:5.6875rem;top:3.25rem;left:0rem;font-size:4.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:11.625rem;height:5.625rem;top:15.4375rem;left:7.875rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { width:0.125rem;height:4.0625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2y0rbCTvL2CCHAaVvMT1gRksgPZwTl9 { width:7.375rem;height:7.375rem;top:13.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx3N56WUx8k5Td4qJbnIoCOGKFPkKgh8 { width:5.8125rem;height:6rem;top:14.625rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhTBavBf5GmqPX91B107i6RuNUpTamxX { width:6.3125rem;height:2.375rem;top:50.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oskBFS3drFUO0NEKeqkzevIo9zATQ0Zs { width:11.125rem;height:1.59375rem;top:51.1875rem;left:8.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container:first-of-type{padding-top:0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container:last-of-type{padding-bottom:0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC  { width:17.25rem;height:auto;top:22.4375rem;left:0rem;border-top:0.375rem solid #df4a8d;border-left:0.125rem solid #df4a8d;border-right:0.125rem solid #df4a8d;border-bottom:0.3125rem solid #df4a8d; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC {display:block;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC { width:17.25rem;height:auto;top:22.4375rem;left:0rem;border-top:0.375rem solid #df4a8d;border-left:0.125rem solid #df4a8d;border-right:0.125rem solid #df4a8d;border-bottom:0.3125rem solid #df4a8d; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UbPBPCFRpXz7AZrcxoE2wHaG7Fy1aJfE {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #o5XXdTFgHAoCt8oo059w0a6DyVSPUVvO { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #VGE8NV8FXVRoefr2kZk36OusE8xzK5sI {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #xNwIOr5AoSLiIyH5xCttnJUedQ2G7Bfi {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ipSJyb3LUScD04ZJWwbG57xmNFcdH1Q0 { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #XZlO09F6I7npFC5pzCpbQhSICum1dhDd {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #TMEz6VTgTW63U7FXMgnriMSLVgXXCGMw {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ANNlLK3kwprXU52fmMGtJgoxLPxFzaGx { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #qKGoHQsFbnnfrGD0LscTfMunK7M1P9uA {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #mCkC7c0n4wLJgGQraUevU1SLAzUIylxR {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #GKFJDqVp8SEe8BOvwcXXGdA4XK5vMN46 { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UAiTBLDSc12M3B0JXKiuBQHtBTTt8U48 {  }
 }@media only screen and (max-width: 763px) { #pl8TSceNtVEWJik0oSf4zTLmcrpcQR0T { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #hAIDR2dRlRcrt73x1Th95FTh87rnkU1K {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #nZaJzKQIkhs6GrEKNbqChu27A3QmTWDM {  }
 }@media only screen and (max-width: 763px) { #WRBBvlsI2x8T2XcJ8iLEfDVPk2zcSixm { width:17.5rem;height:17.5rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIv6X6PeiUho6PwInVsqUBvMbmJJ6avD { display:block; }#XIv6X6PeiUho6PwInVsqUBvMbmJJ6avD > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPOqPEaTgUPFOOAVDBbgw7uhXz8l7qSn { width:1.9375rem;height:1.9375rem;top:1.03125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMKCBRxr58NR7GcI5NRrW8PuURitkRRG { width:15rem;height:1.70605625rem;top:1.15625rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRIhgI5TTDy253Fkb026hBQIFflttBOs { width:1.9375rem;height:1.9375rem;top:1.03125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey9IrunbseSnUw3N9Su3iPa1vwLlEP9A { display:block; }#ey9IrunbseSnUw3N9Su3iPa1vwLlEP9A > .row .container { width:20rem;height:87.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qId42HVmTU4kfrCRo307Iyh0Tr8SE9ku { width:13.875rem;height:9.1875rem;top:22.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMuXWaz9KbcGraBbhdwou1K8ROTdwlu9 { width:15.25rem;height:3.886725rem;top:31.5625rem;left:2.375rem;font-size:1.0625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #skfw3rio937JLCuyQgZntldxTMS3HIh4 { width:14.0625rem;height:6.4101625rem;top:52.68359375rem;left:2.96875rem;font-size:1.1875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #cLTOyd65TX7lfgR0t21bZaHbOT3xFlgs { width:13.5615rem;height:9.249rem;top:42.498046875rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh8zopH3DGTqHdsdS7iqCgKdy4C7gR0V { width:12rem;height:8rem;top:1.25rem;left:4rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WgXVPuNmV41OfT7DRhyvFwthohzMdzVJ { width:12.6875rem;height:5.396475rem;top:10.0615234375rem;left:3.65625rem;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #ccbfIMkTs80xZPGoH8dF1pVuXrCXFofV { width:12.6875rem;height:7rem;top:73.68359375rem;left:3.65625rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LC6qkB4pRwo2FGu7yMQ8c3HPPiW1057Z { width:11.6875rem;height:6.8125rem;top:65.99609375rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GduwnbCThpetQ1q6gH7cUDTvqEyOtU3y { top:16.43359375rem;left:4.375rem;width:11.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy2bArhvvrLJl0PgT4dUMtBNEZXUqd2S { display:block; }
 }@media only screen and (max-width: 763px) { #zDX9KoNWpWfZIV49mXKa31idk5VcmXax { top:36.109375rem;left:4.375rem;width:11.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww59TyU7ku8OsNo6G3UMWqF4rk0gbNdM { display:block; }
 }@media only screen and (max-width: 763px) { #iWTawpLuSBfEZy55pT54dbLcM6vFUTrT { top:81.55859375rem;left:4.375rem;width:11.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTZKp9PxCbekmHV4pm4CUiaLx7LglWUM { display:block; }
 }@media only screen and (max-width: 763px) { #SIcx30eztNwyztZDgUMdh9myKEHgm6iL { top:59.5302734375rem;left:4.375rem;width:11.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLqVHG0Tbwk9lP67hhERODclDTghKTh6 { display:block; }
 }@media only screen and (max-width: 763px) { #VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE { display:block; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpvBR1pL77T2ZycxWGsoUSAO5Ju0waLe { width:16.12425rem;height:2.3369125rem;top:20.3125rem;left:1.9375rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sph2nnxL2slIke9hftLaUyAOW7g08uM2 { width:11.1865rem;height:1.625rem;top:32.07275rem;left:4.375rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wM6QEhtMXOQw4kaFrPgUDJNOGxalvcGk { width:13.0615rem;height:2.9248rem;top:23.83666875rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PI6sOM55mx5rRGVLN1lAQwA8HHhSBZGg { width:2.8125rem;height:2.8125rem;top:39.01000625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHixkTEXzxtQXa2eT63Hg3xuAWzUdDwV { width:2.8125rem;height:2.8125rem;top:43.07250625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EALkCze3lzqTgdufSaUEC0w6CX8wS5eu { width:2.8125rem;height:2.8125rem;top:47.13500625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFt7IXsRDVOpnpJz3oPt4fUhaUyZWhaq { width:11.62475rem;height:17.8125rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVNqcB8CmDSBMbCD3Ah0Jt2BPisOvgqK { width:2.8125rem;height:2.8125rem;top:34.94750625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arGfUWqe5Tbq8Q1bTTdrdfOeoXT0ObRq { width:2.8125rem;height:2.8125rem;top:28.01025rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIKDFBokcl3zt6ft6GNXnAzSiaxuPyhh { width:2.8125rem;height:2.8125rem;top:51.19750625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQac2P4gZGU7h5SHluxMhaS3yVNWoNb8 { width:19.3115rem;height:0.9746125rem;top:55.26000625rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }