.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); }#BC5mJS7JVEDP2k3aCXESqPDJiaTLfiFa { position:relative;display:block; }#BC5mJS7JVEDP2k3aCXESqPDJiaTLfiFa { background-color: transparent; background-image: none; }#BC5mJS7JVEDP2k3aCXESqPDJiaTLfiFa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC5mJS7JVEDP2k3aCXESqPDJiaTLfiFa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC5mJS7JVEDP2k3aCXESqPDJiaTLfiFa > .row .container > .video-iframe-container { display: none; }#BC5mJS7JVEDP2k3aCXESqPDJiaTLfiFa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC5mJS7JVEDP2k3aCXESqPDJiaTLfiFa > .row > .video-iframe-container { display: none; }#BC5mJS7JVEDP2k3aCXESqPDJiaTLfiFa > .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); }#BC5mJS7JVEDP2k3aCXESqPDJiaTLfiFa { border-width: 0; border-radius: 0; }#BC5mJS7JVEDP2k3aCXESqPDJiaTLfiFa > .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; }#BC5mJS7JVEDP2k3aCXESqPDJiaTLfiFa > .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:4.0625rem;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; }#J25mBEbeJ5FKtdQF1NwD06dhMbxymDJK { color:#006c35;display:block;width:6.4375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:30.875rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LHMSJ3CVgntAKGZmhD7z3QOGCAWfaAMp { 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:16.0625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.75rem;left:24.375rem;display:none; }
#xGiLPiK42vpS11F6kC41aglXLuqZb3Ty { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f3UpXLpLF5pPOA2SI3zK1cl0OVAoQ18z { color:#006c35;display:block;width:4rem;position:absolute;font-family:cairo;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.0625rem;left:15.9375rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CrfT8kToWLtqCUmZGMECOzSRHG0rpToO { position:absolute;display:block;z-index:15164;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.0625rem;width:7.0625rem;top:0.0625rem;left:40.875rem;overflow:hidden;display:block; }
#GPSKTaJCH3iit7zoidIdbTwg3M7kSoAK { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:6.3125rem;height:2.625rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:1.0625rem;left:30.875rem;display:block; }
#A5z5apw0xXEQoyEP6dqakeObxdvtzN15 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LRVkSClNkExTzImNfCT8P7RfM5q6ZTfe { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.125rem;height:2.6875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:0.84375rem;left:22.082556089464rem;display:block; }
#XepFBTMDUsotBTzdgaW8D0QppA6wnXSq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wQoDhKMqt0ri7KJdpnrTxfGiWAQCITpi { color:#006c35;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1781250238419rem;left:23.518751144409rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3595573-1352-4b08-a4dd-21a75ec54ddd/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80.adaptive-delivery-prevent-bg, #vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80.lazyload, #vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80.lazyloading { background-image: none; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container { background-color: transparent; background-image: none; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container > .video-iframe-container { display: none; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row > .video-iframe-container { display: none; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .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); }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container { border-width: 0; border-radius: 0; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container { font-size:0.875rem;font-family:arial;height:65.375rem;width:60rem;position:relative;display:block; }#xTgnSvi9LRLWv7okh1DgNt0V4RI7ZQt3 { 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:15198;opacity:1;top:27.3125rem;left:36.6875rem; }
#xTgnSvi9LRLWv7okh1DgNt0V4RI7ZQt3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#syQr1dXumtmCHShiCx5dkGKcdIcae8fn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);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:12.5625rem;height:2.3125rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:27.6875rem;left:26.8125rem;display:block; }
#Jcc8pSy88b3he5vkUbACFx0BaIXDSnAA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klVBoECQtm2EVlhvT5Jne48nl4a80Gpd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:27.75rem;left:27.5625rem; }
#ydRPkHSHfKXZr9uTGHPBbApPlw4oGLKI { box-sizing:content-box;height:8.625rem;width:5.1875rem;position:absolute;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:33.875rem;left:33.25rem;display:block; }
#VoFvt7iX07Inc8ZbizpTnzxBCPy2OHx7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3rem;width:4.9375rem;top:34.625rem;left:33.372289156626rem;overflow:hidden;display:block; }
#e4GX0k9R2EtR21VIe5Wd13vQmfa7MRcy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:35.1875rem;left:27.5625rem;overflow:hidden;display:block; }
#c3rfXgpgJz8sliHkob5pI3RSnOgw5xri { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:34.5rem;left:21.3125rem;overflow:hidden;display:block; }
#rhlDJgtB8cu0h21Nf5ZTgzRxSGFqH69V { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:39.125rem;left:20.5625rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#McXeHWmeavHV83x76dO7myeTIvmIEEgi { 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.93675rem;height:2.87421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.8125rem;left:23.375rem;display:block; }
#REmag4R4PXQzxzqQ2yr0m5VW9qOlNZ4q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FoIpRy0zdSKcs4aVxhiABkGOhnX0eSK1 { 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:15001;opacity:1;top:46.3125rem;left:24.625rem; }
#Zfqm57yRHyqVtlavx2WEt85gT4hUlGnI { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:12.875rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hyxtGskd1I3PRUekeEGeTIFtQlRfqXqZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:24rem;width:19.1875rem;top:12.875rem;left:20.125rem;display:block; }
#RrAxwlGVk7vG2G9yEuDTzWsTDxrILBMJ { 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;top:0rem;left:24.8125rem;display:block; }
#S7ggPEXPl7lZlSCmTXf86zRk5ha36ihK { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:57.5625rem;left:20rem;text-align:center;text-align-last:center;display:block; }
#lVEvR62UHGn0inCZ9bzXMCUuJgShblE2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1234375rem;width:3.1234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:51.124996185302rem;left:28.4375rem; }
#zCXRob3tFAFcMvFJ1a8dXopxlEUwoC3l { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.19375rem;top:55.4375rem;left:19.3125rem;text-align:center;text-align-last:center;display:block; }
#Rnz4HcTC8D4iJoRC45O3TBPu9ozxOzno { position:absolute;display:block;z-index:15100;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.25rem;width:18.125rem;top:61.0625rem;left:20.25rem;overflow:hidden;display:block; }
#CxdfRqmlTqB4reTNdlOGec7hfVMSuVoG { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#z9Hm4v7VN2NAa2gwrgJuRyQPFdr3SwGn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJAaTsp5NntO5uqVk0aLMOJRw7EwvsLI { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:39.125rem;left:20.5625rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Vmacw3W91K87kRr5shw9u9BqMKopQBoD { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#tFhozMltEsxcwkh4URb1ywsWUM1ffWTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GODbfpK1Ar0RwFCPLLTgnHbVCMwTJgv0 { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:39.125rem;left:20.5625rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JLxXImcWvwRRcST0f642U7MCXKftszis { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#WXGwTnepxcNJ5ZOIfVWKgNvBuVETOHqv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4ziAtTZBU7Tq4QvJ65TKbEgVccuGJe7 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#rc4WNvcp5ACuxpXNPo94SwytbZq43B7A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dcmBO77sqeMzfcA1qLLn6e3Q9WDXlSAK { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#NEiw8U2DztRZAPFsztiNsxNcGkiDSqKk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MW4kILNAbzZKONxD89TJIrszs0LhFyH0 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#gcRt1wS6Nh2UM1vWyhW7QSSaOEzZu1ZK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK { 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; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row .container { background-color: transparent; background-image: none; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row .container > .video-iframe-container { display: none; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row > .video-iframe-container { display: none; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .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); }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row .container { border-width: 0; border-radius: 0; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row .container { font-size:0.875rem;font-family:arial;height:73rem;width:60rem;position:relative;display:block; }#GeWd2HVU0w8eESDNlbd4GsB7wHTmwFaF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:7.5rem;left:31.000001907349rem;overflow:hidden;display:block; }
#g3GSyNLPeQqgFMuRX3vI6TmhdCe0pALV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:7.5rem;left:7.5rem;overflow:hidden;display:block; }
#uvVwTMQz66o9y4QFI7lO3H0rG3kDsbEB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:28.625rem;left:31.6875rem;overflow:hidden;display:block; }
#GVd9pN3iobPsXMt3mVTnmZfar135b1lO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:28.625rem;left:8.75rem;overflow:hidden;display:block; }
#Ct2laSuRqPMZAeJ7ckKB104JaB4PzlMh { box-sizing:content-box;height:6.9375rem;width:18.4375rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15000;background-color:rgba(227,227,227,0.37);background-image:none;top:26.3125rem;left:49.35000038147rem;display:none; }
#L5dShg5Kvic2ReOOA90pEsyZDkXQ2PG1 { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.54375rem;top:21.8125rem;left:31.31406211853rem;text-align:center;text-align-last:center;display:block; }
#Uick8bv7T6F4S62yTqqG1WKm633qUvbH { 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.9359375rem;height:2.8734375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.017189025879rem;left:34.0625rem;display:block; }
#kNZz09anU8MRgt63VP6yAibIPFvXQ1ft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y2nJ1bgHEK7f1G5lJ3PLmgorbyM1x95X { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:1.54375rem;top:21.812500953674rem;left:8.3765640258787rem;text-align:center;text-align-last:center;display:block; }
#tUQky0mdLnTqq6wI7c4giG6Vu8fmm36k { 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.9359375rem;height:2.8734375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.017188072204rem;left:10.174995422363rem;display:block; }
#OptQZ9IS1tq3EvLs8e6ThlP4dvgA4oDH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ldaKQoBQaEd3SgGKKeubP1LGCgv9R0fC { color:#000000;display:block;width:22.125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:1.54375rem;top:41.75rem;left:31rem;text-align:center;text-align-last:center;display:block; }
#pD03PkOTyBUqfwABhghuVlLKUwJQh1kt { 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.93675rem;height:2.87421875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.562500953674rem;left:10.59375rem;display:none; }
#sBGnpxMmpQ5x0Htd7ySuM2tWSOXw5DIB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xNXcnaTkQ7kgvaRe67CncJBvIyCKEV55 { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;height:1.54375rem;top:41.748438835144rem;left:8.6031265258787rem;text-align:center;text-align-last:center;display:block; }
#rsswgdRPZ6LVheyP37tpHRfyxqqITZBg { 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.93675rem;height:2.87421875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:58.512500762939rem;left:34.97500038147rem;display:none; }
#wTeDGcuDPsd1rZIHrgsLi0pKkTGhT3ml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GspdygCA8h8XEUQD64GpmN8sFuwgRrTb { 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.9359375rem;height:2.8734375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:45.437500953674rem;left:11.8125rem;display:block; }
#VBOA5on7ycgQSiXioKDSMJyugEJaXSQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HpEgUyU7fVplTRedItmJ3nTMTPIWkEmi { 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.9359375rem;height:2.8734375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:45.435938835144rem;left:35.09375rem;display:block; }
#xaygfLaCazEs2Z5mVXeTaZvPdL2prXnD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xfz92ADBCNL5g0IEBt07zJWnSsbz2rxR { color:#000000;display:block;width:26.1234375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.9375rem;left:16.625783920288rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xw7Mmq2dV788PJ8fDrONbEmb6Tc2dVdh { color:#000000;display:block;width:26.1234375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.96875rem;left:15.687501907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HzJBUrfAdLWNV1RIFxdvGiTccJxKOBsp { 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.9359375rem;height:2.8734375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:67.0625rem;left:35.1875rem;display:block; }
#arOC28ioJopRcOaAtzRxSdwhF6ucxAOE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cpTuuofuWVbQCTIoiSZfFaLimTUUnPai { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;height:1.54375rem;top:63.375rem;left:31.9375rem;text-align:center;text-align-last:center;display:block; }
#Qq1lIy20aH9SEz9QisSPN56zn01EnPSX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:50.25rem;left:32.125rem;overflow:hidden;display:block; }
#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o.adaptive-delivery-prevent-bg, #TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o.lazyload, #TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o.lazyloading { background-image: none; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .row .container { border-width: 0; border-radius: 0; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:none; }#O7AwcZbOoVbGE60eSd6qlWz0lPqrE633 { 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; }
#LweLTOf3oZknUPaZgrKL48Aif5VOGGFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOSxJOT0yupNrn2w2EymiVw2EbV3wizN { 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; }
#FQ03LPaTKNzSR3QJEfF1hXdpZfcfziUz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AaK4D5akf3sM7WhGrNcTIcK5iuQcRCXm { 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; }
#IuwaWsFZT8FisA4kF2oH09LIArHChewW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M4Ts8eRrauGwhhFJfx7fwBCunRhGlyE2 { 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; }
#M4Ts8eRrauGwhhFJfx7fwBCunRhGlyE2 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Wwq3JERaJkwSDiUIINfOpUv4coXHx1xK { 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; }
#Wwq3JERaJkwSDiUIINfOpUv4coXHx1xK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JVXdU4xl3Thq5RL8E2cTrVguEs8uwP31 { 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; }
#gW41P8ASHmnL8alab6OCetkoGX7dQIOW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rs3c7WhCEA4PCBRwiqG7S6SRLnvrvEgK { 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.9366875rem;width:9.812125rem;top:0.64687496423719rem;left:15.001171112061rem;display:block; }
#vsx4aHtB6KddCsRlzaFZMlcM0xwdKr84 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"alw font";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:17.647264480591rem;left:35.61328125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PT2mPRNVghCqvyDL15xy1Zyf1PRgEoMH { 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:15000;text-align:center;text-align-last:center;top:29.25rem;left:39.125rem;display:none; }
#Wb6pvsvJQJhkN7MT5cohl4vGoWb53EIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#icCIZeo7GlntGWnEOsy61Jh889zrTrPU { 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:15000;text-align:center;text-align-last:center;top:25.9375rem;left:39.437501907349rem;display:block; }
#fLZQLNfFPxJSiE30zHnAG6Tt8k9T9X0z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rEqDR8m9yDk4wMkRmLpmLgypTekaVIrV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:29.625rem;left:39.4375rem; }
#WVu5Bv8oXNAMP2Qn6zTeeTZAwdT1fmoq { 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:15000;opacity:1;top:26.4375rem;left:40.937501907349rem; }
#ImksLViBNK007Tn6c9CmgaFf6EzE621I { 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; }
#PtZ8CAleBWh3ErkrJ1gh2TPT3fpbcmTJ { 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:15000;opacity:1;top:32.385936737061rem;left:44.466796875rem; }
#woq8M0MrMcPZTeCogRGqWsKXUaJ2nOxV { color:#000000;display:block;width:19.9991875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:35.4375rem;left:36.25rem;text-align:center;text-align-last:center;display:block; }
#kDaMBaov23fRzG7VfDk2SRtefZvzMk4x { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.19375rem;top:35.508981943131rem;left:9.498046875rem;text-align:center;text-align-last:center;display:block; }
#DbFvwIUCymEBcN4FW7euMMvzH0ToD1hb { 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:15000;opacity:1;top:36.133981943131rem;left:26.446868896484rem; }
#uuzFBJMygSaeQcR8o8HPPtQH9RyeiQN4 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:69.25rem;left:0rem;display:none; }
#g67aEfOf336r4Uqv9mlUcitKNdmvWq0v { color:#000000;display:block;width:13.125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:5.0542964935303rem;left:22.489452362061rem;height:1.875rem;font-style:normal;display:block; }
#f5svugEnWeHSK9Jx62laIuGJxtsGxf41 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:11.0625rem;left:5rem;display:none; }
#SOV12go1hO19oTsKlyrKRAZlQJTW4DdP { color:#395b92;display:block;width:17.625rem;position:absolute;font-family:"alw arabic";font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0542964935303rem;left:23.363670349121rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TyJbLW0xmk7M3xnlr10xf9kHx7Q0EJbx { position:absolute;display:block;z-index:15031;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.8125rem;width:5rem;top:38.6875rem;left:19.75rem;overflow:hidden;display:block; }
#Ubi2Caq3Gd0bdDLL9JDAJTt85Vo8RprJ { position:absolute;display:block;z-index:15030;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.0625rem;width:5.25rem;top:38.5rem;left:14.25rem;overflow:hidden;display:block; }
#JVrlzVIfhNqbdLvmEm5Pizrbwu7UciGZ { position:absolute;display:block;z-index:15030;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.18671875rem;width:6.5625rem;top:37.4375rem;left:39.125rem;overflow:hidden;display:block; }
#hkpXsZvi8Cf6yFmPNx7BbsklxeidGBtt { position:absolute;display:block;z-index:15055;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:5.49926875rem;width:18.3105625rem;top:34rem;left:2.8125rem;overflow:hidden;display:none; }
#MDOZEcxRXVNudx3JpaFgEqTcypJf4AET { position:absolute;display:block;z-index:15030;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.56210625rem;width:6.5625rem;top:37.6875rem;left:46.75rem;overflow:hidden;display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-form-header {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.375rem;font-weight:bold;color:#000000;width:15rem;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; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .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:15rem;box-sizing:border-box;height:1.0625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-text {padding-top: 0; padding-bottom: 0;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .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:15rem;box-sizing:border-box;height:2.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:15rem;box-sizing:border-box;height:1.75rem;color:#161616;font-family:cairo;font-size:1rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.1;font-weight:400;font-style:normal; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-select {padding-top: 0; padding-bottom: 0;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .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; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(212deg, #0b4a2b, #73cca1);background-image: -moz-linear-gradient(212deg, #0b4a2b, #73cca1);background-image: -ms-linear-gradient(212deg, #0b4a2b, #73cca1);background-image: -o-linear-gradient(212deg, #0b4a2b, #73cca1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4a2b', endColorstr='#73cca1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4a2b', endColorstr='#73cca1' );";background-image: linear-gradient(212deg, #0b4a2b, #73cca1);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.6875rem;margin-bottom:0.25rem;margin-left:2.6875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:9.5625rem;height:2.75rem;font-family:cairo;overflow:hidden;box-shadow: none;line-height:.4; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.8125rem; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.8125rem; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.8125rem; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.8125rem; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .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:13.8125rem;overflow:hidden;font-style:normal; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .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; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .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:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-container:first-of-type{padding-top:0;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-container:last-of-type{padding-bottom:0;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:11.15625rem;top:15.862501144409rem;z-index:15029;position:absolute;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 1rem 2.6875rem #000000 ; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;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; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP {display:block;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:11.15625rem;top:15.862501144409rem;z-index:15029;position:absolute;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 1rem 2.6875rem #000000 ; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #AlQ0ybdyIvg0MqdimWQxRgDNEQRENTds { position:relative; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #lDxogUSoMSwKyaBOg21729AwzkTmg47n { position:relative;display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #N2SuoSUSTdVbdU94gBmm2nLrwxVUZltt { position:relative; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #arIntS6DVT1VKkK3ZXA5CcbKk7LzJl2D { position:relative; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #BSbSV8R495MEAThkEI2mzW21qD9uXN05 { position:relative;display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #ZwhZRSIdH771EZv1g65JUwddvAMd7K9X { position:relative; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #DoyPuOmlUIWeRinKnOW7epCheR1ckz6T { position:relative; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #vir4MJhw98umn8wmKpayMZwD1b12PmKD { position:relative;display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #wFBRBhLgSKUoa5WvUToGkzLp197wQJ5O { position:relative; }
#CeMltbnlgbFX3ZGfkUTPVtIhQc5rrIq8 { position:relative;display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #pGTfkdFh5EgPFtJJchGOqSfGz9Fip1zT { position:relative; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #PHB2HHssoR896t3gJRzWTxJX12i32nEz { position:relative; }
#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A { 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:none; }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .row .container { border-width: 0; border-radius: 0; }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;position:relative;display:none; }#ifgcAw9uLTWWrIiwoJtaSdSwPFzUFOAK { 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:44.4375rem;width:25rem;top:2.8732633590698rem;left:17.500001907349rem;overflow:hidden;display:block; }
#i32m8UOOc1Oyllz3C2uRTwHb6eyx0A3r { 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:15000;text-align:center;text-align-last:center;top:25.9375rem;left:39.437501907349rem;display:none; }
#rHhB9hBgXQWwWQmx0r4xPuogBStUs3ou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bQ6ZgA6KoQBv40mLrlRxISyb9TyERcxU { 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:15000;opacity:1;top:26.4375rem;left:40.937501907349rem;display:none; }
#sfon21yaT9dBeFSoDqEcGF3ibdmoS8B0 { 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:14.0625rem;width:25rem;top:2.8732633590698rem;left:17.500001907349rem;overflow:hidden;display:block; }
#Wu6rlUFg4xZh42nz4Ik1baGmOhvEnu5a { 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:15000;text-align:center;text-align-last:center;top:25.9375rem;left:39.437501907349rem;display:none; }
#CpMWKZ1NI7dxgdOgEhzS7ucozMKdgF7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AMFy7bkU5QQKcDUIRq3FgOCOXtqTl4DD { 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:15000;opacity:1;top:26.4375rem;left:40.937501907349rem;display:none; }
#q5D9cyh8pPnTJRz5AALzVOd60qW85c8O { color:#0e849e;display:block;width:12.3116875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.375rem;left:36.5625rem;height:5.36198125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tiz4ul2MN7dbNcLQIgMRtMKLJF3B1LLH { color:#0e849e;display:block;width:12.3116875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.375rem;left:36.5625rem;height:5.36198125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LJ74KlgxpBUXNO3G8vymLZ0uHyL945Id { 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:none; }#LJ74KlgxpBUXNO3G8vymLZ0uHyL945Id > .row .container { border-width: 0; border-radius: 0; }#LJ74KlgxpBUXNO3G8vymLZ0uHyL945Id > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LJ74KlgxpBUXNO3G8vymLZ0uHyL945Id > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;position:relative;display:none; }#N9c3xWn17wkN2TJiBCWkIqSJFOHCdyon { background-color:rgba(45,167,96,0.7);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:13.625rem;height:3.5625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:24.3125rem;left:12.4375rem;display:block; }
#DRulis2fSlPLAEGxlP0CmpoE4BPPV1Gq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jv75tsN4OWdW2z9S1zDmrPfqtWqyoyTK { 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:15195;opacity:1;top:24.5625rem;left:13.0625rem; }
#XvM3u7ynTTsJ9dNomcLvfLfWn3TyyA8q { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:16rem;width:9rem;top:1.375rem;left:14.1875rem;overflow:hidden;display:block; }
#wRGTXEFK6nTDfSmT8ytyhpQZrct5n2xs { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.9375rem;width:8.9375rem;top:1.375rem;left:38.25rem;overflow:hidden;display:block; }
#OgTcgXk4E5S3FLyOBUuxABuTf8e1UJc6 { background-color:rgba(45,167,96,0.7);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:13.625rem;height:3.5625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:23.5625rem;left:36.75rem;display:block; }
#N9PxWlx4fwuJsgpyuzaS5cApEZyBfzXH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abhJdNOSrJzo08D1WKGy2Dnm9mDuWSRK { 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:15197;opacity:1;top:23.75rem;left:36.75rem; }
#zJxkSSdVxMXrP7p7nrnFWEKrVf5Cyv6S { 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:15218;opacity:1;top:45.375rem;left:26.125rem;display:none; }
#ed90Koq3JNignQn38voC83QyuqOayssU { color:#0e849e;display:block;width:12.3116875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.375rem;left:36.5625rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wvnQxoBVusZs2e42yC4mEhxMGRulCyi3 { color:#0e849e;display:block;width:12.3105625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.25rem;left:13rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA { 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; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container { background-color: transparent; background-image: none; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container > .video-iframe-container { display: none; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row > .video-iframe-container { display: none; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .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); }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container { border-width: 0; border-radius: 0; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#ATpDOTSUaZnwk3x5iLAK3I36bANTsGkG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.5rem 0.75rem 0.4375rem rgba(0,0,0,0.5) ;height:17.625rem;width:9.812125rem;top:7.8125rem;left:14.4375rem;overflow:hidden;display:block; }
#eTkJfRx90kipEQDrRZO6wUPlPC3gwiNe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.5rem 0.75rem 0.4375rem rgba(0,0,0,0.5) ;height:17.25rem;width:13.749625rem;top:7.8125rem;left:30.625rem;overflow:hidden;display:block; }
#f6VLhwmo95lemfluXa9OnsasS7L7EabB { color:#000000;display:block;width:35.9355625rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:2.4375rem;top:3.1242189407349rem;left:12.030467987061rem;text-align:center;text-align-last:center;display:block; }
#z3ZkdbDIqOSab9u3HAbdTHJ7Jx8DunNR { position:absolute;display:block;z-index:15219;height:3.3125rem;width:5.9375rem;top:1.5625057220459rem;left:6.1484375rem;display:block; }
#KB7m09fgDsbRT1e6bCePocyk5qpHzCUb { position:absolute;display:block;z-index:15219;height:3.3125rem;width:5.9375rem;top:9.0625rem;left:4.625rem;display:block; }
#vgedhnNvlwE50suP9bBTvvZHglXyvksF { position:absolute;display:block;z-index:15180;height:3.874025rem;width:6.999rem;top:11.500777721405rem;left:48.9375rem;display:block; }
#knOqT3B2PBhlIodggIe8l27J1QsllThi { position:relative;display:none; }#knOqT3B2PBhlIodggIe8l27J1QsllThi { border-width: 0; border-radius: 0; }#knOqT3B2PBhlIodggIe8l27J1QsllThi > .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; }#knOqT3B2PBhlIodggIe8l27J1QsllThi > .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:18.75rem;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:none; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/uc/d3595573-1352-4b08-a4dd-21a75ec54ddd/pattern.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU.adaptive-delivery-prevent-bg, #RkN068AfpFVgB10LZp0JLFUwKZMeqrcU.lazyload, #RkN068AfpFVgB10LZp0JLFUwKZMeqrcU.lazyloading { background-image: none; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row .container { border-width: 0; border-radius: 0; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:none; }#vaJSJVdxx3MnfmSvA8JW1OhUpHsS6JQh { position:absolute;display:block;z-index:15008;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:6.25rem;width:23.4375rem;top:51.562501907349rem;left:0rem;overflow:hidden;display:none; }
#clM51TUqJDe5XHHwxpQtl9OmTzawG0y7 { position:absolute;display:block;z-index:15030;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.68676875rem;width:6.62475rem;top:38.8125rem;left:23.5625rem;overflow:hidden;display:block; }
#lrm8B6Ze3TqAznf3CQiGulRQPQyI4KuT { position:absolute;display:block;z-index:15031;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:38.4375rem;left:30rem;overflow:hidden;display:block; }
#TTVJvfRrLKTh3s6siv8e5Txgu13w0gHh { color:#0e849e;display:block;width:21.9375rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:36.475780546665rem;left:19.885543823243rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZKiI4VzXlZeEMaVevRimwkSa4QoJh21y { color:#002323;display:block;width:28.8110625rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:9.259033203125rem;left:15.59326171875rem;height:3.0046875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l1y8ArVAAbqvyRb2GnTCJ5DCJc0VThKn { position:absolute;display:block;z-index:15051;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:5.49926875rem;width:18.3105625rem;top:9.1875rem;left:22.0625rem;overflow:hidden;display:block; }
#JnpK5AS6S6aw7n9kMJ80xamcfDE2yuK0 { color:#383838;display:block;width:2.436525rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:12.875rem;left:23rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VsDpUEZD1XW4tafwqVShUVpUTqINnFKW { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15089;line-height:1.6;letter-spacing:0;top:12.375rem;left:24.8125rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBJHJ8S71fO1qwUlXyMqDc4Av5S6h8Ap { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15096;line-height:1.2;letter-spacing:0;top:9.8125rem;left:24.625rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wo0rw5adZXn1SmISEWrqSsWoM2qbbVdF { position:absolute;display:block;z-index:15053;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:5.49926875rem;width:18.3105625rem;top:9.1875rem;left:41.75rem;overflow:hidden;display:block; }
#CXx5dW8WIoK3fCGbWrVlhrOkyWOQWvkw { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15098;line-height:1.2;letter-spacing:0;top:9.75rem;left:44.125rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LxC0JsQwsBZz0XX3OezT79iJubwelhWB { color:#383838;display:block;width:2.436525rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:12.75rem;left:42.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vp4DgeAuxbnuATJ2danLBGgrDdgRDggX { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:12.25rem;left:44.8125rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNmQxJarT6KBz0m3HnmrZ0QhKr0uTtlm { position:absolute;display:block;z-index:15055;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:5.49926875rem;width:18.3105625rem;top:9.1875rem;left:2.875rem;overflow:hidden;display:block; }
#Fauy0ZRmOKh4HclE7w0yNXVlqcozW8bl { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15100;line-height:1.2;letter-spacing:0;top:10.0625rem;left:5.375rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EOgg4A1ft2ggndgZ33P1wtaCeRxNxuhK { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15093;line-height:1.6;letter-spacing:0;top:12.375rem;left:6.1871070861816rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lHz87gWzLIDmLu149KTJpwqf22phUUlq { color:#383838;display:block;width:2.436325rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:12.834377348423rem;left:4.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#benoadimpdJe6iNioehF0uT39NPom4wG { position:absolute;display:block;z-index:15059;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:5.49926875rem;width:18.3105625rem;top:16.5rem;left:2.875rem;overflow:hidden;display:block; }
#qgGpmu5K627Tca8eCVzHohrPC716InyT { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15097;line-height:1.6;letter-spacing:0;top:19.6875rem;left:5.6875rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qI6nxaeHacCnnEiaxadhcbpB6iiWEmgk { color:#0f86a9;display:block;width:14.687125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15104;line-height:1.2;letter-spacing:0;top:17.399221479892rem;left:5.2164039611816rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x1NcmBBHC85EvuOhpF2FAiy59TFriqqb { position:absolute;display:block;z-index:15063;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:5.49926875rem;width:18.3105625rem;top:16.5rem;left:41.75rem;overflow:hidden;display:block; }
#R44uoec8uXFZmqTM4lTLzSLiOvJR8r2n { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15101;line-height:1.6;letter-spacing:0;top:19.5625rem;left:44.75rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AzuVrTowBDFWXhgJVc5oUT3UfpLgmzGX { color:#383838;display:block;width:2.436525rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:20.0625rem;left:42.75rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p6cppZ9fqb2Z5yTF20hDAPSmIqhhNhN3 { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15108;line-height:1.2;letter-spacing:0;top:17.4375rem;left:43.75rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KOa04kHn8WAID8WvbV3LD2mwbsngGTuC { position:absolute;display:block;z-index:15063;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:5.49926875rem;width:18.3105625rem;top:16.5rem;left:22.0625rem;overflow:hidden;display:block; }
#xDqKv2seq5ZU2bqN9Ds4tFv2SRbXnq6c { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15101;line-height:1.6;letter-spacing:0;top:19.6875rem;left:24.875rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aCiPsaN7kqBCWr85AVUVqEsvznkTa7XB { color:#383838;display:block;width:2.436525rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:20.125rem;left:23.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OkJ2sOBpiTyT8FCywa8L0cVRchIafHL8 { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15108;line-height:1.2;letter-spacing:0;top:17.75rem;left:24.25rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Be4cSAwUvw740mBeEbB7VGmF4SRis51v { position:absolute;display:block;z-index:15067;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:5.49926875rem;width:18.3105625rem;top:23.8125rem;left:41.75rem;overflow:hidden;display:block; }
#SrEfbtzAe2Fhc57a6g3HsNnOdM4fbIMh { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15105;line-height:1.6;letter-spacing:0;top:26.875rem;left:44.6875rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BDmx6aH9oBPy9ne5t9cX1EGI3spLSnTA { color:#383838;display:block;width:2.436525rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:27.375rem;left:42.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PT83qsvTBcwHzOzG4c2qatA1shfb7oiP { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15112;line-height:1.2;letter-spacing:0;top:24.5rem;left:43.75rem;height:2.548825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ICxHf2Twih6FBO875hlPqGJsDH2QsPo7 { position:absolute;display:block;z-index:15071;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:5.49926875rem;width:18.3105625rem;top:23.5rem;left:22.125rem;overflow:hidden;display:block; }
#LHmCnAVCTawc0OSO8Ur0SFq9lMJBdn5D { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15109;line-height:1.6;letter-spacing:0;top:26.5625rem;left:25.0625rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XWEoNOgsu1XR3af5It1G3TX6iclDurga { color:#383838;display:block;width:2.436525rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:27.0625rem;left:23.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ELZC5pU8XJWUit3W9CoFTtz8finwS0i3 { color:#0f86a9;display:block;width:14.687125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15116;line-height:1.2;letter-spacing:0;top:25.224609434604rem;left:24.810935974121rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oNzGGUn4DlyU147yzHETE6u8EhbIHpwI { position:absolute;display:block;z-index:15075;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:5.49926875rem;width:18.3105625rem;top:23.5rem;left:2.875rem;overflow:hidden;display:block; }
#yGiQZB1xztUsUykZR0vKOQe91nD1RCL3 { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15113;line-height:1.6;letter-spacing:0;top:26.5625rem;left:6rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aqziDsIeorZCWEZm3CXCKUzanTl1qXsD { color:#383838;display:block;width:2.436325rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15121;line-height:1.3;letter-spacing:0;top:27.292963981628rem;left:3.7175750732422rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fcT6mFUyZ5h8VOCUdmToZNu8IOSyDw5f { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15120;line-height:1.2;letter-spacing:0;top:24.5rem;left:4.875rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oPo3dCxH3O8RcV419nup5zQ5rbexLOfI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5d9586, #e5f6f2);background-image: -moz-linear-gradient(180deg, #5d9586, #e5f6f2);background-image: -ms-linear-gradient(180deg, #5d9586, #e5f6f2);background-image: -o-linear-gradient(180deg, #5d9586, #e5f6f2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d9586', endColorstr='#e5f6f2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d9586', endColorstr='#e5f6f2' );";background-image: linear-gradient(180deg, #5d9586, #e5f6f2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:22.124rem;height:4.1870125rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:31.0625rem;left:19rem;display:block; }
#ihKLaU6fOKaOGSuAgr9su4UbVMQV2Z8I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNKfePrTWbTKBetAaMMMIlqdPx72hGu1 { color:#000000;display:block;width:35.9366875rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:3.3117184638977rem;left:12.030467987061rem;text-align:center;text-align-last:center;display:block; }
#QtUJTB1bup908rLm0uzxhQSMHATLzZfD { position:absolute;display:block;z-index:15030;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.68676875rem;width:6.62475rem;top:60.3125rem;left:2.8125rem;overflow:hidden;display:none; }
#Z0zOKECGzAcTJ1aRBmWJFiQvpGf6l4ZV { 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:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#swzFlH5FcnDL3klHgwfHE0UpkRZ1w5gv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nDBmVzmdbTivEMIAEZMQM4TRdAlDxVAo { 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:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#OEDz12fM164SBdk6B4GSwpFspXAQd0rB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qwAJM9GxcDneyeR1W7hbZlD054T7WIRV { 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:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#nNS8f0Is9hwTZNmRhutRzTXnysaK2HtM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DcfIWD6uQevVUwU0aKu2kAOSCn97MIgW { 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:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#EvkDuGFAhgRCcWWTVyRq0II6oVfIgi8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XbPMs3MXRLIZlmNZIIJv146pvFwinVrN { 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:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#fue7lmRpTtmryagKLv6WkL2G8fQPmHZq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e4rhmuyqyHX1vOJ81XrobLbkMJlr5FTl { 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:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#deK3Ksp3DdzHURPur1U0z9r0Gd2oyPBL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZaoVTLeAypNK5KRTmdqz27IL9yDGLy3 { 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:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#pDEb704vaGe5iCecQ8rF6EWFQiqpTwMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRT0ADrcgqrWsK96KDQ7eoQWOKXBZLUO { 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:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#ms87leRmnb8aCVpqllThGFI8qoIF2dBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qwrDewUKkvLIQIBGTThvynMOJ3sZ6Sf5 { 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:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#pQGn2P3kyJZx0EGeC6ReJkvUoIle8qTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KczQmGC7Wh7Pi8TOMfhPiMp7zdy7yHJV { color:#383838;display:block;width:2.43515625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:19.937498152256rem;left:3.8246078491211rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sJGi0FJ91lvxIXtpRMD5EsLkUooW0IEX { color:#383838;display:block;width:2.436525rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:20.125rem;left:23.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ApHWVvShsLvFgCeScctoC39CXbDvsfoB { 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; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container { background-color: transparent; background-image: none; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container > .video-iframe-container { display: none; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row > .video-iframe-container { display: none; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .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); }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container { border-width: 0; border-radius: 0; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;position:relative;display:block; }#N1GboOIrIbz2EAB4r0IZlAKOWf26vUAq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.5rem 0.75rem 0.4375rem rgba(0,0,0,0.5) ;height:16.5rem;width:19.6875rem;top:2.4300780296326rem;left:32.464447021484rem;overflow:hidden;display:block; }
#HTqsAQRZU7qSCf1pR5uFZMPO8K1qq8Eq { color:#0e849e;display:block;width:21.9375rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.099998235703rem;left:31.338279724121rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xetXIQSInBU2SHl8I4I22IKWIDlhpPdN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.5rem 0.75rem 0.4375rem rgba(0,0,0,0.5) ;height:16.5rem;width:19.6875rem;top:2.4914054870606rem;left:8.6507797241213rem;overflow:hidden;display:block; }
#huw0aw0NHpPObavT8fbvz83Ja3H5amTr { color:#0e849e;display:block;width:21.9375rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.097654342651rem;left:7.5234375rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#McXOwGXia2Wpxp0bm9vEpoE4ddArCsKN { 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:33.75rem;width:60rem;display:none; }
#ICV0lWti4rlES4PnUReaXX4AE1zKTQEC { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:64.0625rem;left:0.0625rem;display:none; }
#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.adaptive-delivery-prevent-bg, #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.lazyload, #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.lazyloading { background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { background-color: transparent; background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .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); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { border-width: 0; border-radius: 0; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#i4tpUrm6vVd7Xeg0VRsQA9f5hqJDirFa { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:29.0625rem;height:2.4375rem;font-style:normal;display:block; }
#dqr90JZgVVEFqa57znLf98B1FzW0d8At { 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; }
#cq7W87WlcHNg5HgtV4JX07TIhK1qIqLd { 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:8.9238125rem;text-align:justify;text-align-last:initial;display:block; }
#UeRcuirlWmDGiWxWv25CuKTAhsdBTcNH { 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; }
#g6LMS2BxWhWRnX8kxgqFAb87rcMecLOT { color:#707b8b;display:block;width:20.811625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:18.34418463707rem;left:37.3828125rem;height:2.975rem;text-align:justify;text-align-last:initial;display:block; }
#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI { position:relative;display:block; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI { background-color: transparent; background-image: none; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .row .container > .video-iframe-container { display: none; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .row > .video-iframe-container { display: none; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .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); }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI { border-width: 0; border-radius: 0; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .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; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .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:21.8125rem;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; }#IeGeCTbCP03sbspJBqcsTCqA0LFFfGhT { position:absolute;display:block;z-index:15173;height:18.9375rem;width:38.75rem;top:0.96328163146975rem;left:12.336326599121rem;display:block; }
#ODrflpJdTtcpleymaady0uA9WTo9RQBW { position:relative;display:block; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW { background-color: transparent; background-image: none; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container > .video-iframe-container { display: none; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row > .video-iframe-container { display: none; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .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); }#ODrflpJdTtcpleymaady0uA9WTo9RQBW { border-width: 0; border-radius: 0; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .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; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .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:8rem;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; }#ChWokC9E5yusfg8TXH8JPOF4fvv9JOBs { color:#050505;display:block;width:37.0616875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:4.5621185302734rem;left:17.061325073243rem;height:2.0003875rem;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; }
#phI0FcX0mBmLfomiSacA4TNnXTrmt9d2 { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:8.4375rem;left:2.25rem;height:2.0003875rem;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:none; }
#XkeZaQrt9uckyRT2bW4SdvSp90x2w8bb { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#VICFhcGePEV5FGTIumoIugfQ5oEmyJVy { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:9.5692272186281rem;left:54.246963500976rem;display:none; }
#drZ65ANwnmHSTn5dbaq5yTi1zEhSaGrF { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.0679264068604rem;left:54.246963500976rem;display:none; }
#mnhaAx58EHgOQ1g5ENIt5w4Pqh4UDha4 { 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:3.375rem;width:2.75rem;top:0.62461090087891rem;left:35.525390625rem;display:block; }
#ow1HJB8S4N98bTTZXlw7e4V1KnlyD5Te { color:#0c0b0c;display:block;width:33.437125rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:10.154296875rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
body { position:relative;display:block; }
#BC5mJS7JVEDP2k3aCXESqPDJiaTLfiFa { display:none; }#BC5mJS7JVEDP2k3aCXESqPDJiaTLfiFa > .row .container { width:47.75rem;position:relative;display:none; }#J25mBEbeJ5FKtdQF1NwD06dhMbxymDJK { top:1rem;left:24.75rem;width:6.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#LHMSJ3CVgntAKGZmhD7z3QOGCAWfaAMp { width:16.0625rem;height:3.125rem;top:22.75rem;left:18.25rem;display:none; }
#xGiLPiK42vpS11F6kC41aglXLuqZb3Ty { display:block; }
#f3UpXLpLF5pPOA2SI3zK1cl0OVAoQ18z { top:0.0625rem;left:9.8125rem;width:4rem;height:3.1875rem;font-size:2.4375rem;display:none; }
#CrfT8kToWLtqCUmZGMECOzSRHG0rpToO { top:0.0625rem;left:34.75rem;width:7.0625rem;height:2.9501582278481rem;display:none; }
#GPSKTaJCH3iit7zoidIdbTwg3M7kSoAK { width:6.3125rem;height:2.625rem;top:1.0625rem;left:24.75rem;display:none; }
#A5z5apw0xXEQoyEP6dqakeObxdvtzN15 { display:block; }
#LRVkSClNkExTzImNfCT8P7RfM5q6ZTfe { width:7.125rem;height:2.6875rem;top:0.8125rem;left:15.957556089464rem;display:none; }
#XepFBTMDUsotBTzdgaW8D0QppA6wnXSq { display:block; }
#wQoDhKMqt0ri7KJdpnrTxfGiWAQCITpi { top:1.125rem;left:17.393751144409rem;width:5.4375rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 { display:none; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container { width:47.75rem;position:relative;display:none; }#xTgnSvi9LRLWv7okh1DgNt0V4RI7ZQt3 { top:27.3125rem;left:30.5625rem;width:3.125rem;height:3.125rem;display:none; }
#xTgnSvi9LRLWv7okh1DgNt0V4RI7ZQt3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#syQr1dXumtmCHShiCx5dkGKcdIcae8fn { width:12.5625rem;height:2.3125rem;top:27.6875rem;left:20.6875rem;display:none; }
#Jcc8pSy88b3he5vkUbACFx0BaIXDSnAA { display:block; }
#klVBoECQtm2EVlhvT5Jne48nl4a80Gpd { top:27.75rem;left:21.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#ydRPkHSHfKXZr9uTGHPBbApPlw4oGLKI { top:33.875rem;left:27.125rem;width:5.1875rem;height:8.625rem;display:none; }
#VoFvt7iX07Inc8ZbizpTnzxBCPy2OHx7 { width:4.9375rem;height:3rem;top:34.625rem;left:27.247289156626rem;display:none; }
#e4GX0k9R2EtR21VIe5Wd13vQmfa7MRcy { width:3.8125rem;height:3.8125rem;top:35.1875rem;left:21.4375rem;display:none; }
#c3rfXgpgJz8sliHkob5pI3RSnOgw5xri { width:3.8125rem;height:3.8125rem;top:34.5rem;left:15.1875rem;display:none; }
#rhlDJgtB8cu0h21Nf5ZTgzRxSGFqH69V { top:39.125rem;left:14.4375rem;width:5.5625rem;height:1rem;font-size:0.8125rem;display:none; }
#McXeHWmeavHV83x76dO7myeTIvmIEEgi { width:13.875rem;height:2.8125rem;top:45.8125rem;left:17.25rem;display:none; }
#REmag4R4PXQzxzqQ2yr0m5VW9qOlNZ4q { display:block; }
#FoIpRy0zdSKcs4aVxhiABkGOhnX0eSK1 { top:46.3125rem;left:18.5rem;width:1.875rem;height:1.875rem;display:none; }
#Zfqm57yRHyqVtlavx2WEt85gT4hUlGnI { top:8.9375rem;left:6.75rem;width:32.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
#hyxtGskd1I3PRUekeEGeTIFtQlRfqXqZ { width:19.1875rem;height:24rem;top:12.875rem;left:14rem;display:none; }
#RrAxwlGVk7vG2G9yEuDTzWsTDxrILBMJ { width:9.8125rem;height:8.9375rem;top:0rem;left:18.6875rem;display:none; }
#S7ggPEXPl7lZlSCmTXf86zRk5ha36ihK { top:57.5625rem;left:13.875rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#lVEvR62UHGn0inCZ9bzXMCUuJgShblE2 { top:51.0625rem;left:22.3125rem;width:3.0625rem;height:3.0625rem;display:none; }
#zCXRob3tFAFcMvFJ1a8dXopxlEUwoC3l { top:55.4375rem;left:13.1875rem;width:19.9375rem;height:2.1875rem;font-size:1.6875rem;display:none; }
#Rnz4HcTC8D4iJoRC45O3TBPu9ozxOzno { top:61.0625rem;left:14.125rem;width:18.125rem;height:1.25rem;display:none; }
#CxdfRqmlTqB4reTNdlOGec7hfVMSuVoG { width:;height:;display:none; }
#z9Hm4v7VN2NAa2gwrgJuRyQPFdr3SwGn { display:block; }
#TJAaTsp5NntO5uqVk0aLMOJRw7EwvsLI { top:35.75rem;left:1.09375rem;width:5.5625rem;height:0.9375rem;font-size:0.8125rem;display:none; }
#Vmacw3W91K87kRr5shw9u9BqMKopQBoD { width:;height:;display:none; }
#tFhozMltEsxcwkh4URb1ywsWUM1ffWTi { display:block; }
#GODbfpK1Ar0RwFCPLLTgnHbVCMwTJgv0 { top:36.125rem;left:7.609375rem;width:5.5625rem;height:0.9375rem;font-size:0.8125rem;display:none; }
#JLxXImcWvwRRcST0f642U7MCXKftszis { width:;height:;display:none; }
#WXGwTnepxcNJ5ZOIfVWKgNvBuVETOHqv { display:block; }
#T4ziAtTZBU7Tq4QvJ65TKbEgVccuGJe7 { width:;height:;display:none; }
#rc4WNvcp5ACuxpXNPo94SwytbZq43B7A { display:block; }
#dcmBO77sqeMzfcA1qLLn6e3Q9WDXlSAK { width:;height:;display:none; }
#NEiw8U2DztRZAPFsztiNsxNcGkiDSqKk { display:block; }
#MW4kILNAbzZKONxD89TJIrszs0LhFyH0 { width:;height:;display:none; }
#gcRt1wS6Nh2UM1vWyhW7QSSaOEzZu1ZK { display:block; }
#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK { display:block; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row .container { width:47.75rem;position:relative;display:block; }#GeWd2HVU0w8eESDNlbd4GsB7wHTmwFaF { top:7.5rem;left:24.875001907349rem;width:20.0625rem;height:11.625rem;display:block; }
#g3GSyNLPeQqgFMuRX3vI6TmhdCe0pALV { top:7.5rem;left:1.375rem;width:20.0625rem;height:11.625rem;display:block; }
#uvVwTMQz66o9y4QFI7lO3H0rG3kDsbEB { top:28.625rem;left:25.5625rem;width:20.0625rem;height:11.625rem;display:block; }
#GVd9pN3iobPsXMt3mVTnmZfar135b1lO { top:28.625rem;left:2.625rem;width:20.0625rem;height:11.625rem;display:block; }
#Ct2laSuRqPMZAeJ7ckKB104JaB4PzlMh { top:26.9375rem;left:29.3125rem;width:18.4375rem;height:6.9375rem;display:none; }
#L5dShg5Kvic2ReOOA90pEsyZDkXQ2PG1 { top:21.8125rem;left:25.189064025879rem;width:19.9375rem;height:1.5rem;font-size:1.1875rem;display:none; }
#Uick8bv7T6F4S62yTqqG1WKm633qUvbH { width:13.875rem;height:2.8125rem;top:24rem;left:27.9375rem;display:none; }
#kNZz09anU8MRgt63VP6yAibIPFvXQ1ft { display:block; }
#y2nJ1bgHEK7f1G5lJ3PLmgorbyM1x95X { top:21.8125rem;left:2.2515640258789rem;width:18.3125rem;height:1.5rem;font-size:1.1875rem;display:none; }
#tUQky0mdLnTqq6wI7c4giG6Vu8fmm36k { width:13.875rem;height:2.8125rem;top:24rem;left:4.0499954223633rem;display:none; }
#OptQZ9IS1tq3EvLs8e6ThlP4dvgA4oDH { display:block; }
#ldaKQoBQaEd3SgGKKeubP1LGCgv9R0fC { top:41.75rem;left:24.875rem;width:22.125rem;height:1.5rem;font-size:1.1875rem;display:none; }
#pD03PkOTyBUqfwABhghuVlLKUwJQh1kt { width:13.875rem;height:2.8125rem;top:30.5625rem;left:4.46875rem;display:none; }
#sBGnpxMmpQ5x0Htd7ySuM2tWSOXw5DIB { display:block; }
#xNXcnaTkQ7kgvaRe67CncJBvIyCKEV55 { top:41.6875rem;left:2.4781265258789rem;width:19.9375rem;height:1.5rem;font-size:1.1875rem;display:none; }
#rsswgdRPZ6LVheyP37tpHRfyxqqITZBg { width:13.875rem;height:2.8125rem;top:58.5rem;left:28.85000038147rem;display:none; }
#wTeDGcuDPsd1rZIHrgsLi0pKkTGhT3ml { display:block; }
#GspdygCA8h8XEUQD64GpmN8sFuwgRrTb { width:13.875rem;height:2.8125rem;top:45.4375rem;left:5.6875rem;display:none; }
#VBOA5on7ycgQSiXioKDSMJyugEJaXSQ5 { display:block; }
#HpEgUyU7fVplTRedItmJ3nTMTPIWkEmi { width:13.875rem;height:2.8125rem;top:45.375rem;left:28.96875rem;display:none; }
#xaygfLaCazEs2Z5mVXeTaZvPdL2prXnD { display:block; }
#xfz92ADBCNL5g0IEBt07zJWnSsbz2rxR { width:26.0625rem;height:2rem;top:0.9375rem;left:10.500783920288rem;font-size:1.125rem;display:block; }
#xw7Mmq2dV788PJ8fDrONbEmb6Tc2dVdh { width:26.0625rem;height:2rem;top:2.9375rem;left:9.5625019073488rem;font-size:1.375rem;display:block; }
#HzJBUrfAdLWNV1RIFxdvGiTccJxKOBsp { width:13.875rem;height:2.8125rem;top:67.0625rem;left:29.0625rem;display:none; }
#arOC28ioJopRcOaAtzRxSdwhF6ucxAOE { display:block; }
#cpTuuofuWVbQCTIoiSZfFaLimTUUnPai { top:63.375rem;left:25.8125rem;width:19.9375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
#Qq1lIy20aH9SEz9QisSPN56zn01EnPSX { top:50.25rem;left:26rem;width:20.0625rem;height:11.625rem;display:block; }
#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o { display:block; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .row .container { width:47.75rem;position:relative;display:block; }#O7AwcZbOoVbGE60eSd6qlWz0lPqrE633 { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#LweLTOf3oZknUPaZgrKL48Aif5VOGGFz { display:block; }
#oOSxJOT0yupNrn2w2EymiVw2EbV3wizN { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#FQ03LPaTKNzSR3QJEfF1hXdpZfcfziUz { display:block; }
#AaK4D5akf3sM7WhGrNcTIcK5iuQcRCXm { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#IuwaWsFZT8FisA4kF2oH09LIArHChewW { display:block; }
#M4Ts8eRrauGwhhFJfx7fwBCunRhGlyE2 { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#M4Ts8eRrauGwhhFJfx7fwBCunRhGlyE2 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Wwq3JERaJkwSDiUIINfOpUv4coXHx1xK { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#Wwq3JERaJkwSDiUIINfOpUv4coXHx1xK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JVXdU4xl3Thq5RL8E2cTrVguEs8uwP31 { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#gW41P8ASHmnL8alab6OCetkoGX7dQIOW { display:block; }
#rs3c7WhCEA4PCBRwiqG7S6SRLnvrvEgK { width:9.75rem;height:8.8801052906481rem;top:0.625rem;left:8.8761711120606rem;display:none; }
#vsx4aHtB6KddCsRlzaFZMlcM0xwdKr84 { top:17.625rem;left:28.625rem;width:19.125rem;height:4.875rem;font-size:1.25rem;display:none; }
#PT2mPRNVghCqvyDL15xy1Zyf1PRgEoMH { width:13.75rem;height:2.25rem;top:29.25rem;left:33rem;display:none; }
#Wb6pvsvJQJhkN7MT5cohl4vGoWb53EIg { display:block; }
#icCIZeo7GlntGWnEOsy61Jh889zrTrPU { width:13.9375rem;height:2.875rem;top:25.9375rem;left:33.312501907349rem;display:none; }
#fLZQLNfFPxJSiE30zHnAG6Tt8k9T9X0z { display:block; }
#rEqDR8m9yDk4wMkRmLpmLgypTekaVIrV { top:29.625rem;left:33.3125rem;width:1.5rem;height:1.5rem;display:none; }
#WVu5Bv8oXNAMP2Qn6zTeeTZAwdT1fmoq { top:26.4375rem;left:34.812501907349rem;width:1.875rem;height:1.875rem;display:none; }
#ImksLViBNK007Tn6c9CmgaFf6EzE621I { display:none; }
#PtZ8CAleBWh3ErkrJ1gh2TPT3fpbcmTJ { top:32.375rem;left:38.341796875rem;width:3.0625rem;height:3.0625rem;display:none; }
#woq8M0MrMcPZTeCogRGqWsKXUaJ2nOxV { top:35.4375rem;left:27.8125rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#kDaMBaov23fRzG7VfDk2SRtefZvzMk4x { top:35.5rem;left:3.373046875rem;width:19.9375rem;height:2.1875rem;font-size:1.6875rem;display:none; }
#DbFvwIUCymEBcN4FW7euMMvzH0ToD1hb { top:36.125rem;left:20.321868896484rem;width:3.0625rem;height:3.0625rem;display:none; }
#uuzFBJMygSaeQcR8o8HPPtQH9RyeiQN4 { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#g67aEfOf336r4Uqv9mlUcitKNdmvWq0v { top:5rem;left:16.364452362061rem;width:13.125rem;height:1.875rem;font-size:1.25rem;display:block; }
#f5svugEnWeHSK9Jx62laIuGJxtsGxf41 { top:11.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#SOV12go1hO19oTsKlyrKRAZlQJTW4DdP { top:5rem;left:17.238670349121rem;width:17.625rem;height:7.3125rem;font-size:2.8125rem;display:block; }
#TyJbLW0xmk7M3xnlr10xf9kHx7Q0EJbx { top:38.6875rem;left:13.625rem;width:4.9375rem;height:1.7893518518519rem;display:none; }
#Ubi2Caq3Gd0bdDLL9JDAJTt85Vo8RprJ { top:38.5rem;left:8.125rem;width:5.25rem;height:2.0625rem;display:none; }
#JVrlzVIfhNqbdLvmEm5Pizrbwu7UciGZ { top:37.4375rem;left:33rem;width:6.5625rem;height:2.18671875rem;display:none; }
#hkpXsZvi8Cf6yFmPNx7BbsklxeidGBtt { top:34rem;left:0rem;width:18.25rem;height:5.4810798241452rem;display:none; }
#MDOZEcxRXVNudx3JpaFgEqTcypJf4AET { top:37.6875rem;left:40.625rem;width:6.5625rem;height:1.56210625rem;display:none; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-regular-label { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP  { width:15rem;height:auto; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP {display:block;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP { width:15rem;height:auto; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #AlQ0ybdyIvg0MqdimWQxRgDNEQRENTds {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #lDxogUSoMSwKyaBOg21729AwzkTmg47n { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #N2SuoSUSTdVbdU94gBmm2nLrwxVUZltt {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #arIntS6DVT1VKkK3ZXA5CcbKk7LzJl2D {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #BSbSV8R495MEAThkEI2mzW21qD9uXN05 { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #ZwhZRSIdH771EZv1g65JUwddvAMd7K9X {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #DoyPuOmlUIWeRinKnOW7epCheR1ckz6T {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #vir4MJhw98umn8wmKpayMZwD1b12PmKD { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #wFBRBhLgSKUoa5WvUToGkzLp197wQJ5O {  }
#CeMltbnlgbFX3ZGfkUTPVtIhQc5rrIq8 { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #pGTfkdFh5EgPFtJJchGOqSfGz9Fip1zT {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #PHB2HHssoR896t3gJRzWTxJX12i32nEz {  }
#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A { display:block; }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .row .container { width:47.75rem;position:relative;display:block; }#ifgcAw9uLTWWrIiwoJtaSdSwPFzUFOAK { top:2.8125rem;left:11.375001907349rem;width:25rem;height:44.4375rem;display:block; }
#i32m8UOOc1Oyllz3C2uRTwHb6eyx0A3r { width:13.9375rem;height:2.875rem;top:25.9375rem;left:33.312501907349rem;display:none; }
#rHhB9hBgXQWwWQmx0r4xPuogBStUs3ou { display:block; }
#bQ6ZgA6KoQBv40mLrlRxISyb9TyERcxU { top:26.4375rem;left:34.812501907349rem;width:1.875rem;height:1.875rem;display:none; }
#sfon21yaT9dBeFSoDqEcGF3ibdmoS8B0 { top:2.8125rem;left:11.375001907349rem;width:25rem;height:14.0625rem;display:block; }
#Wu6rlUFg4xZh42nz4Ik1baGmOhvEnu5a { width:13.9375rem;height:2.875rem;top:25.9375rem;left:33.312501907349rem;display:none; }
#CpMWKZ1NI7dxgdOgEhzS7ucozMKdgF7V { display:block; }
#AMFy7bkU5QQKcDUIRq3FgOCOXtqTl4DD { top:26.4375rem;left:34.812501907349rem;width:1.875rem;height:1.875rem;display:none; }
#q5D9cyh8pPnTJRz5AALzVOd60qW85c8O { top:57.9375rem;left:0rem;width:12.1875rem;height:7.625rem;font-size:1.0625rem;display:none; }
#Tiz4ul2MN7dbNcLQIgMRtMKLJF3B1LLH { top:37.9375rem;left:0rem;width:17.75rem;height:3.8125rem;font-size:1.0625rem;display:none; }
#LJ74KlgxpBUXNO3G8vymLZ0uHyL945Id { display:block; }#LJ74KlgxpBUXNO3G8vymLZ0uHyL945Id > .row .container { width:47.75rem;position:relative;display:block; }#N9c3xWn17wkN2TJiBCWkIqSJFOHCdyon { width:13.5625rem;height:3.5625rem;top:24.3125rem;left:6.3125rem;display:block; }
#DRulis2fSlPLAEGxlP0CmpoE4BPPV1Gq { display:block; }
#Jv75tsN4OWdW2z9S1zDmrPfqtWqyoyTK { top:24.5625rem;left:6.9375rem;width:3.0625rem;height:3.0625rem;display:none; }
#XvM3u7ynTTsJ9dNomcLvfLfWn3TyyA8q { top:1.375rem;left:8.0625rem;width:9rem;height:15.999625rem;display:block; }
#wRGTXEFK6nTDfSmT8ytyhpQZrct5n2xs { top:1.375rem;left:32.125rem;width:8.875rem;height:15.827487813577rem;display:block; }
#OgTcgXk4E5S3FLyOBUuxABuTf8e1UJc6 { width:13.5625rem;height:3.5625rem;top:23.5625rem;left:30.625rem;display:block; }
#N9PxWlx4fwuJsgpyuzaS5cApEZyBfzXH { display:block; }
#abhJdNOSrJzo08D1WKGy2Dnm9mDuWSRK { top:23.75rem;left:30.625rem;width:3.0625rem;height:3.0625rem;display:none; }
#zJxkSSdVxMXrP7p7nrnFWEKrVf5Cyv6S { top:45.375rem;left:20rem;width:3.125rem;height:3.125rem;display:none; }
#ed90Koq3JNignQn38voC83QyuqOayssU { top:17.375rem;left:30.4375rem;width:12.25rem;height:6.125rem;font-size:1.0625rem;display:none; }
#wvnQxoBVusZs2e42yC4mEhxMGRulCyi3 { top:18.25rem;left:6.875rem;width:12.25rem;height:5.3125rem;font-size:1.125rem;display:none; }
#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA { display:block; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container { width:47.75rem;position:relative;display:block; }#ATpDOTSUaZnwk3x5iLAK3I36bANTsGkG { top:7.8125rem;left:8.3125rem;width:9.75rem;height:17.513408155726rem;display:block; }
#eTkJfRx90kipEQDrRZO6wUPlPC3gwiNe { top:7.8125rem;left:24.5rem;width:13.6875rem;height:17.172059237979rem;display:block; }
#f6VLhwmo95lemfluXa9OnsasS7L7EabB { top:3.0625rem;left:5.9054679870606rem;width:35.875rem;height:;font-size:1.875rem;display:none; }
#z3ZkdbDIqOSab9u3HAbdTHJ7Jx8DunNR { top:1.5625rem;left:0.0234375rem;width:5.9375rem;height:3.3125rem;display:block; }
#KB7m09fgDsbRT1e6bCePocyk5qpHzCUb { top:9.0625rem;left:0rem;width:5.9375rem;height:3.3125rem;display:block; }
#vgedhnNvlwE50suP9bBTvvZHglXyvksF { top:11.5rem;left:40.8125rem;width:6.9375rem;height:3.8125rem;display:block; }
#knOqT3B2PBhlIodggIe8l27J1QsllThi { display:none; }#knOqT3B2PBhlIodggIe8l27J1QsllThi > .row .container { width:47.75rem;position:relative;display:none; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU { display:block; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row .container { width:47.75rem;position:relative;display:block; }#vaJSJVdxx3MnfmSvA8JW1OhUpHsS6JQh { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
#clM51TUqJDe5XHHwxpQtl9OmTzawG0y7 { top:38.8125rem;left:17.4375rem;width:6.5625rem;height:2.6607490754194rem;display:block; }
#lrm8B6Ze3TqAznf3CQiGulRQPQyI4KuT { top:38.4375rem;left:23.875rem;width:9.375rem;height:3.49921875rem;display:block; }
#TTVJvfRrLKTh3s6siv8e5Txgu13w0gHh { top:36.4375rem;left:13.760543823243rem;width:21.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
#ZKiI4VzXlZeEMaVevRimwkSa4QoJh21y { width:28.75rem;height:3rem;top:9.25rem;left:9.46826171875rem;font-size:2.3125rem;display:block; }
#l1y8ArVAAbqvyRb2GnTCJ5DCJc0VThKn { top:9.1875rem;left:15.9375rem;width:18.25rem;height:5.4802513235189rem;display:block; }
#JnpK5AS6S6aw7n9kMJ80xamcfDE2yuK0 { width:2.375rem;height:1.4375rem;top:12.875rem;left:16.875rem;font-size:1.125rem;display:block; }
#VsDpUEZD1XW4tafwqVShUVpUTqINnFKW { width:3.75rem;height:2.25rem;top:12.375rem;left:18.6875rem;font-size:1.4375rem;display:block; }
#oBJHJ8S71fO1qwUlXyMqDc4Av5S6h8Ap { width:14.625rem;height:4.25rem;top:9.8125rem;left:18.5rem;font-size:1.1875rem;display:block; }
#Wo0rw5adZXn1SmISEWrqSsWoM2qbbVdF { top:9.1875rem;left:29.5rem;width:18.25rem;height:5.4802513235189rem;display:block; }
#CXx5dW8WIoK3fCGbWrVlhrOkyWOQWvkw { width:14.625rem;height:2.8125rem;top:9.75rem;left:33.0625rem;font-size:1.1875rem;display:block; }
#LxC0JsQwsBZz0XX3OezT79iJubwelhWB { width:2.375rem;height:1.5rem;top:12.75rem;left:36.75rem;font-size:0.9375rem;display:block; }
#Vp4DgeAuxbnuATJ2danLBGgrDdgRDggX { width:3.75rem;height:2.25rem;top:12.25rem;left:38.6875rem;font-size:1.4375rem;display:block; }
#hNmQxJarT6KBz0m3HnmrZ0QhKr0uTtlm { top:9.1875rem;left:0rem;width:18.25rem;height:5.4802513235189rem;display:block; }
#Fauy0ZRmOKh4HclE7w0yNXVlqcozW8bl { width:14.625rem;height:2.8125rem;top:10.0625rem;left:0rem;font-size:1.1875rem;display:block; }
#EOgg4A1ft2ggndgZ33P1wtaCeRxNxuhK { width:3.75rem;height:2.25rem;top:12.375rem;left:0.062107086181641rem;font-size:1.4375rem;display:block; }
#lHz87gWzLIDmLu149KTJpwqf22phUUlq { width:2.375rem;height:1.5rem;top:12.8125rem;left:0rem;font-size:0.9375rem;display:block; }
#benoadimpdJe6iNioehF0uT39NPom4wG { top:16.5rem;left:0rem;width:18.25rem;height:5.4802513235189rem;display:block; }
#qgGpmu5K627Tca8eCVzHohrPC716InyT { width:3.75rem;height:2.25rem;top:19.6875rem;left:0rem;font-size:1.4375rem;display:block; }
#qI6nxaeHacCnnEiaxadhcbpB6iiWEmgk { width:14.625rem;height:2.6875rem;top:17.375rem;left:0rem;font-size:1.125rem;display:block; }
#x1NcmBBHC85EvuOhpF2FAiy59TFriqqb { top:16.5rem;left:29.5rem;width:18.25rem;height:5.4802513235189rem;display:block; }
#R44uoec8uXFZmqTM4lTLzSLiOvJR8r2n { width:3.75rem;height:2.25rem;top:19.5625rem;left:38.625rem;font-size:1.4375rem;display:block; }
#AzuVrTowBDFWXhgJVc5oUT3UfpLgmzGX { width:2.375rem;height:1.5rem;top:20.0625rem;left:36.625rem;font-size:0.9375rem;display:block; }
#p6cppZ9fqb2Z5yTF20hDAPSmIqhhNhN3 { width:14.625rem;height:1.375rem;top:17.4375rem;left:33.0625rem;font-size:1.1875rem;display:block; }
#KOa04kHn8WAID8WvbV3LD2mwbsngGTuC { top:16.5rem;left:15.9375rem;width:18.25rem;height:5.4802513235189rem;display:block; }
#xDqKv2seq5ZU2bqN9Ds4tFv2SRbXnq6c { width:3.75rem;height:2.25rem;top:19.6875rem;left:18.75rem;font-size:1.4375rem;display:block; }
#aCiPsaN7kqBCWr85AVUVqEsvznkTa7XB { width:2.375rem;height:1.4375rem;top:20.125rem;left:16.9375rem;font-size:1.125rem;display:block; }
#OkJ2sOBpiTyT8FCywa8L0cVRchIafHL8 { width:14.625rem;height:1.375rem;top:17.75rem;left:18.125rem;font-size:1.1875rem;display:block; }
#Be4cSAwUvw740mBeEbB7VGmF4SRis51v { top:23.8125rem;left:29.5rem;width:18.25rem;height:5.4802513235189rem;display:block; }
#SrEfbtzAe2Fhc57a6g3HsNnOdM4fbIMh { width:3.75rem;height:2.25rem;top:26.875rem;left:38.5625rem;font-size:1.4375rem;display:block; }
#BDmx6aH9oBPy9ne5t9cX1EGI3spLSnTA { width:2.375rem;height:1.4375rem;top:27.375rem;left:36.625rem;font-size:1.125rem;display:block; }
#PT83qsvTBcwHzOzG4c2qatA1shfb7oiP { width:14.625rem;height:2.5rem;top:24.5rem;left:33.0625rem;font-size:1.0625rem;display:block; }
#ICxHf2Twih6FBO875hlPqGJsDH2QsPo7 { top:23.5rem;left:16rem;width:18.25rem;height:5.4802513235189rem;display:block; }
#LHmCnAVCTawc0OSO8Ur0SFq9lMJBdn5D { width:3.75rem;height:2.1875rem;top:26.5625rem;left:18.9375rem;font-size:1.375rem;display:block; }
#XWEoNOgsu1XR3af5It1G3TX6iclDurga { width:2.375rem;height:1.4375rem;top:27.0625rem;left:16.9375rem;font-size:1.125rem;display:block; }
#ELZC5pU8XJWUit3W9CoFTtz8finwS0i3 { width:14.625rem;height:1.3125rem;top:25.1875rem;left:18.685935974121rem;font-size:1.125rem;display:block; }
#oNzGGUn4DlyU147yzHETE6u8EhbIHpwI { top:23.5rem;left:0rem;width:18.25rem;height:5.4802513235189rem;display:block; }
#yGiQZB1xztUsUykZR0vKOQe91nD1RCL3 { width:3.75rem;height:2.1875rem;top:26.5625rem;left:0rem;font-size:1.375rem;display:block; }
#aqziDsIeorZCWEZm3CXCKUzanTl1qXsD { width:2.375rem;height:1.4375rem;top:27.25rem;left:0rem;font-size:1.125rem;display:block; }
#fcT6mFUyZ5h8VOCUdmToZNu8IOSyDw5f { width:14.625rem;height:2.375rem;top:24.5rem;left:0rem;font-size:1rem;display:block; }
#oPo3dCxH3O8RcV419nup5zQ5rbexLOfI { width:22.0625rem;height:4.125rem;top:31.0625rem;left:12.875rem;display:block; }
#ihKLaU6fOKaOGSuAgr9su4UbVMQV2Z8I { display:block; }
#TNKfePrTWbTKBetAaMMMIlqdPx72hGu1 { top:3.25rem;left:5.9054679870606rem;width:35.875rem;height:2.4375rem;font-size:1.875rem;display:none; }
#QtUJTB1bup908rLm0uzxhQSMHATLzZfD { top:60.3125rem;left:0rem;width:6.5625rem;height:2.6615223098041rem;display:none; }
#Z0zOKECGzAcTJ1aRBmWJFiQvpGf6l4ZV { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#swzFlH5FcnDL3klHgwfHE0UpkRZ1w5gv { display:block; }
#nDBmVzmdbTivEMIAEZMQM4TRdAlDxVAo { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#OEDz12fM164SBdk6B4GSwpFspXAQd0rB { display:block; }
#qwAJM9GxcDneyeR1W7hbZlD054T7WIRV { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#nNS8f0Is9hwTZNmRhutRzTXnysaK2HtM { display:block; }
#DcfIWD6uQevVUwU0aKu2kAOSCn97MIgW { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#EvkDuGFAhgRCcWWTVyRq0II6oVfIgi8c { display:block; }
#XbPMs3MXRLIZlmNZIIJv146pvFwinVrN { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#fue7lmRpTtmryagKLv6WkL2G8fQPmHZq { display:block; }
#e4rhmuyqyHX1vOJ81XrobLbkMJlr5FTl { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#deK3Ksp3DdzHURPur1U0z9r0Gd2oyPBL { display:block; }
#RZaoVTLeAypNK5KRTmdqz27IL9yDGLy3 { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#pDEb704vaGe5iCecQ8rF6EWFQiqpTwMH { display:block; }
#TRT0ADrcgqrWsK96KDQ7eoQWOKXBZLUO { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#ms87leRmnb8aCVpqllThGFI8qoIF2dBa { display:block; }
#qwrDewUKkvLIQIBGTThvynMOJ3sZ6Sf5 { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#pQGn2P3kyJZx0EGeC6ReJkvUoIle8qTo { display:block; }
#KczQmGC7Wh7Pi8TOMfhPiMp7zdy7yHJV { width:2.375rem;height:1.4375rem;top:19.875rem;left:0rem;font-size:1.125rem;display:block; }
#sJGi0FJ91lvxIXtpRMD5EsLkUooW0IEX { width:2.375rem;height:1.4375rem;top:20.125rem;left:16.9375rem;font-size:1.125rem;display:none; }
#ApHWVvShsLvFgCeScctoC39CXbDvsfoB { display:block; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container { width:47.75rem;position:relative;display:block; }#N1GboOIrIbz2EAB4r0IZlAKOWf26vUAq { top:2.375rem;left:26.339447021484rem;width:19.6875rem;height:16.5rem;display:block; }
#HTqsAQRZU7qSCf1pR5uFZMPO8K1qq8Eq { top:23.0625rem;left:25.213279724121rem;width:21.9375rem;height:5.3125rem;font-size:1.125rem;display:none; }
#xetXIQSInBU2SHl8I4I22IKWIDlhpPdN { top:2.4375rem;left:2.5257797241211rem;width:19.6875rem;height:16.5rem;display:block; }
#huw0aw0NHpPObavT8fbvz83Ja3H5amTr { top:23.0625rem;left:1.3984375rem;width:21.9375rem;height:7.125rem;font-size:1.125rem;display:none; }
#McXOwGXia2Wpxp0bm9vEpoE4ddArCsKN { width:47.75rem;height:26.8125rem;display:none; }
#ICV0lWti4rlES4PnUReaXX4AE1zKTQEC { top:64.0625rem;left:0rem;width:19.5625rem;height:9.0625rem;font-size:1rem;display:none; }
#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh { display:block; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { width:47.75rem;position:relative;display:block; }#i4tpUrm6vVd7Xeg0VRsQA9f5hqJDirFa { width:29.0625rem;height:2.375rem;top:3.125rem;left:18.6875rem;font-size:1.4375rem;display:block; }
#dqr90JZgVVEFqa57znLf98B1FzW0d8At { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
#cq7W87WlcHNg5HgtV4JX07TIhK1qIqLd { width:20.75rem;height:10.375rem;top:7.875rem;left:27rem;font-size:0.75rem;display:block; }
#UeRcuirlWmDGiWxWv25CuKTAhsdBTcNH { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
#g6LMS2BxWhWRnX8kxgqFAb87rcMecLOT { width:20.75rem;height:4.4375rem;top:18.3125rem;left:27rem;font-size:0.75rem;display:block; }
#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI { display:block; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .row .container { width:47.75rem;position:relative;display:block; }#IeGeCTbCP03sbspJBqcsTCqA0LFFfGhT { top:0.9375rem;left:6.2113265991211rem;width:38.75rem;height:18.9375rem;display:block; }
#ODrflpJdTtcpleymaady0uA9WTo9RQBW { display:none; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container { width:47.75rem;position:relative;display:none; }#ChWokC9E5yusfg8TXH8JPOF4fvv9JOBs { width:37rem;height:2rem;top:4.5rem;left:10.6875rem;font-size:0.875rem;display:none; }
#phI0FcX0mBmLfomiSacA4TNnXTrmt9d2 { width:47.75rem;height:2rem;top:8.4375rem;left:0rem;font-size:0.875rem;display:none; }
#XkeZaQrt9uckyRT2bW4SdvSp90x2w8bb { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#VICFhcGePEV5FGTIumoIugfQ5oEmyJVy { width:3.625rem;height:3.625rem;top:9.5625rem;left:44.125rem;font-size:2.5rem;display:none; }
#drZ65ANwnmHSTn5dbaq5yTi1zEhSaGrF { width:3.625rem;height:3.625rem;top:4.0625rem;left:44.125rem;font-size:2.5rem;display:none; }
#mnhaAx58EHgOQ1g5ENIt5w4Pqh4UDha4 { width:2.75rem;height:3.375rem;top:0.5625rem;left:29.400390625rem;display:none; }
#ow1HJB8S4N98bTTZXlw7e4V1KnlyD5Te { top:0rem;left:4.029296875rem;width:33.375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
body { position:relative;display:block; }
#BC5mJS7JVEDP2k3aCXESqPDJiaTLfiFa { display:block; }#BC5mJS7JVEDP2k3aCXESqPDJiaTLfiFa > .row .container { width:20rem;height:3rem;position:relative;display:block; }#J25mBEbeJ5FKtdQF1NwD06dhMbxymDJK { width:3.1875rem;height:1.3rem;top:1.1875rem;left:8.75rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15162;color:#006c35;font-family:"saudi nd";display:block; }
#LHMSJ3CVgntAKGZmhD7z3QOGCAWfaAMp { top:0.875rem;left:8.8125rem;width:3.1875rem;height:1.9375rem;z-index:15160;background-color:#ffffff;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:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#xGiLPiK42vpS11F6kC41aglXLuqZb3Ty { display:block; }
#f3UpXLpLF5pPOA2SI3zK1cl0OVAoQ18z { width:3.1875rem;height:2.7625rem;top:0rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;z-index:15160;color:#006c35;font-family:"saudi nd";display:block; }
#CrfT8kToWLtqCUmZGMECOzSRHG0rpToO { width:4.9375rem;height:2.0625rem;top:0.625rem;left:14.375000536442rem;z-index:15167;border-top-left-radius:27.4375rem;border-top-right-radius:27.4375rem;border-bottom-left-radius:27.4375rem;border-bottom-right-radius:27.4375rem;overflow:hidden;display:block; }
#GPSKTaJCH3iit7zoidIdbTwg3M7kSoAK { top:7.5625rem;left:6.8125rem;width:6.3125rem;height:1.875rem;z-index:15159;background-color:rgba(255,255,255,0.67);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:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
#A5z5apw0xXEQoyEP6dqakeObxdvtzN15 { display:block; }
#LRVkSClNkExTzImNfCT8P7RfM5q6ZTfe { top:0.32499997615814rem;left:3.7903028946562rem;width:4.625rem;height:2.375rem;z-index:15159;background-color:rgba(255,255,255,0.67);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:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#XepFBTMDUsotBTzdgaW8D0QppA6wnXSq { display:block; }
#wQoDhKMqt0ri7KJdpnrTxfGiWAQCITpi { width:5.4375rem;height:1.3rem;top:1.1625000238419rem;left:3.3625002503395rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15162;color:#006c35;font-family:"saudi nd";display:block; }
#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 { background-color:#ffffff;background-image:none;display:block; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container { background-color: transparent; background-image: none; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container > .video-iframe-container { display: none; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row > .video-iframe-container { display: none; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .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); }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; }#xTgnSvi9LRLWv7okh1DgNt0V4RI7ZQt3 { display:flex;width:3.125rem;height:3.125rem;top:24.28125rem;left:16.812499582768rem;z-index:15209; }
#xTgnSvi9LRLWv7okh1DgNt0V4RI7ZQt3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#syQr1dXumtmCHShiCx5dkGKcdIcae8fn { width:12.1875rem;height:2.3125rem;top:24.6875rem;left:7.4218755364419rem;z-index:15178;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;color:#ffffff;font-size:1.625rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#Jcc8pSy88b3he5vkUbACFx0BaIXDSnAA { display:block; }
#klVBoECQtm2EVlhvT5Jne48nl4a80Gpd { display:flex;width:2.3125rem;height:2.3125rem;top:24.8125rem;left:7.7812505364419rem;font-size:2.1875rem;z-index:15199; }
#ydRPkHSHfKXZr9uTGHPBbApPlw4oGLKI { top:31.125rem;left:13.717968523503rem;width:5.1875rem;height:8.625rem;z-index:15210;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:none; }
#VoFvt7iX07Inc8ZbizpTnzxBCPy2OHx7 { top:31.875rem;left:14.5498046875rem;width:3.8125rem;height:2.5rem;z-index:15213;overflow:hidden;display:block; }
#e4GX0k9R2EtR21VIe5Wd13vQmfa7MRcy { top:32.1875rem;left:8.15625rem;width:3.8125rem;height:3.8125rem;z-index:15213;overflow:hidden;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
#c3rfXgpgJz8sliHkob5pI3RSnOgw5xri { top:31.9375rem;left:2.125rem;width:3.8125rem;height:3.8125rem;z-index:15213;overflow:hidden;display:block; }
#rhlDJgtB8cu0h21Nf5ZTgzRxSGFqH69V { width:5.5625rem;height:0.9746125rem;top:36.125rem;left:0.8125rem;font-size:0.75rem;color:#000000;z-index:15216;display:block; }
#McXeHWmeavHV83x76dO7myeTIvmIEEgi { top:43.3125rem;left:3.0625rem;width:13.875rem;height:2.8125rem;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; }
#REmag4R4PXQzxzqQ2yr0m5VW9qOlNZ4q { display:block; }
#FoIpRy0zdSKcs4aVxhiABkGOhnX0eSK1 { display:flex;top:44rem;left:4.4375rem;width:1.624025rem;height:1.624025rem;z-index:15191; }
#Zfqm57yRHyqVtlavx2WEt85gT4hUlGnI { width:19.9984375rem;height:2.1128875rem;top:6.7500002384187rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#0e0e0e;display:block; }
#hyxtGskd1I3PRUekeEGeTIFtQlRfqXqZ { top:9.8125rem;left:0.40546876192093rem;width:19.1875rem;height:24rem;z-index:14994;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#RrAxwlGVk7vG2G9yEuDTzWsTDxrILBMJ { top:0rem;left:6.2812500596044rem;width:7.43675rem;height:6.7484375rem;z-index:15185;overflow:hidden;display:block; }
#S7ggPEXPl7lZlSCmTXf86zRk5ha36ihK { top:49.3125rem;left:0rem;width:19.9984375rem;height:1.1375rem;z-index:15195;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#lVEvR62UHGn0inCZ9bzXMCUuJgShblE2 { display:flex;top:46.125rem;left:8.5625rem;width:2.93671875rem;height:2.93671875rem;z-index:15202; }
#zCXRob3tFAFcMvFJ1a8dXopxlEUwoC3l { top:50.375rem;left:0rem;width:20rem;height:1.38125rem;z-index:15193;font-family:cairo;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#Rnz4HcTC8D4iJoRC45O3TBPu9ozxOzno { width:18.125rem;height:1.25rem;top:52.6875rem;left:0.9375rem;z-index:15101;overflow:hidden;display:block; }
#CxdfRqmlTqB4reTNdlOGec7hfVMSuVoG { top:31.0625rem;left:7.5rem;width:5.25rem;height:9.4375rem;z-index:14996;background-color:#eef2f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;text-shadow:0.0625rem 0.3125rem 0.1875rem rgba(255,255,255,0.5);color:#262628;font-size:0.75rem;line-height:1;display:block; }
#z9Hm4v7VN2NAa2gwrgJuRyQPFdr3SwGn { display:block; }
#TJAaTsp5NntO5uqVk0aLMOJRw7EwvsLI { width:5.5625rem;height:0.9746125rem;top:37rem;left:7.21875rem;font-size:0.75rem;color:#000000;z-index:15217;display:block; }
#Vmacw3W91K87kRr5shw9u9BqMKopQBoD { top:30.6875rem;left:1.15625rem;width:5.25rem;height:9.4375rem;z-index:14997;background-color:#eef2f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;text-shadow:0.0625rem 0.3125rem 0.1875rem rgba(255,255,255,0.5);color:#262628;font-size:0.75rem;line-height:1;display:block; }
#tFhozMltEsxcwkh4URb1ywsWUM1ffWTi { display:block; }
#GODbfpK1Ar0RwFCPLLTgnHbVCMwTJgv0 { width:5.5625rem;height:0.9746125rem;top:36.125rem;left:13.734375rem;font-size:0.75rem;color:#000000;z-index:15218;display:block; }
#JLxXImcWvwRRcST0f642U7MCXKftszis { top:30.6875rem;left:13.8310546875rem;width:5.25rem;height:9.4375rem;z-index:14997;background-color:#eef2f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;text-shadow:0.0625rem 0.3125rem 0.1875rem rgba(255,255,255,0.5);color:#262628;font-size:0.75rem;line-height:1;display:block; }
#WXGwTnepxcNJ5ZOIfVWKgNvBuVETOHqv { display:block; }
#T4ziAtTZBU7Tq4QvJ65TKbEgVccuGJe7 { top:30.6875rem;left:13.8310546875rem;width:5.25rem;height:9.4375rem;z-index:15219;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-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;text-shadow:0.0625rem 0.3125rem 0.1875rem rgba(255,255,255,0.5);color:#262628;font-size:0.75rem;line-height:1;display:block; }
#rc4WNvcp5ACuxpXNPo94SwytbZq43B7A { display:block; }
#dcmBO77sqeMzfcA1qLLn6e3Q9WDXlSAK { top:31.0625rem;left:7.375rem;width:5.25rem;height:9.4375rem;z-index:15220;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-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;text-shadow:0.0625rem 0.3125rem 0.1875rem rgba(255,255,255,0.5);color:#262628;font-size:0.75rem;line-height:1;display:block; }
#NEiw8U2DztRZAPFsztiNsxNcGkiDSqKk { display:block; }
#MW4kILNAbzZKONxD89TJIrszs0LhFyH0 { top:31rem;left:1.15625rem;width:5.25rem;height:9.4375rem;z-index:15221;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-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;text-shadow:0.0625rem 0.3125rem 0.1875rem rgba(255,255,255,0.5);color:#262628;font-size:0.75rem;line-height:1;display:block; }
#gcRt1wS6Nh2UM1vWyhW7QSSaOEzZu1ZK { display:block; }
#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK { display:block; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row .container { width:20rem;height:109.8125rem;position:relative;display:block; }#GeWd2HVU0w8eESDNlbd4GsB7wHTmwFaF { width:19.9375rem;height:11.5625rem;top:8.361328125rem;left:0.0625rem;display:block; }
#g3GSyNLPeQqgFMuRX3vI6TmhdCe0pALV { width:19.875rem;height:11.5rem;top:28.375rem;left:0rem;display:block; }
#uvVwTMQz66o9y4QFI7lO3H0rG3kDsbEB { width:19.875rem;height:11.5rem;top:48.5625rem;left:0rem;display:block; }
#GVd9pN3iobPsXMt3mVTnmZfar135b1lO { width:19.875rem;height:11.5rem;top:68.375rem;left:0rem;display:block; }
#Ct2laSuRqPMZAeJ7ckKB104JaB4PzlMh { top:29.020312309265rem;left:0rem;width:19.4375rem;height:6.75rem;z-index:15021;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:none; }
#L5dShg5Kvic2ReOOA90pEsyZDkXQ2PG1 { top:21.055469512939rem;left:0rem;width:19.9375rem;height:1.54375rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#Uick8bv7T6F4S62yTqqG1WKm633qUvbH { top:23.732814788818rem;left:3.0624999403954rem;width:13.875rem;height:2.8125rem;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; }
#kNZz09anU8MRgt63VP6yAibIPFvXQ1ft { display:block; }
#y2nJ1bgHEK7f1G5lJ3PLmgorbyM1x95X { top:41.9375rem;left:0.6875rem;width:18.3125rem;height:1.54375rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#tUQky0mdLnTqq6wI7c4giG6Vu8fmm36k { top:44.25rem;left:3.0625rem;width:13.875rem;height:2.8125rem;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; }
#OptQZ9IS1tq3EvLs8e6ThlP4dvgA4oDH { display:block; }
#ldaKQoBQaEd3SgGKKeubP1LGCgv9R0fC { top:61.1875rem;left:0rem;width:19.9375rem;height:1.54296875rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#pD03PkOTyBUqfwABhghuVlLKUwJQh1kt { top:83.625rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15189;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; }
#sBGnpxMmpQ5x0Htd7ySuM2tWSOXw5DIB { display:block; }
#xNXcnaTkQ7kgvaRe67CncJBvIyCKEV55 { top:81.4375rem;left:0rem;width:19.9375rem;height:1.54375rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#rsswgdRPZ6LVheyP37tpHRfyxqqITZBg { top:138.21093559265rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;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:none; }
#wTeDGcuDPsd1rZIHrgsLi0pKkTGhT3ml { display:block; }
#GspdygCA8h8XEUQD64GpmN8sFuwgRrTb { top:64.25rem;left:3.0625rem;width:13.875rem;height:2.8125rem;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; }
#VBOA5on7ycgQSiXioKDSMJyugEJaXSQ5 { display:block; }
#HpEgUyU7fVplTRedItmJ3nTMTPIWkEmi { top:45.375rem;left:3.0625rem;width:13.875rem;height:2.8125rem;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:none; }
#xaygfLaCazEs2Z5mVXeTaZvPdL2prXnD { display:block; }
#xfz92ADBCNL5g0IEBt07zJWnSsbz2rxR { width:19.434375rem;height:1.4625rem;top:1.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
#xw7Mmq2dV788PJ8fDrONbEmb6Tc2dVdh { width:20rem;height:1.7875rem;top:3.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
#HzJBUrfAdLWNV1RIFxdvGiTccJxKOBsp { top:104.86250286103rem;left:3.0625rem;width:13.875rem;height:2.8125rem;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; }
#arOC28ioJopRcOaAtzRxSdwhF6ucxAOE { display:block; }
#cpTuuofuWVbQCTIoiSZfFaLimTUUnPai { top:100.52500286103rem;left:0rem;width:19.9375rem;height:1.54296875rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#Qq1lIy20aH9SEz9QisSPN56zn01EnPSX { width:20rem;height:11.588785046729rem;top:87.687502861025rem;left:0rem;display:block; }
#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o { display:none; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o { border-width: 0; border-radius: 0; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .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; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .row .container { width:20rem;height:45.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.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:none; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .row .container.adaptive-delivery-prevent-bg, #TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .row .container.lazyload, #TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .row .container.lazyloading { background-image: none; }#O7AwcZbOoVbGE60eSd6qlWz0lPqrE633 { 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; }
#LweLTOf3oZknUPaZgrKL48Aif5VOGGFz { display:block; }
#oOSxJOT0yupNrn2w2EymiVw2EbV3wizN { 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; }
#FQ03LPaTKNzSR3QJEfF1hXdpZfcfziUz { display:block; }
#AaK4D5akf3sM7WhGrNcTIcK5iuQcRCXm { 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; }
#IuwaWsFZT8FisA4kF2oH09LIArHChewW { display:block; }
#M4Ts8eRrauGwhhFJfx7fwBCunRhGlyE2 { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#M4Ts8eRrauGwhhFJfx7fwBCunRhGlyE2 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#Wwq3JERaJkwSDiUIINfOpUv4coXHx1xK { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#Wwq3JERaJkwSDiUIINfOpUv4coXHx1xK > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#JVXdU4xl3Thq5RL8E2cTrVguEs8uwP31 { 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; }
#gW41P8ASHmnL8alab6OCetkoGX7dQIOW { display:block; }
#rs3c7WhCEA4PCBRwiqG7S6SRLnvrvEgK { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;display:block; }
#vsx4aHtB6KddCsRlzaFZMlcM0xwdKr84 { top:23.5625rem;left:0.0625rem;width:20rem;height:3.9rem;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; }
#PT2mPRNVghCqvyDL15xy1Zyf1PRgEoMH { top:37.125rem;left:3.9375rem;width:12.125rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);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:0.625rem;line-height:1.3;text-align:center;text-align-last:center;color:#000000;display:none; }
#Wb6pvsvJQJhkN7MT5cohl4vGoWb53EIg { display:block; }
#icCIZeo7GlntGWnEOsy61Jh889zrTrPU { top:17.792534828186rem;left:2.8750001192093rem;width:14.25rem;height:2.8125rem;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; }
#fLZQLNfFPxJSiE30zHnAG6Tt8k9T9X0z { display:block; }
#rEqDR8m9yDk4wMkRmLpmLgypTekaVIrV { display:flex;top:37.375rem;left:4.3125rem;width:1.62421875rem;height:1.62421875rem;z-index:15190; }
#WVu5Bv8oXNAMP2Qn6zTeeTZAwdT1fmoq { display:flex;top:18.387152671814rem;left:4.3107639551162rem;width:1.62413125rem;height:1.62413125rem;z-index:15191; }
#ImksLViBNK007Tn6c9CmgaFf6EzE621I { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#PtZ8CAleBWh3ErkrJ1gh2TPT3fpbcmTJ { display:flex;top:29.4375rem;left:8.5625rem;width:2.93671875rem;height:2.93671875rem;z-index:15194; }
#woq8M0MrMcPZTeCogRGqWsKXUaJ2nOxV { top:32.375rem;left:0rem;width:19.9991875rem;height:1.1375rem;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; }
#kDaMBaov23fRzG7VfDk2SRtefZvzMk4x { top:40.75rem;left:0rem;width:20rem;height:1.38125rem;z-index:15189;font-family:cairo;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#DbFvwIUCymEBcN4FW7euMMvzH0ToD1hb { display:flex;top:37.875rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#uuzFBJMygSaeQcR8o8HPPtQH9RyeiQN4 { top:11.9375rem;left:3.5615234375rem;width:12.874rem;height:2.275rem;z-index:15191;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#g67aEfOf336r4Uqv9mlUcitKNdmvWq0v { width:13.125rem;height:1.875rem;top:22.75rem;left:3.2812501192093rem;font-size:1.25rem;display:block; }
#f5svugEnWeHSK9Jx62laIuGJxtsGxf41 { top:9.64804649353rem;left:3.0890622735024rem;width:12.4980625rem;height:0;z-index:15200;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SOV12go1hO19oTsKlyrKRAZlQJTW4DdP { width:17.625rem;height:2.6003875rem;top:6.748046875rem;left:1.1875rem;font-size:2rem;color:#395b92;display:block; }
#TyJbLW0xmk7M3xnlr10xf9kHx7Q0EJbx { width:4.3125rem;height:1.5625rem;top:42.5rem;left:9.9375rem;z-index:15032;display:block; }
#Ubi2Caq3Gd0bdDLL9JDAJTt85Vo8RprJ { width:3.875rem;height:1.4375rem;top:42.4375rem;left:5.9375rem;z-index:15032;display:block; }
#JVrlzVIfhNqbdLvmEm5Pizrbwu7UciGZ { width:7.6875rem;height:2.31210625rem;top:34.125rem;left:9.875rem;z-index:15033;overflow:hidden;display:block; }
#hkpXsZvi8Cf6yFmPNx7BbsklxeidGBtt { width:20rem;height:5.75rem;top:22.75rem;left:0rem;z-index:15056;display:block; }
#MDOZEcxRXVNudx3JpaFgEqTcypJf4AET { width:7.6875rem;height:1.875rem;top:34.25rem;left:1.8125rem;z-index:15034;overflow:hidden;display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-text {padding-top: 0; padding-bottom: 0;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-select {padding-top: 0; padding-bottom: 0;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-button { width:9.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.6875rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP  { width:15rem;height:auto;top:15.3359375rem;left:1.375rem; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP {display:block;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP { width:15rem;height:auto;top:15.3359375rem;left:1.375rem;display:none; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #AlQ0ybdyIvg0MqdimWQxRgDNEQRENTds {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #lDxogUSoMSwKyaBOg21729AwzkTmg47n { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #N2SuoSUSTdVbdU94gBmm2nLrwxVUZltt {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #arIntS6DVT1VKkK3ZXA5CcbKk7LzJl2D {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #BSbSV8R495MEAThkEI2mzW21qD9uXN05 { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #ZwhZRSIdH771EZv1g65JUwddvAMd7K9X {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #DoyPuOmlUIWeRinKnOW7epCheR1ckz6T {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #vir4MJhw98umn8wmKpayMZwD1b12PmKD { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #wFBRBhLgSKUoa5WvUToGkzLp197wQJ5O {  }
#CeMltbnlgbFX3ZGfkUTPVtIhQc5rrIq8 { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #pGTfkdFh5EgPFtJJchGOqSfGz9Fip1zT {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #PHB2HHssoR896t3gJRzWTxJX12i32nEz {  }
#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A { display:block; }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .row .container { width:20rem;height:72.375rem;position:relative;display:block; }#ifgcAw9uLTWWrIiwoJtaSdSwPFzUFOAK { width:19.75rem;height:35.1875rem;top:1.25rem;left:0rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:block; }
#i32m8UOOc1Oyllz3C2uRTwHb6eyx0A3r { top:43.1875rem;left:2.875rem;width:14.25rem;height:2.8125rem;z-index:15189;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; }
#rHhB9hBgXQWwWQmx0r4xPuogBStUs3ou { display:block; }
#bQ6ZgA6KoQBv40mLrlRxISyb9TyERcxU { display:flex;top:43.875rem;left:4.0625rem;width:1.6232625rem;height:1.6232625rem;z-index:15192; }
#sfon21yaT9dBeFSoDqEcGF3ibdmoS8B0 { width:19.75rem;height:11.0625rem;top:48.4375rem;left:0rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;overflow:hidden;display:block; }
#Wu6rlUFg4xZh42nz4Ik1baGmOhvEnu5a { top:67.375rem;left:3.375rem;width:14.25rem;height:2.8125rem;z-index:15190;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; }
#CpMWKZ1NI7dxgdOgEhzS7ucozMKdgF7V { display:block; }
#AMFy7bkU5QQKcDUIRq3FgOCOXtqTl4DD { display:flex;top:67.9375rem;left:4.5625rem;width:1.62239375rem;height:1.62239375rem;z-index:15193; }
#q5D9cyh8pPnTJRz5AALzVOd60qW85c8O { width:17.75rem;height:3.82421875rem;top:60.4375rem;left:1.1875rem;font-size:1.0625rem;line-height:1.8;z-index:15004;display:block; }
#Tiz4ul2MN7dbNcLQIgMRtMKLJF3B1LLH { width:17.75rem;height:3.825rem;top:37.9375rem;left:1.125rem;font-size:1.0625rem;line-height:1.8;z-index:15005;display:block; }
#LJ74KlgxpBUXNO3G8vymLZ0uHyL945Id { display:none; }#LJ74KlgxpBUXNO3G8vymLZ0uHyL945Id > .row .container { width:20rem;height:65.625rem;position:relative;display:none; }#N9c3xWn17wkN2TJiBCWkIqSJFOHCdyon { width:13.625rem;height:3.5625rem;top:28.5rem;left:3.1875rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#DRulis2fSlPLAEGxlP0CmpoE4BPPV1Gq { display:block; }
#Jv75tsN4OWdW2z9S1zDmrPfqtWqyoyTK { display:flex;width:3.12421875rem;height:3.12421875rem;top:60.718351364136rem;left:3.1874998211861rem;z-index:15179; }
#XvM3u7ynTTsJ9dNomcLvfLfWn3TyyA8q { width:12rem;height:21.437125rem;top:34.061717033386rem;left:3.1874998211861rem;overflow:hidden;display:block; }
#wRGTXEFK6nTDfSmT8ytyhpQZrct5n2xs { width:12.062125rem;height:21.4991875rem;top:1.4988231658936rem;left:3.9667966961861rem;display:block; }
#OgTcgXk4E5S3FLyOBUuxABuTf8e1UJc6 { width:13.625rem;height:3.5625rem;top:60.5rem;left:2.375rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#N9PxWlx4fwuJsgpyuzaS5cApEZyBfzXH { display:block; }
#abhJdNOSrJzo08D1WKGy2Dnm9mDuWSRK { display:flex;width:3.125rem;height:3.125rem;top:178.8125rem;left:3.1875rem;z-index:15179;display:none; }
#zJxkSSdVxMXrP7p7nrnFWEKrVf5Cyv6S { display:flex;width:3.12421875rem;height:3.12421875rem;top:29rem;left:3.9375rem;z-index:15181; }
#ed90Koq3JNignQn38voC83QyuqOayssU { width:12.249625rem;height:3.82465rem;top:22.994527816773rem;left:3.8730466961861rem;font-size:1.0625rem;line-height:1.8;z-index:15003;display:block; }
#wvnQxoBVusZs2e42yC4mEhxMGRulCyi3 { width:12.249625rem;height:4.0486125rem;top:55.498825073243rem;left:3.1874998211861rem;font-size:1.125rem;line-height:1.8;z-index:15003;display:block; }
#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA { display:block; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container { width:20rem;height:61.875rem;position:relative;display:block; }#ATpDOTSUaZnwk3x5iLAK3I36bANTsGkG { width:16.187125rem;height:29.8125rem;top:5.9375rem;left:1.875rem;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;box-shadow: 0rem 0.875rem 1.8125rem rgba(0,0,0,0.5) ;display:block; }
#eTkJfRx90kipEQDrRZO6wUPlPC3gwiNe { width:16.374625rem;height:20.499625rem;top:38.819526672363rem;left:1.8105466961861rem;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;box-shadow: 0rem 0.875rem 1.8125rem rgba(0,0,0,0.5) ;display:block; }
#f6VLhwmo95lemfluXa9OnsasS7L7EabB { top:1.2550780773163rem;left:0rem;width:19.9980625rem;height:3.75rem;z-index:15123;font-weight:700;font-style:normal;font-size:1.875rem;line-height:2;text-align:center;text-align-last:center;font-family:"aref ruqaa";display:block; }
#z3ZkdbDIqOSab9u3HAbdTHJ7Jx8DunNR { width:5.93671875rem;height:3.31171875rem;top:37.999217033386rem;left:10.947655498981rem;display:none; }
#KB7m09fgDsbRT1e6bCePocyk5qpHzCUb { width:5.93671875rem;height:3.31171875rem;top:37.999217033386rem;left:10.947655498981rem;display:none; }
#vgedhnNvlwE50suP9bBTvvZHglXyvksF { width:3.5625rem;height:2rem;top:4.5093736648559rem;left:1.3722655177116rem;z-index:15199;display:none; }
#knOqT3B2PBhlIodggIe8l27J1QsllThi { display:block; }#knOqT3B2PBhlIodggIe8l27J1QsllThi > .row .container { width:20rem;height:2.25rem;position:relative;display:block; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU { position:relative;z-index:auto;display:none; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU { border-width: 0; border-radius: 0; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .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; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row .container { width:20rem;height:113.8125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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;position:relative;display:none; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row .container.adaptive-delivery-prevent-bg, #RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row .container.lazyload, #RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row .container.lazyloading { background-image: none; }#vaJSJVdxx3MnfmSvA8JW1OhUpHsS6JQh { width:20rem;height:5.3333333333333rem;top:74.875rem;left:0rem;display:none; }
#clM51TUqJDe5XHHwxpQtl9OmTzawG0y7 { width:6.625rem;height:2.6875rem;top:71.686714172362rem;left:3.3117185235024rem;display:block; }
#lrm8B6Ze3TqAznf3CQiGulRQPQyI4KuT { width:7.562125rem;height:2.74921875rem;top:109.90664482117rem;left:10.698046505451rem;display:block; }
#TTVJvfRrLKTh3s6siv8e5Txgu13w0gHh { width:19.0625rem;height:4.94965rem;top:104.74921607971rem;left:0.71679669618606rem;font-size:1.375rem;line-height:1.8;display:block; }
#ZKiI4VzXlZeEMaVevRimwkSa4QoJh21y { width:14.6875rem;height:0;top:5.748291015625rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.8;color:#000102;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:none; }
#l1y8ArVAAbqvyRb2GnTCJ5DCJc0VThKn { width:18.25rem;height:5.4810798241452rem;top:18.9375rem;left:0.875rem;display:block; }
#JnpK5AS6S6aw7n9kMJ80xamcfDE2yuK0 { width:2.37426875rem;height:1.21875rem;top:22.625rem;left:1.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#045386;display:block; }
#VsDpUEZD1XW4tafwqVShUVpUTqINnFKW { width:3.75rem;height:2.29948125rem;top:22.125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
#oBJHJ8S71fO1qwUlXyMqDc4Av5S6h8Ap { width:14.6875rem;height:4.63020625rem;top:19.5625rem;left:3.5rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#Wo0rw5adZXn1SmISEWrqSsWoM2qbbVdF { width:18.25rem;height:5.4810798241452rem;top:30.0625rem;left:0.875rem;display:block; }
#CXx5dW8WIoK3fCGbWrVlhrOkyWOQWvkw { width:14.6875rem;height:3.08680625rem;top:30.5625rem;left:3.25rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#LxC0JsQwsBZz0XX3OezT79iJubwelhWB { width:2.37426875rem;height:1.21875rem;top:33.75rem;left:2rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#045386;display:block; }
#Vp4DgeAuxbnuATJ2danLBGgrDdgRDggX { width:3.75rem;height:2.29948125rem;top:33.125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
#hNmQxJarT6KBz0m3HnmrZ0QhKr0uTtlm { width:18.25rem;height:5.4810798241452rem;top:7.375rem;left:0.875rem;display:block; }
#Fauy0ZRmOKh4HclE7w0yNXVlqcozW8bl { width:14.6875rem;height:3.08680625rem;top:8.1875rem;left:3.375rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#EOgg4A1ft2ggndgZ33P1wtaCeRxNxuhK { width:3.75rem;height:2.29948125rem;top:10.5rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
#lHz87gWzLIDmLu149KTJpwqf22phUUlq { width:2.37426875rem;height:1.21875rem;top:11rem;left:1.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#045386;display:block; }
#benoadimpdJe6iNioehF0uT39NPom4wG { width:18.25rem;height:5.4810798241452rem;top:40.8125rem;left:0.875rem;display:block; }
#qgGpmu5K627Tca8eCVzHohrPC716InyT { width:3.75rem;height:2.29948125rem;top:43.9375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
#qI6nxaeHacCnnEiaxadhcbpB6iiWEmgk { width:14.6875rem;height:2.9236125rem;top:41.375rem;left:2.875rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.125rem;color:#045386;display:block; }
#x1NcmBBHC85EvuOhpF2FAiy59TFriqqb { width:18.25rem;height:5.4810798241452rem;top:60rem;left:0.875rem;display:block; }
#R44uoec8uXFZmqTM4lTLzSLiOvJR8r2n { width:3.75rem;height:2.29948125rem;top:63rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
#AzuVrTowBDFWXhgJVc5oUT3UfpLgmzGX { width:2.37426875rem;height:1.21875rem;top:63.625rem;left:1.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#045386;display:block; }
#p6cppZ9fqb2Z5yTF20hDAPSmIqhhNhN3 { width:14.6875rem;height:1.5434rem;top:60.875rem;left:2.875rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#KOa04kHn8WAID8WvbV3LD2mwbsngGTuC { width:18.249625rem;height:5.48085625rem;top:50.498826026916rem;left:0.87304681539537rem;display:block; }
#xDqKv2seq5ZU2bqN9Ds4tFv2SRbXnq6c { width:3.75rem;height:2.29948125rem;top:53.999214172363rem;left:3.4992182850837rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
#aCiPsaN7kqBCWr85AVUVqEsvznkTa7XB { width:2.37426875rem;height:1.21875rem;top:54.499610900879rem;left:1.7496092915535rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#045386;display:block; }
#OkJ2sOBpiTyT8FCywa8L0cVRchIafHL8 { width:14.6875rem;height:1.5434rem;top:52.062110900879rem;left:3.0621092915535rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#Be4cSAwUvw740mBeEbB7VGmF4SRis51v { width:18.2495rem;height:5.48095625rem;top:92.3125rem;left:0.875rem;display:block; }
#SrEfbtzAe2Fhc57a6g3HsNnOdM4fbIMh { width:3.75rem;height:2.29948125rem;top:95.375rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
#BDmx6aH9oBPy9ne5t9cX1EGI3spLSnTA { width:2.37421875rem;height:1.4625rem;top:95.59179496765rem;left:1.8121092915535rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#045386;display:block; }
#PT83qsvTBcwHzOzG4c2qatA1shfb7oiP { width:14.6875rem;height:2.76215rem;top:93rem;left:2.875rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.0625rem;color:#045386;display:block; }
#ICxHf2Twih6FBO875hlPqGJsDH2QsPo7 { width:18.25rem;height:5.4810798241452rem;top:80.5rem;left:0.875rem;display:block; }
#LHmCnAVCTawc0OSO8Ur0SFq9lMJBdn5D { width:3.75rem;height:2.19965rem;top:83.5rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
#XWEoNOgsu1XR3af5It1G3TX6iclDurga { width:2.37421875rem;height:1.4625rem;top:83.867570877075rem;left:1.7496092915535rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#045386;display:block; }
#ELZC5pU8XJWUit3W9CoFTtz8finwS0i3 { width:14.6875rem;height:1.4625rem;top:82rem;left:2.875rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.125rem;color:#045386;display:block; }
#oNzGGUn4DlyU147yzHETE6u8EhbIHpwI { width:18.25rem;height:5.4810798241452rem;top:70.186714172362rem;left:0.87421864271162rem;display:block; }
#yGiQZB1xztUsUykZR0vKOQe91nD1RCL3 { width:3.75rem;height:2.19965rem;top:73.249992370606rem;left:3.8121092915535rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
#aqziDsIeorZCWEZm3CXCKUzanTl1qXsD { width:2.37426875rem;height:1.4625rem;top:73.812492370606rem;left:1.7496092915535rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#045386;display:block; }
#fcT6mFUyZ5h8VOCUdmToZNu8IOSyDw5f { width:14.6875rem;height:2.59895625rem;top:71.187492370606rem;left:2.8746092915535rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1rem;color:#045386;display:block; }
#oPo3dCxH3O8RcV419nup5zQ5rbexLOfI { width:13.4375rem;height:2.4375rem;top:87.623779296875rem;left:3.2688218971527rem;display:none; }
#ihKLaU6fOKaOGSuAgr9su4UbVMQV2Z8I { display:block; }
#TNKfePrTWbTKBetAaMMMIlqdPx72hGu1 { top:1.46728515625rem;left:1.656494140625rem;width:16.687rem;height:7.5rem;z-index:15123;font-weight:700;font-style:normal;font-size:1.875rem;line-height:2;text-align:center;text-align-last:center;font-family:"aref ruqaa";display:block; }
#QtUJTB1bup908rLm0uzxhQSMHATLzZfD { width:6.624625rem;height:2.6859375rem;top:109.81327247619rem;left:3.3117185235024rem;z-index:15031;display:block; }
#Z0zOKECGzAcTJ1aRBmWJFiQvpGf6l4ZV { top:14.224217891693rem;left:4.5292966961861rem;width:10.937125rem;height:2.31210625rem;z-index:15189;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; }
#swzFlH5FcnDL3klHgwfHE0UpkRZ1w5gv { display:block; }
#nDBmVzmdbTivEMIAEZMQM4TRdAlDxVAo { top:26.036717891693rem;left:4.5292966961861rem;width:10.937125rem;height:2.31210625rem;z-index:15190;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; }
#OEDz12fM164SBdk6B4GSwpFspXAQd0rB { display:block; }
#qwAJM9GxcDneyeR1W7hbZlD054T7WIRV { top:37.349606990814rem;left:4.7167966961861rem;width:10.937125rem;height:2.31210625rem;z-index:15191;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; }
#nNS8f0Is9hwTZNmRhutRzTXnysaK2HtM { display:block; }
#DcfIWD6uQevVUwU0aKu2kAOSCn97MIgW { top:47.123433113098rem;left:4.5292966961861rem;width:10.937125rem;height:2.31210625rem;z-index:15192;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; }
#EvkDuGFAhgRCcWWTVyRq0II6oVfIgi8c { display:block; }
#XbPMs3MXRLIZlmNZIIJv146pvFwinVrN { top:56.978123664856rem;left:4.8507807850838rem;width:10.937125rem;height:2.31210625rem;z-index:15193;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; }
#fue7lmRpTtmryagKLv6WkL2G8fQPmHZq { display:block; }
#e4rhmuyqyHX1vOJ81XrobLbkMJlr5FTl { top:66.598822593688rem;left:4.7167966961861rem;width:10.937125rem;height:2.31210625rem;z-index:15194;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; }
#deK3Ksp3DdzHURPur1U0z9r0Gd2oyPBL { display:block; }
#RZaoVTLeAypNK5KRTmdqz27IL9yDGLy3 { top:77.036712646488rem;left:4.5292966961861rem;width:10.937125rem;height:2.31210625rem;z-index:15195;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; }
#pDEb704vaGe5iCecQ8rF6EWFQiqpTwMH { display:block; }
#TRT0ADrcgqrWsK96KDQ7eoQWOKXBZLUO { top:87.2871055603rem;left:4.5292966961861rem;width:10.937125rem;height:2.31210625rem;z-index:15196;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; }
#ms87leRmnb8aCVpqllThGFI8qoIF2dBa { display:block; }
#qwrDewUKkvLIQIBGTThvynMOJ3sZ6Sf5 { top:99.786325454712rem;left:4.5292966961861rem;width:10.937125rem;height:2.31210625rem;z-index:15197;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; }
#pQGn2P3kyJZx0EGeC6ReJkvUoIle8qTo { display:block; }
#KczQmGC7Wh7Pi8TOMfhPiMp7zdy7yHJV { width:2.375rem;height:auto;top:19.875rem;left:8.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#045386;display:none; }
#sJGi0FJ91lvxIXtpRMD5EsLkUooW0IEX { width:2.37421875rem;height:1.21875rem;top:44.477342844009rem;left:1.7496092915535rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#045386;z-index:15110;display:block; }
#ApHWVvShsLvFgCeScctoC39CXbDvsfoB { display:block; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container { width:20rem;height:76.125rem;position:relative;display:block; }#N1GboOIrIbz2EAB4r0IZlAKOWf26vUAq { width:16.8116875rem;height:14.0625rem;top:1.5609374046326rem;left:1.5925779938698rem;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;box-shadow: 0rem 0.875rem 1.8125rem rgba(0,0,0,0.5) ;display:block; }
#HTqsAQRZU7qSCf1pR5uFZMPO8K1qq8Eq { width:19.0616875rem;height:6.07324375rem;top:16.873046875rem;left:0.43710935115814rem;font-size:1.125rem;line-height:1.8;z-index:15003;display:block; }
#xetXIQSInBU2SHl8I4I22IKWIDlhpPdN { width:19.6875rem;height:16.5rem;top:24.510546875rem;left:0.125rem;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;box-shadow: 0rem 0.875rem 1.8125rem rgba(0,0,0,0.5) ;display:block; }
#huw0aw0NHpPObavT8fbvz83Ja3H5amTr { width:19.9991875rem;height:6.07324375rem;top:42.260546875rem;left:0rem;font-size:1.125rem;line-height:1.8;z-index:15003;display:block; }
#McXOwGXia2Wpxp0bm9vEpoE4ddArCsKN { top:52.5625rem;left:0rem;width:20rem;height:11.1875rem;z-index:15004;overflow:hidden;display:block; }
#ICV0lWti4rlES4PnUReaXX4AE1zKTQEC { top:64.1875rem;left:0.09375rem;width:19.5625rem;height:9.098625rem;z-index:15005;display:block; }
#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.adaptive-delivery-prevent-bg, #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.lazyload, #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.lazyloading { background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { background-color: transparent; background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .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); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { width:20rem;height:18.75rem;position:relative;display:block; }#i4tpUrm6vVd7Xeg0VRsQA9f5hqJDirFa { width:20rem;height:1.725rem;top:0.37435150146484rem;left:-1.1254338622093rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.4375rem;display:block; }
#dqr90JZgVVEFqa57znLf98B1FzW0d8At { width:14.625rem;height:0.1875rem;top:2.625rem;left:4.1875rem;display:block; }
#cq7W87WlcHNg5HgtV4JX07TIhK1qIqLd { width:17.625rem;height:7.875rem;top:3.5625rem;left:1.3125rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;display:block; }
#UeRcuirlWmDGiWxWv25CuKTAhsdBTcNH { width:4.25rem;height:0.1875rem;top:2.625rem;left:14.625000298023rem;display:block; }
#g6LMS2BxWhWRnX8kxgqFAb87rcMecLOT { width:15.686875rem;height:2.25rem;top:12.743056297303rem;left:3.3170574307442rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;display:block; }
#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI { display:block; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .row .container { width:20rem;height:21.75rem;position:relative;display:block; }#IeGeCTbCP03sbspJBqcsTCqA0LFFfGhT { width:15.9375rem;height:18.9375rem;top:1.25rem;left:2.125rem;display:block; }
#ODrflpJdTtcpleymaady0uA9WTo9RQBW { display:block; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW { background-color: transparent; background-image: none; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container > .video-iframe-container { display: none; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row > .video-iframe-container { display: none; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .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); }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container { width:20rem;height:11.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container.adaptive-delivery-prevent-bg, #ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container.lazyload, #ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container.lazyloading { background-image: none; }#ChWokC9E5yusfg8TXH8JPOF4fvv9JOBs { 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; }
#phI0FcX0mBmLfomiSacA4TNnXTrmt9d2 { width:15.8125rem;height:0;top:11.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:none; }
#XkeZaQrt9uckyRT2bW4SdvSp90x2w8bb { width:2.43706875rem;height:2.43706875rem;top:7.0138893127444rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15009;display:block; }
#VICFhcGePEV5FGTIumoIugfQ5oEmyJVy { width:2.43706875rem;height:2.43706875rem;top:11.5625rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15010;display:none; }
#drZ65ANwnmHSTn5dbaq5yTi1zEhSaGrF { width:2.43706875rem;height:2.43706875rem;top:20.200738906861rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15012;display:none; }
#mnhaAx58EHgOQ1g5ENIt5w4Pqh4UDha4 { top:1.0753040313721rem;left:11.129557669162rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#ow1HJB8S4N98bTTZXlw7e4V1KnlyD5Te { width:15.061875rem;height:2.6003875rem;top:3.4320735931396rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
