.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeUh7SRHw8UAcfDQpVza7i664ezx3lso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#aeUh7SRHw8UAcfDQpVza7i664ezx3lso > .row .container { background-color: transparent; background-image: none; }#aeUh7SRHw8UAcfDQpVza7i664ezx3lso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeUh7SRHw8UAcfDQpVza7i664ezx3lso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeUh7SRHw8UAcfDQpVza7i664ezx3lso > .row .container > .video-iframe-container { display: none; }#aeUh7SRHw8UAcfDQpVza7i664ezx3lso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeUh7SRHw8UAcfDQpVza7i664ezx3lso > .row > .video-iframe-container { display: none; }#aeUh7SRHw8UAcfDQpVza7i664ezx3lso > .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); }#aeUh7SRHw8UAcfDQpVza7i664ezx3lso > .row .container { border-width: 0; border-radius: 0; }#aeUh7SRHw8UAcfDQpVza7i664ezx3lso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aeUh7SRHw8UAcfDQpVza7i664ezx3lso > .row .container { font-size:14px;font-family:arial;height:80px;width:960px;position:relative;display:block; }#b5pC0xieTfdEn9QQMQgiXQkWW4bBXWT9 { position:absolute;display:block;z-index:15000;background-color:rgba(197,179,154,0.5);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;height:1px;width:960px;top:0px;left:0px;display:block; }
#hFxINS9l8nf1BTVRNT9i9FG6SiUpZZgO { 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;height:70px;width:192px;top:5px;left:384.00003051758px;overflow:hidden;display:block; }
#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r.adaptive-delivery-prevent-bg, #rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r.lazyload, #rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r.lazyloading { background-image: none; }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row .container { background-color: transparent; background-image: none; }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row .container > .video-iframe-container { display: none; }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row > .video-iframe-container { display: none; }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .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); }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row .container { border-width: 0; border-radius: 0; }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row .container { font-size:14px;font-family:arial;height:493px;width:960px;position:relative;display:block; }#BqrT9UlFNqWFkvriB56GZuSaUn3OHSnO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:239px;width:427px;top:96px;left:266.50003051758px;display:block; }
#TId1XkZ0zy1795AlzxeT6GiRDz9BwNah { color:#000000;display:block;width:472px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:25px;left:244.00003051758px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fzt0o4fKBLfKqwlVdx98l2QJ66tkFTET { background-color:transparent;background-image: -webkit-linear-gradient(96deg, #1cbb5b, #169a4f);background-image: -moz-linear-gradient(96deg, #1cbb5b, #169a4f);background-image: -ms-linear-gradient(96deg, #1cbb5b, #169a4f);background-image: -o-linear-gradient(96deg, #1cbb5b, #169a4f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cbb5b', endColorstr='#169a4f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cbb5b', endColorstr='#169a4f' );";background-image: linear-gradient(96deg, #1cbb5b, #169a4f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 7px rgba(66,204,69,0.8) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:341px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:386px;left:309.50003051758px;display:block; }
#gJbxzuM0WqdBGwlKOkBCVVbEVTJ1qC1c { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SZmsKkgI8JM7XbilGVlbXVeZZABJleyR { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#RJlferdkqgUvvHKbBya6CNrnTbQTtnCP { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#rPPtM6CBe684QXHi8mq6PBvUhQ5UvX3O { 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;height:951px;width:960px;display:none; }
#Jz9vtnaCDqXNexuHyEFlIwm63zwetLay { background-color:transparent;background-image: -webkit-linear-gradient(96deg, #1cbb5b, #169a4f);background-image: -moz-linear-gradient(96deg, #1cbb5b, #169a4f);background-image: -ms-linear-gradient(96deg, #1cbb5b, #169a4f);background-image: -o-linear-gradient(96deg, #1cbb5b, #169a4f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cbb5b', endColorstr='#169a4f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cbb5b', endColorstr='#169a4f' );";background-image: linear-gradient(96deg, #1cbb5b, #169a4f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 7px rgba(66,204,69,0.8) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:341px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:386px;left:309.50003051758px;display:none; }
#ULkvaoSMsnsCecHnAGGgOh3b1QnF18pX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#P13V3OC14ZnT2lM1rusAvMHim9fsn5FL { 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;height:231px;width:390px;display:none; }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU .widget-text.counter-number { border-top:2px solid #01d8a9;border-left:2px solid #01d8a9;border-right:2px solid #01d8a9;border-bottom:2px solid #01d8a9;background-color:transparent;background-image:none;color:#01d8a9;padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;display:block;align-items:center;width:42px;min-width:42px;height:43px;position:relative;font-family:arial;font-size:32px;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-left-radius:44px;border-top-right-radius:44px;border-bottom-left-radius:44px;border-bottom-right-radius:44px; }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU .widget-text.counter-label { background-color:;background-image:none;color:#01d8a9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:56px;height:17px;position:relative;font-family:arial;font-size:12px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;font-style:normal; }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:304px;height:85px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #bt0oN7TR4rBDhS4QUbL22yhS3izARQVg { display:flex;position:relative;top:0px;left:0px; }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #s2k3ub9vCKU9PNkx9po0uWHQ9s0W5PvA { width:auto; }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #XDTPQ7Mog0gThF1lMfHX13xOFLXKoM1K {  }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #BJ3STVEFOWhhkuQw7yWxZJMiHRkCpaOA { display:flex;position:relative;top:0px;left:0px; }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #rS3CBFkOTgy9NkbzRdR0sx6K8NJFlcux {  }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #ZlxE5Pto2MMCJ8oD4n7LsKxH1loQfsZV {  }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #agMSIHsoXeFOkBX7lM5go5be6wAchyE4 { display:flex;position:relative;top:0px;left:0px; }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #wbUvPxnrtcCwceztxKqhiCoTK4zagpZE {  }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #uiWr4l6WlWR5zpq6hz3oR5SXxLVlg2bD {  }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #mxezu4gwDvZdoZTTAsnQ5Mszth85zIF8 { display:flex;position:relative;top:0px;left:0px; }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #wOZgcbQTAeGb7Kq4hDHldSBkxOXUaG3q {  }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #li2nutWxDqZnzxZSrUFEWZ7xzcdyNekd {  }
#qJ2I3mRJONIXs3zwseOiDiuau4n4lTek { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:617px;left:81px;display:none; }
#E3B6PEmp7yfrvqDleFrqS4dL8dam9TOA { position:absolute;display:block;z-index:15010;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;height:33px;width:85px;top:476px;left:794.39999389648px;overflow:hidden;display:none; }
#iGNHBmDszDzoqGWDQuUIm5euFW2BdoK6 { position:absolute;display:block;z-index:15009;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;height:31px;width:108px;top:477px;left:658.18753051758px;overflow:hidden;display:none; }
#sHmVlCQ2l8dCWnK3REM0lmcE5oJ23BW7 { color:#04253a;display:block;width:393px;position:absolute;font-family:"alw arabic";font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:441px;left:567.00003051758px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h7PilfRcUOIrEEWaJ3TX0e0gRv1t2l1X { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.82);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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:88px;width:299px;top:431.39999389648px;left:602.78750610352px;display:none; }
#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .row .container { background-color: transparent; background-image: none; }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .row .container > .video-iframe-container { display: none; }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .row > .video-iframe-container { display: none; }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .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); }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .row .container { border-width: 0; border-radius: 0; }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .row .container { font-size:14px;font-family:arial;height:210px;width:960px;position:relative;display:block; }#sCrsiacPovTn0inoU0BtLAKU0wba1f7U { color:#ffffff;display:block;width:355px;position:absolute;font-family:amiri;font-size:22px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:308.87890625px;left:723.66015625px;height:0;text-align:right;text-align-last:right;display:none; }
#OZ5gSGc22AOUuZQ1qHtStSGhu7hk6Os5 { color:#ffffff;display:block;width:388px;position:absolute;font-family:amiri;font-size:22px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:309.5px;left:691.6484375px;height:0;text-align:right;text-align-last:right;display:none; }
#dSpSUBKg2SM8i7ZK1QywFQ1zmyOq1b3b { box-sizing:content-box;color:#ffffff;font-size:26px;font-weight:400;line-height:1;height:38px;width:38px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:300.3125px;left:951.86328125px;display:none; }
#rz8iHUyxWATlU01iLPlmCsankkxoVeq8 { box-sizing:content-box;color:#ffffff;font-size:26px;font-weight:400;line-height:1;height:38px;width:38px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:300.3125px;left:994.87109375px;display:none; }
#bqZAKptJd2Q4Bz1M1OgoxDtDdllD0HlP { box-sizing:content-box;color:#dddff3;font-size:27px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:299.8046875px;left:1040.671875px;display:none; }
#lBmpvgctDIseZ4tVTmzrfe3nVbCc3EST { box-sizing:content-box;color:#ffffff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:306.78125px;left:1101.5703125px;display:none; }
#R3sCXihtGhdewcocDqw9uDqFZbzI70pA { box-sizing:content-box;color:#f8f8f8;font-size:23px;font-weight:400;line-height:1;height:33px;width:33px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:305.15234375px;left:1101.0625px;display:none; }
#hrawwoWJnT2meuZc5zGZqRhF549UoxAD { color:#000000;display:block;width:259px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:125.90000915527px;left:1.9375px;height:18.2px;text-align:right;text-align-last:right;display:block; }
#SJ7HJVcOIhxmsn75p7PTSNVnBVpRhkEd { color:#000000;display:block;width:127.988px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:149.48750305176px;left:130.73748779297px;height:18.2px;text-align:right;text-align-last:right;display:block; }
#Oy9sXuKOkOb89dhZhaTt361Lbl31JPRC { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:121.48750305176px;left:261.93753051758px;display:block; }
#Pn2eFmE8R9ysgJmEtKs8ZspUToBPwEhO { box-sizing:content-box;color:#000000;font-size:13px;font-weight:400;line-height:1;height:19px;width:19px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:149.48750305176px;left:263.93753051758px;display:block; }
#VBnU4HWqidGXpqAAUPhcOyfmpNaKkGFB { box-sizing:content-box;color:#000000;font-size:21px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:80.087509155273px;left:183.20001220703px;display:block; }
#bLtUaUPnKms5ixErmADTEIBKgtd7baJU { box-sizing:content-box;color:#000000;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:83.587509155273px;left:150px;display:block; }
#e2CCsxKxsmB6EPWpVRBaTiJo2v3vZq1l { box-sizing:content-box;color:rgba(0,0,0,0.69);font-size:23px;font-weight:400;line-height:1;height:33px;width:33px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:79.087509155273px;left:113.4375px;display:block; }
#AkZTrTRAypEfJSl7POH4afGNANHFCPR8 { box-sizing:content-box;color:#000000;font-size:21px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:80.087509155273px;left:80.75px;display:block; }
#ffEEpBUbIOQtREk6bgtRZ8PliKr0ghnR { position:absolute;display:block;z-index:15098;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;height:136px;width:191px;top:32.612689971924px;left:386.03750610352px;overflow:hidden;display:block; }
#K5Kw3o1GuTo2vPNGJevw7FAo5QZLTS8V { position:absolute;display:block;z-index:15099;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;height:34px;width:87px;top:133.98770523071px;left:725.11251831055px;overflow:hidden;display:block; }
#RWaPMUbuORWHhlxDZBScs65N6986cav4 { color:#000000;display:block;width:119px;position:absolute;font-family:cairo;font-size:13px;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:147.94970703125px;left:822.98751831055px;height:16.9px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wBuXoM4FIANfNWrTnraCJCHA0ZcbDkef { z-index:15003;top:49.000202178955px;left:714.00003051758px;background-color:transparent;background-image:none;border-top:1px solid #ff004c;border-left:1px solid #ff004c;border-right:1px solid #ff004c;border-bottom:1px solid #ff004c;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ff004c;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:223.4px;height:53.4px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#a5ZWVa50qpQPIsW7SvfyPyCn5u7L6IRm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#onz3h2mmyRoNMg4Wb5lD2pZtEbXy5RVl { box-sizing:content-box;color:#ffffff;font-size:26px;font-weight:400;line-height:1;height:38px;width:38px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:300.3125px;left:909.87109375px;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aeUh7SRHw8UAcfDQpVza7i664ezx3lso { display:block; }#aeUh7SRHw8UAcfDQpVza7i664ezx3lso > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5pC0xieTfdEn9QQMQgiXQkWW4bBXWT9 { width:764px;height:1px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hFxINS9l8nf1BTVRNT9i9FG6SiUpZZgO { top:5px;left:286.00003051758px;width:192px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r { display:block; }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqrT9UlFNqWFkvriB56GZuSaUn3OHSnO { top:96px;left:168.50003051758px;width:427px;height:239px;display:block; }
 }@media only screen and (max-width: 763px) { #TId1XkZ0zy1795AlzxeT6GiRDz9BwNah { top:25px;left:146.00003051758px;width:472px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fzt0o4fKBLfKqwlVdx98l2QJ66tkFTET { width:341px;height:55px;top:386px;left:211.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #gJbxzuM0WqdBGwlKOkBCVVbEVTJ1qC1c { display:block; }
 }@media only screen and (max-width: 763px) { #SZmsKkgI8JM7XbilGVlbXVeZZABJleyR { display:none; }
 }@media only screen and (max-width: 763px) { #RJlferdkqgUvvHKbBya6CNrnTbQTtnCP { display:none; }
 }@media only screen and (max-width: 763px) { #rPPtM6CBe684QXHi8mq6PBvUhQ5UvX3O { width:764px;height:756px;display:none; }
 }@media only screen and (max-width: 763px) { #Jz9vtnaCDqXNexuHyEFlIwm63zwetLay { width:341px;height:55px;top:386px;left:211.50003051758px;display:none; }
 }@media only screen and (max-width: 763px) { #ULkvaoSMsnsCecHnAGGgOh3b1QnF18pX { display:block; }
 }@media only screen and (max-width: 763px) { #P13V3OC14ZnT2lM1rusAvMHim9fsn5FL { width:390px;height:231px;display:none; }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU { width:304px;height:85px;display:flex;z-index:1;display:none; }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #bt0oN7TR4rBDhS4QUbL22yhS3izARQVg { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #s2k3ub9vCKU9PNkx9po0uWHQ9s0W5PvA {  }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #XDTPQ7Mog0gThF1lMfHX13xOFLXKoM1K {  }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #BJ3STVEFOWhhkuQw7yWxZJMiHRkCpaOA { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #rS3CBFkOTgy9NkbzRdR0sx6K8NJFlcux {  }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #ZlxE5Pto2MMCJ8oD4n7LsKxH1loQfsZV {  }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #agMSIHsoXeFOkBX7lM5go5be6wAchyE4 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #wbUvPxnrtcCwceztxKqhiCoTK4zagpZE {  }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #uiWr4l6WlWR5zpq6hz3oR5SXxLVlg2bD {  }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #mxezu4gwDvZdoZTTAsnQ5Mszth85zIF8 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #wOZgcbQTAeGb7Kq4hDHldSBkxOXUaG3q {  }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #li2nutWxDqZnzxZSrUFEWZ7xzcdyNekd {  }
 }@media only screen and (max-width: 763px) { #qJ2I3mRJONIXs3zwseOiDiuau4n4lTek { top:617px;left:0px;width:200px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #E3B6PEmp7yfrvqDleFrqS4dL8dam9TOA { top:476px;left:679px;width:85px;height:33px;display:none; }
 }@media only screen and (max-width: 763px) { #iGNHBmDszDzoqGWDQuUIm5euFW2BdoK6 { top:477px;left:560.18753051758px;width:108px;height:31px;display:none; }
 }@media only screen and (max-width: 763px) { #sHmVlCQ2l8dCWnK3REM0lmcE5oJ23BW7 { width:445px;height:31px;top:136px;left:41px;display:none; }
 }@media only screen and (max-width: 763px) { #h7PilfRcUOIrEEWaJ3TX0e0gRv1t2l1X { top:431px;left:465px;width:299px;height:88px;display:none; }
 }@media only screen and (max-width: 763px) { #z7H1uCO30caFUrIqUuObKVlHsnqkFRqX { display:block; }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCrsiacPovTn0inoU0BtLAKU0wba1f7U { top:318px;left:409px;width:355px;height:28px;font-size:10px;display:none; }
 }@media only screen and (max-width: 763px) { #OZ5gSGc22AOUuZQ1qHtStSGhu7hk6Os5 { top:396px;left:52.499998092651px;width:178px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #dSpSUBKg2SM8i7ZK1QywFQ1zmyOq1b3b { top:310px;left:726px;width:38px;height:38px;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #rz8iHUyxWATlU01iLPlmCsankkxoVeq8 { top:310px;left:726px;width:38px;height:38px;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #bqZAKptJd2Q4Bz1M1OgoxDtDdllD0HlP { top:309px;left:725px;width:39px;height:39px;font-size:27px;display:none; }
 }@media only screen and (max-width: 763px) { #lBmpvgctDIseZ4tVTmzrfe3nVbCc3EST { top:316px;left:732px;width:32px;height:32px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #R3sCXihtGhdewcocDqw9uDqFZbzI70pA { width:33px;height:33px;top:315px;left:731px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #hrawwoWJnT2meuZc5zGZqRhF549UoxAD { top:125px;left:0px;width:259px;height:36px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #SJ7HJVcOIhxmsn75p7PTSNVnBVpRhkEd { top:149px;left:81.737487792969px;width:127px;height:18px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #Oy9sXuKOkOb89dhZhaTt361Lbl31JPRC { width:25px;height:25px;top:121px;left:212.93753051758px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #Pn2eFmE8R9ysgJmEtKs8ZspUToBPwEhO { top:149px;left:214.93753051758px;width:19px;height:19px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #VBnU4HWqidGXpqAAUPhcOyfmpNaKkGFB { top:80px;left:134.20001220703px;width:31px;height:31px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #bLtUaUPnKms5ixErmADTEIBKgtd7baJU { top:83px;left:101px;width:28px;height:28px;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #e2CCsxKxsmB6EPWpVRBaTiJo2v3vZq1l { top:79px;left:64.4375px;width:33px;height:33px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #AkZTrTRAypEfJSl7POH4afGNANHFCPR8 { top:80px;left:31.75px;width:31px;height:31px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #ffEEpBUbIOQtREk6bgtRZ8PliKr0ghnR { top:32px;left:191px;width:191px;height:136px;display:block; }
 }@media only screen and (max-width: 763px) { #K5Kw3o1GuTo2vPNGJevw7FAo5QZLTS8V { top:133px;left:578.11251831055px;width:87px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #RWaPMUbuORWHhlxDZBScs65N6986cav4 { top:147px;left:645px;width:119px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wBuXoM4FIANfNWrTnraCJCHA0ZcbDkef { top:49px;left:541px;width:223px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #a5ZWVa50qpQPIsW7SvfyPyCn5u7L6IRm { display:block; }
 }@media only screen and (max-width: 763px) { #onz3h2mmyRoNMg4Wb5lD2pZtEbXy5RVl { top:310px;left:726px;width:38px;height:38px;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aeUh7SRHw8UAcfDQpVza7i664ezx3lso { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#aeUh7SRHw8UAcfDQpVza7i664ezx3lso > .row .container { width:320px;height:78px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5pC0xieTfdEn9QQMQgiXQkWW4bBXWT9 { width:320px;height:1px;top:75.7998046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hFxINS9l8nf1BTVRNT9i9FG6SiUpZZgO { width:145px;height:52px;top:13px;left:87.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea58d379-8fcf-40d0-b551-f1d95b0c0178/offers.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;display:block; }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r.adaptive-delivery-prevent-bg, #rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r.lazyload, #rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r.lazyloading { background-image: none; }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row .container { background-color: transparent; background-image: none; }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row .container > .video-iframe-container { display: none; }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row > .video-iframe-container { display: none; }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .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); }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row .container { border-width: 0; border-radius: 0; }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgXBKOiqa09XLeuTrTF6qUkMad4vFZ9r > .row .container { width:320px;height:1081px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqrT9UlFNqWFkvriB56GZuSaUn3OHSnO { height:176px;width:320px;top:739.80003356934px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TId1XkZ0zy1795AlzxeT6GiRDz9BwNah { width:320px;height:78px;top:93.800003051758px;left:0px;font-size:20px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fzt0o4fKBLfKqwlVdx98l2QJ66tkFTET { width:304px;height:55px;top:994px;left:8px;font-size:14px;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 1px 1px 7px rgba(66,204,69,0.8) ;display:block; }
 }@media only screen and (max-width: 763px) { #gJbxzuM0WqdBGwlKOkBCVVbEVTJ1qC1c { display:block; }
 }@media only screen and (max-width: 763px) { #SZmsKkgI8JM7XbilGVlbXVeZZABJleyR { display:flex;top:933px;left:135.00000572205px;width:50px;height:50px;z-index:15003; }
 }@media only screen and (max-width: 763px) { #RJlferdkqgUvvHKbBya6CNrnTbQTtnCP { display:flex;top:971px;left:20px;width:35px;height:35px;z-index:15004; }
 }@media only screen and (max-width: 763px) { #rPPtM6CBe684QXHi8mq6PBvUhQ5UvX3O { top:307.70001220703px;left:44.699998855591px;width:221px;height:219px;z-index:15005;overflow:hidden;border-top:5px solid #fdfeff;border-left:5px solid #fdfeff;border-right:5px solid #fdfeff;border-bottom:5px solid #fdfeff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;display:block; }
 }@media only screen and (max-width: 763px) { #Jz9vtnaCDqXNexuHyEFlIwm63zwetLay { width:144px;height:35px;top:555.5px;left:87.999998092651px;font-size:14px;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 1px 1px 7px rgba(66,204,69,0.8) ;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ULkvaoSMsnsCecHnAGGgOh3b1QnF18pX { display:block; }
 }@media only screen and (max-width: 763px) { #P13V3OC14ZnT2lM1rusAvMHim9fsn5FL { top:175.80000305176px;left:109.99999809265px;width:100px;height:59px;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU .widget-text.counter-number { padding-top:4.58px;padding-right:3.91px;padding-bottom:4.58px;padding-left:3.91px;width:23.46px;min-width:23.46px;height:24.57px;font-size:18.3px;line-height:24.57px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:1px solid #1cbb5b;border-left:1px solid #1cbb5b;border-right:1px solid #1cbb5b;border-bottom:1px solid #1cbb5b;color:#1cbb5b;font-family:cairo; }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:2.85px;margin-right:0;margin-bottom:0;margin-left:0;width:31.3px;height:9.72px;font-size:6.86px;line-height:9.72px;top:1%;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#1cbb5b;font-family:cairo; }
#R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU { width:197px;height:48.3px;display:flex;top:243.28750896454px;left:60.925001144409px;z-index:15007;background-color:rgba(255,255,255,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;padding-top:0.57px;padding-right:0.56px;padding-bottom:0.57px;padding-left:0.56px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #bt0oN7TR4rBDhS4QUbL22yhS3izARQVg { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #s2k3ub9vCKU9PNkx9po0uWHQ9s0W5PvA {  }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #XDTPQ7Mog0gThF1lMfHX13xOFLXKoM1K {  }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #BJ3STVEFOWhhkuQw7yWxZJMiHRkCpaOA { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #rS3CBFkOTgy9NkbzRdR0sx6K8NJFlcux {  }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #ZlxE5Pto2MMCJ8oD4n7LsKxH1loQfsZV {  }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #agMSIHsoXeFOkBX7lM5go5be6wAchyE4 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #wbUvPxnrtcCwceztxKqhiCoTK4zagpZE {  }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #uiWr4l6WlWR5zpq6hz3oR5SXxLVlg2bD {  }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #mxezu4gwDvZdoZTTAsnQ5Mszth85zIF8 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #wOZgcbQTAeGb7Kq4hDHldSBkxOXUaG3q {  }
 }@media only screen and (max-width: 763px) { #R7wdpXH0fnCMVEeAKdx4yWXyE73Bx8IU #li2nutWxDqZnzxZSrUFEWZ7xzcdyNekd {  }
 }@media only screen and (max-width: 763px) { #qJ2I3mRJONIXs3zwseOiDiuau4n4lTek { top:615.50001525879px;left:64.999998092651px;width:190px;height:20.8px;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #E3B6PEmp7yfrvqDleFrqS4dL8dam9TOA { width:67px;height:26px;top:673.00001525879px;left:164.83749961853px;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #iGNHBmDszDzoqGWDQuUIm5euFW2BdoK6 { width:65px;height:18px;top:678.00001525879px;left:88.800001144409px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #sHmVlCQ2l8dCWnK3REM0lmcE5oJ23BW7 { width:199px;height:16.9px;top:646.00001525879px;left:60.499998092651px;text-align:center;text-align-last:center;font-size:13px;z-index:15007;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #h7PilfRcUOIrEEWaJ3TX0e0gRv1t2l1X { width:78px;height:22px;top:675.00001525879px;left:81.642401103383px;z-index:15004;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #z7H1uCO30caFUrIqUuObKVlHsnqkFRqX { background-color:#ffffff;background-image:none;display:block; }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .row .container { background-color: transparent; background-image: none; }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .row .container > .video-iframe-container { display: none; }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .row > .video-iframe-container { display: none; }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .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); }#z7H1uCO30caFUrIqUuObKVlHsnqkFRqX > .row .container { width:320px;height:471px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCrsiacPovTn0inoU0BtLAKU0wba1f7U { width:208.95px;height:13px;top:366.69999313354px;left:41.324998855591px;font-size:10px;text-align:center;text-align-last:center;color:#000000;z-index:15012;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #OZ5gSGc22AOUuZQ1qHtStSGhu7hk6Os5 { width:178.95px;height:15.6px;top:396.69999313354px;left:101.49999809265px;font-size:12px;text-align:center;text-align-last:center;color:#000000;z-index:15012;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #dSpSUBKg2SM8i7ZK1QywFQ1zmyOq1b3b { width:26px;height:26px;top:433.79999923706px;left:132.8000087738px;font-size:18px;z-index:15015;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rz8iHUyxWATlU01iLPlmCsankkxoVeq8 { width:23px;height:23px;top:435.29999923706px;left:162.3000087738px;font-size:16px;z-index:15017;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bqZAKptJd2Q4Bz1M1OgoxDtDdllD0HlP { width:27px;height:27px;top:433.29999923706px;left:188.50000572205px;font-size:18px;z-index:15032;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lBmpvgctDIseZ4tVTmzrfe3nVbCc3EST { width:18px;height:18px;top:395.50001144409px;left:245.27499961853px;font-size:12px;z-index:15031;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #R3sCXihtGhdewcocDqw9uDqFZbzI70pA { width:23px;height:23px;top:361.69999313354px;left:242.27499961853px;font-size:16px;z-index:15020;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hrawwoWJnT2meuZc5zGZqRhF549UoxAD { width:320px;height:0;top:2177.276725px;left:0px;font-size:18px;text-align:center;text-align-last:center;color:#ffffff;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #SJ7HJVcOIhxmsn75p7PTSNVnBVpRhkEd { width:320px;height:0;top:2220.655625px;left:0px;font-size:20px;text-align:center;text-align-last:center;color:#ffffff;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Oy9sXuKOkOb89dhZhaTt361Lbl31JPRC { width:32px;height:32px;top:2302.218125px;left:144px;font-size:22px;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #Pn2eFmE8R9ysgJmEtKs8ZspUToBPwEhO { width:31px;height:31px;top:2354.218125px;left:144px;font-size:21px;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #VBnU4HWqidGXpqAAUPhcOyfmpNaKkGFB { width:38px;height:38px;top:2632.604825px;left:141px;font-size:26px;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #bLtUaUPnKms5ixErmADTEIBKgtd7baJU { width:37px;height:37px;top:2575.604825px;left:141px;font-size:25px;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #e2CCsxKxsmB6EPWpVRBaTiJo2v3vZq1l { width:37px;height:37px;top:2518.604825px;left:141px;font-size:25px;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #AkZTrTRAypEfJSl7POH4afGNANHFCPR8 { width:37px;height:37px;top:2461.604825px;left:141px;font-size:25px;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #ffEEpBUbIOQtREk6bgtRZ8PliKr0ghnR { width:191px;height:136px;top:28px;left:63.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #K5Kw3o1GuTo2vPNGJevw7FAo5QZLTS8V { width:87px;height:34px;top:299.78770065308px;left:53.39999961853px;display:block; }
 }@media only screen and (max-width: 763px) { #RWaPMUbuORWHhlxDZBScs65N6986cav4 { width:188px;height:16.9px;top:308.33749389648px;left:114.97500419617px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBuXoM4FIANfNWrTnraCJCHA0ZcbDkef { top:206px;left:50.000001907349px;width:219.8px;height:49.8px;display:block; }
 }@media only screen and (max-width: 763px) { #a5ZWVa50qpQPIsW7SvfyPyCn5u7L6IRm { display:block; }
 }@media only screen and (max-width: 763px) { #onz3h2mmyRoNMg4Wb5lD2pZtEbXy5RVl { width:23px;height:23px;top:435.29999923706px;left:108.60000419617px;font-size:16px;z-index:15014;color:#000000;display:block; }
 }