.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD { position:relative;display:block; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD { background-color: transparent; background-image: none; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container > .video-iframe-container { display: none; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row > .video-iframe-container { display: none; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .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); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD { border-width: 0; border-radius: 0; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:56rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container.adaptive-delivery-prevent-bg, #Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container.lazyload, #Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container.lazyloading { background-image: none; }#bckhxfzpt6FHx1X725RleZ469rTxCxhb { 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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#hbfsIVBRpzQq8GhAEoG0hcUkCp4RrIod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wGclrCwg6aTgtWczXgnogTn8UUcE0GwW { 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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#ws9rzWr5xpsXD25kV5IMoF5IppHIfAiR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xO8ygeu9QFZQWA8zxKyZ6C2HBkaxK79s { 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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#PRglMvlTwGskqHNvNNTc1UzCoGIfGFxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s9gwHKBtF40c7ceiJZOWqu6wzqXi4xlq { 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:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#s9gwHKBtF40c7ceiJZOWqu6wzqXi4xlq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#aNhzSaH26Cf8OndTzFR6qXNNRvoU1ebd { 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:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#aNhzSaH26Cf8OndTzFR6qXNNRvoU1ebd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#wGAd2u9OUVluPlsA3BK1XdQU6hR6n6wR { 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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#VIKTZhEEA3cWmfGQaDTXnsMl7s0TTgQQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#guWfEATTWOsSGa44F0d2zVHE4Ty3HW3Z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.8125rem;display:none; }
#F0JMTACXnVRqFliflIdDtqBKtztXzJGX { 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:15000;opacity:1;display:none; }
#hCSnyIBcMbNXbr33KDpVfoAX7bUtP3ZJ { position:absolute;display:block;z-index:15177;height:3.0625rem;width:5.5rem;top:20.25rem;left:28.724609375rem;display:none; }
#waeW73RtPdn5wTkeiG201XlAbEhhXshz { position:absolute;display:block;z-index:15178;height:2.9375rem;width:5.3125rem;top:18rem;left:22.6875rem;display:none; }
#uH5WkWhPzA1siAAd2oluBBmCmTFqXqZ0 { color:#405466;display:block;width:23.6875rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.171875rem;left:18.0712890625rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZefccXX464WU4lxyoaDMbbeSHy3J8W9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12305rem;width:3.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:25.3125rem;left:2.5rem;display:none; }
#uc4zgUaT8ls0F8zavN56lrTu4sygZ3p1 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1859375rem;width:6.5625rem;top:27.375rem;left:41.6875rem;overflow:hidden;display:none; }
#kZqsp8DJ01uU5twZurKrcuXuhmQ6GDff { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5609375rem;width:6.5625rem;top:27.6875rem;left:49.1875rem;overflow:hidden;display:none; }
#KN4z7R4URG7ZxT6LefRPTG4N12QITJAu { color:#000000;display:block;width:19.9991875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;height:2.03125rem;top:25.3125rem;left:38.875rem;text-align:center;text-align-last:center;display:none; }
#PC8pCVHoJqU4TTuTtQsdcCQQoNNJm0IM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:22.1875rem;left:47.25rem;display:none; }
#WtT6gOcqtR7yUqTgweNG1ENDEtaNOwTH { background-color:#40b356;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;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:13.8125rem;height:2.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18rem;left:41.375rem;display:block; }
#Uz3wceCQy7pZzzVfN5HkOZxtvontE1CB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWwxQOu5pwUAdITTqnlEI71neGN86w0O { background-color:#2c8e50;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:13.8125rem;left:41.3125rem;display:block; }
#yovNa4c6eewVTflxT5vTEugQWSLr5uZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHvrBF7oEQ9baJySNy0pD3LBJ0ymgV94 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:14.125rem;left:41.9375rem; }
#N4H0qRwTtG0g9WyArXUfNTgO8Tl2z0gs { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"alw font";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;height:4.875rem;top:5.75rem;left:38.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NCHlBQ5T0RCuIiKiVsH11BnkGrf8m6RP { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:19.375rem;width:16.4375rem;top:1.1875rem;left:3.625rem;overflow:hidden;display:block; }
#vbTFskArSDwqeTWvv9lC4Q0TswXZBXTd { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.375rem;top:14.1572265625rem;left:8.3125rem;overflow:hidden;display:none; }
#GrrF6aUiCcA6ha4cuRodS1c758prTbyH { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.625rem;top:14.1572265625rem;left:2.125rem;overflow:hidden;display:none; }
#xlxFb7gUN3iw522uDDOCZ4eAONfv6wOX { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:16.75rem;left:27.34375rem;overflow:hidden;display:none; }
#vH3Gl5fV3xJ7Pi4S5wzc8dFccxsldbEe { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.56055rem;width:6.5625rem;top:13.6875rem;left:31rem;overflow:hidden;display:block; }
#UDMMdZvOEdyEf1AN91Ml9PqLvHgDdL8E { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.18555rem;width:6.5625rem;top:13.5rem;left:23.125rem;overflow:hidden;display:block; }
#Gpwte1giEFJdyZP8XdATT11MM1wa1aQK { color:#000000;display:block;width:19.999rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;height:2.03125rem;top:10.375rem;left:20.6875rem;text-align:center;text-align-last:center;display:block; }
#ZQ9Ti959Q6eEEKG3xGSVRq7FfIAbp9tV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124025rem;width:3.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:5.75rem;left:28.5rem; }
#hTxa0EobhZgtrVTNDpbFo3EPHMW0HIho { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:6.3125rem;top:18.84375rem;left:31.312501907349rem;overflow:hidden;display:block; }
#fft8g3lpK6QHTTN58t5a4c0rKxwTxDbQ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.5rem;top:18.805555343628rem;left:22.993055343628rem;overflow:hidden;display:block; }
#VXlPx3uwztwxVZUurDOT9ctcTHVDrRfM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12305rem;width:3.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.5rem;left:28.631944656372rem; }
#D0hyinZcLuAv2LVSrTitZs33xKzJDUKC { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:28.8125rem;width:23rem;top:25rem;left:18.5rem;overflow:hidden;display:block; }
#Zwp9vW2sTMGSd9nrI3bh2nhEoDDO39iE { position:relative;display:block; }#Zwp9vW2sTMGSd9nrI3bh2nhEoDDO39iE { background-color: transparent; background-image: none; }#Zwp9vW2sTMGSd9nrI3bh2nhEoDDO39iE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zwp9vW2sTMGSd9nrI3bh2nhEoDDO39iE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zwp9vW2sTMGSd9nrI3bh2nhEoDDO39iE > .row .container > .video-iframe-container { display: none; }#Zwp9vW2sTMGSd9nrI3bh2nhEoDDO39iE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zwp9vW2sTMGSd9nrI3bh2nhEoDDO39iE > .row > .video-iframe-container { display: none; }#Zwp9vW2sTMGSd9nrI3bh2nhEoDDO39iE > .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); }#Zwp9vW2sTMGSd9nrI3bh2nhEoDDO39iE { border-width: 0; border-radius: 0; }#Zwp9vW2sTMGSd9nrI3bh2nhEoDDO39iE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Zwp9vW2sTMGSd9nrI3bh2nhEoDDO39iE > .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:30.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q43rIIuFEVxE0G4StW94Jpdn4fCrkQeM { color:#000000;display:block;width:27.1230625rem;position:absolute;font-family:"alw arabic";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:0.451171875rem;left:16.4375rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r6xXtFfh81L32xQ825XO1bZu0VzhsLFq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:20.5rem;top:4.263671875rem;left:19.25rem;overflow:hidden;display:block; }
#QOhx8cSJyWxKAIAqhzlvqvT2tKsXazaM { color:#000000;display:block;width:18.874rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:4.263671875rem;left:20.5625rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-form-header {  }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;font-weight:bold;color:#000000;width:15.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:15.375rem;box-sizing:border-box;height:1.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-text {padding-top: 0; padding-bottom: 0;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:15.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:15.375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.9375rem;overflow:hidden;vertical-align:top; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-select {padding-top: 0; padding-bottom: 0;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #77ac98, #eaf3f3);background-image: -moz-linear-gradient(102deg, #77ac98, #eaf3f3);background-image: -ms-linear-gradient(102deg, #77ac98, #eaf3f3);background-image: -o-linear-gradient(102deg, #77ac98, #eaf3f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#77ac98', endColorstr='#eaf3f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#77ac98', endColorstr='#eaf3f3' );";background-image: linear-gradient(102deg, #77ac98, #eaf3f3);background-size:initial !important;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;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:3.5625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:8.25rem;height:2.6875rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:14.1875rem;overflow:hidden;font-style:normal; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .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; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .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:cairo;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-container:first-of-type{padding-top:0;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-container:last-of-type{padding-bottom:0;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20.6875rem;top:9.7607421875rem;z-index:15029;position:absolute;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;box-shadow: 0.0625rem 0.5rem 0.1875rem rgba(0,0,0,0.5) ; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.375rem;display:block;vertical-align:top; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW {display:block;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20.6875rem;top:9.7607421875rem;z-index:15029;position:absolute;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;box-shadow: 0.0625rem 0.5rem 0.1875rem rgba(0,0,0,0.5) ; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #ZK1G4KnzgR8AQwg03lQAp9sZLBPdbdhd { position:relative; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #T6ZXZTu8EsO52qSJAw8CEpAcqRUXUmAc { position:relative;display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #gPqrMth665MHb4wGVcX1FV3b2OprMTdf { position:relative; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #q3yvX1yTHTRI7ey2Glzk6EHdDDpGDh8J { position:relative; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #OIhhkV4P7oFlzFlxTwfOIccVDEVZTaTy { position:relative;display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #JRk0FNiZtNeM6qVXwKbdpfEC9v7MGvud { position:relative; }
#c74mepZRNOmL2LXlvrzwLrDV5lhVpWim { position:relative;display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #HUTTJONLRec8w9sniQnZyaNyXMrM0odC { position:relative; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #hERM9pnt5trsNJ1BQEzkSQsAD9IgDuMT { position:relative;display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #C14eAsVWH05OEl8aPpFU4zacCLyGboFB { position:relative; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #zRtbfhoiWuzXepAMOlOh5mGJ0s27JvXH { position:relative; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #CxZQn36KfcMmuK1sZaEfugF6t0EFFPT7 { position:relative; }
#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI { position:relative;display:block; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI { background-color: transparent; background-image: none; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container > .video-iframe-container { display: none; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row > .video-iframe-container { display: none; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .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); }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI { border-width: 0; border-radius: 0; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container.adaptive-delivery-prevent-bg, #d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container.lazyload, #d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container.lazyloading { background-image: none; }#kFxwHHNRGg6BGz8ezK7SvXyGQhCdmhdg { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:29.0625rem;height:2.7625rem;font-style:normal;display:block; }
#MHrOgSf4mtLtX3qVRmgvLlf1f3QfCx5g { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:22.1875rem;top:6.75rem;left:35.9375rem;display:block; }
#VHFfm0Fzhb8VxcmGSqESXvm5a37E7SbN { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:37.1875rem;height:5.95rem;text-align:justify;text-align-last:initial;display:block; }
#Txvf3geC9XgzVnUlxE3U8zQTqd0nXEZG { position:absolute;display:block;z-index:15003;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;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.812501430511rem;left:55.9375rem;display:block; }
#bRI3SUVVXup76alBLduoKnhrnzvHhUdv { position:absolute;display:block;z-index:15004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:53.875rem;display:block; }
#WBOruB6yQXa0uDKSyflQkK81S4qQRa4C { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:19.937501430511rem;left:56rem;display:block; }
#kAn5CR5rlE3pPrtfuVTbwLo71TOrfZlu { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.187500476837rem;left:29.5625rem;height:1.8005375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#FET9t3VoF6U0ZPpW1uhS50tPTBD3aUUI { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:34.5rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#bbms9HGV2VdvuUEJBFE5P9Qm2BCeBiqJ { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:22.062501430511rem;left:56.0625rem;display:block; }
#kP2itH48qOfm6KS0BVRq0boPamrRXxqL { position:absolute;display:block;z-index:15005;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;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:22.000001430511rem;left:55.9375rem;display:block; }
#MEttTGRunSO2dtU9synWxetVWtGaJM7y { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:24.375001430511rem;left:56.0625rem;display:block; }
#VyX8I1rSOTk0iWQSGxhzerdNKeMeoCAi { position:absolute;display:block;z-index:15007;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;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:24.250001430511rem;left:55.9375rem;display:block; }
#cpGn5FpwcH0FJX5EvDD1lGMylCK9C6Ow { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:43.875rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#VD5T64i8Tko3FLPwrGG2IIcLrcOiCWPb { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:43.875rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#ixWpw2aNy6F74mdQPxl5H1XXh8UF4l4M { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:26.541667461395rem;left:56.0625rem;display:block; }
#wzXhm6s8pDdxHQm3ygoEVVl040Zgb616 { position:absolute;display:block;z-index:15009;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;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:26.416667461395rem;left:55.9375rem;display:block; }
#UKQpaPzpoveb3nlWiucPfHb44x335630 { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:43.875rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#ld32BzzgwESLakdCDUSMds6pJBDi9KWg { position:relative;display:block; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg { background-color: transparent; background-image: none; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row .container > .video-iframe-container { display: none; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row > .video-iframe-container { display: none; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .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); }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg { border-width: 0; border-radius: 0; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .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.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P9ro9SoMF4Qn5WeNBMynWJe5e0vmm9D4 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.375rem;top:9.4375rem;left:18.78125rem;overflow:hidden;display:none; }
#G0U5uym4IiRmOdAiaOnMZDAT3FDHQavb { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.625rem;top:9.4375rem;left:12.59375rem;overflow:hidden;display:none; }
#MQkfdDWnpem5zpUbIVaxtr4oMALlCVLm { position:absolute;display:block;z-index:15037;height:21.75rem;width:38.75rem;top:1.9375rem;left:10.625rem;display:block; }
#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD { position:relative;display:block; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD { background-color: transparent; background-image: none; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row .container > .video-iframe-container { display: none; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row > .video-iframe-container { display: none; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .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); }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD { border-width: 0; border-radius: 0; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .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:11.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O6kE2VhDRKMEfFdCNOuPCXFyWGRCPJSe { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.838623046875rem;left:10.655517578125rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kvJ6yb4gD2HAUMtznNrQpBJiJkaJlXKU { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:5.6875rem;left:17.875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#Ig1TTiTtdIxuxbMWrWfyK4f2hIeocAAz { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.6859375rem;width:3.6859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:5.125rem;left:54.9375rem;display:block; }
#zkq3fqlsXv2x6TXRKEner5UUzkXirSqW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:73.625rem;width:60rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD { display:block; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bckhxfzpt6FHx1X725RleZ469rTxCxhb { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbfsIVBRpzQq8GhAEoG0hcUkCp4RrIod { display:block; }
 }@media only screen and (max-width: 763px) { #wGclrCwg6aTgtWczXgnogTn8UUcE0GwW { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ws9rzWr5xpsXD25kV5IMoF5IppHIfAiR { display:block; }
 }@media only screen and (max-width: 763px) { #xO8ygeu9QFZQWA8zxKyZ6C2HBkaxK79s { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRglMvlTwGskqHNvNNTc1UzCoGIfGFxE { display:block; }
 }@media only screen and (max-width: 763px) { #s9gwHKBtF40c7ceiJZOWqu6wzqXi4xlq { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#s9gwHKBtF40c7ceiJZOWqu6wzqXi4xlq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #aNhzSaH26Cf8OndTzFR6qXNNRvoU1ebd { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#aNhzSaH26Cf8OndTzFR6qXNNRvoU1ebd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #wGAd2u9OUVluPlsA3BK1XdQU6hR6n6wR { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIKTZhEEA3cWmfGQaDTXnsMl7s0TTgQQ { display:block; }
 }@media only screen and (max-width: 763px) { #guWfEATTWOsSGa44F0d2zVHE4Ty3HW3Z { width:9.8125rem;height:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0JMTACXnVRqFliflIdDtqBKtztXzJGX { display:none; }
 }@media only screen and (max-width: 763px) { #hCSnyIBcMbNXbr33KDpVfoAX7bUtP3ZJ { top:20.25rem;left:22.599609375rem;width:5.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waeW73RtPdn5wTkeiG201XlAbEhhXshz { top:18rem;left:16.5625rem;width:5.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH5WkWhPzA1siAAd2oluBBmCmTFqXqZ0 { top:1.125rem;left:11.9462890625rem;width:23.6875rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZefccXX464WU4lxyoaDMbbeSHy3J8W9 { top:25.3125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uc4zgUaT8ls0F8zavN56lrTu4sygZ3p1 { top:27.375rem;left:35.5625rem;width:6.5625rem;height:2.1859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZqsp8DJ01uU5twZurKrcuXuhmQ6GDff { top:27.6875rem;left:41.1875rem;width:6.5625rem;height:1.5609375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KN4z7R4URG7ZxT6LefRPTG4N12QITJAu { top:25.3125rem;left:27.8125rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PC8pCVHoJqU4TTuTtQsdcCQQoNNJm0IM { top:22.1875rem;left:41.125rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtT6gOcqtR7yUqTgweNG1ENDEtaNOwTH { width:13.8125rem;height:2.25rem;top:18rem;left:33.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uz3wceCQy7pZzzVfN5HkOZxtvontE1CB { display:block; }
 }@media only screen and (max-width: 763px) { #nWwxQOu5pwUAdITTqnlEI71neGN86w0O { width:13.9375rem;height:2.875rem;top:13.8125rem;left:33.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yovNa4c6eewVTflxT5vTEugQWSLr5uZD { display:block; }
 }@media only screen and (max-width: 763px) { #fHvrBF7oEQ9baJySNy0pD3LBJ0ymgV94 { top:14.125rem;left:35.8125rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N4H0qRwTtG0g9WyArXUfNTgO8Tl2z0gs { top:5.75rem;left:28.625rem;width:19.125rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCHlBQ5T0RCuIiKiVsH11BnkGrf8m6RP { top:1.1875rem;left:0rem;width:16.4375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbTFskArSDwqeTWvv9lC4Q0TswXZBXTd { top:14.125rem;left:2.1875rem;width:9.375rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GrrF6aUiCcA6ha4cuRodS1c758prTbyH { top:14.125rem;left:0rem;width:6.625rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlxFb7gUN3iw522uDDOCZ4eAONfv6wOX { top:16.75rem;left:21.21875rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vH3Gl5fV3xJ7Pi4S5wzc8dFccxsldbEe { top:13.6875rem;left:24.875rem;width:6.5625rem;height:1.56055rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDMMdZvOEdyEf1AN91Ml9PqLvHgDdL8E { top:13.5rem;left:17rem;width:6.5625rem;height:2.18555rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gpwte1giEFJdyZP8XdATT11MM1wa1aQK { top:10.375rem;left:14.5625rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQ9Ti959Q6eEEKG3xGSVRq7FfIAbp9tV { top:5.75rem;left:22.375rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTxa0EobhZgtrVTNDpbFo3EPHMW0HIho { top:18.8125rem;left:25.187501907349rem;width:6.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fft8g3lpK6QHTTN58t5a4c0rKxwTxDbQ { top:18.75rem;left:16.868055343628rem;width:5.5rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXlPx3uwztwxVZUurDOT9ctcTHVDrRfM { top:16.5rem;left:22.506944656372rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0hyinZcLuAv2LVSrTitZs33xKzJDUKC { top:25rem;left:12.375rem;width:23rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwp9vW2sTMGSd9nrI3bh2nhEoDDO39iE { display:block; }#Zwp9vW2sTMGSd9nrI3bh2nhEoDDO39iE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q43rIIuFEVxE0G4StW94Jpdn4fCrkQeM { top:0.4375rem;left:10.3125rem;width:27.0625rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6xXtFfh81L32xQ825XO1bZu0VzhsLFq { top:4.25rem;left:13.125rem;width:20.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOhx8cSJyWxKAIAqhzlvqvT2tKsXazaM { top:4.25rem;left:14.4375rem;width:18.8125rem;height:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-regular-label { display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW  { width:15rem;height:auto; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW {display:block;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #ZK1G4KnzgR8AQwg03lQAp9sZLBPdbdhd {  }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #T6ZXZTu8EsO52qSJAw8CEpAcqRUXUmAc { display:block; }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #gPqrMth665MHb4wGVcX1FV3b2OprMTdf {  }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #q3yvX1yTHTRI7ey2Glzk6EHdDDpGDh8J {  }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #OIhhkV4P7oFlzFlxTwfOIccVDEVZTaTy { display:block; }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #JRk0FNiZtNeM6qVXwKbdpfEC9v7MGvud {  }
 }@media only screen and (max-width: 763px) { #c74mepZRNOmL2LXlvrzwLrDV5lhVpWim { display:block; }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #HUTTJONLRec8w9sniQnZyaNyXMrM0odC {  }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #hERM9pnt5trsNJ1BQEzkSQsAD9IgDuMT { display:block; }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #C14eAsVWH05OEl8aPpFU4zacCLyGboFB {  }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #zRtbfhoiWuzXepAMOlOh5mGJ0s27JvXH {  }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #CxZQn36KfcMmuK1sZaEfugF6t0EFFPT7 {  }
 }@media only screen and (max-width: 763px) { #d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI { display:block; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFxwHHNRGg6BGz8ezK7SvXyGQhCdmhdg { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHrOgSf4mtLtX3qVRmgvLlf1f3QfCx5g { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHFfm0Fzhb8VxcmGSqESXvm5a37E7SbN { width:20.75rem;height:5.9375rem;top:7.875rem;left:27rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txvf3geC9XgzVnUlxE3U8zQTqd0nXEZG { width:1.875rem;height:1.875rem;top:19.8125rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRI3SUVVXup76alBLduoKnhrnzvHhUdv { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBOruB6yQXa0uDKSyflQkK81S4qQRa4C { width:1.75rem;height:1.75rem;top:19.9375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAn5CR5rlE3pPrtfuVTbwLo71TOrfZlu { width:28.5625rem;height:1.75rem;top:17.1875rem;left:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FET9t3VoF6U0ZPpW1uhS50tPTBD3aUUI { width:20.75rem;height:2.6875rem;top:19.1875rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbms9HGV2VdvuUEJBFE5P9Qm2BCeBiqJ { width:1.75rem;height:1.75rem;top:22.0625rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP2itH48qOfm6KS0BVRq0boPamrRXxqL { width:1.875rem;height:1.875rem;top:22rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEttTGRunSO2dtU9synWxetVWtGaJM7y { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyX8I1rSOTk0iWQSGxhzerdNKeMeoCAi { width:1.875rem;height:1.875rem;top:24.25rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpGn5FpwcH0FJX5EvDD1lGMylCK9C6Ow { width:11.375rem;height:2.6875rem;top:21.5rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD5T64i8Tko3FLPwrGG2IIcLrcOiCWPb { width:11.375rem;height:2.6875rem;top:26rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixWpw2aNy6F74mdQPxl5H1XXh8UF4l4M { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzXhm6s8pDdxHQm3ygoEVVl040Zgb616 { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKQpaPzpoveb3nlWiucPfHb44x335630 { width:11.375rem;height:2.6875rem;top:23.8125rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld32BzzgwESLakdCDUSMds6pJBDi9KWg { display:block; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9ro9SoMF4Qn5WeNBMynWJe5e0vmm9D4 { top:10.0625rem;left:13.28125rem;width:9.375rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0U5uym4IiRmOdAiaOnMZDAT3FDHQavb { top:10.0625rem;left:7.09375rem;width:6.625rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQkfdDWnpem5zpUbIVaxtr4oMALlCVLm { top:1.9375rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD { display:none; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O6kE2VhDRKMEfFdCNOuPCXFyWGRCPJSe { top:1.0625rem;left:0rem;width:20rem;height:2.5625rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvJ6yb4gD2HAUMtznNrQpBJiJkaJlXKU { width:37.0625rem;height:2rem;top:5.6875rem;left:10.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ig1TTiTtdIxuxbMWrWfyK4f2hIeocAAz { width:3.625rem;height:3.625rem;top:5.125rem;left:44.125rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkq3fqlsXv2x6TXRKEner5UUzkXirSqW { width:47.75rem;height:58.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD { display:block; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD { background-color: transparent; background-image: none; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container > .video-iframe-container { display: none; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row > .video-iframe-container { display: none; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .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); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD { border-width: 0; border-radius: 0; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container { width:20rem;height:88rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container.adaptive-delivery-prevent-bg, #Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container.lazyload, #Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #bckhxfzpt6FHx1X725RleZ469rTxCxhb { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;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;display:none; }
 }@media only screen and (max-width: 763px) { #hbfsIVBRpzQq8GhAEoG0hcUkCp4RrIod { display:block; }
 }@media only screen and (max-width: 763px) { #wGclrCwg6aTgtWczXgnogTn8UUcE0GwW { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;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;display:none; }
 }@media only screen and (max-width: 763px) { #ws9rzWr5xpsXD25kV5IMoF5IppHIfAiR { display:block; }
 }@media only screen and (max-width: 763px) { #xO8ygeu9QFZQWA8zxKyZ6C2HBkaxK79s { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;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;display:none; }
 }@media only screen and (max-width: 763px) { #PRglMvlTwGskqHNvNNTc1UzCoGIfGFxE { display:block; }
 }@media only screen and (max-width: 763px) { #s9gwHKBtF40c7ceiJZOWqu6wzqXi4xlq { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#s9gwHKBtF40c7ceiJZOWqu6wzqXi4xlq > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #aNhzSaH26Cf8OndTzFR6qXNNRvoU1ebd { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#aNhzSaH26Cf8OndTzFR6qXNNRvoU1ebd > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; } }@media only screen and (max-width: 763px) { #wGAd2u9OUVluPlsA3BK1XdQU6hR6n6wR { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;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;display:none; }
 }@media only screen and (max-width: 763px) { #VIKTZhEEA3cWmfGQaDTXnsMl7s0TTgQQ { display:block; }
 }@media only screen and (max-width: 763px) { #guWfEATTWOsSGa44F0d2zVHE4Ty3HW3Z { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F0JMTACXnVRqFliflIdDtqBKtztXzJGX { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
 }@media only screen and (max-width: 763px) { #hCSnyIBcMbNXbr33KDpVfoAX7bUtP3ZJ { width:3.625rem;height:2rem;top:30.25rem;left:0.0625rem;z-index:15198;display:none; }
 }@media only screen and (max-width: 763px) { #waeW73RtPdn5wTkeiG201XlAbEhhXshz { width:3.25rem;height:1.8125rem;top:30.34375rem;left:14.25rem;z-index:15199;display:none; }
 }@media only screen and (max-width: 763px) { #uH5WkWhPzA1siAAd2oluBBmCmTFqXqZ0 { width:20rem;height:2.6rem;top:6.7484374046325rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZefccXX464WU4lxyoaDMbbeSHy3J8W9 { display:flex;top:54.5rem;left:8.625rem;width:3.0625rem;height:3.0625rem;z-index:15199;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uc4zgUaT8ls0F8zavN56lrTu4sygZ3p1 { width:6.5625rem;height:2.1859375rem;top:51.8125rem;left:10.875rem;z-index:15033;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kZqsp8DJ01uU5twZurKrcuXuhmQ6GDff { width:6.5625rem;height:1.5609375rem;top:52.125rem;left:3.625rem;z-index:15034;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KN4z7R4URG7ZxT6LefRPTG4N12QITJAu { top:50.125rem;left:0rem;width:19.9375rem;height:0;z-index:15187;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #PC8pCVHoJqU4TTuTtQsdcCQQoNNJm0IM { display:flex;top:46.5rem;left:8.46875rem;width:3.0625rem;height:3.0625rem;z-index:15194;display:none; }
 }@media only screen and (max-width: 763px) { #WtT6gOcqtR7yUqTgweNG1ENDEtaNOwTH { top:40.625rem;left:3.09375rem;width:13.8125rem;height:2.25rem;z-index:15187;background-color:#40b356;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Uz3wceCQy7pZzzVfN5HkOZxtvontE1CB { display:block; }
 }@media only screen and (max-width: 763px) { #nWwxQOu5pwUAdITTqnlEI71neGN86w0O { top:37rem;left:3.03125rem;width:13.9375rem;height:2.875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yovNa4c6eewVTflxT5vTEugQWSLr5uZD { display:block; }
 }@media only screen and (max-width: 763px) { #fHvrBF7oEQ9baJySNy0pD3LBJ0ymgV94 { display:flex;top:37.5rem;left:4.4677734375rem;width:1.875rem;height:1.875rem;z-index:15191; }
 }@media only screen and (max-width: 763px) { #N4H0qRwTtG0g9WyArXUfNTgO8Tl2z0gs { top:32.1875rem;left:0.4375rem;width:19.125rem;height:3.89941875rem;z-index:15186;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#25324d;display:block; }
 }@media only screen and (max-width: 763px) { #NCHlBQ5T0RCuIiKiVsH11BnkGrf8m6RP { width:14.8125rem;height:17.4375rem;top:11.999999761581rem;left:2.5937499403954rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbTFskArSDwqeTWvv9lC4Q0TswXZBXTd { width:4.625rem;height:1.6875rem;top:57.5rem;left:10.8125rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #GrrF6aUiCcA6ha4cuRodS1c758prTbyH { width:4.3125rem;height:1.625rem;top:57.5rem;left:4.0625rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #xlxFb7gUN3iw522uDDOCZ4eAONfv6wOX { width:2.4375rem;height:2.4375rem;top:57.068575rem;left:8.75rem;z-index:15035;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vH3Gl5fV3xJ7Pi4S5wzc8dFccxsldbEe { width:6.5625rem;height:1.56055rem;top:51.572916030884rem;left:3.0937501192093rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UDMMdZvOEdyEf1AN91Ml9PqLvHgDdL8E { width:6.5625rem;height:2.18555rem;top:51.261283874512rem;left:10.336805462837rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gpwte1giEFJdyZP8XdATT11MM1wa1aQK { top:48.4375rem;left:0rem;width:19.9375rem;height:1.13715rem;z-index:15187;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ9Ti959Q6eEEKG3xGSVRq7FfIAbp9tV { display:flex;top:44.125rem;left:8.4375rem;width:3.0625rem;height:3.0625rem;z-index:15194; }
 }@media only screen and (max-width: 763px) { #hTxa0EobhZgtrVTNDpbFo3EPHMW0HIho { width:6.3125rem;height:2.3125rem;top:58.193574905396rem;left:10.961805462837rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #fft8g3lpK6QHTTN58t5a4c0rKxwTxDbQ { width:5.5rem;height:2.1875rem;top:58.131074905396rem;left:3.2500001192093rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #VXlPx3uwztwxVZUurDOT9ctcTHVDrRfM { display:flex;top:55.561632156372rem;left:8.9375001192094rem;width:3.0625rem;height:3.0625rem;z-index:15199;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #D0hyinZcLuAv2LVSrTitZs33xKzJDUKC { width:18.3125rem;height:22.9375rem;top:63.255859375rem;left:0.84375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwp9vW2sTMGSd9nrI3bh2nhEoDDO39iE { display:block; }#Zwp9vW2sTMGSd9nrI3bh2nhEoDDO39iE > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q43rIIuFEVxE0G4StW94Jpdn4fCrkQeM { width:20rem;height:2.76215rem;top:0.9521484375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6xXtFfh81L32xQ825XO1bZu0VzhsLFq { width:19.3125rem;height:2.4375rem;top:4.90234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOhx8cSJyWxKAIAqhzlvqvT2tKsXazaM { width:18.8115rem;height:2.65625rem;top:4.77734375rem;left:0.5302734375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-regular-label { display:block;text-align:center;text-align-last:center;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.125rem;overflow:hidden;height:auto;line-height:.6; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-text { height:1.375rem;width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-text {padding-top: 0; padding-bottom: 0;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;overflow:hidden; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-select {padding-top: 0; padding-bottom: 0;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-button { width:8.0625rem;margin-top:0.25rem;margin-right:3rem;margin-bottom:0.25rem;margin-left:3.4375rem;height:2rem;font-size:0.75rem;overflow:hidden;line-height:.4;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #77ac98, #ffffff);background-image: -moz-linear-gradient(180deg, #77ac98, #ffffff);background-image: -ms-linear-gradient(180deg, #77ac98, #ffffff);background-image: -o-linear-gradient(180deg, #77ac98, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#77ac98', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#77ac98', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #77ac98, #ffffff);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#101112;box-shadow: none; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-container:first-of-type{padding-top:0;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-container:last-of-type{padding-bottom:0;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW  { width:15rem;height:auto;top:8.287109375rem;left:1.25rem; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-info-text { color:#000000;font-family:"open sans";font-size:0.6875rem; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW {display:block;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW { width:15rem;height:auto;top:8.287109375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #ZK1G4KnzgR8AQwg03lQAp9sZLBPdbdhd {  }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #T6ZXZTu8EsO52qSJAw8CEpAcqRUXUmAc { display:block; }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #gPqrMth665MHb4wGVcX1FV3b2OprMTdf {  }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #q3yvX1yTHTRI7ey2Glzk6EHdDDpGDh8J {  }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #OIhhkV4P7oFlzFlxTwfOIccVDEVZTaTy { display:block; }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #JRk0FNiZtNeM6qVXwKbdpfEC9v7MGvud {  }
 }@media only screen and (max-width: 763px) { #c74mepZRNOmL2LXlvrzwLrDV5lhVpWim { display:block; }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #HUTTJONLRec8w9sniQnZyaNyXMrM0odC {  }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #hERM9pnt5trsNJ1BQEzkSQsAD9IgDuMT { display:block; }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #C14eAsVWH05OEl8aPpFU4zacCLyGboFB {  }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #zRtbfhoiWuzXepAMOlOh5mGJ0s27JvXH {  }
 }@media only screen and (max-width: 763px) { #le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #CxZQn36KfcMmuK1sZaEfugF6t0EFFPT7 {  }
 }@media only screen and (max-width: 763px) { #d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI { background-color:transparent;background-image:none;display:block; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container { background-color: transparent; background-image: none; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container > .video-iframe-container { display: none; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row > .video-iframe-container { display: none; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .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); }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFxwHHNRGg6BGz8ezK7SvXyGQhCdmhdg { width:16.5rem;height:1.875rem;top:0.375rem;left:2.4375000596046rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHrOgSf4mtLtX3qVRmgvLlf1f3QfCx5g { width:14.625rem;height:0.1875rem;top:2.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHFfm0Fzhb8VxcmGSqESXvm5a37E7SbN { width:17.625rem;height:4.5rem;top:3.5625rem;left:1.3125rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txvf3geC9XgzVnUlxE3U8zQTqd0nXEZG { width:1.5625rem;height:1.5625rem;top:13.625rem;left:17.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bRI3SUVVXup76alBLduoKnhrnzvHhUdv { width:4.25rem;height:0.1875rem;top:2.625rem;left:14.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBOruB6yQXa0uDKSyflQkK81S4qQRa4C { width:1.25rem;height:1.25rem;top:13.84375rem;left:17.46875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAn5CR5rlE3pPrtfuVTbwLo71TOrfZlu { width:13.5625rem;height:1.875rem;top:11rem;left:5.375rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FET9t3VoF6U0ZPpW1uhS50tPTBD3aUUI { width:15.5625rem;height:2.2744125rem;top:13.1875rem;left:1.4375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbms9HGV2VdvuUEJBFE5P9Qm2BCeBiqJ { width:1.25rem;height:1.25rem;top:15.6875rem;left:17.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kP2itH48qOfm6KS0BVRq0boPamrRXxqL { width:1.5625rem;height:1.5625rem;top:15.4375rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEttTGRunSO2dtU9synWxetVWtGaJM7y { width:1.25rem;height:1.25rem;top:17.625rem;left:17.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VyX8I1rSOTk0iWQSGxhzerdNKeMeoCAi { width:1.5625rem;height:1.5625rem;top:17.3125rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpGn5FpwcH0FJX5EvDD1lGMylCK9C6Ow { width:10.0625rem;height:2.2744125rem;top:15.09375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD5T64i8Tko3FLPwrGG2IIcLrcOiCWPb { width:10.0625rem;height:2.2744125rem;top:16.9375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixWpw2aNy6F74mdQPxl5H1XXh8UF4l4M { width:1.25rem;height:1.25rem;top:19.4375rem;left:17.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzXhm6s8pDdxHQm3ygoEVVl040Zgb616 { width:1.5625rem;height:1.5625rem;top:19.1875rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKQpaPzpoveb3nlWiucPfHb44x335630 { width:11.375rem;height:2.2744125rem;top:18.875rem;left:5.5625rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld32BzzgwESLakdCDUSMds6pJBDi9KWg { display:block; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9ro9SoMF4Qn5WeNBMynWJe5e0vmm9D4 { width:4.625rem;height:1.7266666666667rem;top:27.249025rem;left:7.6875rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #G0U5uym4IiRmOdAiaOnMZDAT3FDHQavb { width:4.3125rem;height:1.7494103773585rem;top:24.25rem;left:7.8125rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #MQkfdDWnpem5zpUbIVaxtr4oMALlCVLm { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD { display:block; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD { background-color: transparent; background-image: none; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row .container > .video-iframe-container { display: none; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row > .video-iframe-container { display: none; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .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); }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row .container { width:20rem;height:12.625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6kE2VhDRKMEfFdCNOuPCXFyWGRCPJSe { width:15.061875rem;height:2.6rem;top:3.4320735931396rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #kvJ6yb4gD2HAUMtznNrQpBJiJkaJlXKU { width:18rem;height:2.798825rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Ig1TTiTtdIxuxbMWrWfyK4f2hIeocAAz { width:2.4359375rem;height:2.4359375rem;top:7.5125045776369rem;left:16.251563251019rem;font-size:1.6875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #zkq3fqlsXv2x6TXRKEner5UUzkXirSqW { top:1.0753040313721rem;left:11.129557669162rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
 }