.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); }#Sei1ckXSTzFM0n61xvRScUTAeRez450i { position:relative;display:none; }#Sei1ckXSTzFM0n61xvRScUTAeRez450i { border-width: 0; border-radius: 0; }#Sei1ckXSTzFM0n61xvRScUTAeRez450i > .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; }#Sei1ckXSTzFM0n61xvRScUTAeRez450i > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#Sei1ckXSTzFM0n61xvRScUTAeRez450i > .row .container.adaptive-delivery-prevent-bg, #Sei1ckXSTzFM0n61xvRScUTAeRez450i > .row .container.lazyload, #Sei1ckXSTzFM0n61xvRScUTAeRez450i > .row .container.lazyloading { background-image: none; }#q22lk81aBJ4lMl6OEImKyl4fD1uV4esU { 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; }
#lxJXq5MvgcrhyQIQ5hPIOtQzq88KOBnw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXiWCC7DV3hf9TLh9Tf4wHRsg3obTZmT { 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; }
#CyKEa0dTP6AR6nPqOb5KIAMpcIRyLrhK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJ7iNFW1D36hXBkFo3TRN7n1Tvd5X6BO { 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; }
#gs7rPW4ir8e2gT9qZzxNL6tIl4wDhF9S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LWUDPw4AZTynZx6WH13aldT2GLg6bMzD { 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; }
#LWUDPw4AZTynZx6WH13aldT2GLg6bMzD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#LaibfrysMnkypRd8TA87ldlppc0VZUWS { 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; }
#LaibfrysMnkypRd8TA87ldlppc0VZUWS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Jfft4TViTLuO3JEwgetyxJ7REmDyM52A { 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; }
#T7S2WnRnhUtHcFUH45qoOkATlu2TE3q4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zHq1NpJsf9WNiHv9wJDRyLWo1Sqsr1ZH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.8125rem;display:none; }
#MxOllkqoRqaOXAq3ifJ1HdTwfskwqSON { 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:21.625rem;width:60rem;display:none; }
#JKfTQ4kew2HRthEFgPTZlssrc9dPFSLo { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:10.4375rem;left:0rem;display:none; }
#xzcuWvZkzDGxXuD8CPi8Q8o4DXwbCIEU { 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; }
#oZZnccxv8bMvNJzNxfzXwGRmPlhNetVK { 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:9.5616328120231rem;left:4.1872825622559rem;display:none; }
#o4Onqo7W9xugozmM5P86ge74eC7PpeFu { 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:1.25rem;top:60.4375rem;left:0rem;display:none; }
#S40mUcnSqhbiiQnRLWiAA3LTGEnWeJuX { 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:1.375rem;top:63.5625rem;left:0rem;display:none; }
#TG7mMkIqHX1S30FdIoG68bxvipLpxC89 { 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; }
#fB3cVSyOOaZgi9qizUzAOB95wZVDbuPA { 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; }
#BBdFGWKoobNb0TtBAh237aN5LKfTIwwu { 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; }
#ukoLsSyyJS9EFEbZbmcNcgWVClq7GCPO { color:#0e849e;display:block;width:23.25rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1015625rem;left:18.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTsQRZsGRT83BDgdxegmBzH66U7aW4UM { position:absolute;display:block;z-index:15177;height:3.625rem;width:4.9375rem;top:2.5rem;left:51.053123474121rem;display:none; }
#dhqSnBGTCGxp7qq6NSJEi7hHtIfQPpnI { position:absolute;display:block;z-index:15178;height:2.5625rem;width:4.625rem;top:2.5rem;left:3.7531204223633rem;display:none; }
#wnsd8Ziq9KOENc74L30RPkbpd8GkcViO { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:18.9375rem;width:18.9375rem;top:7.51953125rem;left:2.9375rem;overflow:hidden;display:block; }
#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry { position:relative;display:block; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry { background-color: transparent; background-image: none; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row .container > .video-iframe-container { display: none; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row > .video-iframe-container { display: none; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .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); }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry { border-width: 0; border-radius: 0; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .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; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .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; }#P1HQFTTpwq9bIMg93X6WNE4BhUQ3EXX0 { color:#006c35;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1585941314698rem;left:34.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SXUMRA6cOrq6sDAiQNezTxlXwAnK1JxZ { 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; }
#SJpqb93IU5BHGo3A8Ut2zcLwymtDbmSF { 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; }
#RGF1V8fEJwFW8oBvnO97nesB9MWbVXB7 { 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:1.875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.2820358276368rem;left:34.3125rem;display:block; }
#m4TAflLoh5dm4LO07HPJPU6mTU6grv2Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RFmpeqMJ462Se1AzZWkepB6MxhEysRXr { 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:#006c35;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:4.4375rem;height:2.625rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:0.71875rem;left:27.312501907349rem;display:block; }
#Lu5mHiyFZ1IifsiLO4vk07slQWiypSes { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QI1TUyasrylBpo0MKKVUwDpiw43DhtHy { 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:#006c35;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:4.25rem;height:2.375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:0.78125rem;left:21.687501907349rem;display:block; }
#GkFL7dvETDLzP8NsxGgH0xaZ6E4ARPqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdEXwXg7PJiUSF4MmWGTt7WIbgSR0cIz { 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:#006c35;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:4.875rem;height:2.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.0625rem;left:32.937501907349rem;display:block; }
#N5lSzi839k7Siow6LrVER5fcXEr9Chrd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm { position:relative;display:block; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm { background-color: transparent; background-image: none; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container > .video-iframe-container { display: none; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row > .video-iframe-container { display: none; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .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); }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm { border-width: 0; border-radius: 0; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:67.3125rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container.adaptive-delivery-prevent-bg, #AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container.lazyload, #AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container.lazyloading { background-image: none; }#ChAZrDE4yemzofS1TesrPa4lFfH48g5m { 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; }
#ZwORrtN05QC6sZo4ndV4pa4HXGd3FzH7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h3E8SLXnAr3dT9vM3TE0xiH5SEf3dHOn { 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; }
#DVAuUmC7HZK5OLHXETcVveZoBRNH9QCm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFoUgy9Kzi4lT6S0RQRu2PGZyRpX6J4Q { 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; }
#dEpeVWFnfI0sQ7WQ3QA3sG6olWBtwPIU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pfe1edH7A2oRubK00lkhEkFnMPLXQdKA { 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; }
#Pfe1edH7A2oRubK00lkhEkFnMPLXQdKA > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#W7TROAvKJOKTzHec6no6wMDMvZc50rrz { 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; }
#W7TROAvKJOKTzHec6no6wMDMvZc50rrz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#PFcPOdRqILF7k5wQCAL15O3795x9wcW7 { 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; }
#nFOH5umcP3TTu3lp0cNhsOm9AThU6MvH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BS8dWUOTnF16z0ryrAGBtNMpTEcCQT3F { 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:21.625rem;width:60rem;display:none; }
#toAsZhU1Aa16yCfkbZzUsIBEd68QpLz5 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:10.4375rem;left:0rem;display:none; }
#JFyOZtwHqkXo9cWnsFnz0QO2KaQBhD8T { 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; }
#ewTzCFy1HUATP3yWcee8JQsiJL8mkNeX { 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:38.247657775879rem;left:28.312501907349rem; }
#GGyrpHEAptP4r1azylWZIbKWDby0blyT { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:42.125rem;left:23.250001907349rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l8k1IaLGMe3IVQTkfWHy9Sfk1KskTk77 { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4625rem;top:44.125rem;left:25.187501907349rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vKo340op9RgnXPS0fpUGTmzgghakuLTB { 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; }
#o6n7tmyqaTmWAi2phJfQ8aGFWPHkpQQ5 { 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; }
#WhklS2bfWovQS9mv8IhPFiuVURpIxSDA { color:#0e849e;display:block;width:23.25rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1015625rem;left:18.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sinJMq1RJAbnbvZy60mvr8vlEVim7hk8 { position:absolute;display:block;z-index:15177;height:3.625rem;width:4.9375rem;top:2.5rem;left:51.053123474121rem;display:none; }
#Uoe9sgaKMsqfAlKTl3VcAbtdytCXSIfs { position:absolute;display:block;z-index:15178;height:2.5625rem;width:4.625rem;top:2.5rem;left:3.7531204223633rem;display:none; }
#TOw4M9s2UJPoxAL3cMovCGMTxCsDx7MN { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:18.9375rem;width:10.625rem;top:7.530468940735rem;left:41.625001907349rem;overflow:hidden;display:none; }
#MPUQSbwXEA515VVCbpXtMIGcmzisAvvV { 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.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:26.593751907349rem;display:block; }
#TBeLmkL8uroM62UpAb9pNiMwtSlx2Ad6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yAn3TKz0tALi16k2RNrQsvA6ibL3PH6T { 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:15194;opacity:1;top:20.186719894409rem;left:27.593751907349rem; }
#dVigV6411L5ZkrKXk8HurTrDIHTMkLC6 { position:absolute;display:block;z-index:14999;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:4.9992198944092rem;left:19.843751907349rem;display:block; }
#TPfzNG2wpNWxPpa9IBL7cUzlQKpE91JB { 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:19.780469894409rem;left:35.050001144409rem; }
#TPfzNG2wpNWxPpa9IBL7cUzlQKpE91JB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Zn2lcTmi04wZHcFCTHg0CetmL2DqpAuh { 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:15000;background-color:#fafafa;background-image:none;top:27.6015625rem;left:33.328126907349rem;display:block; }
#Tr8JOsNT8RIx49qcLTBHKVJ0hE62d9kZ { box-sizing:content-box;height:9.3125rem;width:5.6875rem;position:absolute;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:28.186721801757rem;left:27.156251907349rem;display:block; }
#uPNvDtuQnhrxu5aSJvggnTS8dwN8Dn9w { box-sizing:content-box;height:9.3125rem;width:6.0625rem;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:27.467971801757rem;left:20.425001144409rem;display:block; }
#AzVEwcbCTo1Lb4hkCol8dB2uZTWh2w7z { position:absolute;display:block;z-index:15000;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:4.5625rem;width:4.5625rem;top:27.6015625rem;left:33.546876907349rem;display:block; }
#VNxoeu0yqd2bamnVSQPt6rXKHqDpgrMb { 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:5.25rem;width:5.25rem;top:28.484375rem;left:27.125001907349rem;display:block; }
#rxxLbi912TacmMe7mynFQGeCuxJZXwWz { 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:4.1875rem;width:4.1875rem;top:27.6640625rem;left:21.300001144409rem;display:block; }
#bocke3R7cPVkmCHiR8mAmz9aEsuuhW9V { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:32.425003051757rem;left:33.253126144409rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WnpQuWmKdD2FpicvBUrwIv0EwTxSXzlO { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.4765625rem;left:27.406251907349rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BMQzr5SRGDvZpWc27EIrIlkfIwbhll0x { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:32.790626525879rem;left:20.175001144409rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qS5oXTiNRVv76i9iHri5T0SJNezcDiwo { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:18.125rem;top:46.4375rem;left:20.937501907349rem;overflow:hidden;display:block; }
#OMDlyVUPaWP7yKKpI23yasryUkSuxzRy { 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:22.5rem;width:22.5rem;top:30.850002288818rem;left:8.78750038147rem;overflow:hidden;display:none; }
#k00xu8lDwTbJzqT3PChFooJuibQKu228 { 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:15167;opacity:1;top:4.6875rem;left:10.35000038147rem;display:none; }
#k00xu8lDwTbJzqT3PChFooJuibQKu228 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JodcEkF9CNhAeKpeD376s4Hb1RGXVTMK { 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:9.284375190735rem;left:40.531251907349rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OeNQLIyTUki4iZSQzqHA9PJiqfxcmTO9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.8125rem;display:none; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-form-header {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;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; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .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.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-text {padding-top: 0; padding-bottom: 0;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .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:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-select {padding-top: 0; padding-bottom: 0;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .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; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#348d34;background-image:none;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.4375rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:8.0625rem;height:2.6875rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .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; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .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; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:cairo;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-container:first-of-type{padding-top:0;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-container:last-of-type{padding-bottom:0;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii  { 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:21.250001907349rem;top:48.5rem;z-index:15029;position:absolute; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii {display:block;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii { 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:21.250001907349rem;top:48.5rem;z-index:15029;position:absolute; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #oPUPNkNoM2IBzFogd6Xg8BvrhtdHanLp { position:relative; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #BGLV73RepWa5GcIQJTl9EPBNp14UqpKs { position:relative;display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #B0EANwoekowEKDyJTATmTb5F487OvksR { position:relative; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #pdTRoZrG7p7f9L4XsTtHBgmKyNUZC5d7 { position:relative; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #pTbsiAC3RiUrwgFTSBqvQT0wLlei1dee { position:relative;display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #uNLZs5U2BA0V9kRWLEVSM1yhTUswqxVA { position:relative; }
#GA7iEaOZSLtHoPvVmwBTgnalhQkBXTTq { position:relative;display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #JxEvyaQVEStXPhW8oTvRsolhoJdDQ7hp { position:relative; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #FXVeXeMJQOdRk4gcTXKyRexF3PbA1bBG { position:relative;display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #giznPor63TWiKP9To7vCT4TCntthx4PB { position:relative; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #yFDcDtyqAKPz17TtJ6uc6acsg9psbzb5 { position:relative; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #Irnck4zEXMd2KW2ZmvNsq9hreKn4UyeJ { position:relative; }
#T8tspiSeeJXH10HTDxy1SQKT3yLu0rs4 { 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; }#T8tspiSeeJXH10HTDxy1SQKT3yLu0rs4 > .row .container { background-color: transparent; background-image: none; }#T8tspiSeeJXH10HTDxy1SQKT3yLu0rs4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8tspiSeeJXH10HTDxy1SQKT3yLu0rs4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8tspiSeeJXH10HTDxy1SQKT3yLu0rs4 > .row .container > .video-iframe-container { display: none; }#T8tspiSeeJXH10HTDxy1SQKT3yLu0rs4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8tspiSeeJXH10HTDxy1SQKT3yLu0rs4 > .row > .video-iframe-container { display: none; }#T8tspiSeeJXH10HTDxy1SQKT3yLu0rs4 > .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); }#T8tspiSeeJXH10HTDxy1SQKT3yLu0rs4 > .row .container { border-width: 0; border-radius: 0; }#T8tspiSeeJXH10HTDxy1SQKT3yLu0rs4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8tspiSeeJXH10HTDxy1SQKT3yLu0rs4 > .row .container { font-size:0.875rem;font-family:arial;height:79.1875rem;width:60rem;position:relative;display:block; }#CDpvePMc1rDW7JwpsoyA0uoK1XTk4NVV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:10.8125rem;width:18.625rem;top:4.84375rem;left:35.250001907349rem;display:block; }
#HrBF16CETvu49bz5whQyP1g1nsiNPzyD { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:block; }
#okU6gi8IcJJxIGkmTyHZy2u84g6KVCrm { 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:14999;background-color:rgba(227,227,227,0.37);background-image:none;top:16.3125rem;left:35.553907394409rem;display:block; }
#rwTGE9qcIT4wyPQ6uTsNJf5XtyQLLkVy { 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.1875rem;left:37.907033920288rem;display:block; }
#rrEpuTBwHOJxpoQdSLSTZaIafIMwuCs3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#myO972VwTU8UoGtr4H7wOdmbCUoBAon0 { 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:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#zsPZFaJgPqAPGfsEKd8petHi6eSAxKKz { box-sizing:content-box;height:6.625rem;width:19rem;position:absolute;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block;z-index:15000;background-color:rgba(227,227,227,0.43);background-image:none;top:16.75rem;left:10.40625rem;display:block; }
#voLUurcoFP6Z3yqSvlLdTBmakrMlB2V0 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.923825rem;top:18.275001525879rem;left:11.96875rem;text-align:center;text-align-last:center;display:block; }
#yumcGd9sMWCSSlRmFlxX58B61X5n0K8c { 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.5625rem;left:13.457813262939rem;display:block; }
#MfGtGNq7gJrngdtce0xEPXFTJbsxneF9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UWTXPL2o8sh3PyTTpNMpET8Z6MdxJknU { 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:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#uLzXLirLLeKx0HXqURthwT6aJzuBk0vk { position:absolute;display:block;z-index:15000;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:10.3125rem;width:17.8125rem;top:5.09375rem;left:10.8125rem;display:block; }
#sbJqpLn4Nbev9k6EIT9n4r6kcUlTTQnI { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35625rem;top:3.814697265625E-6rem;left:20.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kNwFfgMZs6GXhNRd8Cp5TVDHvI3HFErr { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.95rem;top:2.7265663146973rem;left:21.5rem;text-align:center;text-align-last:center;display:block; }
#kr9z2IovEQZv5UalBSSmTuVMl5tngMaR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:10.8125rem;width:18.625rem;top:28.862499999814rem;left:36.47500038147rem;overflow:hidden;display:block; }
#zBr2sKutp46QeHiOpOGU0JirqiVLhJHq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:10.8125rem;width:18.625rem;top:28.862500190735rem;left:11.96875rem;overflow:hidden;display:block; }
#D9QyygTKD3MGbxI0w7nVmiFFpABMFOeT { 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:41.800000190735rem;left:37.187501907349rem;display:block; }
#nLy0nGxn0OsNOqr3EKVpyWWkUEJd7yrC { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:3.8984375rem;top:43.237500190735rem;left:38.550001144409rem;text-align:center;text-align-last:center;display:block; }
#NywUF6gTbFl1JuHQeWPi2uzlWogzGZRT { 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:49.75rem;left:39.989065170288rem;display:block; }
#cHqzCJPHPe506bXadLoBfFBtpqetOWgZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oT7eLZ8HgoS8mK0tqc2VwLEowA1hfR4I { box-sizing:content-box;height:7.5625rem;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:15001;background-color:rgba(227,227,227,0.37);background-image:none;top:41.799221038818rem;left:11.96875rem;display:block; }
#Q22ZNeUl1iMndM2gG6EeqSDcfBtUV6Ti { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:5.7734375rem;top:42.73671913147rem;left:13.268751144409rem;text-align:center;text-align-last:center;display:block; }
#HpXgIxTZ1Dq3HKoen0KrbrRK4HxfsvLJ { 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:50.60000038147rem;left:14.739065170288rem;display:block; }
#gkTwz5K7y3IabFq9XLdqn09FJOMtJxBB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D0cEw3laMKcXcKvFzN9ZeS2s4yOE431r { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:10.8125rem;width:18.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:block; }
#l4GV6ehtSOuywir8EAl3lXXJOVXaaSM9 { 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:15001;background-color:rgba(227,227,227,0.37);background-image:none;top:68.4375rem;left:23.125rem;display:block; }
#XA0d1PTufLRhxfy3GIb4a7CsWCz6RQre { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:3.8984375rem;top:69.9375rem;left:24.3125rem;text-align:center;text-align-last:center;display:block; }
#GeOP5lcvBT8iiAFGRrQ4ZhihmAkymrcr { 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:76.25000190735rem;left:25.269533157349rem;display:block; }
#ZCcZnLZydl4xo8le7loegLT1rZrMrxRf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wWvsWR6fEz8T3neL4E0L17dKceitPTnq { 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; }
#azgZ9cXSs0mRpcS2cn5g0xDzwpQh2f0n { color:#000000;display:block;width:20rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.375rem;top:140.8125rem;left:0rem;display:none; }
#DorxiiQveR1BMot6ykc9hNzBJTNTmERp { 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; }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp > .row .container { border-width: 0; border-radius: 0; }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:none; }#hOqstXfrbAobkNS2rUb3qTxt0TFpfzDD { 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:7rem;width:23.6875rem;top:0rem;left:35.375rem;overflow:hidden;display:block; }
#zd7t5ahpw0pbLhL1QBf15qwx5oz7JkiQ { 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:7.9375rem;left:40.25rem;display:block; }
#Zf92HctrfVQiekvU67LD6gZNFHrJwVfv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aFVOdRTbPTXato4irHCbnr4dQcDPi0cQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:23.6875rem;top:0rem;left:6.5625rem;overflow:hidden;display:block; }
#r61JSSBfaw1Jcox9P2XsMv2ZWtJ47ye2 { 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.9365rem;height:2.874025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.9375rem;left:12.25rem;display:block; }
#nE6rAHQJ68Ke8dEwSacaqea3dnaRqxxs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i8rmgeTlFG61treDZQT7AMiusHrE9ety { 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.9365rem;height:2.874025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.5625rem;left:23.9375rem;display:block; }
#LQ7JrkbqDW7nFeVlnXWgMUINrgEN6Eux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zU1hlWS53UDUvqxIo8EIHvlpSB5nboX8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:23.6875rem;top:12.75rem;left:19.4375rem;overflow:hidden;display:block; }
#xsutP17pGQdzEA3CFQxdouudi4V7LAcE { 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:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#lG5mS261yyvqN0cddknKGN2EtF7wiO12 { 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:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#xHFerqlnCVq2IvST2rPZcATmCCrh2D0W { 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:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#IvQT3IdWlUIKNa0wCwT8dIXTzilxR5XT { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:3.8125rem;left:11.375rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1N0gdnAlq5Iqkfi42u7F9LBILJWpsCZ { color:#383838;display:block;width:2.559375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:4.875rem;left:9.8125rem;height:1.3rem;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; }
#Jl9M2pIovrdGUMRkKeAzPC93izQRp5aS { color:#0f86a9;display:block;width:16.9375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:13.3125rem;left:22.3125rem;height:2.925rem;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; }
#o7TkGKRuxQzhJPsXy30NTzmIHZlOcsXS { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15119;line-height:1.6;letter-spacing:0;top:16.4375rem;left:23.6875rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETXf5L4ePywRQq9QrZ87ntMpWxZ7CyoE { color:#383838;display:block;width:3.3109375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:17.5rem;left:21.5rem;height:1.3rem;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; }
#IAPvMJA9HOR40PT1mB6JnZgnAzaIT7Va { color:#0f86a9;display:block;width:15.4991875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:0.75rem;left:39.5rem;height:1.3rem;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; }
#U7SA36yGCOzmnw8ufeQTTAQKWwAIrgCk { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:3.3125rem;left:42.625rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pc6qTblm4U4yUp9TA3VkWfwo3uk2TFEB { color:#383838;display:block;width:2.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:4.0625rem;left:40.25rem;height:1.3rem;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; }
#otaH6KZMCPlcdLSio7vRdPGb3rFEOZTo { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:1.3125rem;left:12.125rem;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; }
#SJrupTvN2SUdFihJBxdt7uqEQ9R5JXZt { color:#0f86a9;display:block;width:11.6859375rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:4.0625rem;left:15.125rem;height:2.1125rem;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; }
#GgJ4ADtOlLyVI3FKSzqTMVRPbiBnsDrA { color:#0f86a9;display:block;width:13.9375rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:16.1875rem;left:26.5rem;height:1.95rem;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; }
#Ksov7oZMmsCqgl5BOANH9vtX5SzNfc7B { color:#000000;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:2.19375rem;top:1.6875rem;left:17.84375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#irpnlXTwuo9lSg6ByJ6ZzQSb6pJcXoav { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FWepwXLPkDq18tm2AFlgCaWyTkl8UIJs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZIstJq8vIqXeXHVWfA6Woldwv5DhnCzi { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR { 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; }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR > .row .container { border-width: 0; border-radius: 0; }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:none; }#y5RfIIEMEPA2JHTpqqPTI9V4iby0E1DK { color:#000000;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:2.19375rem;top:1.6875rem;left:19.781251907349rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VOmfJMkLKfCLWmAUhe45yeUmtd54oA3K { 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:7rem;width:23.6875rem;top:5.3291015625rem;left:35.0283203125rem;overflow:hidden;display:block; }
#lhUscuVveyZqFE0IdabSSKZyHbdM14WG { 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:13.248442173004rem;left:39.901557922363rem;display:none; }
#NrchlxnuhJidmectKkO1yUlgL7tdlMpe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTwkiwbT3KWZlIVKKRGIM2qV6XyCP3a4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:23.6875rem;top:5.3291015625rem;left:6.2158203125rem;overflow:hidden;display:none; }
#lXQAA45dOAd13H4SvWlFB5Ohgz0f7cm6 { 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:13rem;left:40.831251144409rem;display:block; }
#uz10zybSC521opnU7N9frK1B4XyPVNr3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ad5kWyBidU9MctlDZ6ETsM6JOLR2N2Cb { 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.9365rem;height:2.874025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.5625rem;left:39.341796875rem;display:block; }
#IrhQ3TMJSbEwexNKyFDXIQTKJwixMGHy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rRVJaq0kKIGgpnmqD8IEoTBrMG00cgf5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:23.6875rem;top:17.75rem;left:34.8408203125rem;overflow:hidden;display:block; }
#XW9CCdy6B4Shs0ro12NScF56A6pSnN9B { position:absolute;display:block;z-index:15002;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:7rem;width:23.6875rem;top:17.75rem;left:9.46718788147rem;overflow:hidden;display:block; }
#o4icVpdd2x08JW239vLcQFvzkUI7frBt { 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.9355625rem;height:2.874025rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.125rem;left:15.1875rem;display:block; }
#GlrvEhlQlAQZbzXAH9KZ63vadDwABRn3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rdecisdvpsb3LHOpLHRx8wKAPRH0z2fR { 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.9355625rem;height:2.874025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.6875rem;left:12.4375rem;display:block; }
#Smw9aKCtbgv8ro8Rz5hALdEnaoHl4qdI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M2ab7AkJ6ko8kckAWzeplm1VglRCuzgi { position:absolute;display:block;z-index:15005;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:7rem;width:23.6875rem;top:5.3125rem;left:8.375rem;overflow:hidden;display:block; }
#sDaaJxNfxnktZlkxB9R0lZ1UxBhZSoFa { 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:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#loE4g2zPmMfiabmJzSxyXpdXU2JnhIM1 { 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:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#zNVmy6brTP28VIOgwf9iEkECAqEzyndP { 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:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#xdqtTNhEL2CsIV2rHDQIl3WDWLlxNIqq { 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:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#BJBBM1l5b3yCdUPp6OUHAuVAoeweiWND { 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:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#Ux4TgOks5BzqsluUs7EuDrLrigsaMhQE { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:6.625rem;left:42.09375rem;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; }
#G02exeahMN57V1bQiv49d5Jf5LmGWxgV { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15088;line-height:1.6;letter-spacing:0;top:8.8125rem;left:43.125rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RKKeGdQ8THmDQRF5RaD68pv1QsTw6RV1 { color:#383838;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:9.390625rem;left:35.5625rem;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; }
#rqhXLbfPKiDBp3UPuQaanJttx632mqXe { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:18.500010490417rem;left:40.557807922363rem;height:;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; }
#hv7Q80V6ngNXbrpuC3D7aOEm7m3UIKKy { color:#000000;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15119;line-height:1.6;letter-spacing:0;top:21.424217224121rem;left:40.901550292969rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XXifcMeBZevA4hRyTl7ITN1VGtsfySqc { color:#383838;display:block;width:3.3109375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:21.92343711853rem;left:38.063278198243rem;height:1.3rem;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; }
#xLBoLMJ0L3RN1G7EE8WgVPpicTMl8fBV { color:#0f86a9;display:block;width:12.6203125rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:19.109375rem;left:14.24609375rem;height:1.70625rem;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; }
#LJlvHkDUos1TOpc499QRsweT6ELPosa7 { color:#000000;display:block;width:5.184375rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:21.4375rem;left:16.875rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBsxgbd7tbGaJ3WuzAgFrDFD2fJBc1Oe { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:21.9375rem;left:10.875rem;height:1.21875rem;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; }
#WhOPhKaOau2F8TDL2Mx6axGuSpC1BgMD { color:#0f86a9;display:block;width:16.5625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:6.7468752861025rem;left:13.02968788147rem;height:1.3rem;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; }
#uDgqXJTSwBRaFbUprVJxxxf8XTlrXdyo { color:#383838;display:block;width:2.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:9.5125002861025rem;left:17.018751144409rem;height:1.3rem;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; }
#lQPE4Ca1B8zol6FlD2DlfuADNML2dG0z { color:#000000;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15089;line-height:1.6;letter-spacing:0;top:8.9124999046325rem;left:19.781251907349rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O9Doaoxv2MHbovrhTbwhN2R7792mIylu { color:#0f86a9;display:block;width:11.6859375rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:21.419536590576rem;left:44.6484375rem;height:2.1125rem;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; }
#bronJdSCvfEFSFXc50LTvgThMkMourRg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#vL1ikbW8I4vpnWJyCqK5Zzk0NB1L8zZR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#h6S6kWioi4csa4w2Rxx18BhaoER1pIsi { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#bMKKiOi4Ehv4yMsBB9dQ8WKtoUTG75Jo { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 { position:relative;display:block; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 { background-color: transparent; background-image: none; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container > .video-iframe-container { display: none; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row > .video-iframe-container { display: none; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .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); }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 { border-width: 0; border-radius: 0; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .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; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/fb30b318-f020-4384-a978-5b6407429157/mobileapp0103.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container.adaptive-delivery-prevent-bg, #gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container.lazyload, #gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container.lazyloading { background-image: none; }#ngoo4rAgn3BopJRh4gxgIMvO0diiC19h { color:#405466;display:block;width:31.499rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:5rem;left:1.56005859375rem;height:5.6982375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyawZ4hadTJ2bAxxN3x7SWxHc8Cfr9zi { color:#0e0a52;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:37.0625rem;height:2.8441375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QVvdTwqbfLTbMJXlIgXhz0T7ISbL97N7 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#XDgh8eL0MNczN8b4TRB7FBu4P4AWVtsR { color:#000000;display:block;width:15.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:40.5rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#UTMWn2QQe4NgJLyViaFZzHAHVJx2FEcH { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5rem;left:37.125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#AW9z7QTBTAF80A2SqcLdmPqCICVCgfDC { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5625rem;top:6.9375rem;left:56.3125rem;overflow:hidden;display:block; }
#ubdyl9XVhlZBGIVs8zWVAS36y3tt8IGV { position:absolute;display:block;z-index:15037;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.1875rem;width:1.5625rem;top:8.65625rem;left:56.3125rem;overflow:hidden;display:block; }
#aoOad7xF4fbOaKPbmkiCpbTe3LyWCLvR { position:absolute;display:block;z-index:15038;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.1875rem;width:1.5625rem;top:10.4375rem;left:56.375rem;overflow:hidden;display:block; }
#hV56pyE77TyQ7dpvDcTu000qO6AJWmtx { position:absolute;display:block;z-index:15039;background-color:#e1093f;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:0.125rem;top:5rem;left:34.375rem;display:block; }
#hEftDr1t3yk8plBgXX3Tyw0HRQNKKfpv { z-index:15090;top:10.4375rem;left:11.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.372375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#mXaySQTEZbVX0ig9fx7vT9IyMWa8ihrr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxTK8JCESh58aLahdNdTWmmn5glDl9mG { position:relative;display:block; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG { background-color: transparent; background-image: none; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container > .video-iframe-container { display: none; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row > .video-iframe-container { display: none; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .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); }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG { border-width: 0; border-radius: 0; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .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; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container.adaptive-delivery-prevent-bg, #hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container.lazyload, #hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container.lazyloading { background-image: none; }#nBodnLIps22Dq9DDBDZaulvZJWFQ8GUe { 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; }
#O1Af3rLHDW0ZmZsEmT7xlwJ9vvCKXsZq { 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; }
#hWTQaVc80vmmKsXHfEb00Ny12wbM94vW { color:#707b8b;display:block;width:35.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.9372863769531rem;left:22.75rem;height:2.975rem;text-align:justify;text-align-last:initial;display:block; }
#tpykocv9225mod5hkQRBpXuAHV8cll9e { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:30.6875rem;left:57.125rem;display:block; }
#Gx6VXdEPBclX3I9eWDdFs2TcbfObTIqJ { 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; }
#THaNXDx9WkDXNbReGX4qAZOetHMT9a39 { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:30.8125rem;left:57.1875rem;display:block; }
#K0EDavoQ9u9B5PHES1rJsv1UMmggZtKM { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:20.375rem;left:30.25rem;height:1.8rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#kyHBQA6QiTJAKh4ZaC8A6VKKPMts6q1e { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:2.7;letter-spacing:0;top:30.375rem;left:35.4375rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#Tm1KECd2slB6cBHOamisXTePSAlWMHNn { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:32.9375rem;left:57.25rem;display:block; }
#dy9GVI4xCFSEKbVaXFIuZBTw336hPvT6 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:32.875rem;left:57.125rem;display:block; }
#XzCbTWbqJfEP69IilCtnTbPStRMm29uD { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:35.25rem;left:57.25rem;display:block; }
#Vi5JpihetgxgVsh8nXvZkUQsdzwT5lKG { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:35.125rem;left:57.125rem;display:block; }
#Pf4nJRwoRP0NulwWuAQqwHyr8VEpUNe4 { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:2.7;letter-spacing:0;top:32.6875rem;left:44.8125rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#kSpCSo1MBzkshTltCLox6FMAS8V7UOOs { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:37.1875rem;left:44.8125rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#ePtBw19KrRNDb2IMOxM0HxIP0zMLepm5 { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:37.4375rem;left:57.25rem;display:block; }
#LieTlMVEPuT3N62zeSD8ftn52OREBhlN { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:37.3125rem;left:57.125rem;display:block; }
#L03ckzdo2tSIMD8nvlpXd2BeMQUqG4u9 { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:35rem;left:44.8125rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#s37k9iPbnR4fKcrBhhcWxJzRNyFv3XnP { 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:23rem;left:38.0625rem;height:5.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#W48BDn1tdghONJz2oZiZd4F8gREaS8rT { color:#707b8b;display:block;width:33.125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:10.909288406372rem;left:25.069446563721rem;height:2.9746125rem;text-align:justify;text-align-last:initial;display:block; }
#eRybZqtOK5agkyRANeidP6zSnHSqbRss { color:#707b8b;display:block;width:33.125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:14.833985328674rem;left:25.069446563721rem;height:2.975rem;text-align:justify;text-align-last:initial;display:block; }
#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 { position:relative;display:block; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 { background-color: transparent; background-image: none; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row .container > .video-iframe-container { display: none; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row > .video-iframe-container { display: none; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .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); }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 { border-width: 0; border-radius: 0; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .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; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.375rem;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; }#G9wD6aLg8O0Tu5pVq7uXzhW8wXDVlId7 { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.838623046875rem;left:10.655517578125rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tANOFfoz2kOL7aZtNJhDrGF0lisWOFbl { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:5.6875rem;left:17.875rem;height: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; }
#hv5mTeLy5CBvKOOFvx1ZKklIg2BT9BIp { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.6859375rem;width:3.6859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.8156204223633rem;left:54.9375rem;display:block; }
#sJ2n65Bn8pRFkmSzcVxAr7T7iOzkkrEC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:73.625rem;width:60rem;display:none; }
body { position:relative;display:block; }
#Sei1ckXSTzFM0n61xvRScUTAeRez450i { display:block; }#Sei1ckXSTzFM0n61xvRScUTAeRez450i > .row .container { width:47.75rem;position:relative;display:block; }#q22lk81aBJ4lMl6OEImKyl4fD1uV4esU { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#lxJXq5MvgcrhyQIQ5hPIOtQzq88KOBnw { display:block; }
#iXiWCC7DV3hf9TLh9Tf4wHRsg3obTZmT { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#CyKEa0dTP6AR6nPqOb5KIAMpcIRyLrhK { display:block; }
#TJ7iNFW1D36hXBkFo3TRN7n1Tvd5X6BO { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#gs7rPW4ir8e2gT9qZzxNL6tIl4wDhF9S { display:block; }
#LWUDPw4AZTynZx6WH13aldT2GLg6bMzD { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#LWUDPw4AZTynZx6WH13aldT2GLg6bMzD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#LaibfrysMnkypRd8TA87ldlppc0VZUWS { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#LaibfrysMnkypRd8TA87ldlppc0VZUWS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Jfft4TViTLuO3JEwgetyxJ7REmDyM52A { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#T7S2WnRnhUtHcFUH45qoOkATlu2TE3q4 { display:block; }
#zHq1NpJsf9WNiHv9wJDRyLWo1Sqsr1ZH { width:9.8125rem;height:8.9375rem;display:none; }
#MxOllkqoRqaOXAq3ifJ1HdTwfskwqSON { width:47.75rem;height:17.1875rem;display:none; }
#JKfTQ4kew2HRthEFgPTZlssrc9dPFSLo { top:10.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
#xzcuWvZkzDGxXuD8CPi8Q8o4DXwbCIEU { display:none; }
#oZZnccxv8bMvNJzNxfzXwGRmPlhNetVK { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#o4Onqo7W9xugozmM5P86ge74eC7PpeFu { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#S40mUcnSqhbiiQnRLWiAA3LTGEnWeJuX { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#TG7mMkIqHX1S30FdIoG68bxvipLpxC89 { display:none; }
#fB3cVSyOOaZgi9qizUzAOB95wZVDbuPA { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#BBdFGWKoobNb0TtBAh237aN5LKfTIwwu { display:none; }
#ukoLsSyyJS9EFEbZbmcNcgWVClq7GCPO { top:1.0625rem;left:12.25rem;width:23.25rem;height:2.4375rem;font-size:1.1875rem;display:block; }
#DTsQRZsGRT83BDgdxegmBzH66U7aW4UM { top:2.5rem;left:42.8125rem;width:4.9375rem;height:3.625rem;display:block; }
#dhqSnBGTCGxp7qq6NSJEi7hHtIfQPpnI { top:2.5rem;left:0rem;width:4.625rem;height:2.5625rem;display:block; }
#wnsd8Ziq9KOENc74L30RPkbpd8GkcViO { top:7.5rem;left:0rem;width:18.9375rem;height:18.9375rem;display:block; }
#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry { display:none; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row .container { width:47.75rem;position:relative;display:none; }#P1HQFTTpwq9bIMg93X6WNE4BhUQ3EXX0 { top:1.125rem;left:28.0625rem;width:5.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#SXUMRA6cOrq6sDAiQNezTxlXwAnK1JxZ { top:0.0625rem;left:9.8125rem;width:4rem;height:3.1875rem;font-size:2.4375rem;display:none; }
#SJpqb93IU5BHGo3A8Ut2zcLwymtDbmSF { top:0.0625rem;left:34.75rem;width:7.0625rem;height:2.9501582278481rem;display:none; }
#RGF1V8fEJwFW8oBvnO97nesB9MWbVXB7 { width:6.3125rem;height:1.875rem;top:1.25rem;left:28.1875rem;display:none; }
#m4TAflLoh5dm4LO07HPJPU6mTU6grv2Q { display:block; }
#RFmpeqMJ462Se1AzZWkepB6MxhEysRXr { width:4.4375rem;height:2.625rem;top:0.6875rem;left:21.187501907349rem;display:none; }
#Lu5mHiyFZ1IifsiLO4vk07slQWiypSes { display:block; }
#QI1TUyasrylBpo0MKKVUwDpiw43DhtHy { width:4.25rem;height:2.375rem;top:0.75rem;left:15.562501907349rem;display:none; }
#GkFL7dvETDLzP8NsxGgH0xaZ6E4ARPqW { display:block; }
#KdEXwXg7PJiUSF4MmWGTt7WIbgSR0cIz { width:4.875rem;height:2.125rem;top:1.0625rem;left:26.812501907349rem;display:none; }
#N5lSzi839k7Siow6LrVER5fcXEr9Chrd { display:block; }
#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm { display:block; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container { width:47.75rem;position:relative;display:block; }#ChAZrDE4yemzofS1TesrPa4lFfH48g5m { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#ZwORrtN05QC6sZo4ndV4pa4HXGd3FzH7 { display:block; }
#h3E8SLXnAr3dT9vM3TE0xiH5SEf3dHOn { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#DVAuUmC7HZK5OLHXETcVveZoBRNH9QCm { display:block; }
#kFoUgy9Kzi4lT6S0RQRu2PGZyRpX6J4Q { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#dEpeVWFnfI0sQ7WQ3QA3sG6olWBtwPIU { display:block; }
#Pfe1edH7A2oRubK00lkhEkFnMPLXQdKA { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#Pfe1edH7A2oRubK00lkhEkFnMPLXQdKA > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#W7TROAvKJOKTzHec6no6wMDMvZc50rrz { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#W7TROAvKJOKTzHec6no6wMDMvZc50rrz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#PFcPOdRqILF7k5wQCAL15O3795x9wcW7 { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#nFOH5umcP3TTu3lp0cNhsOm9AThU6MvH { display:block; }
#BS8dWUOTnF16z0ryrAGBtNMpTEcCQT3F { width:47.75rem;height:17.1875rem;display:none; }
#toAsZhU1Aa16yCfkbZzUsIBEd68QpLz5 { top:10.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
#JFyOZtwHqkXo9cWnsFnz0QO2KaQBhD8T { display:none; }
#ewTzCFy1HUATP3yWcee8JQsiJL8mkNeX { top:38.1875rem;left:22.187501907349rem;width:3.125rem;height:3.125rem;display:none; }
#GGyrpHEAptP4r1azylWZIbKWDby0blyT { top:42.125rem;left:17.125001907349rem;width:14.5rem;height:1.625rem;font-size:1.25rem;display:none; }
#l8k1IaLGMe3IVQTkfWHy9Sfk1KskTk77 { top:44.125rem;left:19.062501907349rem;width:10.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
#vKo340op9RgnXPS0fpUGTmzgghakuLTB { display:none; }
#o6n7tmyqaTmWAi2phJfQ8aGFWPHkpQQ5 { display:none; }
#WhklS2bfWovQS9mv8IhPFiuVURpIxSDA { top:1.0625rem;left:12.25rem;width:23.25rem;height:2.4375rem;font-size:1.375rem;display:block; }
#sinJMq1RJAbnbvZy60mvr8vlEVim7hk8 { top:2.5rem;left:42.8125rem;width:4.9375rem;height:3.625rem;display:block; }
#Uoe9sgaKMsqfAlKTl3VcAbtdytCXSIfs { top:2.5rem;left:0rem;width:4.625rem;height:2.5625rem;display:block; }
#TOw4M9s2UJPoxAL3cMovCGMTxCsDx7MN { top:7.5rem;left:35.500001907349rem;width:10.625rem;height:18.9375rem;display:block; }
#MPUQSbwXEA515VVCbpXtMIGcmzisAvvV { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.468751907349rem;display:none; }
#TBeLmkL8uroM62UpAb9pNiMwtSlx2Ad6 { display:block; }
#yAn3TKz0tALi16k2RNrQsvA6ibL3PH6T { top:20.125rem;left:21.468751907349rem;width:2.3125rem;height:2.3125rem;display:none; }
#dVigV6411L5ZkrKXk8HurTrDIHTMkLC6 { width:19.1875rem;height:24rem;top:4.9375rem;left:13.718751907349rem;display:none; }
#TPfzNG2wpNWxPpa9IBL7cUzlQKpE91JB { top:19.75rem;left:28.925001144409rem;width:3.125rem;height:3.125rem;display:none; }
#TPfzNG2wpNWxPpa9IBL7cUzlQKpE91JB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Zn2lcTmi04wZHcFCTHg0CetmL2DqpAuh { top:27.5625rem;left:27.203126907349rem;width:5.1875rem;height:8.625rem;display:none; }
#Tr8JOsNT8RIx49qcLTBHKVJ0hE62d9kZ { top:28.125rem;left:21.031251907349rem;width:5.6875rem;height:9.3125rem;display:none; }
#uPNvDtuQnhrxu5aSJvggnTS8dwN8Dn9w { top:27.4375rem;left:14.300001144409rem;width:6.0625rem;height:9.3125rem;display:none; }
#AzVEwcbCTo1Lb4hkCol8dB2uZTWh2w7z { width:4.5625rem;height:4.5625rem;top:27.5625rem;left:27.421876907349rem;display:none; }
#VNxoeu0yqd2bamnVSQPt6rXKHqDpgrMb { width:5.25rem;height:5.25rem;top:28.4375rem;left:21.000001907349rem;display:none; }
#rxxLbi912TacmMe7mynFQGeCuxJZXwWz { width:4.1875rem;height:4.1875rem;top:27.625rem;left:15.175001144409rem;display:none; }
#bocke3R7cPVkmCHiR8mAmz9aEsuuhW9V { top:32.375rem;left:27.128126144409rem;width:5.5625rem;height:3.125rem;font-size:0.8125rem;display:none; }
#WnpQuWmKdD2FpicvBUrwIv0EwTxSXzlO { top:34.4375rem;left:21.281251907349rem;width:4.6875rem;height:1.75rem;font-size:0.6875rem;display:none; }
#BMQzr5SRGDvZpWc27EIrIlkfIwbhll0x { top:32.75rem;left:14.050001144409rem;width:6.1875rem;height:3.125rem;font-size:0.8125rem;display:none; }
#qS5oXTiNRVv76i9iHri5T0SJNezcDiwo { top:46.4375rem;left:14.812501907349rem;width:18.125rem;height:1.25rem;display:none; }
#OMDlyVUPaWP7yKKpI23yasryUkSuxzRy { top:30.8125rem;left:2.6625003814698rem;width:22.5rem;height:22.5rem;display:none; }
#k00xu8lDwTbJzqT3PChFooJuibQKu228 { top:5.3125rem;left:4.8500003814697rem;width:3.125rem;height:3.125rem;display:none; }
#k00xu8lDwTbJzqT3PChFooJuibQKu228 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JodcEkF9CNhAeKpeD376s4Hb1RGXVTMK { top:9.25rem;left:34.406251907349rem;width:6.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#OeNQLIyTUki4iZSQzqHA9PJiqfxcmTO9 { width:9.8125rem;height:8.9375rem;display:none; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-regular-label { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii  { width:15rem;height:auto; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii {display:block;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii { width:15rem;height:auto; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #oPUPNkNoM2IBzFogd6Xg8BvrhtdHanLp {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #BGLV73RepWa5GcIQJTl9EPBNp14UqpKs { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #B0EANwoekowEKDyJTATmTb5F487OvksR {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #pdTRoZrG7p7f9L4XsTtHBgmKyNUZC5d7 {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #pTbsiAC3RiUrwgFTSBqvQT0wLlei1dee { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #uNLZs5U2BA0V9kRWLEVSM1yhTUswqxVA {  }
#GA7iEaOZSLtHoPvVmwBTgnalhQkBXTTq { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #JxEvyaQVEStXPhW8oTvRsolhoJdDQ7hp {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #FXVeXeMJQOdRk4gcTXKyRexF3PbA1bBG { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #giznPor63TWiKP9To7vCT4TCntthx4PB {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #yFDcDtyqAKPz17TtJ6uc6acsg9psbzb5 {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #Irnck4zEXMd2KW2ZmvNsq9hreKn4UyeJ {  }
#T8tspiSeeJXH10HTDxy1SQKT3yLu0rs4 { display:none; }#T8tspiSeeJXH10HTDxy1SQKT3yLu0rs4 > .row .container { width:47.75rem;position:relative;display:none; }#CDpvePMc1rDW7JwpsoyA0uoK1XTk4NVV { width:18.625rem;height:10.8125rem;top:4.8125rem;left:29.125rem;display:none; }
#HrBF16CETvu49bz5whQyP1g1nsiNPzyD { top:16.8125rem;left:31.062501907349rem;width:15.375rem;height:5.8125rem;font-size:0.75rem;display:none; }
#okU6gi8IcJJxIGkmTyHZy2u84g6KVCrm { top:16.3125rem;left:29.3125rem;width:18.4375rem;height:6.9375rem;display:none; }
#rwTGE9qcIT4wyPQ6uTsNJf5XtyQLLkVy { width:13.875rem;height:2.8125rem;top:24.1875rem;left:31.782033920288rem;display:none; }
#rrEpuTBwHOJxpoQdSLSTZaIafIMwuCs3 { display:block; }
#myO972VwTU8UoGtr4H7wOdmbCUoBAon0 { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#zsPZFaJgPqAPGfsEKd8petHi6eSAxKKz { top:16.75rem;left:4.28125rem;width:19rem;height:6.625rem;display:none; }
#voLUurcoFP6Z3yqSvlLdTBmakrMlB2V0 { top:18.25rem;left:5.84375rem;width:15.375rem;height:2.875rem;font-size:0.75rem;display:none; }
#yumcGd9sMWCSSlRmFlxX58B61X5n0K8c { width:13.875rem;height:2.8125rem;top:24.5625rem;left:7.3328132629394rem;display:none; }
#MfGtGNq7gJrngdtce0xEPXFTJbsxneF9 { display:block; }
#UWTXPL2o8sh3PyTTpNMpET8Z6MdxJknU { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#uLzXLirLLeKx0HXqURthwT6aJzuBk0vk { width:17.8125rem;height:10.3125rem;top:5.0625rem;left:4.6875rem;display:none; }
#sbJqpLn4Nbev9k6EIT9n4r6kcUlTTQnI { top:0rem;left:14.75rem;width:20rem;height:2.3125rem;font-size:1.8125rem;display:none; }
#kNwFfgMZs6GXhNRd8Cp5TVDHvI3HFErr { top:2.6875rem;left:15.375rem;width:20rem;height:1.9375rem;font-size:1.5rem;display:none; }
#kr9z2IovEQZv5UalBSSmTuVMl5tngMaR { width:18.625rem;height:10.8125rem;top:28.8125rem;left:29.125rem;display:none; }
#zBr2sKutp46QeHiOpOGU0JirqiVLhJHq { width:18.625rem;height:10.8125rem;top:28.8125rem;left:5.84375rem;display:none; }
#D9QyygTKD3MGbxI0w7nVmiFFpABMFOeT { top:41.75rem;left:29.3125rem;width:18.4375rem;height:6.9375rem;display:none; }
#nLy0nGxn0OsNOqr3EKVpyWWkUEJd7yrC { top:43.1875rem;left:32.375rem;width:15.375rem;height:3.875rem;font-size:0.75rem;display:none; }
#NywUF6gTbFl1JuHQeWPi2uzlWogzGZRT { width:13.875rem;height:2.8125rem;top:49.75rem;left:33.864065170288rem;display:none; }
#cHqzCJPHPe506bXadLoBfFBtpqetOWgZ { display:block; }
#oT7eLZ8HgoS8mK0tqc2VwLEowA1hfR4I { top:41.75rem;left:5.84375rem;width:18.4375rem;height:7.5625rem;display:none; }
#Q22ZNeUl1iMndM2gG6EeqSDcfBtUV6Ti { top:42.6875rem;left:7.1437511444094rem;width:15.375rem;height:5.8125rem;font-size:0.75rem;display:none; }
#HpXgIxTZ1Dq3HKoen0KrbrRK4HxfsvLJ { width:13.875rem;height:2.8125rem;top:50.5625rem;left:8.6140651702881rem;display:none; }
#gkTwz5K7y3IabFq9XLdqn09FJOMtJxBB { display:block; }
#D0cEw3laMKcXcKvFzN9ZeS2s4yOE431r { width:18.625rem;height:10.8125rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#l4GV6ehtSOuywir8EAl3lXXJOVXaaSM9 { top:68.4375rem;left:17rem;width:18.4375rem;height:6.9375rem;display:none; }
#XA0d1PTufLRhxfy3GIb4a7CsWCz6RQre { top:69.9375rem;left:18.1875rem;width:16.5rem;height:3.875rem;font-size:0.75rem;display:none; }
#GeOP5lcvBT8iiAFGRrQ4ZhihmAkymrcr { width:13.875rem;height:2.8125rem;top:76.25rem;left:19.144533157349rem;display:none; }
#ZCcZnLZydl4xo8le7loegLT1rZrMrxRf { display:block; }
#wWvsWR6fEz8T3neL4E0L17dKceitPTnq { width:47.75rem;height:26.8125rem;display:none; }
#azgZ9cXSs0mRpcS2cn5g0xDzwpQh2f0n { top:140.8125rem;left:0rem;width:20rem;height:10.375rem;font-size:1rem;display:none; }
#DorxiiQveR1BMot6ykc9hNzBJTNTmERp { display:block; }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp > .row .container { width:47.75rem;position:relative;display:block; }#hOqstXfrbAobkNS2rUb3qTxt0TFpfzDD { top:0rem;left:24.0625rem;width:23.6875rem;height:7rem;display:block; }
#zd7t5ahpw0pbLhL1QBf15qwx5oz7JkiQ { width:13.875rem;height:2.8125rem;top:7.9375rem;left:33.875rem;display:none; }
#Zf92HctrfVQiekvU67LD6gZNFHrJwVfv { display:block; }
#aFVOdRTbPTXato4irHCbnr4dQcDPi0cQ { top:0rem;left:0.4375rem;width:23.6875rem;height:7rem;display:block; }
#r61JSSBfaw1Jcox9P2XsMv2ZWtJ47ye2 { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#nE6rAHQJ68Ke8dEwSacaqea3dnaRqxxs { display:block; }
#i8rmgeTlFG61treDZQT7AMiusHrE9ety { width:13.875rem;height:2.8125rem;top:20.5625rem;left:17.8125rem;display:none; }
#LQ7JrkbqDW7nFeVlnXWgMUINrgEN6Eux { display:block; }
#zU1hlWS53UDUvqxIo8EIHvlpSB5nboX8 { top:12.75rem;left:13.3125rem;width:23.6875rem;height:7rem;display:block; }
#xsutP17pGQdzEA3CFQxdouudi4V7LAcE { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#lG5mS261yyvqN0cddknKGN2EtF7wiO12 { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#xHFerqlnCVq2IvST2rPZcATmCCrh2D0W { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#IvQT3IdWlUIKNa0wCwT8dIXTzilxR5XT { width:3.75rem;height:2.6875rem;top:3.8125rem;left:5.25rem;font-size:1.6875rem;display:block; }
#G1N0gdnAlq5Iqkfi42u7F9LBILJWpsCZ { width:2.5rem;height:1.25rem;top:4.875rem;left:3.6875rem;font-size:1rem;display:block; }
#Jl9M2pIovrdGUMRkKeAzPC93izQRp5aS { width:16.9375rem;height:2.875rem;top:13.3125rem;left:16.1875rem;font-size:1rem;display:block; }
#o7TkGKRuxQzhJPsXy30NTzmIHZlOcsXS { width:3.75rem;height:2.25rem;top:16.4375rem;left:17.5625rem;font-size:1.4375rem;display:block; }
#ETXf5L4ePywRQq9QrZ87ntMpWxZ7CyoE { width:3.25rem;height:1.25rem;top:17.5rem;left:15.375rem;font-size:1rem;display:block; }
#IAPvMJA9HOR40PT1mB6JnZgnAzaIT7Va { width:15.4375rem;height:1.25rem;top:0.75rem;left:32rem;font-size:1rem;display:block; }
#U7SA36yGCOzmnw8ufeQTTAQKWwAIrgCk { width:3.75rem;height:2.375rem;top:3.3125rem;left:36.5rem;font-size:1.5rem;display:block; }
#pc6qTblm4U4yUp9TA3VkWfwo3uk2TFEB { width:2.8125rem;height:1.25rem;top:4.0625rem;left:34.125rem;font-size:1rem;display:block; }
#otaH6KZMCPlcdLSio7vRdPGb3rFEOZTo { width:12.5625rem;height:1.4375rem;top:1.3125rem;left:6rem;font-size:1rem;display:block; }
#SJrupTvN2SUdFihJBxdt7uqEQ9R5JXZt { width:11.625rem;height:2.0625rem;top:4.0625rem;left:9rem;font-size:0.8125rem;display:block; }
#GgJ4ADtOlLyVI3FKSzqTMVRPbiBnsDrA { width:13.9375rem;height:1.9375rem;top:16.1875rem;left:20.375rem;font-size:0.5625rem;display:block; }
#Ksov7oZMmsCqgl5BOANH9vtX5SzNfc7B { top:1.6875rem;left:11.71875rem;width:24.25rem;height:2.1875rem;font-size:1.875rem;display:none; }
#irpnlXTwuo9lSg6ByJ6ZzQSb6pJcXoav { display:none; }
#FWepwXLPkDq18tm2AFlgCaWyTkl8UIJs { display:none; }
#ZIstJq8vIqXeXHVWfA6Woldwv5DhnCzi { display:none; }
#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR { display:block; }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR > .row .container { width:47.75rem;position:relative;display:block; }#y5RfIIEMEPA2JHTpqqPTI9V4iby0E1DK { top:1.6875rem;left:13.656251907349rem;width:24.25rem;height:2.1875rem;font-size:1.875rem;display:none; }
#VOmfJMkLKfCLWmAUhe45yeUmtd54oA3K { top:5.3125rem;left:24.0625rem;width:23.6875rem;height:7rem;display:block; }
#lhUscuVveyZqFE0IdabSSKZyHbdM14WG { width:13.875rem;height:2.8125rem;top:13.1875rem;left:33.776557922363rem;display:none; }
#NrchlxnuhJidmectKkO1yUlgL7tdlMpe { display:block; }
#VTwkiwbT3KWZlIVKKRGIM2qV6XyCP3a4 { top:5.3125rem;left:0.0908203125rem;width:23.6875rem;height:7rem;display:block; }
#lXQAA45dOAd13H4SvWlFB5Ohgz0f7cm6 { width:13.875rem;height:2.8125rem;top:13rem;left:33.875rem;display:none; }
#uz10zybSC521opnU7N9frK1B4XyPVNr3 { display:block; }
#Ad5kWyBidU9MctlDZ6ETsM6JOLR2N2Cb { width:13.875rem;height:2.8125rem;top:25.5625rem;left:33.216796875rem;display:none; }
#IrhQ3TMJSbEwexNKyFDXIQTKJwixMGHy { display:block; }
#rRVJaq0kKIGgpnmqD8IEoTBrMG00cgf5 { top:17.75rem;left:24.0625rem;width:23.6875rem;height:7rem;display:block; }
#XW9CCdy6B4Shs0ro12NScF56A6pSnN9B { top:17.75rem;left:3.3421878814698rem;width:23.6875rem;height:7rem;display:block; }
#o4icVpdd2x08JW239vLcQFvzkUI7frBt { width:13.875rem;height:2.8125rem;top:26.125rem;left:9.0625rem;display:none; }
#GlrvEhlQlAQZbzXAH9KZ63vadDwABRn3 { display:block; }
#Rdecisdvpsb3LHOpLHRx8wKAPRH0z2fR { width:13.875rem;height:2.8125rem;top:13.6875rem;left:6.3125rem;display:none; }
#Smw9aKCtbgv8ro8Rz5hALdEnaoHl4qdI { display:block; }
#M2ab7AkJ6ko8kckAWzeplm1VglRCuzgi { top:5.3125rem;left:2.25rem;width:23.6875rem;height:7rem;display:block; }
#sDaaJxNfxnktZlkxB9R0lZ1UxBhZSoFa { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#loE4g2zPmMfiabmJzSxyXpdXU2JnhIM1 { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#zNVmy6brTP28VIOgwf9iEkECAqEzyndP { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#xdqtTNhEL2CsIV2rHDQIl3WDWLlxNIqq { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#BJBBM1l5b3yCdUPp6OUHAuVAoeweiWND { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#Ux4TgOks5BzqsluUs7EuDrLrigsaMhQE { width:12.5625rem;height:1.5rem;top:6.625rem;left:35.1875rem;font-size:1.1875rem;display:block; }
#G02exeahMN57V1bQiv49d5Jf5LmGWxgV { width:3.75rem;height:2.75rem;top:5.625rem;left:3.3750005364418rem;font-size:1.6875rem;display:block; }
#RKKeGdQ8THmDQRF5RaD68pv1QsTw6RV1 { width:12.5625rem;height:1.5rem;top:9.375rem;left:29.4375rem;font-size:0.9375rem;display:block; }
#rqhXLbfPKiDBp3UPuQaanJttx632mqXe { width:12.5625rem;height:;top:18.4375rem;left:34.431243896484rem;font-size:1rem;display:block; }
#hv7Q80V6ngNXbrpuC3D7aOEm7m3UIKKy { width:3.75rem;height:1.75rem;top:26.8125rem;left:2.9375005364418rem;font-size:1.4375rem;display:block; }
#XXifcMeBZevA4hRyTl7ITN1VGtsfySqc { width:3.25rem;height:1.25rem;top:21.875rem;left:31.938278198243rem;font-size:1rem;display:block; }
#xLBoLMJ0L3RN1G7EE8WgVPpicTMl8fBV { width:12.5625rem;height:1.6875rem;top:19.0625rem;left:8.12109375rem;font-size:1.3125rem;display:block; }
#LJlvHkDUos1TOpc499QRsweT6ELPosa7 { width:5.125rem;height:2.1875rem;top:21.4375rem;left:10.75rem;font-size:1.375rem;display:block; }
#TBsxgbd7tbGaJ3WuzAgFrDFD2fJBc1Oe { width:12.5625rem;height:1.1875rem;top:21.9375rem;left:4.75rem;font-size:0.9375rem;display:block; }
#WhOPhKaOau2F8TDL2Mx6axGuSpC1BgMD { width:16.5625rem;height:1.25rem;top:6.6875rem;left:6.90468788147rem;font-size:1rem;display:block; }
#uDgqXJTSwBRaFbUprVJxxxf8XTlrXdyo { width:2.8125rem;height:1.25rem;top:9.5rem;left:10.893751144409rem;font-size:1rem;display:block; }
#lQPE4Ca1B8zol6FlD2DlfuADNML2dG0z { width:3.75rem;height:2.5rem;top:8.875rem;left:13.656251907349rem;font-size:1.5625rem;display:block; }
#O9Doaoxv2MHbovrhTbwhN2R7792mIylu { width:11.625rem;height:2.0625rem;top:21.375rem;left:36.125rem;font-size:0.8125rem;display:block; }
#bronJdSCvfEFSFXc50LTvgThMkMourRg { display:none; }
#vL1ikbW8I4vpnWJyCqK5Zzk0NB1L8zZR { display:none; }
#h6S6kWioi4csa4w2Rxx18BhaoER1pIsi { display:none; }
#bMKKiOi4Ehv4yMsBB9dQ8WKtoUTG75Jo { display:none; }
#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 { display:block; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container { width:47.75rem;position:relative;display:block; }#ngoo4rAgn3BopJRh4gxgIMvO0diiC19h { width:31.4375rem;height:5.6875rem;top:5rem;left:0rem;font-size:1rem;display:block; }
#vyawZ4hadTJ2bAxxN3x7SWxHc8Cfr9zi { width:20.75rem;height:2.8125rem;top:1.6875rem;left:27rem;font-size:2.1875rem;display:block; }
#QVvdTwqbfLTbMJXlIgXhz0T7ISbL97N7 { top:8.6875rem;left:31.125rem;width:16.625rem;height:2.5rem;font-size:0.8125rem;display:block; }
#XDgh8eL0MNczN8b4TRB7FBu4P4AWVtsR { top:6.9375rem;left:32rem;width:15.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
#UTMWn2QQe4NgJLyViaFZzHAHVJx2FEcH { top:10.5rem;left:28.5625rem;width:19.1875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
#AW9z7QTBTAF80A2SqcLdmPqCICVCgfDC { top:6.9375rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
#ubdyl9XVhlZBGIVs8zWVAS36y3tt8IGV { top:8.625rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
#aoOad7xF4fbOaKPbmkiCpbTe3LyWCLvR { top:10.4375rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
#hV56pyE77TyQ7dpvDcTu000qO6AJWmtx { top:5rem;left:28.25rem;width:0.0625rem;height:5.3125rem;display:block; }
#hEftDr1t3yk8plBgXX3Tyw0HRQNKKfpv { top:10.4375rem;left:4.9375rem;width:11.3125rem;height:2.5rem;display:block; }
#mXaySQTEZbVX0ig9fx7vT9IyMWa8ihrr { display:block; }
#hxTK8JCESh58aLahdNdTWmmn5glDl9mG { display:block; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container { width:47.75rem;position:relative;display:block; }#nBodnLIps22Dq9DDBDZaulvZJWFQ8GUe { width:29.0625rem;height:2.375rem;top:3.125rem;left:18.6875rem;font-size:1.125rem;display:block; }
#O1Af3rLHDW0ZmZsEmT7xlwJ9vvCKXsZq { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
#hWTQaVc80vmmKsXHfEb00Ny12wbM94vW { width:35.1875rem;height:3rem;top:7.875rem;left:12.5625rem;font-size:0.75rem;display:block; }
#tpykocv9225mod5hkQRBpXuAHV8cll9e { width:1.875rem;height:1.875rem;top:30.6875rem;left:45.875rem;display:block; }
#Gx6VXdEPBclX3I9eWDdFs2TcbfObTIqJ { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
#THaNXDx9WkDXNbReGX4qAZOetHMT9a39 { width:1.6875rem;height:1.6875rem;top:30.8125rem;left:46.0625rem;font-size:1.125rem;display:block; }
#K0EDavoQ9u9B5PHES1rJsv1UMmggZtKM { width:28.5rem;height:1.75rem;top:20.375rem;left:19.25rem;font-size:1.25rem;display:block; }
#kyHBQA6QiTJAKh4ZaC8A6VKKPMts6q1e { width:20.6875rem;height:2.6875rem;top:30.375rem;left:27.0625rem;font-size:0.875rem;display:block; }
#Tm1KECd2slB6cBHOamisXTePSAlWMHNn { width:1.6875rem;height:1.6875rem;top:32.9375rem;left:46.0625rem;font-size:1.125rem;display:block; }
#dy9GVI4xCFSEKbVaXFIuZBTw336hPvT6 { width:1.875rem;height:1.875rem;top:32.875rem;left:45.875rem;display:block; }
#XzCbTWbqJfEP69IilCtnTbPStRMm29uD { width:1.6875rem;height:1.6875rem;top:35.25rem;left:46.0625rem;font-size:1.125rem;display:block; }
#Vi5JpihetgxgVsh8nXvZkUQsdzwT5lKG { width:1.875rem;height:1.875rem;top:35.125rem;left:45.875rem;display:block; }
#Pf4nJRwoRP0NulwWuAQqwHyr8VEpUNe4 { width:11.3125rem;height:2.6875rem;top:32.6875rem;left:36.4375rem;font-size:1rem;display:block; }
#kSpCSo1MBzkshTltCLox6FMAS8V7UOOs { width:11.3125rem;height:2.6875rem;top:37.1875rem;left:36.4375rem;font-size:1rem;display:block; }
#ePtBw19KrRNDb2IMOxM0HxIP0zMLepm5 { width:1.6875rem;height:1.6875rem;top:37.4375rem;left:46.0625rem;font-size:1.125rem;display:block; }
#LieTlMVEPuT3N62zeSD8ftn52OREBhlN { width:1.875rem;height:1.875rem;top:37.3125rem;left:45.875rem;display:block; }
#L03ckzdo2tSIMD8nvlpXd2BeMQUqG4u9 { width:11.3125rem;height:2.6875rem;top:35rem;left:36.4375rem;font-size:1rem;display:block; }
#s37k9iPbnR4fKcrBhhcWxJzRNyFv3XnP { width:20.75rem;height:7.375rem;top:23rem;left:27rem;font-size:0.75rem;display:block; }
#W48BDn1tdghONJz2oZiZd4F8gREaS8rT { width:33.125rem;height:4.4375rem;top:10.875rem;left:14.625rem;font-size:0.75rem;display:block; }
#eRybZqtOK5agkyRANeidP6zSnHSqbRss { width:33.125rem;height:2.9375rem;top:14.8125rem;left:14.625rem;font-size:0.75rem;display:block; }
#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 { display:none; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row .container { width:47.75rem;position:relative;display:none; }#G9wD6aLg8O0Tu5pVq7uXzhW8wXDVlId7 { top:1.0625rem;left:0rem;width:20rem;height:2.5625rem;font-size:3.0625rem;display:none; }
#tANOFfoz2kOL7aZtNJhDrGF0lisWOFbl { width:37.0625rem;height:2rem;top:5.6875rem;left:10.6875rem;font-size:0.875rem;display:none; }
#hv5mTeLy5CBvKOOFvx1ZKklIg2BT9BIp { width:3.625rem;height:3.625rem;top:4.8125rem;left:44.125rem;font-size:2.5rem;display:none; }
#sJ2n65Bn8pRFkmSzcVxAr7T7iOzkkrEC { width:47.75rem;height:58.5625rem;display:none; }
body { position:relative;display:block; }
#Sei1ckXSTzFM0n61xvRScUTAeRez450i { display:none; }#Sei1ckXSTzFM0n61xvRScUTAeRez450i { border-width: 0; border-radius: 0; }#Sei1ckXSTzFM0n61xvRScUTAeRez450i > .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; }#Sei1ckXSTzFM0n61xvRScUTAeRez450i > .row .container { width:20rem;height:65.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#Sei1ckXSTzFM0n61xvRScUTAeRez450i > .row .container.adaptive-delivery-prevent-bg, #Sei1ckXSTzFM0n61xvRScUTAeRez450i > .row .container.lazyload, #Sei1ckXSTzFM0n61xvRScUTAeRez450i > .row .container.lazyloading { background-image: none; }#q22lk81aBJ4lMl6OEImKyl4fD1uV4esU { 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; }
#lxJXq5MvgcrhyQIQ5hPIOtQzq88KOBnw { display:block; }
#iXiWCC7DV3hf9TLh9Tf4wHRsg3obTZmT { 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; }
#CyKEa0dTP6AR6nPqOb5KIAMpcIRyLrhK { display:block; }
#TJ7iNFW1D36hXBkFo3TRN7n1Tvd5X6BO { 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; }
#gs7rPW4ir8e2gT9qZzxNL6tIl4wDhF9S { display:block; }
#LWUDPw4AZTynZx6WH13aldT2GLg6bMzD { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#LWUDPw4AZTynZx6WH13aldT2GLg6bMzD > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#LaibfrysMnkypRd8TA87ldlppc0VZUWS { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#LaibfrysMnkypRd8TA87ldlppc0VZUWS > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#Jfft4TViTLuO3JEwgetyxJ7REmDyM52A { 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; }
#T7S2WnRnhUtHcFUH45qoOkATlu2TE3q4 { display:block; }
#zHq1NpJsf9WNiHv9wJDRyLWo1Sqsr1ZH { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;display:block; }
#MxOllkqoRqaOXAq3ifJ1HdTwfskwqSON { top:11.8125rem;left:0.3125rem;width:18.5625rem;height:2.6875rem;z-index:15185;overflow:hidden;display:block; }
#JKfTQ4kew2HRthEFgPTZlssrc9dPFSLo { top:12.505859375rem;left:2.34375rem;width:15.9375rem;height:1.3rem;z-index:15186;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#xzcuWvZkzDGxXuD8CPi8Q8o4DXwbCIEU { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#oZZnccxv8bMvNJzNxfzXwGRmPlhNetVK { display:flex;top:49.1875rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#o4Onqo7W9xugozmM5P86ge74eC7PpeFu { top:52.1875rem;left:0rem;width:20rem;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; }
#S40mUcnSqhbiiQnRLWiAA3LTGEnWeJuX { top:56.8125rem;left:0rem;width:20rem;height:1.1375rem;z-index:15189;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#TG7mMkIqHX1S30FdIoG68bxvipLpxC89 { display:flex;top:53.9375rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#fB3cVSyOOaZgi9qizUzAOB95wZVDbuPA { top:61.4375rem;left:3.625rem;width:12.874375rem;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; }
#BBdFGWKoobNb0TtBAh237aN5LKfTIwwu { display:flex;top:58.5rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#ukoLsSyyJS9EFEbZbmcNcgWVClq7GCPO { width:14.5rem;height:1.54375rem;top:8.685546875rem;left:2.75rem;font-size:1.1875rem;color:#000000;display:block; }
#DTsQRZsGRT83BDgdxegmBzH66U7aW4UM { width:4.5rem;height:2.5rem;top:4.3484377861023rem;left:1.8796874880791rem;z-index:15198;display:none; }
#dhqSnBGTCGxp7qq6NSJEi7hHtIfQPpnI { width:4.3125rem;height:2.375rem;top:5.7234377861023rem;left:13.715624988079rem;display:none; }
#wnsd8Ziq9KOENc74L30RPkbpd8GkcViO { width:16.1875rem;height:16.1875rem;top:17.01953125rem;left:1.90625rem;display:block; }
#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry { display:block; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row .container { width:20rem;height:3.375rem;position:relative;display:block; }#P1HQFTTpwq9bIMg93X6WNE4BhUQ3EXX0 { width:3.1875rem;height:1.3rem;top:1.625rem;left:10.562500536442rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15161;color:#006c35;font-family:"saudi nd";display:none; }
#SXUMRA6cOrq6sDAiQNezTxlXwAnK1JxZ { 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; }
#SJpqb93IU5BHGo3A8Ut2zcLwymtDbmSF { 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; }
#RGF1V8fEJwFW8oBvnO97nesB9MWbVXB7 { top:1.1875rem;left:10.687500536442rem;width:3.1875rem;height:1.9375rem;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:#006c35;display:block; }
#m4TAflLoh5dm4LO07HPJPU6mTU6grv2Q { display:block; }
#RFmpeqMJ462Se1AzZWkepB6MxhEysRXr { top:1.1500015258789rem;left:6.6875000596044rem;width:3.25rem;height:2.0625rem;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:0.75rem;text-align:center;text-align-last:center;color:#006c35;display:block; }
#Lu5mHiyFZ1IifsiLO4vk07slQWiypSes { display:block; }
#QI1TUyasrylBpo0MKKVUwDpiw43DhtHy { top:0.96875rem;left:3.1250000596046rem;width:3.375rem;height:2.1875rem;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:0.875rem;text-align:center;text-align-last:center;color:#006c35;display:block; }
#GkFL7dvETDLzP8NsxGgH0xaZ6E4ARPqW { display:block; }
#KdEXwXg7PJiUSF4MmWGTt7WIbgSR0cIz { top:1.03125rem;left:10.362499773503rem;width:3.1875rem;height:2.1875rem;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:0.875rem;text-align:center;text-align-last:center;color:#006c35;display:block; }
#N5lSzi839k7Siow6LrVER5fcXEr9Chrd { display:block; }
#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm { display:block; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm { background-color: transparent; background-image: none; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container > .video-iframe-container { display: none; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row > .video-iframe-container { display: none; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .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); }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm { border-width: 0; border-radius: 0; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .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; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container { width:20rem;height:94.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container.adaptive-delivery-prevent-bg, #AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container.lazyload, #AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container.lazyloading { background-image: none; }#ChAZrDE4yemzofS1TesrPa4lFfH48g5m { 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; }
#ZwORrtN05QC6sZo4ndV4pa4HXGd3FzH7 { display:block; }
#h3E8SLXnAr3dT9vM3TE0xiH5SEf3dHOn { 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; }
#DVAuUmC7HZK5OLHXETcVveZoBRNH9QCm { display:block; }
#kFoUgy9Kzi4lT6S0RQRu2PGZyRpX6J4Q { 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; }
#dEpeVWFnfI0sQ7WQ3QA3sG6olWBtwPIU { display:block; }
#Pfe1edH7A2oRubK00lkhEkFnMPLXQdKA { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#Pfe1edH7A2oRubK00lkhEkFnMPLXQdKA > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#W7TROAvKJOKTzHec6no6wMDMvZc50rrz { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#W7TROAvKJOKTzHec6no6wMDMvZc50rrz > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#PFcPOdRqILF7k5wQCAL15O3795x9wcW7 { 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; }
#nFOH5umcP3TTu3lp0cNhsOm9AThU6MvH { display:block; }
#BS8dWUOTnF16z0ryrAGBtNMpTEcCQT3F { top:11.8125rem;left:0.3125rem;width:18.5625rem;height:2.6875rem;z-index:15185;overflow:hidden;display:none; }
#toAsZhU1Aa16yCfkbZzUsIBEd68QpLz5 { top:12.505859375rem;left:2.34375rem;width:15.9375rem;height:0;z-index:15186;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
#JFyOZtwHqkXo9cWnsFnz0QO2KaQBhD8T { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#ewTzCFy1HUATP3yWcee8JQsiJL8mkNeX { display:flex;top:72rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#GGyrpHEAptP4r1azylWZIbKWDby0blyT { top:75rem;left:0rem;width:20rem;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; }
#l8k1IaLGMe3IVQTkfWHy9Sfk1KskTk77 { top:76.137498855594rem;left:3.6250000596046rem;width:12.75rem;height:1.1375rem;z-index:15189;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#vKo340op9RgnXPS0fpUGTmzgghakuLTB { display:flex;top:71.999218747019rem;left:11.662499964237rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#o6n7tmyqaTmWAi2phJfQ8aGFWPHkpQQ5 { display:flex;top:71.999217987062rem;left:5.3125000596046rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#WhklS2bfWovQS9mv8IhPFiuVURpIxSDA { width:16.6875rem;height:1.7875rem;top:6.6851577758787rem;left:1.7500000596046rem;font-size:1.375rem;color:#000000;display:block; }
#sinJMq1RJAbnbvZy60mvr8vlEVim7hk8 { width:4.5rem;height:2.5rem;top:4.3484377861023rem;left:1.8796874880791rem;z-index:15198;display:none; }
#Uoe9sgaKMsqfAlKTl3VcAbtdytCXSIfs { width:4.3125rem;height:2.375rem;top:5.7234377861023rem;left:13.715624988079rem;display:none; }
#TOw4M9s2UJPoxAL3cMovCGMTxCsDx7MN { width:15.5625rem;height:28.125rem;top:43.875rem;left:2.2187500596046rem;overflow:hidden;display:block; }
#MPUQSbwXEA515VVCbpXtMIGcmzisAvvV { width:14.6875rem;height:2.6875rem;top:25.09375rem;left:5.3125000596046rem;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; }
#TBeLmkL8uroM62UpAb9pNiMwtSlx2Ad6 { display:block; }
#yAn3TKz0tALi16k2RNrQsvA6ibL3PH6T { display:flex;width:2.25rem;height:2.25rem;top:25.4375rem;left:6.5296874642375rem;font-size:2.1875rem;z-index:15199; }
#dVigV6411L5ZkrKXk8HurTrDIHTMkLC6 { top:9.36249999702rem;left:0rem;width:20rem;height:25rem;z-index:14996;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; }
#TPfzNG2wpNWxPpa9IBL7cUzlQKpE91JB { display:flex;width:3.125rem;height:3.125rem;top:24.96875rem;left:16.499219477177rem;z-index:15209; }
#TPfzNG2wpNWxPpa9IBL7cUzlQKpE91JB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Zn2lcTmi04wZHcFCTHg0CetmL2DqpAuh { top:31.487503051757rem;left:13.716406404972rem;width:5.5rem;height:9.5rem;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:block; }
#Tr8JOsNT8RIx49qcLTBHKVJ0hE62d9kZ { top:32.050001144409rem;left:7.3421874642375rem;width:5.5rem;height:9.5rem;z-index:15211;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.0625rem 0.3125rem 0.1875rem #2e6a3a ;display:block; }
#uPNvDtuQnhrxu5aSJvggnTS8dwN8Dn9w { top:31.362503051757rem;left:0.82968753576281rem;width:5.5rem;height:9.5rem;z-index:15212;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.0625rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
#AzVEwcbCTo1Lb4hkCol8dB2uZTWh2w7z { top:32.350006103516rem;left:14.549999773503rem;width:3.6875rem;height:3.6875rem;z-index:15213;overflow:hidden;display:block; }
#VNxoeu0yqd2bamnVSQPt6rXKHqDpgrMb { top:32.912501335144rem;left:8.0937505364419rem;width:3.6875rem;height:3.6875rem;z-index:15214;overflow:hidden;display:block; }
#rxxLbi912TacmMe7mynFQGeCuxJZXwWz { top:32.225006103516rem;left:1.6750000119209rem;width:3.6875rem;height:3.6875rem;z-index:15215;overflow:hidden;display:block; }
#bocke3R7cPVkmCHiR8mAmz9aEsuuhW9V { width:5.5625rem;height:2.923825rem;top:36.349998474121rem;left:13.716406404972rem;font-size:0.75rem;color:#000000;z-index:15216;display:block; }
#WnpQuWmKdD2FpicvBUrwIv0EwTxSXzlO { width:5.5625rem;height:1.95rem;top:37.287501335144rem;left:7.2187500596044rem;font-size:0.75rem;color:#000000;z-index:15217;display:block; }
#BMQzr5SRGDvZpWc27EIrIlkfIwbhll0x { width:4.5625rem;height:2.923825rem;top:36.650001525879rem;left:1.1125000119209rem;font-size:0.75rem;color:#000000;z-index:15218;display:block; }
#qS5oXTiNRVv76i9iHri5T0SJNezcDiwo { width:17.5rem;height:1.25rem;top:78.612499237062rem;left:1.2179687619209rem;z-index:15101;overflow:hidden;display:block; }
#OMDlyVUPaWP7yKKpI23yasryUkSuxzRy { width:6.3125rem;height:6.3125rem;top:81.112498492rem;left:0rem;z-index:15100;overflow:hidden;display:none; }
#k00xu8lDwTbJzqT3PChFooJuibQKu228 { display:flex;width:3.125rem;height:3.125rem;top:81.112503051756rem;left:8.4375rem;z-index:15209;display:none; }
#k00xu8lDwTbJzqT3PChFooJuibQKu228 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JodcEkF9CNhAeKpeD376s4Hb1RGXVTMK { width:3.1875rem;height:0;top:1.5625rem;left:6.8125000596044rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15162;color:#006c35;font-family:"saudi nd";display:none; }
#OeNQLIyTUki4iZSQzqHA9PJiqfxcmTO9 { top:0.5rem;left:5.3125000596046rem;width:7.43675rem;height:6.7484375rem;z-index:15184;overflow:hidden;display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-regular-label { display:block;text-align:right;text-align-last:right;width:12.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto;line-height:.6; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-text { height:1.375rem;width:12.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-text {padding-top: 0; padding-bottom: 0;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-textarea { width:12.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-select { width:12.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;text-align:right;text-align-last:right;font-size:0.9375rem;overflow:hidden; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-select {padding-top: 0; padding-bottom: 0;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-button { width:6.9375rem;margin-top:0.25rem;margin-right:3rem;margin-bottom:0.25rem;margin-left:2.9375rem;height:2rem;font-size:0.75rem;overflow:hidden;line-height:.4;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#000000;box-shadow: none; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-checkbox-label { width:11.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-container:first-of-type{padding-top:0;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-container:last-of-type{padding-bottom:0;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii  { width:12.875rem;height:auto;top:80.325003147125rem;left:2.0492187142372rem; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .radio-container { width:12.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-info-text { color:#000000;font-family:"open sans";font-size:0.6875rem; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii {display:block;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii { width:12.875rem;height:auto;top:80.325003147125rem;left:2.0492187142372rem; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #oPUPNkNoM2IBzFogd6Xg8BvrhtdHanLp {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #BGLV73RepWa5GcIQJTl9EPBNp14UqpKs { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #B0EANwoekowEKDyJTATmTb5F487OvksR {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #pdTRoZrG7p7f9L4XsTtHBgmKyNUZC5d7 {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #pTbsiAC3RiUrwgFTSBqvQT0wLlei1dee { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #uNLZs5U2BA0V9kRWLEVSM1yhTUswqxVA {  }
#GA7iEaOZSLtHoPvVmwBTgnalhQkBXTTq { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #JxEvyaQVEStXPhW8oTvRsolhoJdDQ7hp {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #FXVeXeMJQOdRk4gcTXKyRexF3PbA1bBG { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #giznPor63TWiKP9To7vCT4TCntthx4PB {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #yFDcDtyqAKPz17TtJ6uc6acsg9psbzb5 {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #Irnck4zEXMd2KW2ZmvNsq9hreKn4UyeJ {  }
#T8tspiSeeJXH10HTDxy1SQKT3yLu0rs4 { display:block; }#T8tspiSeeJXH10HTDxy1SQKT3yLu0rs4 > .row .container { width:20rem;height:153.125rem;position:relative;display:block; }#CDpvePMc1rDW7JwpsoyA0uoK1XTk4NVV { top:6.1875rem;left:0rem;width:20rem;height:11.625rem;z-index:15000;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; }
#HrBF16CETvu49bz5whQyP1g1nsiNPzyD { top:18.655468702316rem;left:2.0625000596046rem;width:15.375rem;height:5.84765625rem;z-index:15193;font-family:"saudi nd";font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
#okU6gi8IcJJxIGkmTyHZy2u84g6KVCrm { top:18.343750715256rem;left:0.3125rem;width:19.4375rem;height:6.75rem;z-index:15020;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:block; }
#rwTGE9qcIT4wyPQ6uTsNJf5XtyQLLkVy { top:26.737500190735rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15000;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; }
#rrEpuTBwHOJxpoQdSLSTZaIafIMwuCs3 { display:block; }
#myO972VwTU8UoGtr4H7wOdmbCUoBAon0 { display:flex;width:1.8125rem;height:1.8125rem;top:27.237500190735rem;left:5.0374999642372rem;font-size:2.1875rem;z-index:15010; }
#zsPZFaJgPqAPGfsEKd8petHi6eSAxKKz { top:43.125000953674rem;left:0.25rem;width:19.4375rem;height:4.375rem;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:block; }
#voLUurcoFP6Z3yqSvlLdTBmakrMlB2V0 { top:43.574999809265rem;left:2.1875000596046rem;width:15.375rem;height:2.923825rem;z-index:15194;font-family:"saudi nd";font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
#yumcGd9sMWCSSlRmFlxX58B61X5n0K8c { top:48.925000190735rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15001;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; }
#MfGtGNq7gJrngdtce0xEPXFTJbsxneF9 { display:block; }
#UWTXPL2o8sh3PyTTpNMpET8Z6MdxJknU { display:flex;width:1.8125rem;height:1.8125rem;top:49.425000190735rem;left:5.0374999642372rem;font-size:2.1875rem;z-index:15011; }
#uLzXLirLLeKx0HXqURthwT6aJzuBk0vk { top:30.75rem;left:0rem;width:20rem;height:11.625rem;z-index:15001;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#sbJqpLn4Nbev9k6EIT9n4r6kcUlTTQnI { top:3.4054689407349rem;left:2.2500000596046rem;width:15.375rem;height:1.7875rem;z-index:15192;font-family:"saudi nd";font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#kNwFfgMZs6GXhNRd8Cp5TVDHvI3HFErr { top:0.81171798706056rem;left:0.25000005960464rem;width:20rem;height:1.86875rem;z-index:15191;font-family:"saudi nd";font-size:1.4375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#kr9z2IovEQZv5UalBSSmTuVMl5tngMaR { top:52.5rem;left:0.6875rem;width:18.625rem;height:10.8125rem;z-index:15000;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; }
#zBr2sKutp46QeHiOpOGU0JirqiVLhJHq { top:76.924999237062rem;left:0.68671876192094rem;width:18.625rem;height:10.8125rem;z-index:15000;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; }
#D9QyygTKD3MGbxI0w7nVmiFFpABMFOeT { top:64.1875rem;left:0.75rem;width:18.4375rem;height:6.9375rem;z-index:15020;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:block; }
#nLy0nGxn0OsNOqr3EKVpyWWkUEJd7yrC { top:65.625rem;left:2.125rem;width:15.375rem;height:3.8984375rem;z-index:15193;font-family:"saudi nd";font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
#NywUF6gTbFl1JuHQeWPi2uzlWogzGZRT { top:72.675000429156rem;left:2.8125000596046rem;width:13.875rem;height:2.8125rem;z-index:15000;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; }
#cHqzCJPHPe506bXadLoBfFBtpqetOWgZ { display:block; }
#oT7eLZ8HgoS8mK0tqc2VwLEowA1hfR4I { top:88.987503051756rem;left:0.75rem;width:18.4375rem;height:7.5625rem;z-index:15020;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:block; }
#Q22ZNeUl1iMndM2gG6EeqSDcfBtUV6Ti { top:89.925001144406rem;left:2.0500011444092rem;width:15.375rem;height:5.7734375rem;z-index:15193;font-family:"saudi nd";font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
#HpXgIxTZ1Dq3HKoen0KrbrRK4HxfsvLJ { top:97.800003051756rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15000;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; }
#gkTwz5K7y3IabFq9XLdqn09FJOMtJxBB { display:block; }
#D0cEw3laMKcXcKvFzN9ZeS2s4yOE431r { top:101.86249828339rem;left:0.6875rem;width:18.625rem;height:10.8125rem;z-index:15000;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; }
#l4GV6ehtSOuywir8EAl3lXXJOVXaaSM9 { top:113.92499828339rem;left:0.75rem;width:18.4375rem;height:6.9375rem;z-index:15020;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:block; }
#XA0d1PTufLRhxfy3GIb4a7CsWCz6RQre { top:115.44296741486rem;left:1.9375rem;width:16.5rem;height:3.8984375rem;z-index:15193;font-family:"saudi nd";font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
#GeOP5lcvBT8iiAFGRrQ4ZhihmAkymrcr { top:122.11250457168rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15000;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; }
#ZCcZnLZydl4xo8le7loegLT1rZrMrxRf { display:block; }
#wWvsWR6fEz8T3neL4E0L17dKceitPTnq { top:128.5625rem;left:0rem;width:20rem;height:11.25rem;z-index:15195;overflow:hidden;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#azgZ9cXSs0mRpcS2cn5g0xDzwpQh2f0n { top:140.8125rem;left:0rem;width:20rem;height:10.3984375rem;z-index:15196;display:block; }
#DorxiiQveR1BMot6ykc9hNzBJTNTmERp { display:none; }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp > .row .container { width:20rem;height:33.9375rem;position:relative;display:none; }#hOqstXfrbAobkNS2rUb3qTxt0TFpfzDD { width:20rem;height:5.910290237467rem;top:4.75rem;left:0rem;display:none; }
#zd7t5ahpw0pbLhL1QBf15qwx5oz7JkiQ { top:20.0625rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:14998;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; }
#Zf92HctrfVQiekvU67LD6gZNFHrJwVfv { display:block; }
#aFVOdRTbPTXato4irHCbnr4dQcDPi0cQ { width:20rem;height:5.910290237467rem;top:15.1875rem;left:0rem;display:none; }
#r61JSSBfaw1Jcox9P2XsMv2ZWtJ47ye2 { top:9.875rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:14999;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; }
#nE6rAHQJ68Ke8dEwSacaqea3dnaRqxxs { display:block; }
#i8rmgeTlFG61treDZQT7AMiusHrE9ety { top:31rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:14997;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; }
#LQ7JrkbqDW7nFeVlnXWgMUINrgEN6Eux { display:block; }
#zU1hlWS53UDUvqxIo8EIHvlpSB5nboX8 { width:20rem;height:5.910290237467rem;top:26.0625rem;left:0rem;display:none; }
#xsutP17pGQdzEA3CFQxdouudi4V7LAcE { display:flex;width:1.8125rem;height:1.8125rem;top:10.375rem;left:4.4375rem;font-size:2.1875rem;z-index:15009; }
#lG5mS261yyvqN0cddknKGN2EtF7wiO12 { display:flex;width:1.8125rem;height:1.8125rem;top:20.5625rem;left:4.3125rem;font-size:2.1875rem;z-index:15010; }
#xHFerqlnCVq2IvST2rPZcATmCCrh2D0W { display:flex;width:1.8125rem;height:1.8125rem;top:31.5rem;left:4.5rem;font-size:2.1875rem;z-index:15011; }
#IvQT3IdWlUIKNa0wCwT8dIXTzilxR5XT { width:3.75rem;height:1.8rem;top:16.606249809265rem;left:8.8125005364419rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;display:block; }
#G1N0gdnAlq5Iqkfi42u7F9LBILJWpsCZ { width:4.625rem;height:1.54375rem;top:16.796875953674rem;left:6.0617190003395rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#000000;display:block; }
#Jl9M2pIovrdGUMRkKeAzPC93izQRp5aS { width:15.0625rem;height:2.6rem;top:24.437501430511rem;left:2.6562500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#006c35;display:block; }
#o7TkGKRuxQzhJPsXy30NTzmIHZlOcsXS { width:3.75rem;height:1.8rem;top:27.712501049042rem;left:8.9375005364419rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;display:block; }
#ETXf5L4ePywRQq9QrZ87ntMpWxZ7CyoE { width:3rem;height:1.54375rem;top:27.974999904633rem;left:7.1250000596044rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#000000;display:block; }
#IAPvMJA9HOR40PT1mB6JnZgnAzaIT7Va { width:15.75rem;height:1.3rem;top:5.0625rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#006c35;display:block; }
#U7SA36yGCOzmnw8ufeQTTAQKWwAIrgCk { width:3.75rem;height:2.4rem;top:6.362500190735rem;left:8.8750005364419rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:block; }
#pc6qTblm4U4yUp9TA3VkWfwo3uk2TFEB { width:2.8125rem;height:1.3rem;top:6.91250038147rem;left:6.5000000596044rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#000000;display:block; }
#otaH6KZMCPlcdLSio7vRdPGb3rFEOZTo { width:12.5625rem;height:1.3rem;top:14.25rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#006c35;display:block; }
#SJrupTvN2SUdFihJBxdt7uqEQ9R5JXZt { width:14.5rem;height:1.05625rem;top:15.550000190735rem;left:2.3632817864418rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
#GgJ4ADtOlLyVI3FKSzqTMVRPbiBnsDrA { width:11.4375rem;height:1.4625rem;top:26.187501430511rem;left:4.2187500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.5625rem;color:#045386;display:block; }
#Ksov7oZMmsCqgl5BOANH9vtX5SzNfc7B { top:1.01171875rem;left:0.061718702316284rem;width:19.9375rem;height:2.4375rem;z-index:15194;font-family:"alw arabic";font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#irpnlXTwuo9lSg6ByJ6ZzQSb6pJcXoav { top:4.5500001907349rem;left:0.5rem;width:19.4375rem;height:4.375rem;z-index:15023;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:block; }
#FWepwXLPkDq18tm2AFlgCaWyTkl8UIJs { top:13.675000190735rem;left:0.375rem;width:19.4375rem;height:5.0625rem;z-index:15024;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:block; }
#ZIstJq8vIqXeXHVWfA6Woldwv5DhnCzi { top:23.862500667572rem;left:0.4375rem;width:19.4375rem;height:6.0625rem;z-index:15025;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:block; }
#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR { display:none; }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR > .row .container { width:20rem;height:41.375rem;position:relative;display:none; }#y5RfIIEMEPA2JHTpqqPTI9V4iby0E1DK { top:0.724609375rem;left:0rem;width:19.9375rem;height:2.4375rem;z-index:15193;font-family:"alw arabic";font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#VOmfJMkLKfCLWmAUhe45yeUmtd54oA3K { width:20rem;height:5.910290237467rem;top:4.0625rem;left:0rem;display:none; }
#lhUscuVveyZqFE0IdabSSKZyHbdM14WG { top:19.5625rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:14998;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; }
#NrchlxnuhJidmectKkO1yUlgL7tdlMpe { display:block; }
#VTwkiwbT3KWZlIVKKRGIM2qV6XyCP3a4 { width:20rem;height:5.910290237467rem;top:14.5rem;left:0rem;display:none; }
#lXQAA45dOAd13H4SvWlFB5Ohgz0f7cm6 { top:9.375rem;left:3.1250000596046rem;width:13.875rem;height:2.8125rem;z-index:14999;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; }
#uz10zybSC521opnU7N9frK1B4XyPVNr3 { display:block; }
#Ad5kWyBidU9MctlDZ6ETsM6JOLR2N2Cb { top:19.125rem;left:3rem;width:13.875rem;height:2.8125rem;z-index:14997;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; }
#IrhQ3TMJSbEwexNKyFDXIQTKJwixMGHy { display:block; }
#rRVJaq0kKIGgpnmqD8IEoTBrMG00cgf5 { width:20rem;height:5.910290237467rem;top:25.375rem;left:0rem;display:none; }
#XW9CCdy6B4Shs0ro12NScF56A6pSnN9B { width:20rem;height:5.91015625rem;top:35.375rem;left:0rem;display:none; }
#o4icVpdd2x08JW239vLcQFvzkUI7frBt { top:28.3125rem;left:3.25rem;width:13.875rem;height:2.8125rem;z-index:14996;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; }
#GlrvEhlQlAQZbzXAH9KZ63vadDwABRn3 { display:block; }
#Rdecisdvpsb3LHOpLHRx8wKAPRH0z2fR { top:38.4375rem;left:3.25rem;width:13.875rem;height:2.8125rem;z-index:14995;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; }
#Smw9aKCtbgv8ro8Rz5hALdEnaoHl4qdI { display:block; }
#M2ab7AkJ6ko8kckAWzeplm1VglRCuzgi { width:20rem;height:5.909375rem;top:42.875rem;left:0rem;display:none; }
#sDaaJxNfxnktZlkxB9R0lZ1UxBhZSoFa { display:flex;width:1.8125rem;height:1.8125rem;top:9.875rem;left:4.5625000596046rem;font-size:2.1875rem;z-index:15009; }
#loE4g2zPmMfiabmJzSxyXpdXU2JnhIM1 { display:flex;width:1.8125rem;height:1.8125rem;top:20.0625rem;left:4.3125000596046rem;font-size:2.1875rem;z-index:15010; }
#zNVmy6brTP28VIOgwf9iEkECAqEzyndP { display:flex;width:1.8125rem;height:1.8125rem;top:19.625rem;left:4.5rem;font-size:2.1875rem;z-index:15011; }
#xdqtTNhEL2CsIV2rHDQIl3WDWLlxNIqq { display:flex;width:1.8125rem;height:1.8125rem;top:28.8125rem;left:4.75rem;font-size:2.1875rem;z-index:15012; }
#BJBBM1l5b3yCdUPp6OUHAuVAoeweiWND { display:flex;width:1.8125rem;height:1.8125rem;top:38.9375rem;left:4.75rem;font-size:2.1875rem;z-index:15013; }
#Ux4TgOks5BzqsluUs7EuDrLrigsaMhQE { width:12.5625rem;height:1.54375rem;top:4.0625rem;left:3.3125000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#006c35;display:block; }
#G02exeahMN57V1bQiv49d5Jf5LmGWxgV { width:3.75rem;height:2.8rem;top:5.5625rem;left:9.0625005364419rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#050505;display:block; }
#RKKeGdQ8THmDQRF5RaD68pv1QsTw6RV1 { width:2.6875rem;height:1.21875rem;top:6.414843559265rem;left:6.6250000596044rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#000000;display:block; }
#rqhXLbfPKiDBp3UPuQaanJttx632mqXe { width:12.625rem;height:2.6rem;top:13.5rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#006c35;display:block; }
#hv7Q80V6ngNXbrpuC3D7aOEm7m3UIKKy { width:3.75rem;height:1.8rem;top:16.0625rem;left:9rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;display:block; }
#XXifcMeBZevA4hRyTl7ITN1VGtsfySqc { width:2.5625rem;height:1.54375rem;top:16.0625rem;left:7.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#000000;display:block; }
#xLBoLMJ0L3RN1G7EE8WgVPpicTMl8fBV { width:12.7484375rem;height:1.3rem;top:23.125rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#006c35;display:block; }
#LJlvHkDUos1TOpc499QRsweT6ELPosa7 { width:3.125rem;height:2.1rem;top:24.5rem;left:9.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#040404;display:block; }
#TBsxgbd7tbGaJ3WuzAgFrDFD2fJBc1Oe { width:2.3734375rem;height:1.3rem;top:25.0625rem;left:7rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#000000;display:block; }
#WhOPhKaOau2F8TDL2Mx6axGuSpC1BgMD { width:14.247625rem;height:2.6rem;top:32.6875rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#006c35;display:block; }
#uDgqXJTSwBRaFbUprVJxxxf8XTlrXdyo { width:2.8125rem;height:1.3rem;top:35.75rem;left:7.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#000000;display:block; }
#lQPE4Ca1B8zol6FlD2DlfuADNML2dG0z { width:3.75rem;height:2.5rem;top:35.0625rem;left:9.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#000000;display:block; }
#O9Doaoxv2MHbovrhTbwhN2R7792mIylu { width:16.3125rem;height:1.1375rem;top:15rem;left:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;color:#045386;display:block; }
#bronJdSCvfEFSFXc50LTvgThMkMourRg { top:3.9375rem;left:0.25rem;width:19.4375rem;height:4.375rem;z-index:15022;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:block; }
#vL1ikbW8I4vpnWJyCqK5Zzk0NB1L8zZR { top:12.9375rem;left:0.25rem;width:19.4375rem;height:5.0625rem;z-index:15024;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:block; }
#h6S6kWioi4csa4w2Rxx18BhaoER1pIsi { top:22.75rem;left:0.375rem;width:19.4375rem;height:4.375rem;z-index:15025;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:block; }
#bMKKiOi4Ehv4yMsBB9dQ8WKtoUTG75Jo { top:32.5625rem;left:0.5625rem;width:19.4375rem;height:4.8125rem;z-index:15026;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:block; }
#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 { display:block; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 { background-color: transparent; background-image: none; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container > .video-iframe-container { display: none; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row > .video-iframe-container { display: none; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .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); }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container { width:20rem;height:19.6875rem;background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container.adaptive-delivery-prevent-bg, #gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container.lazyload, #gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container.lazyloading { background-image: none; }#ngoo4rAgn3BopJRh4gxgIMvO0diiC19h { width:17.4365rem;height:7.124025rem;top:4.53125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#vyawZ4hadTJ2bAxxN3x7SWxHc8Cfr9zi { width:15rem;height:2.03125rem;top:1.25rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
#QVvdTwqbfLTbMJXlIgXhz0T7ISbL97N7 { width:15.68725rem;height:1.05625rem;top:15.202625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
#XDgh8eL0MNczN8b4TRB7FBu4P4AWVtsR { width:13.49975rem;height:1.05625rem;top:12.8979375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
#UTMWn2QQe4NgJLyViaFZzHAHVJx2FEcH { width:16.3745rem;height:1.05625rem;top:17.5073125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
#AW9z7QTBTAF80A2SqcLdmPqCICVCgfDC { width:1.5625rem;height:1.1875rem;top:4.75rem;left:17.1875rem;display:none; }
#ubdyl9XVhlZBGIVs8zWVAS36y3tt8IGV { width:1.5625rem;height:1.1875rem;top:6.25rem;left:17.1875rem;display:none; }
#aoOad7xF4fbOaKPbmkiCpbTe3LyWCLvR { width:1.5625rem;height:1.1875rem;top:7.75rem;left:17.1875rem;display:none; }
#hV56pyE77TyQ7dpvDcTu000qO6AJWmtx { width:0.125rem;height:5.3125rem;top:21.8720703125rem;left:9.9375rem;display:none; }
#hEftDr1t3yk8plBgXX3Tyw0HRQNKKfpv { top:189.25rem;left:5.375rem;width:11.3125rem;height:2.5rem;display:none; }
#mXaySQTEZbVX0ig9fx7vT9IyMWa8ihrr { display:block; }
#hxTK8JCESh58aLahdNdTWmmn5glDl9mG { 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; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG.adaptive-delivery-prevent-bg, #hxTK8JCESh58aLahdNdTWmmn5glDl9mG.lazyload, #hxTK8JCESh58aLahdNdTWmmn5glDl9mG.lazyloading { background-image: none; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container { background-color: transparent; background-image: none; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container > .video-iframe-container { display: none; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row > .video-iframe-container { display: none; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .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); }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container { width:20rem;height:39rem;position:relative;display:block; }#nBodnLIps22Dq9DDBDZaulvZJWFQ8GUe { width:17.999125rem;height:1.3501rem;top:2.5618495941162rem;left:2.0008681416511rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.125rem;display:block; }
#O1Af3rLHDW0ZmZsEmT7xlwJ9vvCKXsZq { width:14.624rem;height:0.1867675rem;top:4.375rem;left:2.6875rem;display:block; }
#hWTQaVc80vmmKsXHfEb00Ny12wbM94vW { width:17.6245rem;height:3.375rem;top:5.810546875rem;left:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
#tpykocv9225mod5hkQRBpXuAHV8cll9e { width:1.875rem;height:1.875rem;top:30.6875rem;left:9.0625rem;display:none; }
#Gx6VXdEPBclX3I9eWDdFs2TcbfObTIqJ { width:4.24926875rem;height:0.1867675rem;top:4.373779296875rem;left:15.75073125rem;display:block; }
#THaNXDx9WkDXNbReGX4qAZOetHMT9a39 { width:1.68728125rem;height:1.68728125rem;top:29.155817031861rem;left:14.131944715977rem;font-size:1.125rem;display:block; }
#K0EDavoQ9u9B5PHES1rJsv1UMmggZtKM { width:20rem;height:1.875rem;top:20.69118976593rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.25rem;display:block; }
#kyHBQA6QiTJAKh4ZaC8A6VKKPMts6q1e { width:10.3125rem;height:2.798825rem;top:33.625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.6;font-size:0.875rem;display:block; }
#Tm1KECd2slB6cBHOamisXTePSAlWMHNn { width:1.68728125rem;height:1.68728125rem;top:31.125rem;left:14.0625rem;font-size:1.125rem;display:block; }
#dy9GVI4xCFSEKbVaXFIuZBTw336hPvT6 { width:1.875rem;height:1.875rem;top:32.875rem;left:9.0625rem;display:none; }
#XzCbTWbqJfEP69IilCtnTbPStRMm29uD { width:1.68728125rem;height:1.68728125rem;top:33.624134063721rem;left:14.131944715977rem;font-size:1.125rem;display:block; }
#Vi5JpihetgxgVsh8nXvZkUQsdzwT5lKG { width:1.875rem;height:1.875rem;top:35.125rem;left:9.0625rem;display:none; }
#Pf4nJRwoRP0NulwWuAQqwHyr8VEpUNe4 { width:10.061875rem;height:2.275rem;top:36.4375rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;display:block; }
#kSpCSo1MBzkshTltCLox6FMAS8V7UOOs { width:10.06225rem;height:2.275rem;top:28.5625rem;left:5rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;display:block; }
#ePtBw19KrRNDb2IMOxM0HxIP0zMLepm5 { width:1.68728125rem;height:1.68728125rem;top:36.75rem;left:14.1875rem;font-size:1.125rem;display:block; }
#LieTlMVEPuT3N62zeSD8ftn52OREBhlN { width:1.875rem;height:1.875rem;top:37.3125rem;left:9.0625rem;display:none; }
#L03ckzdo2tSIMD8nvlpXd2BeMQUqG4u9 { width:11.3745rem;height:2.275rem;top:30.8125rem;left:4.25rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;display:block; }
#s37k9iPbnR4fKcrBhhcWxJzRNyFv3XnP { width:20rem;height:4.5rem;top:23.373481750488rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
#W48BDn1tdghONJz2oZiZd4F8gREaS8rT { width:20rem;height:3.375rem;top:9.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
#eRybZqtOK5agkyRANeidP6zSnHSqbRss { width:20rem;height:3.375rem;top:14.375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 { display:block; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 { background-color: transparent; background-image: none; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row .container > .video-iframe-container { display: none; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row > .video-iframe-container { display: none; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .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); }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row .container { width:20rem;height:12.1875rem;background-color:#ffffff;background-image:none;position:relative;display:block; }#G9wD6aLg8O0Tu5pVq7uXzhW8wXDVlId7 { width:15.0615rem;height:2.6rem;top:2.744140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#tANOFfoz2kOL7aZtNJhDrGF0lisWOFbl { 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; }
#hv5mTeLy5CBvKOOFvx1ZKklIg2BT9BIp { width:2.43555rem;height:2.43555rem;top:7.1806640625rem;left:16.24609375rem;font-size:1.6875rem;z-index:15012;display:block; }
#sJ2n65Bn8pRFkmSzcVxAr7T7iOzkkrEC { top:1.7626953125rem;left:12.24609375rem;width:4.811525rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
