.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:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/7GJGtWIE/654.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(79,127,171,0.19); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(79,127,171,0.19); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { border-width: 0; border-radius: 0; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container {  }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#HFnbqcIggNNIgLTgc1sHxb3DBNmFBZdT { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.9384765625rem;left:19.84375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ze3o6cNrfinR2814CJ8bMl551ooRvcdp { color:#000000;display:block;width:35rem;position:absolute;font-family:"times new roman";font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3369140625rem;left:19.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LSxXNs6Jpyl02DV1PzHMRfASb6UBZWrB { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:5.625rem;width:10.1875rem;top:15.125rem;left:24.0625rem;display:block; }
#WyFOQI3qlnS1pu2TzTR854zX6dEDTJI1 { color:#ecf3fa;display:block;width:10.1248125rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.6875rem;left:24.1875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#puiELzSr34v8WVUiPQMfyRKwnyKxKwJL { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:5.625rem;width:14.874125rem;top:15.125rem;left:34.3125rem;display:block; }
#alvc04N7WpcibUMne2DyQwTnrhGCu96Q { color:#000000;display:block;width:12.4370625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.5625rem;left:35.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uakOUdMWsJ8TVu8Q694uMWAkEWA9SSAI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.81206875rem;width:5.06185rem;top:18.9375rem;left:39.3125rem;overflow:hidden;display:block; }
#Ba0oicLaZT9oGH18eytzgwr2tmu745Ld { background-color:#3181ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"aref ruqaa";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8730625rem;height:3.2487rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:22.875rem;left:28.5625rem;display:block; }
#cTyPv6oioKXE80syDdUHRH79umTVfyeU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#puKTBsgZiTGb6oNtX5PA5eRxpcbWiOz6 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15006;opacity:1;top:22.9375rem;left:40.25rem; }
#puKTBsgZiTGb6oNtX5PA5eRxpcbWiOz6 > img { max-width: 100%;max-height:100%; }#eZ5k17kmKOEeyLqG55ynvPA6tHB40EcJ { background-color:#56cdad;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.436rem;height:5.06185rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.0625rem;left:29.8125rem;display:block; }
#nlfAs27F5Mk5dbG3hBIPqRxDpq0DwQzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dmcTxRTSitAVDMUIxAe5BExFTLaXoBZI { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15008;opacity:1;top:33.625rem;left:34.3125rem; }
#dmcTxRTSitAVDMUIxAe5BExFTLaXoBZI > img { max-width: 100%;max-height:100%; }#lBS4Sl8NGihmaxHczleZogLm3owNel2V { color:#fafafa;display:block;width:5.87456875rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5rem;left:24.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { background-color: transparent; background-image: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container > .video-iframe-container { display: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container { display: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .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); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { border-width: 0; border-radius: 0; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container {  }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#aX6vwr4ZgS5RrQ8gNoTTsuQOQnQGWTRP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.8125rem;width:34.125rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#iiVDRwMzy1Q0vLmu8EkKwnmXEbW8PAdQ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:20.3125rem;width:29.375rem;top:5rem;left:30.625rem;display:block; }
#unL9XcS4LSEtRBhCyF6Ja2wyiofS4AHf { color:rgba(30,30,30,0.5);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5rem;left:33.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q9QZBUz6GEhNJJpp3VyXT8l0d4E03VGH { color:#1e1e1e;display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.75rem;left:33.125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GWE98ngSP3DfAFAtxEkOWh2aTJIRzkW4 { color:rgba(30,30,30,0.7);display:block;width:24.5rem;position:absolute;font-family:"alw arabic";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:14.9375rem;left:33.0625rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { background-color: transparent; background-image: none; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container > .video-iframe-container { display: none; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row > .video-iframe-container { display: none; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .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); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { border-width: 0; border-radius: 0; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row > .video-iframe-container {  }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#Bc2BA9QRQbVXqytoMzOtG8CxpkTh75sC { color:rgba(30,30,30,0.86);display:block;width:34.5rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0.68684911727906rem;left:1.1848945617676rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C9iKfIqmmDwsl11JV1kcLfnkPbeRpOia { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:4.25rem;left:4.4375rem;display:none; }
#zlakKPdaZ2hTRuhOrbWWOtUAawO8Rx6f { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"aref ruqaa";font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:10.32421875rem;left:1.1845703125rem;height:5.84765625rem;display:block; }
#kWAXhtGRTILyJqCMnkgheMyBDiJTUkVS { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"aref ruqaa";font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.4375rem;left:1.375rem;height:1.94921875rem;font-style:normal;display:block; }
#G7RQTP0Kc92J2UTVTT7Hu4QVW3wHxxPh { background-color:#3181ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"aref ruqaa";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8730625rem;height:3.24805rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:31.2607421875rem;left:25.0625rem;display:block; }
#dFm8TxsFGwlzT7nCrlS5NDF8OCR2rmZz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JdtoW9ByIdnXRord7ZHNveAJNRM4MLwi { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#3c6073;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"aref ruqaa";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:18.5rem;left:14.125rem;display:block; }
#xHZafTPyvQW4Vn1GK79NTV9UsT97nL7P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v4vRBevMs36mHJgTVm7pEKB3f7fOON7D { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;height:13.4375rem;width:21.875rem;top:16.171875rem;left:34.3125rem;overflow:hidden;display:block; }
#QaTPxAq8xRWqbtAzdA6EDNdT44rvAStT { color:rgba(30,30,30,0.86);display:block;width:22.561875rem;position:absolute;font-family:"neo sans arabic";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.654296875rem;left:1.181640625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bwu5270uOzQzstLs7JSB5O8BRARhNurB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18685rem;width:8.499375rem;top:5.0759534835816rem;left:23.559028625488rem;overflow:hidden;display:block; }
#KmgeitWE301mQqwSmoGq967yBNPJzoRg { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"aref ruqaa";font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:22.8125rem;left:1.1845703125rem;height:1.94921875rem;font-style:normal;display:block; }
#XpNxhUr40RoGvk2UUT3t3Knds1rJXC7Z { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#3c6073;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"aref ruqaa";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.19921875rem;left:14rem;display:block; }
#MCLMNxuNbtTxb7icpPmuwppgkbEoe9rd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xw6U66WK5TEhTlVfNIvq0X8cv7ypVMtx { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#3c6073;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"aref ruqaa";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:25.4375rem;left:14rem;display:block; }
#fq1eaxL3xCWT4X3aE6WA97UwqvylGfwc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pJ0sJlA5v0dc23wP51tCFx5KAAnt6fXB { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"aref ruqaa";font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:26.0625rem;left:1.1875rem;height:;font-style:normal;display:block; }
#M0bmoOE7uDHCEewEW8zczCloLwGAi371 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#M0bmoOE7uDHCEewEW8zczCloLwGAi371 > .row .container { background-color: transparent; background-image: none; }#M0bmoOE7uDHCEewEW8zczCloLwGAi371::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0bmoOE7uDHCEewEW8zczCloLwGAi371 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0bmoOE7uDHCEewEW8zczCloLwGAi371 > .row .container > .video-iframe-container { display: none; }#M0bmoOE7uDHCEewEW8zczCloLwGAi371 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0bmoOE7uDHCEewEW8zczCloLwGAi371 > .row > .video-iframe-container { display: none; }#M0bmoOE7uDHCEewEW8zczCloLwGAi371 > .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); }#M0bmoOE7uDHCEewEW8zczCloLwGAi371 > .row .container { border-width: 0; border-radius: 0; }#M0bmoOE7uDHCEewEW8zczCloLwGAi371 > .row > .video-iframe-container {  }#M0bmoOE7uDHCEewEW8zczCloLwGAi371 > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;position:relative;display:block; }#yg5bcpKy3WtzelBHmxPkGdw45BJNfTR6 { color:rgba(30,30,30,0.86);display:block;width:38.0625rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0.6865234375rem;left:1.1845703125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KQutqHfFaePlIJuN6dN1CGATWuhV6T7i { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:4.25rem;left:4.4375rem;display:none; }
#pe6cEkSyh5WulmKshTVBMw7UeKpkwkTg { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"aref ruqaa";font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.19921875rem;left:1.1845703125rem;height:8.7715rem;text-align:left;text-align-last:left;display:block; }
#QI1iDsuttqmrSIsPJzkqBP9Xmpoub4wF { background-color:#3181ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"aref ruqaa";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8730625rem;height:3.24805rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:31.2607421875rem;left:25.0625rem;display:block; }
#xHomTprK9aZ4ZE1RNVf2JqPZuaDe0wnB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gpgca1iS9P5k9IAs3BTxNKKJrUbXVT2g { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;height:15.1875rem;width:24.125rem;top:12.88671875rem;left:32.056640625rem;overflow:hidden;display:block; }
#afBKdJrsTINocVRWsPiSxqUQKItwZEtk { color:rgba(30,30,30,0.86);display:block;width:22.561875rem;position:absolute;font-family:"neo sans arabic";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.654296875rem;left:1.181640625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TSTdkHaMMAxqIzHwAy5ZSAwS4Wzu7m8u { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18685rem;width:8.499375rem;top:5.0759534835816rem;left:23.559028625488rem;overflow:hidden;display:block; }
#XkJSHTx6CcMQI2goRZfBdTmbTomVudPw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#3c6073;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"aref ruqaa";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:26.9375rem;left:17rem;display:block; }
#EwWycfi4dCuCtkREX5szM2VRapWvDm5v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XsToLiKyZKpR7kHCfHUmOZoOpmhK6JUg { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"aref ruqaa";font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:27.5625rem;left:4.1875rem;height:;font-style:normal;display:block; }
#vDdEH36bnN2MhwygdbtJpPZaDdTn8TTR { background-color:#3181ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"aref ruqaa";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:18.85546875rem;left:8.75rem;display:block; }
#vRGQvhp1tHMrPB2ICDDNKvULTed68IrI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AoKMdAuTMbVUS7AFEoOep1WHXGIRuBNv { color:#f10000;display:block;width:12.625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:26.1630859375rem;left:4.4375rem;height:;font-style:normal;display:block; }
#s2A0UTk99ZRBikWnTwB0ESZaZpEU9W7f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#s2A0UTk99ZRBikWnTwB0ESZaZpEU9W7f > .row .container { background-color: transparent; background-image: none; }#s2A0UTk99ZRBikWnTwB0ESZaZpEU9W7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2A0UTk99ZRBikWnTwB0ESZaZpEU9W7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2A0UTk99ZRBikWnTwB0ESZaZpEU9W7f > .row .container > .video-iframe-container { display: none; }#s2A0UTk99ZRBikWnTwB0ESZaZpEU9W7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2A0UTk99ZRBikWnTwB0ESZaZpEU9W7f > .row > .video-iframe-container { display: none; }#s2A0UTk99ZRBikWnTwB0ESZaZpEU9W7f > .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); }#s2A0UTk99ZRBikWnTwB0ESZaZpEU9W7f > .row .container { border-width: 0; border-radius: 0; }#s2A0UTk99ZRBikWnTwB0ESZaZpEU9W7f > .row > .video-iframe-container {  }#s2A0UTk99ZRBikWnTwB0ESZaZpEU9W7f > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#GrkJCvXbDCDaQecksXdHDPOWcTVcm3ch { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:4.25rem;left:4.4375rem;display:none; }
#GyefB6HdmOJ5ywVJ6i2bBZvAnTlsOEwB { background-color:#3181ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"aref ruqaa";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8730625rem;height:3.24805rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:28.75rem;left:24.6181640625rem;display:block; }
#T0QR5HhF4SEba5V3sZssOrpn5fstDctM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#beB2ZJAE2ADHH9R7vcSa896T423M48d6 { color:rgba(30,30,30,0.86);display:block;width:22.561875rem;position:absolute;font-family:"neo sans arabic";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.654296875rem;left:1.181640625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vGcAiqsqsoXnadydSdsHzOISCNIa6wkg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:7.5rem;top:5.3251953125rem;left:23.55859375rem;overflow:hidden;display:block; }
#zK4KzUSppqi5uq6xwXJfXOo8VZ8nOVwv { color:rgba(30,30,30,0.86);display:block;width:41.375rem;position:absolute;font-family:"neo sans arabic";font-size:2.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:0.904296875rem;left:8.8681640625rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wEQ2SM1JZZTap967zaVu8sLUW2xwy7z7 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;height:15.1875rem;width:23.5625rem;top:11.1875rem;left:3.9296875rem;overflow:hidden;display:block; }
#fK2CMitFBGhQop8XwvoSFIcV6aDiKS2C { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;height:15.25rem;width:23.3125rem;top:10.9375rem;left:31.588692946058rem;overflow:hidden;display:block; }
#VxShcZ4MafBTZZ5EPhgnyZBP9k3XsLUi { background-color:#3181ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"aref ruqaa";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8730625rem;height:3.24805rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:28.75rem;left:24.6181640625rem;display:none; }
#ttTHIUp0dw0mVWd3TwUXq1CMDm7G9hB1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hf56hZQTr1CUrZEJnsbEVgpixhusONKS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Cf5qqKWV/bg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS.adaptive-delivery-prevent-bg, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyload, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyloading { background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { background-color: transparent; background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .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); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { border-width: 0; border-radius: 0; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container {  }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#SH4IcvpPxNM9iaZGKOvbOweOnWAwNKvx { color:#ffffff;display:block;width:27.4370625rem;position:absolute;font-family:amiri;font-size:2.3125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:3.7489147186279rem;left:31.694877624512rem;height:3.46875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DPlDw8AeCLDXVmTmufZl6mXyRMUnvKP3 { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:9.0625rem;left:38.75rem;height:3.57421875rem;text-align:right;text-align-last:right;display:block; }
#tgBDocXUGhl1DaCqg3EsAxTHBeoir7ii { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.5623125rem;width:15rem;top:0.34288120269776rem;left:0rem;overflow:hidden;display:block; }
#aXEumwOOSOv52qHplDpZkwLugsWoMZRw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"aref ruqaa";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1248125rem;height:3.24978125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:12.63671875rem;left:44.073352813721rem;display:block; }
#BplGAwlJ6AHTPfgCWJkTMAeIDv8wf4dQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFnbqcIggNNIgLTgc1sHxb3DBNmFBZdT { width:34.5625rem;height:1.4375rem;top:7.9375rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze3o6cNrfinR2814CJ8bMl551ooRvcdp { width:35rem;height:5.8125rem;top:9.3125rem;left:12.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSxXNs6Jpyl02DV1PzHMRfASb6UBZWrB { width:10.1875rem;height:5.625rem;top:15.125rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyFOQI3qlnS1pu2TzTR854zX6dEDTJI1 { width:10.0625rem;height:;top:17.6875rem;left:18.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #puiELzSr34v8WVUiPQMfyRKwnyKxKwJL { width:14.8125rem;height:5.625rem;top:15.125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alvc04N7WpcibUMne2DyQwTnrhGCu96Q { width:12.375rem;height:3.25rem;top:15.5625rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uakOUdMWsJ8TVu8Q694uMWAkEWA9SSAI { top:18.9375rem;left:33.1875rem;width:5rem;height:1.7895051392614rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba0oicLaZT9oGH18eytzgwr2tmu745Ld { width:14.8125rem;height:3.1875rem;top:22.875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTyPv6oioKXE80syDdUHRH79umTVfyeU { display:block; }
 }@media only screen and (max-width: 763px) { #puKTBsgZiTGb6oNtX5PA5eRxpcbWiOz6 { top:22.9375rem;left:34.125rem;width:3.125rem;height:3.125rem;display:block; }
#puKTBsgZiTGb6oNtX5PA5eRxpcbWiOz6 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #eZ5k17kmKOEeyLqG55ynvPA6tHB40EcJ { width:12.375rem;height:5rem;top:28.0625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlfAs27F5Mk5dbG3hBIPqRxDpq0DwQzT { display:block; }
 }@media only screen and (max-width: 763px) { #dmcTxRTSitAVDMUIxAe5BExFTLaXoBZI { top:33.625rem;left:28.1875rem;width:3.125rem;height:3.125rem;display:none; }
#dmcTxRTSitAVDMUIxAe5BExFTLaXoBZI > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #lBS4Sl8NGihmaxHczleZogLm3owNel2V { width:5.8125rem;height:1.1875rem;top:16.5rem;left:18.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu { display:block; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX6vwr4ZgS5RrQ8gNoTTsuQOQnQGWTRP { width:34.125rem;height:23.8125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiVDRwMzy1Q0vLmu8EkKwnmXEbW8PAdQ { width:29.375rem;height:20.3125rem;top:5rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unL9XcS4LSEtRBhCyF6Ja2wyiofS4AHf { width:24.375rem;height:1.4375rem;top:8.5rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9QZBUz6GEhNJJpp3VyXT8l0d4E03VGH { width:24.375rem;height:3.25rem;top:10.75rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWE98ngSP3DfAFAtxEkOWh2aTJIRzkW4 { width:24.5rem;height:8rem;top:14.9375rem;left:23.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu { display:block; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bc2BA9QRQbVXqytoMzOtG8CxpkTh75sC { width:34.5rem;height:;top:0.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9iKfIqmmDwsl11JV1kcLfnkPbeRpOia { top:4.25rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlakKPdaZ2hTRuhOrbWWOtUAawO8Rx6f { top:10.3125rem;left:0rem;width:29.125rem;height:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWAXhtGRTILyJqCMnkgheMyBDiJTUkVS { top:19.4375rem;left:0rem;width:12.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7RQTP0Kc92J2UTVTT7Hu4QVW3wHxxPh { width:9.8125rem;height:3.1875rem;top:31.25rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFm8TxsFGwlzT7nCrlS5NDF8OCR2rmZz { display:block; }
 }@media only screen and (max-width: 763px) { #JdtoW9ByIdnXRord7ZHNveAJNRM4MLwi { width:8.125rem;height:3.25rem;top:18.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHZafTPyvQW4Vn1GK79NTV9UsT97nL7P { display:block; }
 }@media only screen and (max-width: 763px) { #v4vRBevMs36mHJgTVm7pEKB3f7fOON7D { top:16.125rem;left:25.875rem;width:21.875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaTPxAq8xRWqbtAzdA6EDNdT44rvAStT { width:22.5rem;height:2rem;top:5.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwu5270uOzQzstLs7JSB5O8BRARhNurB { top:5.0625rem;left:17.434028625488rem;width:8.4375rem;height:3.163649900728rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmgeitWE301mQqwSmoGq967yBNPJzoRg { top:22.8125rem;left:0rem;width:12.625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpNxhUr40RoGvk2UUT3t3Knds1rJXC7Z { width:8.125rem;height:3.25rem;top:22.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCLMNxuNbtTxb7icpPmuwppgkbEoe9rd { display:block; }
 }@media only screen and (max-width: 763px) { #xw6U66WK5TEhTlVfNIvq0X8cv7ypVMtx { width:8.125rem;height:3.25rem;top:25.4375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq1eaxL3xCWT4X3aE6WA97UwqvylGfwc { display:block; }
 }@media only screen and (max-width: 763px) { #pJ0sJlA5v0dc23wP51tCFx5KAAnt6fXB { top:26.0625rem;left:0rem;width:12.625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0bmoOE7uDHCEewEW8zczCloLwGAi371 { display:block; }#M0bmoOE7uDHCEewEW8zczCloLwGAi371 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg5bcpKy3WtzelBHmxPkGdw45BJNfTR6 { width:38.0625rem;height:3.25rem;top:0.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQutqHfFaePlIJuN6dN1CGATWuhV6T7i { top:4.25rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pe6cEkSyh5WulmKshTVBMw7UeKpkwkTg { top:9.1875rem;left:0rem;width:29.125rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI1iDsuttqmrSIsPJzkqBP9Xmpoub4wF { width:9.8125rem;height:3.1875rem;top:31.25rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHomTprK9aZ4ZE1RNVf2JqPZuaDe0wnB { display:block; }
 }@media only screen and (max-width: 763px) { #Gpgca1iS9P5k9IAs3BTxNKKJrUbXVT2g { top:12.875rem;left:23.625rem;width:24.125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afBKdJrsTINocVRWsPiSxqUQKItwZEtk { width:22.5rem;height:2rem;top:5.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTdkHaMMAxqIzHwAy5ZSAwS4Wzu7m8u { top:5.0625rem;left:17.434028625488rem;width:8.4375rem;height:3.163649900728rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkJSHTx6CcMQI2goRZfBdTmbTomVudPw { width:8.125rem;height:3.25rem;top:26.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwWycfi4dCuCtkREX5szM2VRapWvDm5v { display:block; }
 }@media only screen and (max-width: 763px) { #XsToLiKyZKpR7kHCfHUmOZoOpmhK6JUg { top:27.5625rem;left:0rem;width:12.625rem;height:1.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDdEH36bnN2MhwygdbtJpPZaDdTn8TTR { width:12.125rem;height:3.25rem;top:18.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRGQvhp1tHMrPB2ICDDNKvULTed68IrI { display:block; }
 }@media only screen and (max-width: 763px) { #AoKMdAuTMbVUS7AFEoOep1WHXGIRuBNv { top:26.125rem;left:0rem;width:12.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2A0UTk99ZRBikWnTwB0ESZaZpEU9W7f { display:block; }#s2A0UTk99ZRBikWnTwB0ESZaZpEU9W7f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrkJCvXbDCDaQecksXdHDPOWcTVcm3ch { top:4.25rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GyefB6HdmOJ5ywVJ6i2bBZvAnTlsOEwB { width:9.8125rem;height:3.1875rem;top:28.75rem;left:18.4931640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0QR5HhF4SEba5V3sZssOrpn5fstDctM { display:block; }
 }@media only screen and (max-width: 763px) { #beB2ZJAE2ADHH9R7vcSa896T423M48d6 { width:22.5rem;height:2rem;top:5.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGcAiqsqsoXnadydSdsHzOISCNIa6wkg { top:5.3125rem;left:17.43359375rem;width:7.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK4KzUSppqi5uq6xwXJfXOo8VZ8nOVwv { width:41.375rem;height:3.125rem;top:0.875rem;left:2.7431640625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEQ2SM1JZZTap967zaVu8sLUW2xwy7z7 { top:11.1875rem;left:0rem;width:23.5625rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK2CMitFBGhQop8XwvoSFIcV6aDiKS2C { top:10.9375rem;left:24.4375rem;width:23.3125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxShcZ4MafBTZZ5EPhgnyZBP9k3XsLUi { width:9.8125rem;height:3.1875rem;top:28.75rem;left:18.4931640625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttTHIUp0dw0mVWd3TwUXq1CMDm7G9hB1 { display:block; }
 }@media only screen and (max-width: 763px) { #hf56hZQTr1CUrZEJnsbEVgpixhusONKS { display:block; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SH4IcvpPxNM9iaZGKOvbOweOnWAwNKvx { top:3.6875rem;left:20.3125rem;width:27.375rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPlDw8AeCLDXVmTmufZl6mXyRMUnvKP3 { top:9.0625rem;left:27.4375rem;width:20.3125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgBDocXUGhl1DaCqg3EsAxTHBeoir7ii { top:0.3125rem;left:0rem;width:15rem;height:23.5623125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXEumwOOSOv52qHplDpZkwLugsWoMZRw { width:15.0625rem;height:3.1875rem;top:12.625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BplGAwlJ6AHTPfgCWJkTMAeIDv8wf4dQ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/HGXBOXwy/New_Project.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFnbqcIggNNIgLTgc1sHxb3DBNmFBZdT { width:20rem;height:1.2999125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ze3o6cNrfinR2814CJ8bMl551ooRvcdp { width:20rem;height:6.5244375rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LSxXNs6Jpyl02DV1PzHMRfASb6UBZWrB { width:7.25rem;height:5.625rem;top:8.1875rem;left:0.1875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WyFOQI3qlnS1pu2TzTR854zX6dEDTJI1 { width:6.936875rem;height:2.2744125rem;top:10.9482421875rem;left:0.4375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #puiELzSr34v8WVUiPQMfyRKwnyKxKwJL { width:12.0625rem;height:5.625rem;top:8.1875rem;left:7.4375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #alvc04N7WpcibUMne2DyQwTnrhGCu96Q { width:10.374375rem;height:2.599825rem;top:9.11892414093rem;left:8.5373268723487rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uakOUdMWsJ8TVu8Q694uMWAkEWA9SSAI { width:4.31206875rem;height:1.62435rem;top:11.895833969116rem;left:11.567925512791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba0oicLaZT9oGH18eytzgwr2tmu745Ld { width:13.125rem;height:3.1875rem;top:14.667969703674rem;left:3.3745661377907rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTyPv6oioKXE80syDdUHRH79umTVfyeU { display:block; }
 }@media only screen and (max-width: 763px) { #puKTBsgZiTGb6oNtX5PA5eRxpcbWiOz6 { width:3.125rem;height:3.125rem;top:14.698351860046rem;left:13.568794310093rem;display:block; }
#puKTBsgZiTGb6oNtX5PA5eRxpcbWiOz6 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #eZ5k17kmKOEeyLqG55ynvPA6tHB40EcJ { width:12.374125rem;height:3.62413125rem;top:18.822700500488rem;left:3.8118491768837rem;font-size:1.8125rem;font-family:"source sans pro";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nlfAs27F5Mk5dbG3hBIPqRxDpq0DwQzT { display:block; }
 }@media only screen and (max-width: 763px) { #dmcTxRTSitAVDMUIxAe5BExFTLaXoBZI { top:22.195747375488rem;left:8.8118496537206rem;width:2.37305rem;height:2.37305rem;z-index:15008;display:block; }
#dmcTxRTSitAVDMUIxAe5BExFTLaXoBZI > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #lBS4Sl8NGihmaxHczleZogLm3owNel2V { width:5.81055rem;height:1.21875rem;top:9.361328125rem;left:0.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu { display:block; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { width:20rem;height:32.623046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX6vwr4ZgS5RrQ8gNoTTsuQOQnQGWTRP { width:19rem;height:13.25rem;top:0.56184768676758rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiVDRwMzy1Q0vLmu8EkKwnmXEbW8PAdQ { width:20rem;height:18.3125rem;top:13.995223999024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unL9XcS4LSEtRBhCyF6Ja2wyiofS4AHf { width:18.75rem;height:1.2999125rem;top:15.749783992767rem;left:0.62500005960463rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q9QZBUz6GEhNJJpp3VyXT8l0d4E03VGH { width:18.75rem;height:2.84375rem;top:17.046442031861rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWE98ngSP3DfAFAtxEkOWh2aTJIRzkW4 { width:18.125rem;height:12rem;top:20.623915672302rem;left:0.93750005960463rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu { display:block; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bc2BA9QRQbVXqytoMzOtG8CxpkTh75sC { width:17.9373125rem;height:1.7871125rem;top:1.4984807968139rem;left:1.0308160185814rem;text-align:left;text-align-last:left;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #C9iKfIqmmDwsl11JV1kcLfnkPbeRpOia { top:0.26801109313965rem;left:5.1247830986977rem;width:12.5rem;height:1.2999125rem;z-index:15011;color:rgba(0,0,0,0.61);display:block; }
 }@media only screen and (max-width: 763px) { #zlakKPdaZ2hTRuhOrbWWOtUAawO8Rx6f { width:19.5rem;height:4.22265625rem;top:22.4921875rem;left:0.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #kWAXhtGRTILyJqCMnkgheMyBDiJTUkVS { width:9.375rem;height:1.54296875rem;top:29.259765625rem;left:0.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #G7RQTP0Kc92J2UTVTT7Hu4QVW3wHxxPh { width:9.8115rem;height:3.186525rem;top:39.75rem;left:5.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFm8TxsFGwlzT7nCrlS5NDF8OCR2rmZz { display:block; }
 }@media only screen and (max-width: 763px) { #JdtoW9ByIdnXRord7ZHNveAJNRM4MLwi { width:8.8125rem;height:3.3125rem;top:28.375rem;left:10.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHZafTPyvQW4Vn1GK79NTV9UsT97nL7P { display:block; }
 }@media only screen and (max-width: 763px) { #v4vRBevMs36mHJgTVm7pEKB3f7fOON7D { width:18rem;height:11.125rem;top:9.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaTPxAq8xRWqbtAzdA6EDNdT44rvAStT { width:17.0615rem;height:1.21875rem;top:4.125rem;left:1.4677734375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Bwu5270uOzQzstLs7JSB5O8BRARhNurB { width:8.4375rem;height:3.1621125rem;top:5.9990234375rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmgeitWE301mQqwSmoGq967yBNPJzoRg { width:9.875rem;height:1.54296875rem;top:32.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #XpNxhUr40RoGvk2UUT3t3Knds1rJXC7Z { width:8.125rem;height:3.25rem;top:31.6875rem;left:10.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCLMNxuNbtTxb7icpPmuwppgkbEoe9rd { display:block; }
 }@media only screen and (max-width: 763px) { #xw6U66WK5TEhTlVfNIvq0X8cv7ypVMtx { width:8.125rem;height:3.25rem;top:35.125rem;left:10.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq1eaxL3xCWT4X3aE6WA97UwqvylGfwc { display:block; }
 }@media only screen and (max-width: 763px) { #pJ0sJlA5v0dc23wP51tCFx5KAAnt6fXB { width:10.4375rem;height:1.54296875rem;top:35.9375rem;left:0.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #M0bmoOE7uDHCEewEW8zczCloLwGAi371 { display:block; }#M0bmoOE7uDHCEewEW8zczCloLwGAi371 > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg5bcpKy3WtzelBHmxPkGdw45BJNfTR6 { width:17.9365rem;height:1.3808625rem;top:1.7548828125rem;left:1.0302734375rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KQutqHfFaePlIJuN6dN1CGATWuhV6T7i { top:0.26801109313965rem;left:5.1247830986977rem;width:12.5rem;height:1.2999125rem;z-index:15011;color:rgba(0,0,0,0.61);display:block; }
 }@media only screen and (max-width: 763px) { #pe6cEkSyh5WulmKshTVBMw7UeKpkwkTg { width:19.5rem;height:7.389625rem;top:22.4921875rem;left:0.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #QI1iDsuttqmrSIsPJzkqBP9Xmpoub4wF { width:9.8115rem;height:3.186525rem;top:41rem;left:5.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHomTprK9aZ4ZE1RNVf2JqPZuaDe0wnB { display:block; }
 }@media only screen and (max-width: 763px) { #Gpgca1iS9P5k9IAs3BTxNKKJrUbXVT2g { width:17.5625rem;height:11.125rem;top:9.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afBKdJrsTINocVRWsPiSxqUQKItwZEtk { width:17.0615rem;height:1.21875rem;top:4.5rem;left:1.4677734375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TSTdkHaMMAxqIzHwAy5ZSAwS4Wzu7m8u { width:8.4375rem;height:3.1621125rem;top:5.9990234375rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkJSHTx6CcMQI2goRZfBdTmbTomVudPw { width:9.375rem;height:3.25rem;top:36.7001953125rem;left:10.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwWycfi4dCuCtkREX5szM2VRapWvDm5v { display:block; }
 }@media only screen and (max-width: 763px) { #XsToLiKyZKpR7kHCfHUmOZoOpmhK6JUg { width:10.4375rem;height:2.1933625rem;top:37.228515625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #vDdEH36bnN2MhwygdbtJpPZaDdTn8TTR { width:9.8125rem;height:3.1875rem;top:30.75rem;left:5.09375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRGQvhp1tHMrPB2ICDDNKvULTed68IrI { display:block; }
 }@media only screen and (max-width: 763px) { #AoKMdAuTMbVUS7AFEoOep1WHXGIRuBNv { width:12.625rem;height:1.4619125rem;top:34.9765625rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #s2A0UTk99ZRBikWnTwB0ESZaZpEU9W7f { display:block; }#s2A0UTk99ZRBikWnTwB0ESZaZpEU9W7f > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrkJCvXbDCDaQecksXdHDPOWcTVcm3ch { top:0.26801109313965rem;left:5.1247830986977rem;width:12.5rem;height:1.2999125rem;z-index:15011;color:rgba(0,0,0,0.61);display:block; }
 }@media only screen and (max-width: 763px) { #GyefB6HdmOJ5ywVJ6i2bBZvAnTlsOEwB { width:9.8105625rem;height:3.186525rem;top:42.875rem;left:5.09375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0QR5HhF4SEba5V3sZssOrpn5fstDctM { display:block; }
 }@media only screen and (max-width: 763px) { #beB2ZJAE2ADHH9R7vcSa896T423M48d6 { width:14.9375rem;height:1.21875rem;top:9.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vGcAiqsqsoXnadydSdsHzOISCNIa6wkg { width:4.125rem;height:1.4375rem;top:9.171875rem;left:14.977388822116rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK4KzUSppqi5uq6xwXJfXOo8VZ8nOVwv { width:20rem;height:5.19921875rem;top:3.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wEQ2SM1JZZTap967zaVu8sLUW2xwy7z7 { width:16.5625rem;height:11.375rem;top:12.8857421875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK2CMitFBGhQop8XwvoSFIcV6aDiKS2C { width:17.8125rem;height:11.625rem;top:30.5263671875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxShcZ4MafBTZZ5EPhgnyZBP9k3XsLUi { width:9.8105625rem;height:3.186525rem;top:24.6357421875rem;left:5.09375rem;font-size:1.625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ttTHIUp0dw0mVWd3TwUXq1CMDm7G9hB1 { display:block; }
 }@media only screen and (max-width: 763px) { #hf56hZQTr1CUrZEJnsbEVgpixhusONKS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Cf5qqKWV/bg3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS.adaptive-delivery-prevent-bg, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyload, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyloading { background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { background-color: transparent; background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .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); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SH4IcvpPxNM9iaZGKOvbOweOnWAwNKvx { width:20rem;height:6rem;top:24.812290191651rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DPlDw8AeCLDXVmTmufZl6mXyRMUnvKP3 { width:20rem;height:2.923825rem;top:30.809462845326rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tgBDocXUGhl1DaCqg3EsAxTHBeoir7ii { width:15rem;height:23.5623125rem;top:1.25rem;left:2.5rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #aXEumwOOSOv52qHplDpZkwLugsWoMZRw { width:15.0625rem;height:3.1875rem;top:34.984805871582rem;left:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BplGAwlJ6AHTPfgCWJkTMAeIDv8wf4dQ { display:block; }
 }