.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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); }#Xrysg8Dxz0yrZmhLasMzq2idRHRcT9aA { 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; }#Xrysg8Dxz0yrZmhLasMzq2idRHRcT9aA > .row .container { border-width: 0; border-radius: 0; }#Xrysg8Dxz0yrZmhLasMzq2idRHRcT9aA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xrysg8Dxz0yrZmhLasMzq2idRHRcT9aA > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:none; }#HWqPa4r9G3ZuDyhzt8gM2Hdw0lKOyZRR { position:absolute;display:block;z-index:15008;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:6.0625rem;width:6.0625rem;top:0.46757808327675rem;left:25.875rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:63.75rem;width:60rem;overflow:visible;position:relative;display:none; }#yI7FnXKhXWXF2E4zuBufnbOOu6rTM0TB { color:#034da1;display:block;width:23.5616875rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4988279342651rem;left:17.184371948243rem;height:2.8441375rem;font-style:normal;display:block; }
#LneTuFlRTJEqNKe2T4mRB6MDgugoQb1q { color:#8b753f;display:block;width:26.124625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.0625rem;left:7.1875rem;height:2.0296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0znauEs5HFocRTotzX7ly68qzNluZT4 { position:absolute;display:block;z-index:15006;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;box-shadow: none;height:3.1875rem;width:2.87460625rem;top:23.25rem;left:27.5625rem;overflow:hidden;display:block; }
#CktvvTnqdqiPyTpPraFfUAvVQTek1yOy { color:#8e722e;display:block;width:10.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.25rem;left:15.875rem;height:1.6253875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ldd6LI6NKz8PV2ynTaJltXxNrx4V9MMC { color:#034da1;display:block;width:32.8125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.0589842796326rem;left:12.556640625rem;height:4.22578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQhpU3eCsckMW64HSizfgvpfnrTbpx1M { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:22.125rem;width:22.125rem;top:22.693359375rem;left:31.5rem;overflow:hidden;display:block; }
#PPFJTXTc8ctSvzKwKsMRGTIwMy4TXNTR { color:#034da1;display:block;width:32.8125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:-0.0625rem 0.25rem 0.4375rem rgba(0,0,0,0.5);top:9.2835929393769rem;left:13.59375rem;height:4.22578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UoPtbquzOofyNxK22wLdq93BKvQTwVF5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:53.25rem;left:16.1875rem; }
#QcnhQ7NfmN4d7eyPw4ETbFWoCxzhyOB4 { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0296875rem;top:56.3125rem;left:8.125rem;text-align:center;text-align-last:center;display:block; }
#RUp5ipl1CMBfkTdhMxuH1EsUI0VPzuzh { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.18671875rem;width:6.5625rem;top:58.25rem;left:10.875rem;overflow:hidden;display:block; }
#kSceAb9rgNDH2ZkU02OugXN1cBTq5e4b { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5609375rem;width:6.5625rem;top:58.3125rem;left:18.0625rem;overflow:hidden;display:block; }
#QLT1ttMKaSmvCWnMZkCBpheUTCQ7APid { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:36.133981943131rem;left:26.446868896484rem;display:none; }
#UesDuvNk3ClIHU4LfbGL2xAciEWPFbOo { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.19375rem;top:35.508981943131rem;left:9.498046875rem;text-align:center;text-align-last:center;display:none; }
#SlI1bJPyZfnQvhMzeMHRsPhBwzhbrEUA { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:5rem;top:38.6875rem;left:19.75rem;overflow:hidden;display:none; }
#vPnmm8cObQL198BZHULQRIbJU91rkRMs { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:5.25rem;top:38.5rem;left:14.25rem;overflow:hidden;display:none; }
#koTksX0hQ3FOxXGPE1htlfxuMbCvOzuJ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.81171875rem;width:4.99921875rem;top:58rem;left:41.75rem;overflow:hidden;display:block; }
#tp4Tk1CFkAPdgNq9coK583oKhzStxqLW { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:5.25rem;top:57.875rem;left:36.3125rem;overflow:hidden;display:block; }
#BtXwpUOwfPzglxVJkaeQgt44iTI9wWrZ { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.19375rem;top:55.375rem;left:31.5rem;text-align:center;text-align-last:center;display:block; }
#CpcpiqAA4pfwq0truUXBNCycKTrsQadL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:55.5rem;left:49.75rem; }
#MCHFu2hLI8PZRGz24yPibhNFWQQzngEB { 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.937125rem;height:2.87460625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:47.137496471405rem;left:35.592185974121rem;display:block; }
#gND80PbIduflrdKeQmryoracVGW4LBhH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v2hxaMMGLRqk1uuepU9pSRWwFNmh5I11 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:47.774608135223rem;left:36.837104797363rem; }
#iiIQ2TBxO9x9vw4MEMzclDTbdpv6LhTM { background-color:#40b356;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:51.6875rem;left:35.65625rem;display:block; }
#IppX0ItV3LfH2NE3E0XSuSBxXAePLORg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qtsSWXP8e9SnAcydGer5cH7McBBGgTal { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:47.774608135223rem;left:36.837104797363rem;display:none; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-form-header {  }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.875rem;font-weight:bold;color:#19232e;width:15.625rem;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;vertical-align:top;text-align:right;text-align-last:right; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .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 #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:amiri;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-input-text {padding-top: 0; padding-bottom: 0;}#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .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 #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:amiri;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:cairo;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-input-select {padding-top: 0; padding-bottom: 0;}#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-input-button { 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: -webkit-linear-gradient(top, #034da1, #034da1);background-image: -moz-linear-gradient(top, #034da1, #034da1);background-image: -ms-linear-gradient(top, #034da1, #034da1);background-image: -o-linear-gradient(top, #034da1, #034da1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#034da1', endColorstr='#034da1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#034da1', endColorstr='#034da1' );";background-image: linear-gradient(to bottom, #034da1, #034da1);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;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:0;display:block;box-sizing:border-box;font-size:1.9375rem;font-weight:bold;color:#f2f9ff;width:15.625rem;height:4.375rem;font-family:amiri;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;line-height:1.6; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:amiri;font-size:0.8125rem; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:amiri;font-size:0.8125rem; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:amiri;font-size:0.8125rem; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:amiri;font-size:0.8125rem; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:14.625rem;overflow:hidden;font-style:normal; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .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; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-container:first-of-type{padding-top:0;}#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-container:last-of-type{padding-bottom:0;}#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.625rem;height:auto;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;left:8.1222667694094rem;top:27.06210899353rem;z-index:15009;position:absolute;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: 0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5) ; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.625rem;display:block;vertical-align:top; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e {display:block;}#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.625rem;height:auto;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;left:8.1222667694094rem;top:27.06210899353rem;z-index:15009;position:absolute;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: 0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5) ; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #bbvwD21kchEowAvigpIvm4WH2gfMB0HU { position:relative; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #bo96tIQJg4MaA6SEyVxv0EInFPHqC4pc { position:relative;display:block; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #QWnp0lleOMzJzupc3b1eGPTvrsmQlm2R { position:relative; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #JFwwwRcWUQF9pSAHgJStE31G1eE6h68E { position:relative; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #aFcZ0ZzTE1guBbOIRJp11iBqxMX8z6Pc { position:relative;display:block; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #fqHFyr4nJJccVBaPTXOTkxLiBn69QThH { position:relative; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #rzivcVTJqvTOfApEx1BquhvayENqkZgd { position:relative; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #o889dSAEG9684BipgeM7SPzuwnDeJkkR { position:relative;display:block; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #DllGTsnTgrg1IWX34KL2yW1m7lPytp8Q { position:relative; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #eQepG0TRG0u4Ltgaoa4Dm1MQuFtXJldV { position:relative; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #nFgPsTl5E3vmw7BVwJimy69yhocUPpBS { position:relative; }
#U7IStFARLz9VWaoF8mF7q7Mv3dlli2ac { 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:4.5625rem;top:0.0625rem;left:40.875rem;overflow:hidden;display:none; }
#Fx7w1r13G3v04LzzcHHeMwpkQmgklVtd { position:relative;display:block; }#Fx7w1r13G3v04LzzcHHeMwpkQmgklVtd { background-color: transparent; background-image: none; }#Fx7w1r13G3v04LzzcHHeMwpkQmgklVtd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fx7w1r13G3v04LzzcHHeMwpkQmgklVtd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fx7w1r13G3v04LzzcHHeMwpkQmgklVtd > .row .container > .video-iframe-container { display: none; }#Fx7w1r13G3v04LzzcHHeMwpkQmgklVtd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fx7w1r13G3v04LzzcHHeMwpkQmgklVtd > .row > .video-iframe-container { display: none; }#Fx7w1r13G3v04LzzcHHeMwpkQmgklVtd > .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); }#Fx7w1r13G3v04LzzcHHeMwpkQmgklVtd { border-width: 0; border-radius: 0; }#Fx7w1r13G3v04LzzcHHeMwpkQmgklVtd > .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; }#Fx7w1r13G3v04LzzcHHeMwpkQmgklVtd > .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; }#WoHu5R02iIogQK28aBTLw8fpr57RxTSW { 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.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DeP4bTB63IbM92LLNEgQzy9bQ5AQurLf { 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:4.5625rem;top:0.0625rem;left:40.875rem;overflow:hidden;display:block; }
#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3595573-1352-4b08-a4dd-21a75ec54ddd/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna.adaptive-delivery-prevent-bg, #BKDzqg6qDU8EemwzVJwDgK1pulvZbMna.lazyload, #BKDzqg6qDU8EemwzVJwDgK1pulvZbMna.lazyloading { background-image: none; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container { background-color: transparent; background-image: none; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container > .video-iframe-container { display: none; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row > .video-iframe-container { display: none; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .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); }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container { border-width: 0; border-radius: 0; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container { font-size:0.875rem;font-family:arial;height:93.375rem;width:60rem;position:relative;display:block; }#gCLpeKNpwRiWkSQbb2FNJxsrzvrADtaD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15198;opacity:1;top:17.8125rem;left:33.0625rem; }
#gCLpeKNpwRiWkSQbb2FNJxsrzvrADtaD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#BnhB17mJEcns8Idb0CNpLJn0Il2vT9BR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.3125rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:18.1875rem;left:23.1875rem;display:block; }
#WFQDUuI5Bs4x0xQTVVVz1GuQlEtiMBRi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAmw333GO6btKK4rxyK7J16ar3eNOat7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:18.25rem;left:23.9375rem; }
#IgZ2o9C6cwFCwJv73KRwogMWwTnURD7s { color:#034da1;display:block;width:32.8125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:-0.0625rem 0.25rem 0.4375rem rgba(0,0,0,0.5);top:43.9375rem;left:12.3125rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iDFzeIBZuS3g1wX0Cyqfw4TDwUuMHWEV { box-sizing:content-box;height:8.625rem;width:5.1875rem;position:absolute;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:21rem;left:33.1875rem;display:block; }
#UVTwGRZw4ELKnfmIJMOWTrdQuyvTNxrp { 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:15002;background-color:#e3e3e3;background-image:none;top:21.75rem;left:27rem;display:block; }
#rCCpWLl5uluNrJV7GEI8zRpMwTmEauUH { 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:15003;background-color:#e3e3e3;background-image:none;top:20.9375rem;left:20.6875rem;display:block; }
#uuQJImAP1fCaGQXKsfFqzaZkxrgT4ogp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:21.75rem;left:33.875rem;overflow:hidden;display:block; }
#pSugPd2iOdtXmgT6sXDT22s3ryakkP8T { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:22.3125rem;left:27.5rem;overflow:hidden;display:block; }
#qllDrRw1eNTyBoSRM5HMxpxTnroggynV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:21.625rem;left:21.25rem;overflow:hidden;display:block; }
#CbQE2kP90XXPzfUrVqNwhTQBBw7WWHvW { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.0625rem;left:32.9375rem;height:3.16699375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BDA0VTCRT0QHmaAAnibwo5JDGOXPiFnZ { color:#000000;display:block;width:4.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.625rem;left:27.3125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6VoINuQzWM5Rr3ErJ8ktJIr3S3xtaza { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.25rem;left:20.5rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ut0Ee5TTBHD42DQa7tQXsGw28U8ihySC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:22.125rem;width:22.125rem;top:50.3125rem;left:18.625rem;overflow:hidden;display:block; }
#IByJliccZsgOycfmG2T1bvPeJu0xHKkx { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:74.4375rem;left:22.75rem;display:block; }
#ZHUcqyMqasPrOToS5h0Vd6zJkmNwRgLf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eCishBEL9AfF8h3TT5fBrDZd3CXvTRrx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:74.9375rem;left:24rem; }
#JId9yUeq2qqJaVHuTOCNFxD68JKRqc4n { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.0625rem;left:21.15625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GJpagaDDoGQzwgwmLAvUgoBBqNiC3bL3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.8125rem;top:2.9375rem;left:25.09375rem;display:block; }
#GiOFbtWeyxlcEiatBGfFzMbKERfty15A { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:86.1875rem;left:19.375rem;text-align:center;text-align-last:center;display:block; }
#WtxkeBPk1MBq9Z0lofaDZdLWHbPXa5B0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:80.123442649844rem;left:27.154685974121rem; }
#noF196kppAxs1lXZWUARPfUXFAfQ5Rti { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.19375rem;top:84.043749809262rem;left:18.72031211853rem;text-align:center;text-align-last:center;display:block; }
#nuEkDOIZo5qIeHm2ChKzf3f90MWdR9ET { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:18.125rem;top:89.6875rem;left:19.656251907349rem;overflow:hidden;display:block; }
#Up8lVIeRFVlvXWrgeWAiU7tzsTyUxW8m { 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; }#Up8lVIeRFVlvXWrgeWAiU7tzsTyUxW8m > .row .container { border-width: 0; border-radius: 0; }#Up8lVIeRFVlvXWrgeWAiU7tzsTyUxW8m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Up8lVIeRFVlvXWrgeWAiU7tzsTyUxW8m > .row .container { font-size:0.875rem;font-family:arial;height:92.0625rem;width:60rem;position:relative;display:none; }#nIfRE2TgnFZWb0VPZnNE5faaFqaEGMCv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:7.5rem;left:31.000001907349rem;overflow:hidden;display:block; }
#kzGqHlU76cLHnXda4yeB8T7PZaXiunvV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:7.5rem;left:7.5rem;overflow:hidden;display:block; }
#JNheVR6cQA2ZpVrC5enHRHta9eu3rqOO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:34.5rem;left:30.4375rem;overflow:hidden;display:block; }
#udnodWKTizJTz7IzQcbGzsXAeccOBo7O { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:34.5rem;left:7.5rem;overflow:hidden;display:block; }
#mTdyHNpTxlumDacp8OGgaexUshZWLzTS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:64.18750190735rem;left:17.937501907349rem;overflow:hidden;display:block; }
#ENrvw047C5lzDH5MTUDB7CPtTLq1S6d1 { box-sizing:content-box;height:9rem;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:21.375rem;left:31.843751907349rem;display:block; }
#FnQ1C3sfsbOtMVom3RA9EJTLdpzh6CF8 { box-sizing:content-box;height:6.9375rem;width:18.4375rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15000;background-color:rgba(227,227,227,0.37);background-image:none;top:26.3125rem;left:49.35000038147rem;display:none; }
#J9yOnW52pd1loZ5QHShJhIvqyG3p9sse { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:7.714875rem;top:21.8125rem;left:31.31406211853rem;text-align:center;text-align-last:center;display:block; }
#oH91pPoqyqETQn00LfPSuEUZqaCR4569 { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:1.4625rem;top:28.212500572204rem;left:37.281251907349rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nhZxGCErdXRNGE6uyLQC8gfUF7wXIxK9 { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31rem;left:34.093751907349rem;display:block; }
#zbcTfDHNS7viQFtJHiTpz8ZIwFJ0xf44 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MeAuiMJoU4ifVdbG4UaxQNivJG3Xndcx { box-sizing:content-box;height:9rem;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:20.956250190735rem;left:8.59375rem;display:block; }
#hIxAA38APNImWNVSZdEqOxDOiiu947QR { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:6.16875rem;top:21.812500953674rem;left:8.3765640258787rem;text-align:center;text-align-last:center;display:block; }
#MzpuILd0S4JoyA6ZC3AaSLZnNE7kwe7p { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:1.4625rem;top:28.087500572204rem;left:13.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NmG9C1M1Vp3ZO0JRWO9oqbEV1EowT79a { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.562500953674rem;left:10.59375rem;display:block; }
#JRek96ba7bvQHXcBmA2WLf3XH8mvLcCS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iQXErFynZCGn1qM2GB3VAfKQPS3vgOpG { box-sizing:content-box;height:9rem;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:48.6875rem;left:31.843751907349rem;display:block; }
#vR7FeaTPCeyBvcnw5If7lBCxAoKpyC67 { color:#000000;display:block;width:19.996125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:6.171875rem;top:48.6875rem;left:31.0322265625rem;text-align:center;text-align-last:center;display:block; }
#ORWpAmUrUBrKr75TB1ZLzac2gGwNhs1a { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:54.859375rem;left:37.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eCtu7Sq7huWdBlT9XvADEoerymCTA8RQ { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.562500953674rem;left:10.59375rem;display:none; }
#qKJlZCKotF5D9b7ro378eNTshVBVdkxk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0FaRhzL25tMGB5LwNgIFfbyF2UNyTJa { box-sizing:content-box;height:9rem;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:48.686719894409rem;left:8.34375rem;display:block; }
#UKqVJZc28Nabw8Tp2Ube12TigIJhhlz7 { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;height:6.16796875rem;top:49.639844894409rem;left:7.14687538147rem;text-align:center;text-align-last:center;display:block; }
#WVGtfXo68iAL1BaqPkc3Ke4GWfny4BEz { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:54.859375rem;left:14.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LSZT6T702KVy5XozFrpwgVxW88TsVshP { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:58.512500762939rem;left:34.97500038147rem;display:none; }
#MpkHCEaCMAN4vlTKOyeTLnxazf9OrPuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SC0Pyoxf84UIKEoXTWtJwLLwxKx6El7o { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:58.561719894409rem;left:10.59375rem;display:block; }
#CTNsfFypUqpthxcTPALxikNSlhKsOytQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXXTqBLmPTrwSacFyPH4Xa6IbTAfRPMZ { box-sizing:content-box;height:9rem;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:15002;background-color:rgba(227,227,227,0.37);background-image:none;top:77.249212265013rem;left:18.781251907349rem;display:block; }
#mowXGVs1su6TZON3qDeogRJnJSBtRHFP { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;height:4.75rem;top:77.247657775881rem;left:18.00156211853rem;text-align:center;text-align-last:center;display:block; }
#VOPZEqLPybJfu5CfXqMs6O8KCTk6RlkR { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:87.12500190735rem;left:21.031251907349rem;display:block; }
#TE91oOob8DBJSL7nPW66p0PwZ5FJUbxn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g955RIUDz9bumme9T460dEuch0ZG4maI { color:#000000;display:block;width:9.875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;height:1.1875rem;top:83.997657775881rem;left:22.768751144409rem;text-align:center;text-align-last:center;display:block; }
#hTKZiHJu4v0kDuBgcVoFuQ6iNxrHgOb4 { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:59.436719894409rem;left:32.643751144409rem;display:block; }
#L3PCdMFJ1vp6bv3etxqMTc9AEprAKFKd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FchPWS6SVAbySgBWtfdJiqtBzTnTffTN { color:#000000;display:block;width:26.1234375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.9375rem;left:16.625783920288rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rUHFkFC7MQkwZtf7hTGKzeuKRSMrUNSH { color:#000000;display:block;width:26.1234375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.96875rem;left:15.687501907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5XLOcT4ll8W73CdoEzyUGpOnCDMAZTP { 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:4.5625rem;top:0.0625rem;left:40.875rem;overflow:hidden;display:none; }
#mGpEZTzSPWNRLrqJV7N8HcHyeTNUKlxn { color:#000000;display:block;width:26.1234375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.9375rem;left:16.625783920288rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VZxE6FTFB9zA32idTs9rKKZTIzkSlLSN { 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; }#VZxE6FTFB9zA32idTs9rKKZTIzkSlLSN > .row .container { border-width: 0; border-radius: 0; }#VZxE6FTFB9zA32idTs9rKKZTIzkSlLSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZxE6FTFB9zA32idTs9rKKZTIzkSlLSN > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:none; }#R2GkpRK0aEXTC1PIlN7GlFKSk5VFgaJq { background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:26rem;left:24.1875rem;display:block; }
#uOVLM8Sokaz8fNQhsbcNCV2tIvytymPl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ew7qpRLGzTPcHtK5mTCdFx1Du1TDlBe2 { 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:26.25rem;left:24.8125rem; }
#WubFeVMlMfH1XKRE3thzyqVac0iufgNZ { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:15.9375rem;width:8.9375rem;top:3.75rem;left:25.0625rem;overflow:hidden;display:block; }
#rRaZR2I9d8EdJbv10vT7DJv3N5GBuURW { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.8125rem;width:8.875rem;top:3.8109321594238rem;left:45.1875rem;overflow:hidden;display:block; }
#xEBRO67l0c6HeD7duBv0MMvDAUEqBJFp { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.9375rem;width:8.9375rem;top:3.75rem;left:5.4375rem;overflow:hidden;display:block; }
#PKmmMXdOJ3zy3Ks0pSK5IMgbCIVfKOhf { background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:26rem;left:43rem;display:block; }
#NWhGoMh7OhTvhUHuST85y6bazDSZeBuC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRtdTmza08NRAghB4h47cAhIS7VOE7N5 { background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:26.25rem;left:5.125rem;display:block; }
#lZerXEM98tTF5sOJ1EnWRCWJoWzxi045 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nJcLr9iVUfKgvERu13zt8Al8pGaQGP3J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15197;opacity:1;top:26.1875rem;left:43rem; }
#CDS0bbBlOrlQRwaRrgNsyMcRwlw4SP0I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15198;opacity:1;top:26.375rem;left:5.25rem; }
#t2vza6AwT7cQR3gvn6TOMtPZctZ91OfS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15218;opacity:1;top:45.375rem;left:26.125rem;display:none; }
#rwAAmgiww0OZPINoUSXfxosUfxDdnDlQ { position:absolute;display:block;z-index:15219;height:3.3125rem;width:5.9375rem;top:10.814582824707rem;left:23.875rem;display:block; }
#dFAMyTssL3i7oewsQS19xuEEDNSCVZ4u { color:#0e849e;display:block;width:12.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.875779628754rem;left:43.5rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KeZoC3rTLSoIZdletLBHuaAua2zL1Een { color:#0e849e;display:block;width:12.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.875779628754rem;left:23.375rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QaR5PM4hRs0Kg6aHZMFzhXFBxFNeFEyC { color:#0e849e;display:block;width:12.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.875780105591rem;left:5.0625rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNBR9EU4foWKP4eF8pG8flDnl8kigsAT { 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; }#zNBR9EU4foWKP4eF8pG8flDnl8kigsAT > .row .container { border-width: 0; border-radius: 0; }#zNBR9EU4foWKP4eF8pG8flDnl8kigsAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNBR9EU4foWKP4eF8pG8flDnl8kigsAT > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:none; }#NdnULnhVQeBqsSP03tJxC2fpJriEKsZa { background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:26rem;left:24.1875rem;display:block; }
#fnuJhAQOl84MzI22F3EKFlgOkvtkUtEu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n8GUZ8RTXMeNf8iy4uqxZ56KRW8MXuZl { 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:26.25rem;left:24.8125rem; }
#SyEQl7ZsgaSQUiXsF0nW2shzOMWXPHH9 { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:15.8125rem;width:8.875rem;top:3.75rem;left:25.0625rem;overflow:hidden;display:block; }
#UQx72p42qmEFvhBGW4DkEFIpdZFXtoUn { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.75rem;width:8.8125rem;top:3.8109321594238rem;left:45.1875rem;overflow:hidden;display:block; }
#zI4AfAuF71WUD27qTF25N4C0vvJ0p4iA { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.8125rem;width:8.875rem;top:3.75rem;left:5.4375rem;overflow:hidden;display:block; }
#IOfwNsogbekeMuGGNoAuTpCnHoFzlsrW { background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:26rem;left:43rem;display:block; }
#v6IaD3y2Kcdi9oroOUWXI1QCNNg1SdED { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g63ws4uwD0W4sWFaTp6DuQOkSbTOcrwI { background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:26.25rem;left:5.125rem;display:block; }
#WHiRCG1OVXmp8QuamhmQBAdOAGy6Etmm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJWNH1Ndd5vCyUK5EO5VJ8F2Pm95WSLt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15197;opacity:1;top:26.1875rem;left:43rem; }
#MAR8RRJ6z5qysG2Aw82VfrChxT43nD7N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15198;opacity:1;top:26.375rem;left:5.25rem; }
#KyPCkbsyh1rzn6uSAa2rX9Ppe1obPvGT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15218;opacity:1;top:45.375rem;left:26.125rem;display:none; }
#glBRg0wOpVcdX3st0Hy9yJhwqVnMraxX { position:absolute;display:block;z-index:15219;height:3.3125rem;width:5.9375rem;top:10.814582824707rem;left:23.875rem;display:block; }
#J8h8VsHfKMIlKmK3EWNlxB7sNtnoQlWQ { color:#0e849e;display:block;width:12.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.875779628754rem;left:43.5rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OH1OuvptSGrQoR0a8pEwPLbawOT0i7Wt { color:#0e849e;display:block;width:12.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.875779628754rem;left:23.375rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lvDNXBQfIpxGHyyvO4QiQ3OgMmf3tC8b { color:#0e849e;display:block;width:12.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.875780105591rem;left:5.0625rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o7AVnrLcx0dEIRMpKKQ31Wn3xlkGokCl { 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; }#o7AVnrLcx0dEIRMpKKQ31Wn3xlkGokCl > .row .container { border-width: 0; border-radius: 0; }#o7AVnrLcx0dEIRMpKKQ31Wn3xlkGokCl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o7AVnrLcx0dEIRMpKKQ31Wn3xlkGokCl > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;position:relative;display:none; }#ThskdETQTDGcTcFVGnr2J9uhs3TRyofC { color:#000000;display:block;width:19.9980625rem;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:22.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AdX9g5gcBrrh5EEcEuZl9Euhfvsl3lpe { 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; }
#GruBJiVlHB9tzOEUFlFAxs40ku6RlTpE { color:#070606;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8798828125rem;left:37.0283203125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BJETOZ0NGiia1JBRToW5McW2eGVG48Id { 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:15002;text-align:center;text-align-last:center;top:13.25rem;left:41.46875rem;display:block; }
#FF17TWABCc49evOePAzSClgi9PzGeroU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OgSJJR5GVRX6RrFEkOUonu9IUs4wtaqm { 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:block; }
#LUp34MzekRsJCdTtPW6b2LNi5n4gX3cb { 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:13.25rem;left:11.84375rem;display:block; }
#lprnkaINAstNLUSZ2K4nX7w7UG43fpJO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#To5gIszmRJLHCIkOhTPVaLzATiVgWmoM { color:#070606;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8798828125rem;left:8.2158203125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aoHVTILdvZ1SHtgsbfiAyDild36p8zVF { 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; }
#ZKz19MW1oNMqyBlsmDdeNNWNXw5shiVw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R92rpbzdZ8pRg6TfMAPxpVPG0t0QvKaF { 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; }
#uqd4C3T9whs1WxtZ7xhAfrEOi71NPW6H { color:#070606;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.30078125rem;left:37.0283203125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RUgHR4cGgJGP4SONsK7GEw7RpkkETmWK { 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:6.9677734375rem;overflow:hidden;display:block; }
#XpTLKAgVxpXeTMxkaVnersD3nsIMwvMS { color:#070606;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.30078125rem;left:8.9677734375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJTMUGLqvUq6boOHy2qs4Pvb5wBUwFi7 { 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:11.0908203125rem;display:block; }
#odmDkwDNNPwRZS10VXyCfn3ZnMPO3Tnk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dHVh2vi74TN8wfy87se1v7fsL05PF5Dg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124025rem;width:3.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:28.4365234375rem;left:29.9033203125rem; }
#BAaRK2z16fqvFUdh9GkSVaHfzhhnNdM1 { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:33rem;left:20.9375rem;text-align:center;text-align-last:center;display:block; }
#cO2ucv2QzKHzUyEgch67dbM16u5ndPQb { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.186525rem;width:6.5625rem;top:35.9990234375rem;left:23.4033203125rem;overflow:hidden;display:block; }
#wh9aAoLCF1sZ3g8O3dDRQTEtgZyu2XpE { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.56055rem;width:6.5625rem;top:36.5625rem;left:31.5rem;overflow:hidden;display:block; }
#qDa8RqUiTV8v8KcrKSa6QWv20e3x4sTR { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.19375rem;top:39.9931640625rem;left:20rem;text-align:center;text-align-last:center;display:block; }
#iUBhZI1sE28vF1tvMxPHViiL6IWNxKem { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124025rem;width:3.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:39.9931640625rem;left:37.0283203125rem; }
#yLzdpsyagFQPF97JNoGOEyISsHcRMKc7 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.811525rem;width:4.999025rem;top:42.25rem;left:31.5rem;overflow:hidden;display:block; }
#gVfQL8C6ss9sdXCMa4A3sDZ9Mo8X23sf { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:5.25rem;top:42.125rem;left:24.7158203125rem;overflow:hidden;display:block; }
#Dwkyrn2SF8TbT6C0hctoXxLwgs4fnlsE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:22.125rem;width:17.6875rem;top:22.693359375rem;left:31.5rem;overflow:hidden;display:none; }
#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3595573-1352-4b08-a4dd-21a75ec54ddd/pattern.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS.adaptive-delivery-prevent-bg, #XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS.lazyload, #XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS.lazyloading { background-image: none; }#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS > .row .container { border-width: 0; border-radius: 0; }#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:60rem;position:relative;display:none; }#N5fIg1EwmTbSIFwuGCwPHIanmKbdLmkS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:14.25rem;width:25.4375rem;top:1.6875rem;left:32.5625rem;display:block; }
#KWVnupzLWr86vLWoCmLNqILoV0i13xw7 { color:#000000;display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:15.434rem;top:21.2470703125rem;left:31.9365234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CzQAZrhVcveMTcbXRmUo0yagrn0CsT9e { 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.87305rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.625rem;left:36.4326171875rem;display:block; }
#aXXRuGV9PEUCf8oa07OdoTmLyJipKBN4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyU25o7sMdMNkVQW7yZ9rqRnbI6frnyA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:47.774608135223rem;left:36.837104797363rem;display:none; }
#mo4umbtvDBU2iKTM6D3IXakmE2a0R1Mk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:14.25rem;width:25.4375rem;top:1.6875rem;left:3.08984375rem;overflow:hidden;display:block; }
#JkyMWZwEmteJhrGAQXg6xTo07TVWx55K { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:20.06425rem;top:17.3056640625rem;left:4.21484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W4h4F7USiLx3FLJm2hBns3zLuvFkTTL6 { 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.87305rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.625rem;left:7.1826171875rem;display:block; }
#ggOXV4gFWrDDKo5Qo15l1UkzraC34TzZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXFfyotef9IwCfGV4wc16VyChxc4mv8F { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:47.774608135223rem;left:36.837104797363rem;display:none; }
#NKEevafsRfP0r3XrD3wqnTU2BC2VAakM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:39.1240234375rem;left:37.65625rem; }
#eZA9aSCiKiUtalJ1vZ2sMldoyiQGemfX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:39.3125rem;left:8.21875rem; }
#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT { 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; }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row .container { background-color: transparent; background-image: none; }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row .container > .video-iframe-container { display: none; }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row > .video-iframe-container { display: none; }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .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); }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row .container { border-width: 0; border-radius: 0; }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;position:relative;display:block; }#h0i9E5XCDHdqTuKA5IL70i0vnDgde17F { position:absolute;display:block;z-index:15173;height:18.9375rem;width:38.75rem;top:0.96328163146975rem;left:12.336326599121rem;display:block; }
#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { 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; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { background-color: transparent; background-image: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container > .video-iframe-container { display: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container { display: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .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); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { border-width: 0; border-radius: 0; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#uCXJ3FaAdhBy76BmnEbII3D9NpEg5kg5 { 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; }
#MI3fsdvyyyLEa9iU0E2Ku48vR4nfqyie { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:8.4375rem;left:2.25rem;height:2.0003875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KE6sRrik8yw8wMfASZsbh1dtQDUDcKoV { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#QFQchOQI3boW3GD2U6bxKN7axzZgvGyF { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:9.5692272186281rem;left:54.246963500976rem;display:none; }
#XdDXBdmD65bdCunoKZSctyerPR4I3swE { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.0679264068604rem;left:54.246963500976rem;display:none; }
#OOpMUEQXF5Hf7KrLWg4qLRsPUTLeK8KE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:2.75rem;top:0.62461090087891rem;left:35.525390625rem;display:block; }
#R3uzmMEhB3FpoTGwl2pDym1rDEzJ4awK { color:#0c0b0c;display:block;width:33.437125rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:10.154296875rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
body { position:relative;display:block; }
#Xrysg8Dxz0yrZmhLasMzq2idRHRcT9aA { display:block; }#Xrysg8Dxz0yrZmhLasMzq2idRHRcT9aA > .row .container { width:47.75rem;position:relative;display:block; }#HWqPa4r9G3ZuDyhzt8gM2Hdw0lKOyZRR { top:0.4375rem;left:19.75rem;width:6.0625rem;height:6.0625rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; }#yI7FnXKhXWXF2E4zuBufnbOOu6rTM0TB { width:23.5rem;height:2.8125rem;top:1.4375rem;left:11.059371948243rem;font-size:1rem;display:block; }
#LneTuFlRTJEqNKe2T4mRB6MDgugoQb1q { width:26.0625rem;height:4.0625rem;top:18.0625rem;left:1.0625rem;font-size:1.375rem;display:block; }
#H0znauEs5HFocRTotzX7ly68qzNluZT4 { width:2.8125rem;height:3.1192643592175rem;top:23.25rem;left:21.4375rem;display:block; }
#CktvvTnqdqiPyTpPraFfUAvVQTek1yOy { width:10.4375rem;height:3.25rem;top:23.25rem;left:9.75rem;font-size:1.25rem;display:block; }
#ldd6LI6NKz8PV2ynTaJltXxNrx4V9MMC { top:5rem;left:6.431640625rem;width:32.8125rem;height:4.1875rem;font-size:1.625rem;display:block; }
#TQhpU3eCsckMW64HSizfgvpfnrTbpx1M { top:22.6875rem;left:25.375rem;width:22.125rem;height:22.125rem;display:block; }
#PPFJTXTc8ctSvzKwKsMRGTIwMy4TXNTR { top:9.25rem;left:7.46875rem;width:32.8125rem;height:4.1875rem;font-size:1.625rem;display:block; }
#UoPtbquzOofyNxK22wLdq93BKvQTwVF5 { top:53.25rem;left:10.0625rem;width:3.0625rem;height:3.0625rem;display:none; }
#QcnhQ7NfmN4d7eyPw4ETbFWoCxzhyOB4 { top:56.3125rem;left:2rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#RUp5ipl1CMBfkTdhMxuH1EsUI0VPzuzh { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#kSceAb9rgNDH2ZkU02OugXN1cBTq5e4b { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#QLT1ttMKaSmvCWnMZkCBpheUTCQ7APid { top:36.125rem;left:20.321868896484rem;width:3.0625rem;height:3.0625rem;display:none; }
#UesDuvNk3ClIHU4LfbGL2xAciEWPFbOo { top:35.5rem;left:3.373046875rem;width:19.9375rem;height:2.1875rem;font-size:1.6875rem;display:none; }
#SlI1bJPyZfnQvhMzeMHRsPhBwzhbrEUA { top:38.6875rem;left:13.625rem;width:4.9375rem;height:1.7893518518519rem;display:none; }
#vPnmm8cObQL198BZHULQRIbJU91rkRMs { top:38.5rem;left:8.125rem;width:5.25rem;height:2.0625rem;display:none; }
#koTksX0hQ3FOxXGPE1htlfxuMbCvOzuJ { top:58rem;left:35.625rem;width:4.9375rem;height:1.7892298373183rem;display:none; }
#tp4Tk1CFkAPdgNq9coK583oKhzStxqLW { top:57.875rem;left:30.1875rem;width:5.25rem;height:2.0625rem;display:none; }
#BtXwpUOwfPzglxVJkaeQgt44iTI9wWrZ { top:55.375rem;left:25.375rem;width:19.9375rem;height:2.1875rem;font-size:1.6875rem;display:none; }
#CpcpiqAA4pfwq0truUXBNCycKTrsQadL { top:55.5rem;left:43.625rem;width:3.0625rem;height:3.0625rem;display:none; }
#MCHFu2hLI8PZRGz24yPibhNFWQQzngEB { width:13.875rem;height:2.8125rem;top:47.125rem;left:29.467185974121rem;display:none; }
#gND80PbIduflrdKeQmryoracVGW4LBhH { display:block; }
#v2hxaMMGLRqk1uuepU9pSRWwFNmh5I11 { top:47.75rem;left:30.712104797363rem;width:1.875rem;height:1.875rem;display:none; }
#iiIQ2TBxO9x9vw4MEMzclDTbdpv6LhTM { width:13.8125rem;height:2.25rem;top:51.6875rem;left:29.53125rem;display:none; }
#IppX0ItV3LfH2NE3E0XSuSBxXAePLORg { display:block; }
#qtsSWXP8e9SnAcydGer5cH7McBBGgTal { top:47.75rem;left:30.712104797363rem;width:1.875rem;height:1.875rem;display:none; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-regular-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-input-text {padding-top: 0; padding-bottom: 0;}#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-input-select {padding-top: 0; padding-bottom: 0;}#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-checkbox-label { width:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e  { width:15.625rem;height:auto;top:27rem;left:1.9972667694092rem; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e {display:block;}#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e { width:15.625rem;height:auto;top:27rem;left:1.9972667694092rem; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #bbvwD21kchEowAvigpIvm4WH2gfMB0HU {  }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #bo96tIQJg4MaA6SEyVxv0EInFPHqC4pc { display:block; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #QWnp0lleOMzJzupc3b1eGPTvrsmQlm2R {  }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #JFwwwRcWUQF9pSAHgJStE31G1eE6h68E {  }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #aFcZ0ZzTE1guBbOIRJp11iBqxMX8z6Pc { display:block; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #fqHFyr4nJJccVBaPTXOTkxLiBn69QThH {  }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #rzivcVTJqvTOfApEx1BquhvayENqkZgd {  }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #o889dSAEG9684BipgeM7SPzuwnDeJkkR {  }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #DllGTsnTgrg1IWX34KL2yW1m7lPytp8Q {  }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #eQepG0TRG0u4Ltgaoa4Dm1MQuFtXJldV {  }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #nFgPsTl5E3vmw7BVwJimy69yhocUPpBS {  }
#U7IStFARLz9VWaoF8mF7q7Mv3dlli2ac { top:0.0625rem;left:34.75rem;width:4.5625rem;height:3.0625rem;display:none; }
#Fx7w1r13G3v04LzzcHHeMwpkQmgklVtd { display:none; }#Fx7w1r13G3v04LzzcHHeMwpkQmgklVtd > .row .container { width:47.75rem;position:relative;display:none; }#WoHu5R02iIogQK28aBTLw8fpr57RxTSW { top:0.0625rem;left:9.8125rem;width:4rem;height:3.1875rem;font-size:2.4375rem;display:none; }
#DeP4bTB63IbM92LLNEgQzy9bQ5AQurLf { top:0.0625rem;left:34.75rem;width:4.5625rem;height:3.0625rem;display:none; }
#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna { display:none; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container { width:47.75rem;position:relative;display:none; }#gCLpeKNpwRiWkSQbb2FNJxsrzvrADtaD { top:17.8125rem;left:26.9375rem;width:3.125rem;height:3.125rem;display:none; }
#gCLpeKNpwRiWkSQbb2FNJxsrzvrADtaD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#BnhB17mJEcns8Idb0CNpLJn0Il2vT9BR { width:12.5625rem;height:2.3125rem;top:18.1875rem;left:17.0625rem;display:none; }
#WFQDUuI5Bs4x0xQTVVVz1GuQlEtiMBRi { display:block; }
#aAmw333GO6btKK4rxyK7J16ar3eNOat7 { top:18.25rem;left:17.8125rem;width:2.3125rem;height:2.3125rem;display:none; }
#IgZ2o9C6cwFCwJv73KRwogMWwTnURD7s { top:43.9375rem;left:6.1875rem;width:32.8125rem;height:4.1875rem;font-size:1.625rem;display:block; }
#iDFzeIBZuS3g1wX0Cyqfw4TDwUuMHWEV { top:21rem;left:27.0625rem;width:5.1875rem;height:8.625rem;display:none; }
#UVTwGRZw4ELKnfmIJMOWTrdQuyvTNxrp { top:21.75rem;left:20.875rem;width:5.1875rem;height:8.625rem;display:none; }
#rCCpWLl5uluNrJV7GEI8zRpMwTmEauUH { top:20.9375rem;left:14.5625rem;width:5.1875rem;height:8.625rem;display:none; }
#uuQJImAP1fCaGQXKsfFqzaZkxrgT4ogp { width:3.8125rem;height:3.8125rem;top:21.75rem;left:27.75rem;display:none; }
#pSugPd2iOdtXmgT6sXDT22s3ryakkP8T { width:3.8125rem;height:3.8125rem;top:22.3125rem;left:21.375rem;display:none; }
#qllDrRw1eNTyBoSRM5HMxpxTnroggynV { width:3.8125rem;height:3.8125rem;top:21.625rem;left:15.125rem;display:none; }
#CbQE2kP90XXPzfUrVqNwhTQBBw7WWHvW { top:26.0625rem;left:26.8125rem;width:5.5625rem;height:3.125rem;font-size:0.8125rem;display:none; }
#BDA0VTCRT0QHmaAAnibwo5JDGOXPiFnZ { top:26.625rem;left:21.1875rem;width:4.875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#V6VoINuQzWM5Rr3ErJ8ktJIr3S3xtaza { top:26.25rem;left:14.375rem;width:5.5625rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#ut0Ee5TTBHD42DQa7tQXsGw28U8ihySC { top:50.3125rem;left:12.5rem;width:22.125rem;height:22.125rem;display:block; }
#IByJliccZsgOycfmG2T1bvPeJu0xHKkx { width:13.875rem;height:2.8125rem;top:74.4375rem;left:16.625rem;display:none; }
#ZHUcqyMqasPrOToS5h0Vd6zJkmNwRgLf { display:block; }
#eCishBEL9AfF8h3TT5fBrDZd3CXvTRrx { top:74.9375rem;left:17.875rem;width:1.875rem;height:1.875rem;display:none; }
#JId9yUeq2qqJaVHuTOCNFxD68JKRqc4n { top:15.0625rem;left:15.03125rem;width:17.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
#GJpagaDDoGQzwgwmLAvUgoBBqNiC3bL3 { width:9.8125rem;height:8.9375rem;top:2.9375rem;left:18.96875rem;display:none; }
#GiOFbtWeyxlcEiatBGfFzMbKERfty15A { top:86.1875rem;left:13.25rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#WtxkeBPk1MBq9Z0lofaDZdLWHbPXa5B0 { top:80.0625rem;left:21.029685974121rem;width:3.0625rem;height:3.0625rem;display:none; }
#noF196kppAxs1lXZWUARPfUXFAfQ5Rti { top:84rem;left:12.59531211853rem;width:19.9375rem;height:2.1875rem;font-size:1.6875rem;display:none; }
#nuEkDOIZo5qIeHm2ChKzf3f90MWdR9ET { top:89.6875rem;left:13.531251907349rem;width:18.125rem;height:1.25rem;display:none; }
#Up8lVIeRFVlvXWrgeWAiU7tzsTyUxW8m { display:block; }#Up8lVIeRFVlvXWrgeWAiU7tzsTyUxW8m > .row .container { width:47.75rem;position:relative;display:block; }#nIfRE2TgnFZWb0VPZnNE5faaFqaEGMCv { top:7.5rem;left:24.875001907349rem;width:20.0625rem;height:11.625rem;display:block; }
#kzGqHlU76cLHnXda4yeB8T7PZaXiunvV { top:7.5rem;left:1.375rem;width:20.0625rem;height:11.625rem;display:block; }
#JNheVR6cQA2ZpVrC5enHRHta9eu3rqOO { top:34.5rem;left:24.3125rem;width:20.0625rem;height:11.625rem;display:block; }
#udnodWKTizJTz7IzQcbGzsXAeccOBo7O { top:34.5rem;left:1.375rem;width:20.0625rem;height:11.625rem;display:block; }
#mTdyHNpTxlumDacp8OGgaexUshZWLzTS { top:64.1875rem;left:11.812501907349rem;width:20.0625rem;height:11.625rem;display:block; }
#ENrvw047C5lzDH5MTUDB7CPtTLq1S6d1 { top:21.375rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
#FnQ1C3sfsbOtMVom3RA9EJTLdpzh6CF8 { top:26.9375rem;left:29.3125rem;width:18.4375rem;height:6.9375rem;display:none; }
#J9yOnW52pd1loZ5QHShJhIvqyG3p9sse { top:21rem;left:0rem;width:19.9375rem;height:4.625rem;font-size:1.1875rem;display:none; }
#oH91pPoqyqETQn00LfPSuEUZqaCR4569 { top:26.5625rem;left:0.1875rem;width:6.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
#nhZxGCErdXRNGE6uyLQC8gfUF7wXIxK9 { width:13.875rem;height:2.8125rem;top:31rem;left:27.968751907349rem;display:none; }
#zbcTfDHNS7viQFtJHiTpz8ZIwFJ0xf44 { display:block; }
#MeAuiMJoU4ifVdbG4UaxQNivJG3Xndcx { top:20.9375rem;left:2.46875rem;width:18.4375rem;height:9rem;display:none; }
#hIxAA38APNImWNVSZdEqOxDOiiu947QR { top:48.75rem;left:0rem;width:18.3125rem;height:0;font-size:1.1875rem;display:none; }
#MzpuILd0S4JoyA6ZC3AaSLZnNE7kwe7p { top:53.375rem;left:0rem;width:6.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
#NmG9C1M1Vp3ZO0JRWO9oqbEV1EowT79a { width:13.875rem;height:2.8125rem;top:30.5625rem;left:4.46875rem;display:none; }
#JRek96ba7bvQHXcBmA2WLf3XH8mvLcCS { display:block; }
#iQXErFynZCGn1qM2GB3VAfKQPS3vgOpG { top:48.6875rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
#vR7FeaTPCeyBvcnw5If7lBCxAoKpyC67 { top:48.6875rem;left:24.9072265625rem;width:19.9375rem;height:6.125rem;font-size:1.1875rem;display:none; }
#ORWpAmUrUBrKr75TB1ZLzac2gGwNhs1a { top:54.8125rem;left:31.6875rem;width:6.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
#eCtu7Sq7huWdBlT9XvADEoerymCTA8RQ { width:13.875rem;height:2.8125rem;top:30.5625rem;left:4.46875rem;display:none; }
#qKJlZCKotF5D9b7ro378eNTshVBVdkxk { display:block; }
#T0FaRhzL25tMGB5LwNgIFfbyF2UNyTJa { top:48.625rem;left:2.21875rem;width:18.4375rem;height:9rem;display:none; }
#UKqVJZc28Nabw8Tp2Ube12TigIJhhlz7 { top:49.625rem;left:1.0218753814698rem;width:19.9375rem;height:0;font-size:1.1875rem;display:none; }
#WVGtfXo68iAL1BaqPkc3Ke4GWfny4BEz { top:54.8125rem;left:8.1875rem;width:6.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
#LSZT6T702KVy5XozFrpwgVxW88TsVshP { width:13.875rem;height:2.8125rem;top:58.5rem;left:28.85000038147rem;display:none; }
#MpkHCEaCMAN4vlTKOyeTLnxazf9OrPuM { display:block; }
#SC0Pyoxf84UIKEoXTWtJwLLwxKx6El7o { width:13.875rem;height:2.8125rem;top:58.5rem;left:4.46875rem;display:none; }
#CTNsfFypUqpthxcTPALxikNSlhKsOytQ { display:block; }
#AXXTqBLmPTrwSacFyPH4Xa6IbTAfRPMZ { top:77.1875rem;left:12.656251907349rem;width:18.4375rem;height:9rem;display:none; }
#mowXGVs1su6TZON3qDeogRJnJSBtRHFP { top:77.1875rem;left:11.8759765625rem;width:19.9375rem;height:4.75rem;font-size:1.1875rem;display:none; }
#VOPZEqLPybJfu5CfXqMs6O8KCTk6RlkR { width:13.875rem;height:2.8125rem;top:87.125rem;left:14.906251907349rem;display:none; }
#TE91oOob8DBJSL7nPW66p0PwZ5FJUbxn { display:block; }
#g955RIUDz9bumme9T460dEuch0ZG4maI { top:83.9375rem;left:16.6435546875rem;width:9.875rem;height:1.1875rem;font-size:1.1875rem;display:none; }
#hTKZiHJu4v0kDuBgcVoFuQ6iNxrHgOb4 { width:13.875rem;height:2.8125rem;top:59.375rem;left:26.518751144409rem;display:none; }
#L3PCdMFJ1vp6bv3etxqMTc9AEprAKFKd { display:block; }
#FchPWS6SVAbySgBWtfdJiqtBzTnTffTN { width:26.0625rem;height:2rem;top:0.9375rem;left:10.500783920288rem;font-size:1.125rem;display:block; }
#rUHFkFC7MQkwZtf7hTGKzeuKRSMrUNSH { width:20rem;height:1.75rem;top:3.5rem;left:0rem;font-size:1.375rem;display:block; }
#G5XLOcT4ll8W73CdoEzyUGpOnCDMAZTP { top:0.0625rem;left:34.75rem;width:4.5625rem;height:3.0625rem;display:none; }
#mGpEZTzSPWNRLrqJV7N8HcHyeTNUKlxn { width:19.375rem;height:1.4375rem;top:3.625rem;left:0rem;font-size:1.125rem;display:none; }
#VZxE6FTFB9zA32idTs9rKKZTIzkSlLSN { display:block; }#VZxE6FTFB9zA32idTs9rKKZTIzkSlLSN > .row .container { width:47.75rem;position:relative;display:block; }#R2GkpRK0aEXTC1PIlN7GlFKSk5VFgaJq { width:13.5625rem;height:3.5625rem;top:25.9375rem;left:18.0625rem;display:block; }
#uOVLM8Sokaz8fNQhsbcNCV2tIvytymPl { display:block; }
#ew7qpRLGzTPcHtK5mTCdFx1Du1TDlBe2 { top:26.25rem;left:18.6875rem;width:3.0625rem;height:3.0625rem;display:none; }
#WubFeVMlMfH1XKRE3thzyqVac0iufgNZ { top:3.75rem;left:18.9375rem;width:8.9375rem;height:15.9375rem;display:block; }
#rRaZR2I9d8EdJbv10vT7DJv3N5GBuURW { top:3.75rem;left:38.8125rem;width:8.875rem;height:15.8125rem;display:block; }
#xEBRO67l0c6HeD7duBv0MMvDAUEqBJFp { top:3.75rem;left:0rem;width:8.9375rem;height:15.9375rem;display:block; }
#PKmmMXdOJ3zy3Ks0pSK5IMgbCIVfKOhf { width:13.5625rem;height:3.5625rem;top:25.9375rem;left:34.1875rem;display:block; }
#NWhGoMh7OhTvhUHuST85y6bazDSZeBuC { display:block; }
#TRtdTmza08NRAghB4h47cAhIS7VOE7N5 { width:12.5625rem;height:3.375rem;top:26.25rem;left:0rem;display:block; }
#lZerXEM98tTF5sOJ1EnWRCWJoWzxi045 { display:block; }
#nJcLr9iVUfKgvERu13zt8Al8pGaQGP3J { top:26.125rem;left:36.875rem;width:3.0625rem;height:3.0625rem;display:none; }
#CDS0bbBlOrlQRwaRrgNsyMcRwlw4SP0I { top:26.3125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
#t2vza6AwT7cQR3gvn6TOMtPZctZ91OfS { top:45.375rem;left:20rem;width:3.125rem;height:3.125rem;display:none; }
#rwAAmgiww0OZPINoUSXfxosUfxDdnDlQ { top:10.8125rem;left:17.75rem;width:5.9375rem;height:3.3125rem;display:block; }
#dFAMyTssL3i7oewsQS19xuEEDNSCVZ4u { top:20.875rem;left:35.5rem;width:12.25rem;height:;font-size:0.8125rem;display:none; }
#KeZoC3rTLSoIZdletLBHuaAua2zL1Een { top:20.875rem;left:17.249214172363rem;width:12.25rem;height:2.875rem;font-size:0.6875rem;display:none; }
#QaR5PM4hRs0Kg6aHZMFzhXFBxFNeFEyC { top:20.875rem;left:0rem;width:12.25rem;height:2.875rem;font-size:0.9375rem;display:none; }
#zNBR9EU4foWKP4eF8pG8flDnl8kigsAT { display:block; }#zNBR9EU4foWKP4eF8pG8flDnl8kigsAT > .row .container { width:47.75rem;position:relative;display:block; }#NdnULnhVQeBqsSP03tJxC2fpJriEKsZa { width:13.5625rem;height:3.5625rem;top:25.9375rem;left:18.0625rem;display:block; }
#fnuJhAQOl84MzI22F3EKFlgOkvtkUtEu { display:block; }
#n8GUZ8RTXMeNf8iy4uqxZ56KRW8MXuZl { top:26.25rem;left:18.6875rem;width:3.0625rem;height:3.0625rem;display:none; }
#SyEQl7ZsgaSQUiXsF0nW2shzOMWXPHH9 { top:3.75rem;left:18.9375rem;width:8.875rem;height:15.8125rem;display:block; }
#UQx72p42qmEFvhBGW4DkEFIpdZFXtoUn { top:3.75rem;left:38.8125rem;width:8.8125rem;height:15.75rem;display:block; }
#zI4AfAuF71WUD27qTF25N4C0vvJ0p4iA { top:3.75rem;left:0rem;width:8.875rem;height:15.8125rem;display:block; }
#IOfwNsogbekeMuGGNoAuTpCnHoFzlsrW { width:13.5625rem;height:3.5625rem;top:25.9375rem;left:34.1875rem;display:block; }
#v6IaD3y2Kcdi9oroOUWXI1QCNNg1SdED { display:block; }
#g63ws4uwD0W4sWFaTp6DuQOkSbTOcrwI { width:12.5625rem;height:3.375rem;top:26.25rem;left:0rem;display:block; }
#WHiRCG1OVXmp8QuamhmQBAdOAGy6Etmm { display:block; }
#iJWNH1Ndd5vCyUK5EO5VJ8F2Pm95WSLt { top:26.125rem;left:36.875rem;width:3.0625rem;height:3.0625rem;display:none; }
#MAR8RRJ6z5qysG2Aw82VfrChxT43nD7N { top:26.3125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
#KyPCkbsyh1rzn6uSAa2rX9Ppe1obPvGT { top:45.375rem;left:20rem;width:3.125rem;height:3.125rem;display:none; }
#glBRg0wOpVcdX3st0Hy9yJhwqVnMraxX { top:10.8125rem;left:17.75rem;width:5.9375rem;height:3.3125rem;display:block; }
#J8h8VsHfKMIlKmK3EWNlxB7sNtnoQlWQ { top:20.875rem;left:35.5rem;width:12.25rem;height:2.875rem;font-size:0.8125rem;display:none; }
#OH1OuvptSGrQoR0a8pEwPLbawOT0i7Wt { top:20.875rem;left:17.249214172363rem;width:12.25rem;height:2.875rem;font-size:0.6875rem;display:none; }
#lvDNXBQfIpxGHyyvO4QiQ3OgMmf3tC8b { top:20.875rem;left:0rem;width:12.25rem;height:2.875rem;font-size:0.9375rem;display:none; }
#o7AVnrLcx0dEIRMpKKQ31Wn3xlkGokCl { display:block; }#o7AVnrLcx0dEIRMpKKQ31Wn3xlkGokCl > .row .container { width:47.75rem;position:relative;display:block; }#ThskdETQTDGcTcFVGnr2J9uhs3TRyofC { top:1.6875rem;left:16.09375rem;width:19.9375rem;height:2.1875rem;font-size:1.875rem;display:none; }
#AdX9g5gcBrrh5EEcEuZl9Euhfvsl3lpe { top:5.3125rem;left:24.0625rem;width:23.6875rem;height:7rem;display:block; }
#GruBJiVlHB9tzOEUFlFAxs40ku6RlTpE { top:6.875rem;left:28.0625rem;width:19.6875rem;height:3.875rem;font-size:1rem;display:block; }
#BJETOZ0NGiia1JBRToW5McW2eGVG48Id { width:13.875rem;height:2.8125rem;top:13.25rem;left:33.875rem;display:none; }
#FF17TWABCc49evOePAzSClgi9PzGeroU { display:block; }
#OgSJJR5GVRX6RrFEkOUonu9IUs4wtaqm { top:5.3125rem;left:0.0908203125rem;width:23.6875rem;height:7rem;display:block; }
#LUp34MzekRsJCdTtPW6b2LNi5n4gX3cb { width:13.875rem;height:2.8125rem;top:13.25rem;left:5.71875rem;display:none; }
#lprnkaINAstNLUSZ2K4nX7w7UG43fpJO { display:block; }
#To5gIszmRJLHCIkOhTPVaLzATiVgWmoM { top:6.875rem;left:2.0908203125rem;width:19.6875rem;height:3.875rem;font-size:1rem;display:block; }
#aoHVTILdvZ1SHtgsbfiAyDild36p8zVF { width:13.875rem;height:2.8125rem;top:25.5625rem;left:33.216796875rem;display:none; }
#ZKz19MW1oNMqyBlsmDdeNNWNXw5shiVw { display:block; }
#R92rpbzdZ8pRg6TfMAPxpVPG0t0QvKaF { top:17.75rem;left:24.0625rem;width:23.6875rem;height:7rem;display:block; }
#uqd4C3T9whs1WxtZ7xhAfrEOi71NPW6H { top:19.25rem;left:28.0625rem;width:19.6875rem;height:3.875rem;font-size:1rem;display:block; }
#RUgHR4cGgJGP4SONsK7GEw7RpkkETmWK { top:17.75rem;left:0.8427734375rem;width:23.6875rem;height:7rem;display:block; }
#XpTLKAgVxpXeTMxkaVnersD3nsIMwvMS { top:19.25rem;left:2.8427734375rem;width:19.6875rem;height:3.875rem;font-size:1rem;display:block; }
#PJTMUGLqvUq6boOHy2qs4Pvb5wBUwFi7 { width:13.875rem;height:2.8125rem;top:26.125rem;left:4.9658203125rem;display:none; }
#odmDkwDNNPwRZS10VXyCfn3ZnMPO3Tnk { display:block; }
#dHVh2vi74TN8wfy87se1v7fsL05PF5Dg { top:28.375rem;left:23.7783203125rem;width:3.0625rem;height:3.0625rem;display:none; }
#BAaRK2z16fqvFUdh9GkSVaHfzhhnNdM1 { top:33rem;left:14.8125rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#cO2ucv2QzKHzUyEgch67dbM16u5ndPQb { top:35.9375rem;left:17.2783203125rem;width:6.5625rem;height:2.186525rem;display:none; }
#wh9aAoLCF1sZ3g8O3dDRQTEtgZyu2XpE { top:36.5625rem;left:25.375rem;width:6.5625rem;height:1.56055rem;display:none; }
#qDa8RqUiTV8v8KcrKSa6QWv20e3x4sTR { top:39.9375rem;left:13.875rem;width:19.9375rem;height:2.1875rem;font-size:1.6875rem;display:none; }
#iUBhZI1sE28vF1tvMxPHViiL6IWNxKem { top:39.9375rem;left:30.9033203125rem;width:3.0625rem;height:3.0625rem;display:none; }
#yLzdpsyagFQPF97JNoGOEyISsHcRMKc7 { top:42.25rem;left:25.375rem;width:4.9375rem;height:1.7892298373183rem;display:none; }
#gVfQL8C6ss9sdXCMa4A3sDZ9Mo8X23sf { top:42.125rem;left:18.5908203125rem;width:5.25rem;height:2.0625rem;display:none; }
#Dwkyrn2SF8TbT6C0hctoXxLwgs4fnlsE { top:22.6875rem;left:25.375rem;width:17.6875rem;height:22.125rem;display:none; }
#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS { display:block; }#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS > .row .container { width:47.75rem;position:relative;display:block; }#N5fIg1EwmTbSIFwuGCwPHIanmKbdLmkS { width:25.4375rem;height:14.25rem;top:1.6875rem;left:22.3125rem;display:none; }
#KWVnupzLWr86vLWoCmLNqILoV0i13xw7 { top:21.1875rem;left:23.375rem;width:24.375rem;height:15.375rem;font-size:1.1875rem;display:none; }
#CzQAZrhVcveMTcbXRmUo0yagrn0CsT9e { width:13.875rem;height:2.8125rem;top:38.625rem;left:30.3076171875rem;display:none; }
#aXXRuGV9PEUCf8oa07OdoTmLyJipKBN4 { display:block; }
#OyU25o7sMdMNkVQW7yZ9rqRnbI6frnyA { top:47.75rem;left:30.712104797363rem;width:1.875rem;height:1.875rem;display:none; }
#mo4umbtvDBU2iKTM6D3IXakmE2a0R1Mk { width:25.4375rem;height:14.25rem;top:1.6875rem;left:0rem;display:none; }
#JkyMWZwEmteJhrGAQXg6xTo07TVWx55K { top:17.25rem;left:0rem;width:19.875rem;height:20.0625rem;font-size:1.1875rem;display:none; }
#W4h4F7USiLx3FLJm2hBns3zLuvFkTTL6 { width:13.875rem;height:2.8125rem;top:38.625rem;left:1.0576171875rem;display:none; }
#ggOXV4gFWrDDKo5Qo15l1UkzraC34TzZ { display:block; }
#AXFfyotef9IwCfGV4wc16VyChxc4mv8F { top:47.75rem;left:30.712104797363rem;width:1.875rem;height:1.875rem;display:none; }
#NKEevafsRfP0r3XrD3wqnTU2BC2VAakM { top:39.0625rem;left:31.53125rem;width:1.875rem;height:1.875rem;display:none; }
#eZA9aSCiKiUtalJ1vZ2sMldoyiQGemfX { top:39.3125rem;left:2.09375rem;width:1.875rem;height:1.875rem;display:none; }
#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT { display:block; }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row .container { width:47.75rem;position:relative;display:block; }#h0i9E5XCDHdqTuKA5IL70i0vnDgde17F { top:0.9375rem;left:6.2113265991211rem;width:38.75rem;height:18.9375rem;display:block; }
#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { display:none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { width:47.75rem;position:relative;display:none; }#uCXJ3FaAdhBy76BmnEbII3D9NpEg5kg5 { width:37.0625rem;height:2rem;top:5.6875rem;left:10.6875rem;font-size:0.875rem;display:none; }
#MI3fsdvyyyLEa9iU0E2Ku48vR4nfqyie { width:47.75rem;height:2rem;top:8.4375rem;left:0rem;font-size:0.875rem;display:none; }
#KE6sRrik8yw8wMfASZsbh1dtQDUDcKoV { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#QFQchOQI3boW3GD2U6bxKN7axzZgvGyF { width:3.625rem;height:3.625rem;top:9.5625rem;left:44.125rem;font-size:2.5rem;display:none; }
#XdDXBdmD65bdCunoKZSctyerPR4I3swE { width:3.625rem;height:3.625rem;top:4.0625rem;left:44.125rem;font-size:2.5rem;display:none; }
#OOpMUEQXF5Hf7KrLWg4qLRsPUTLeK8KE { width:2.75rem;height:3.375rem;top:0.5625rem;left:29.400390625rem;display:none; }
#R3uzmMEhB3FpoTGwl2pDym1rDEzJ4awK { top:0rem;left:4.029296875rem;width:33.375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
body { position:relative;display:block; }
#Xrysg8Dxz0yrZmhLasMzq2idRHRcT9aA { display:none; }#Xrysg8Dxz0yrZmhLasMzq2idRHRcT9aA > .row .container { width:20rem;height:3.75rem;position:relative;display:none; }#HWqPa4r9G3ZuDyhzt8gM2Hdw0lKOyZRR { width:3.1875rem;height:3.1875rem;top:0.34218788146973rem;left:8.4109371304513rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/24d85187-5892-4c62-b794-d98d49f21dc1/offers.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:90.375rem;position:relative;display:block; }#yI7FnXKhXWXF2E4zuBufnbOOu6rTM0TB { width:19rem;height:2.03125rem;top:3.373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
#LneTuFlRTJEqNKe2T4mRB6MDgugoQb1q { width:19.4355625rem;height:3.575rem;top:36.760544061661rem;left:0.56367176771164rem;text-align:center;text-align-last:center;font-size:1.375rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
#H0znauEs5HFocRTotzX7ly68qzNluZT4 { width:1.43671875rem;height:1.6875rem;top:42.249216452241rem;left:14.999998867512rem;display:block; }
#CktvvTnqdqiPyTpPraFfUAvVQTek1yOy { width:10.561625rem;height:1.3808625rem;top:42.40234375rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
#ldd6LI6NKz8PV2ynTaJltXxNrx4V9MMC { width:19.999rem;height:3.25rem;top:6.8271484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#0e0e0e;display:block; }
#TQhpU3eCsckMW64HSizfgvpfnrTbpx1M { width:17.3125rem;height:17.3125rem;top:16.9892578125rem;left:1.34375rem;display:block; }
#PPFJTXTc8ctSvzKwKsMRGTIwMy4TXNTR { width:19.9991875rem;height:3.25078125rem;top:10.014843225479rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#0e0e0e;display:block; }
#UoPtbquzOofyNxK22wLdq93BKvQTwVF5 { display:flex;top:68.062101736662rem;left:9.1874998211863rem;width:2.93671875rem;height:2.93671875rem;z-index:15202; }
#QcnhQ7NfmN4d7eyPw4ETbFWoCxzhyOB4 { top:71.062101736662rem;left:0.12421870231628rem;width:19.9991875rem;height:1.13671875rem;z-index:15195;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#RUp5ipl1CMBfkTdhMxuH1EsUI0VPzuzh { width:7.6875rem;height:2.31210625rem;top:72.811712637544rem;left:2.4374998211861rem;z-index:15041;overflow:hidden;display:block; }
#kSceAb9rgNDH2ZkU02OugXN1cBTq5e4b { width:7.6875rem;height:1.875rem;top:73.062498465181rem;left:10.061717808247rem;z-index:15042;overflow:hidden;display:block; }
#QLT1ttMKaSmvCWnMZkCBpheUTCQ7APid { display:flex;top:80.0351524353rem;left:-7.8714858889581rem;width:2.9375rem;height:2.9375rem;z-index:15203;font-size:2rem; }
#UesDuvNk3ClIHU4LfbGL2xAciEWPFbOo { top:79.410545349119rem;left:-24.819140613079rem;width:20rem;height:1.3816375rem;z-index:15197;font-family:cairo;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#SlI1bJPyZfnQvhMzeMHRsPhBwzhbrEUA { width:4.3125rem;height:1.5625rem;top:82.588668823244rem;left:-14.567580401897rem;z-index:15040;display:block; }
#vPnmm8cObQL198BZHULQRIbJU91rkRMs { width:3.875rem;height:1.4375rem;top:82.401168823244rem;left:-20.067187488079rem;z-index:15040;display:block; }
#koTksX0hQ3FOxXGPE1htlfxuMbCvOzuJ { width:4.3125rem;height:1.5625rem;top:79.874601736662rem;left:9.9996088147163rem;z-index:15036;display:block; }
#tp4Tk1CFkAPdgNq9coK583oKhzStxqLW { width:3.875rem;height:1.4375rem;top:79.936712637544rem;left:5.0624998211861rem;z-index:15036;display:block; }
#BtXwpUOwfPzglxVJkaeQgt44iTI9wWrZ { top:77.562498465181rem;left:-0.375rem;width:20rem;height:1.3816375rem;z-index:15193;font-family:cairo;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#CpcpiqAA4pfwq0truUXBNCycKTrsQadL { display:flex;top:78.187101736662rem;left:16.061716854572rem;width:2.9375rem;height:2.9375rem;z-index:15199;font-size:2rem; }
#MCHFu2hLI8PZRGz24yPibhNFWQQzngEB { top:82.97265625rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#gND80PbIduflrdKeQmryoracVGW4LBhH { display:block; }
#v2hxaMMGLRqk1uuepU9pSRWwFNmh5I11 { display:flex;top:83.66015625rem;left:4.4365234375rem;width:1.624025rem;height:1.624025rem;z-index:15191; }
#iiIQ2TBxO9x9vw4MEMzclDTbdpv6LhTM { top:87.03515625rem;left:3.0625rem;width:13.8125rem;height:2.25rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:center;text-align-last:center;color:#000000;display:block; }
#IppX0ItV3LfH2NE3E0XSuSBxXAePLORg { display:block; }
#qtsSWXP8e9SnAcydGer5cH7McBBGgTal { display:flex;top:87.34765625rem;left:3.5rem;width:1.624025rem;height:1.624025rem;z-index:15192; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-regular-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-input-text { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-input-text {padding-top: 0; padding-bottom: 0;}#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-textarea { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-input-select { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-input-select {padding-top: 0; padding-bottom: 0;}#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-input-button { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e  { width:16rem;height:auto;top:45.4375rem;left:1.375rem; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e .radio-container { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e {display:block;}#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e { width:16rem;height:auto;top:45.4375rem;left:1.375rem; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #bbvwD21kchEowAvigpIvm4WH2gfMB0HU {  }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #bo96tIQJg4MaA6SEyVxv0EInFPHqC4pc { display:block; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #QWnp0lleOMzJzupc3b1eGPTvrsmQlm2R {  }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #JFwwwRcWUQF9pSAHgJStE31G1eE6h68E {  }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #aFcZ0ZzTE1guBbOIRJp11iBqxMX8z6Pc { display:block; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #fqHFyr4nJJccVBaPTXOTkxLiBn69QThH {  }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #rzivcVTJqvTOfApEx1BquhvayENqkZgd {  }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #o889dSAEG9684BipgeM7SPzuwnDeJkkR { display:block; }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #DllGTsnTgrg1IWX34KL2yW1m7lPytp8Q {  }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #eQepG0TRG0u4Ltgaoa4Dm1MQuFtXJldV {  }
#NM5F4gWZXt3Hhqds1Wv3z5NLThkQza5e #nFgPsTl5E3vmw7BVwJimy69yhocUPpBS {  }
#U7IStFARLz9VWaoF8mF7q7Mv3dlli2ac { width:3.8125rem;height:2.4375rem;top:0.998046875rem;left:15.25rem;z-index:15171;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; }
#Fx7w1r13G3v04LzzcHHeMwpkQmgklVtd { display:block; }#Fx7w1r13G3v04LzzcHHeMwpkQmgklVtd > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; }#WoHu5R02iIogQK28aBTLw8fpr57RxTSW { width:3.1875rem;height:0;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:none; }
#DeP4bTB63IbM92LLNEgQzy9bQ5AQurLf { width:3.8125rem;height:2.4375rem;top:0.3125rem;left:15.625rem;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; }
#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna { background-color:#ffffff;background-image:none;display:block; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container { background-color: transparent; background-image: none; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container > .video-iframe-container { display: none; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row > .video-iframe-container { display: none; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .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); }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; }#gCLpeKNpwRiWkSQbb2FNJxsrzvrADtaD { display:flex;width:3.125rem;height:3.125rem;top:16.53125rem;left:13.3125rem;z-index:15209; }
#gCLpeKNpwRiWkSQbb2FNJxsrzvrADtaD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#BnhB17mJEcns8Idb0CNpLJn0Il2vT9BR { width:12.1875rem;height:2.3125rem;top:16.9375rem;left:4.1875rem;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; }
#WFQDUuI5Bs4x0xQTVVVz1GuQlEtiMBRi { display:block; }
#aAmw333GO6btKK4rxyK7J16ar3eNOat7 { display:flex;width:2.3125rem;height:2.3125rem;top:16.9375rem;left:4.75rem;font-size:2.1875rem;z-index:15199; }
#IgZ2o9C6cwFCwJv73KRwogMWwTnURD7s { width:19.9980625rem;height:3.25rem;top:11.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#0e0e0e;display:block; }
#iDFzeIBZuS3g1wX0Cyqfw4TDwUuMHWEV { top:20.25rem;left:14.5625rem;width:5.1875rem;height:8.625rem;z-index:15210;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
#UVTwGRZw4ELKnfmIJMOWTrdQuyvTNxrp { top:20.25rem;left:1.8125rem;width:5.1875rem;height:8.625rem;z-index:15210;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
#rCCpWLl5uluNrJV7GEI8zRpMwTmEauUH { top:21.0625rem;left:8.0625rem;width:5.1875rem;height:8.625rem;z-index:15210;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
#uuQJImAP1fCaGQXKsfFqzaZkxrgT4ogp { top:21.0625rem;left:15.3125rem;width:3.8125rem;height:3.8125rem;z-index:15213;overflow:hidden;display:block; }
#pSugPd2iOdtXmgT6sXDT22s3ryakkP8T { top:21.6875rem;left:8.625rem;width:3.8125rem;height:3.8125rem;z-index:15213;overflow:hidden;display:block; }
#qllDrRw1eNTyBoSRM5HMxpxTnroggynV { top:21.0625rem;left:2.3125rem;width:3.8125rem;height:3.8125rem;z-index:15213;overflow:hidden;display:block; }
#CbQE2kP90XXPzfUrVqNwhTQBBw7WWHvW { width:5.5625rem;height:2.923825rem;top:24.9375rem;left:14.4375rem;font-size:0.75rem;color:#000000;z-index:15216;display:block; }
#BDA0VTCRT0QHmaAAnibwo5JDGOXPiFnZ { width:4.875rem;height:1.95rem;top:26.4375rem;left:8.4375rem;font-size:0.75rem;color:#000000;z-index:15216;display:block; }
#V6VoINuQzWM5Rr3ErJ8ktJIr3S3xtaza { width:5.5625rem;height:1.94921875rem;top:25.5rem;left:1.4375rem;font-size:0.75rem;color:#000000;z-index:15216;display:block; }
#ut0Ee5TTBHD42DQa7tQXsGw28U8ihySC { width:11.5rem;height:11.5rem;top:30.8125rem;left:4.8125rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#IByJliccZsgOycfmG2T1bvPeJu0xHKkx { top:43.3125rem;left:3.3125rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#ZHUcqyMqasPrOToS5h0Vd6zJkmNwRgLf { display:block; }
#eCishBEL9AfF8h3TT5fBrDZd3CXvTRrx { display:flex;top:43.90625rem;left:4.5625rem;width:1.624025rem;height:1.624025rem;z-index:15191; }
#JId9yUeq2qqJaVHuTOCNFxD68JKRqc4n { width:19.9980625rem;height:2.1125rem;top:8.07421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#0e0e0e;display:block; }
#GJpagaDDoGQzwgwmLAvUgoBBqNiC3bL3 { top:0.5625rem;left:6.2802734375rem;width:7.4365rem;height:6.7480625rem;z-index:15185;overflow:hidden;display:block; }
#GiOFbtWeyxlcEiatBGfFzMbKERfty15A { top:49.8125rem;left:0rem;width:19.9984375rem;height:1.13671875rem;z-index:15195;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#WtxkeBPk1MBq9Z0lofaDZdLWHbPXa5B0 { display:flex;top:46.625rem;left:8.5625rem;width:2.93671875rem;height:2.93671875rem;z-index:15202; }
#noF196kppAxs1lXZWUARPfUXFAfQ5Rti { top:50.875rem;left:0rem;width:20rem;height:1.38125rem;z-index:15193;font-family:cairo;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#nuEkDOIZo5qIeHm2ChKzf3f90MWdR9ET { width:18.125rem;height:1.25rem;top:53.1875rem;left:0.9375rem;z-index:15101;overflow:hidden;display:block; }
#Up8lVIeRFVlvXWrgeWAiU7tzsTyUxW8m { display:none; }#Up8lVIeRFVlvXWrgeWAiU7tzsTyUxW8m > .row .container { width:20rem;height:141.1875rem;position:relative;display:none; }#nIfRE2TgnFZWb0VPZnNE5faaFqaEGMCv { width:20rem;height:11.625rem;top:6.92421913147rem;left:0rem;overflow:hidden;display:block; }
#kzGqHlU76cLHnXda4yeB8T7PZaXiunvV { width:19.875rem;height:11.5rem;top:35.187499523163rem;left:0rem;overflow:hidden;display:block; }
#JNheVR6cQA2ZpVrC5enHRHta9eu3rqOO { width:19.875rem;height:11.5rem;top:89.249998569488rem;left:0rem;display:block; }
#udnodWKTizJTz7IzQcbGzsXAeccOBo7O { width:19.875rem;height:11.5rem;top:62.562500953675rem;left:0rem;display:block; }
#mTdyHNpTxlumDacp8OGgaexUshZWLzTS { width:19.875rem;height:11.5rem;top:115.3750038147rem;left:0rem;display:block; }
#ENrvw047C5lzDH5MTUDB7CPtTLq1S6d1 { top:20.224219322204rem;left:0.24999994039536rem;width:19.4375rem;height:9.5rem;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; }
#FnQ1C3sfsbOtMVom3RA9EJTLdpzh6CF8 { top:29.020312309265rem;left:0rem;width:19.4375rem;height:6.75rem;z-index:15021;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:none; }
#J9yOnW52pd1loZ5QHShJhIvqyG3p9sse { top:21.9921875rem;left:0rem;width:19.9375rem;height:4.63125rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#oH91pPoqyqETQn00LfPSuEUZqaCR4569 { top:26.62109375rem;left:6.3125rem;width:6.4375rem;height:1.4625rem;z-index:15195;font-family:cairo;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#nhZxGCErdXRNGE6uyLQC8gfUF7wXIxK9 { top:30.920313835144rem;left:2.5937500596046rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#zbcTfDHNS7viQFtJHiTpz8ZIwFJ0xf44 { display:block; }
#MeAuiMJoU4ifVdbG4UaxQNivJG3Xndcx { top:47.875rem;left:0.875rem;width:18.4375rem;height:9rem;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; }
#hIxAA38APNImWNVSZdEqOxDOiiu947QR { top:49.4375rem;left:0rem;width:18.3125rem;height:3.0625rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#MzpuILd0S4JoyA6ZC3AaSLZnNE7kwe7p { top:53.375rem;left:6rem;width:6.4375rem;height:1.4625rem;z-index:15195;font-family:cairo;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#NmG9C1M1Vp3ZO0JRWO9oqbEV1EowT79a { top:58.676565170288rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#JRek96ba7bvQHXcBmA2WLf3XH8mvLcCS { display:block; }
#iQXErFynZCGn1qM2GB3VAfKQPS3vgOpG { top:100.875rem;left:0.75rem;width:18.4375rem;height:9rem;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; }
#vR7FeaTPCeyBvcnw5If7lBCxAoKpyC67 { top:101.875rem;left:0rem;width:19.9375rem;height:6.175rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#ORWpAmUrUBrKr75TB1ZLzac2gGwNhs1a { top:108.046875rem;left:6.1875rem;width:7.625rem;height:1.4625rem;z-index:15195;font-family:cairo;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#eCtu7Sq7huWdBlT9XvADEoerymCTA8RQ { top:85.287498474119rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15189;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#qKJlZCKotF5D9b7ro378eNTshVBVdkxk { display:block; }
#T0FaRhzL25tMGB5LwNgIFfbyF2UNyTJa { top:75.0625rem;left:0.75rem;width:18.4375rem;height:9rem;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; }
#UKqVJZc28Nabw8Tp2Ube12TigIJhhlz7 { top:75.625rem;left:0rem;width:19.9375rem;height:6.16875rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#WVGtfXo68iAL1BaqPkc3Ke4GWfny4BEz { top:81.1875rem;left:5.625rem;width:8.3125rem;height:1.4625rem;z-index:15195;font-family:cairo;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#LSZT6T702KVy5XozFrpwgVxW88TsVshP { top:138.21093559265rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
#MpkHCEaCMAN4vlTKOyeTLnxazf9OrPuM { display:block; }
#SC0Pyoxf84UIKEoXTWtJwLLwxKx6El7o { top:111.27344083786rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#CTNsfFypUqpthxcTPALxikNSlhKsOytQ { display:block; }
#AXXTqBLmPTrwSacFyPH4Xa6IbTAfRPMZ { top:127.6875rem;left:0.625rem;width:18.4375rem;height:9rem;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; }
#mowXGVs1su6TZON3qDeogRJnJSBtRHFP { top:128.25rem;left:0rem;width:19.9375rem;height:4.75rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#VOPZEqLPybJfu5CfXqMs6O8KCTk6RlkR { top:138.21093606949rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#TE91oOob8DBJSL7nPW66p0PwZ5FJUbxn { display:block; }
#g955RIUDz9bumme9T460dEuch0ZG4maI { top:134.75rem;left:4.4375rem;width:9.875rem;height:1.1875rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#hTKZiHJu4v0kDuBgcVoFuQ6iNxrHgOb4 { top:59.375rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
#L3PCdMFJ1vp6bv3etxqMTc9AEprAKFKd { display:block; }
#FchPWS6SVAbySgBWtfdJiqtBzTnTffTN { width:19.433625rem;height:1.4625rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
#rUHFkFC7MQkwZtf7hTGKzeuKRSMrUNSH { width:20rem;height:1.7875rem;top:3.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
#G5XLOcT4ll8W73CdoEzyUGpOnCDMAZTP { width:5.5625rem;height:3.4375rem;top:2.9990234375rem;left:1.46875rem;z-index:15168;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; }
#mGpEZTzSPWNRLrqJV7N8HcHyeTNUKlxn { width:16.0625rem;height:1.4625rem;top:3.6748046875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.125rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);z-index:15003;display:block; }
#VZxE6FTFB9zA32idTs9rKKZTIzkSlLSN { display:none; }#VZxE6FTFB9zA32idTs9rKKZTIzkSlLSN > .row .container { width:20rem;height:92.25rem;position:relative;display:none; }#R2GkpRK0aEXTC1PIlN7GlFKSk5VFgaJq { width:13.625rem;height:3.5625rem;top:27.0625rem;left:3.1875rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#uOVLM8Sokaz8fNQhsbcNCV2tIvytymPl { display:block; }
#ew7qpRLGzTPcHtK5mTCdFx1Du1TDlBe2 { display:flex;width:3.12421875rem;height:3.12421875rem;top:27.281249165535rem;left:3.8730466961861rem;z-index:15179; }
#WubFeVMlMfH1XKRE3thzyqVac0iufgNZ { width:12rem;height:21.375rem;top:31.872640609741rem;left:3.1874998211861rem;overflow:hidden;display:block; }
#rRaZR2I9d8EdJbv10vT7DJv3N5GBuURW { width:12rem;height:21.4375rem;top:1.2480463981628rem;left:3.1874998211861rem;display:block; }
#xEBRO67l0c6HeD7duBv0MMvDAUEqBJFp { width:12rem;height:21.375rem;top:60.873699188233rem;left:1.4062500596046rem;display:block; }
#PKmmMXdOJ3zy3Ks0pSK5IMgbCIVfKOhf { width:13.625rem;height:3.5625rem;top:56.5625rem;left:3.1875rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#NWhGoMh7OhTvhUHuST85y6bazDSZeBuC { display:block; }
#TRtdTmza08NRAghB4h47cAhIS7VOE7N5 { width:13.6241875rem;height:3.5625rem;top:86.623826026919rem;left:3.1863279938698rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#lZerXEM98tTF5sOJ1EnWRCWJoWzxi045 { display:block; }
#nJcLr9iVUfKgvERu13zt8Al8pGaQGP3J { display:flex;width:3.125rem;height:3.125rem;top:178.8125rem;left:3.1875rem;z-index:15179;display:none; }
#CDS0bbBlOrlQRwaRrgNsyMcRwlw4SP0I { display:flex;width:3.125rem;height:3.125rem;top:56.59375rem;left:3.2708333134651rem;z-index:15179; }
#t2vza6AwT7cQR3gvn6TOMtPZctZ91OfS { display:flex;width:3.12421875rem;height:3.12421875rem;top:86.842962265013rem;left:3.8730466961861rem;z-index:15181; }
#rwAAmgiww0OZPINoUSXfxosUfxDdnDlQ { width:5.93671875rem;height:3.31171875rem;top:19.508201837539rem;left:12.386717617512rem;display:block; }
#dFAMyTssL3i7oewsQS19xuEEDNSCVZ4u { width:12.249625rem;height:2.9236125rem;top:23.623826503754rem;left:3.1874998211861rem;font-size:0.8125rem;line-height:1.8;z-index:15003;display:block; }
#KeZoC3rTLSoIZdletLBHuaAua2zL1Een { width:12.249625rem;height:1.2375rem;top:53.724215507508rem;left:3.1874998211861rem;font-size:0.6875rem;line-height:1.8;z-index:15003;display:block; }
#QaR5PM4hRs0Kg6aHZMFzhXFBxFNeFEyC { width:12.249625rem;height:1.6875rem;top:83.465627670288rem;left:3.8730466961861rem;font-size:0.9375rem;line-height:1.8;z-index:15003;display:block; }
#zNBR9EU4foWKP4eF8pG8flDnl8kigsAT { display:none; }#zNBR9EU4foWKP4eF8pG8flDnl8kigsAT > .row .container { width:20rem;height:92.25rem;position:relative;display:none; }#NdnULnhVQeBqsSP03tJxC2fpJriEKsZa { width:13.625rem;height:3.5625rem;top:27.0625rem;left:3.1875rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#fnuJhAQOl84MzI22F3EKFlgOkvtkUtEu { display:block; }
#n8GUZ8RTXMeNf8iy4uqxZ56KRW8MXuZl { display:flex;width:3.12421875rem;height:3.12421875rem;top:27.281249165535rem;left:3.8730466961861rem;z-index:15179; }
#SyEQl7ZsgaSQUiXsF0nW2shzOMWXPHH9 { width:12rem;height:21.375rem;top:31.872640609741rem;left:3.1874998211861rem;overflow:hidden;display:block; }
#UQx72p42qmEFvhBGW4DkEFIpdZFXtoUn { width:12rem;height:21.375rem;top:1.2480463981628rem;left:3.1874998211861rem;display:block; }
#zI4AfAuF71WUD27qTF25N4C0vvJ0p4iA { width:12rem;height:21.375rem;top:60.873699188233rem;left:1.4062500596046rem;display:block; }
#IOfwNsogbekeMuGGNoAuTpCnHoFzlsrW { width:13.625rem;height:3.5625rem;top:56.5625rem;left:3.1875rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#v6IaD3y2Kcdi9oroOUWXI1QCNNg1SdED { display:block; }
#g63ws4uwD0W4sWFaTp6DuQOkSbTOcrwI { width:13.6241875rem;height:3.5625rem;top:86.623826026919rem;left:3.1863279938698rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#WHiRCG1OVXmp8QuamhmQBAdOAGy6Etmm { display:block; }
#iJWNH1Ndd5vCyUK5EO5VJ8F2Pm95WSLt { display:flex;width:3.125rem;height:3.125rem;top:178.8125rem;left:3.1875rem;z-index:15179;display:none; }
#MAR8RRJ6z5qysG2Aw82VfrChxT43nD7N { display:flex;width:3.125rem;height:3.125rem;top:56.59375rem;left:3.2708333134651rem;z-index:15179; }
#KyPCkbsyh1rzn6uSAa2rX9Ppe1obPvGT { display:flex;width:3.12421875rem;height:3.12421875rem;top:86.842962265013rem;left:3.8730466961861rem;z-index:15181; }
#glBRg0wOpVcdX3st0Hy9yJhwqVnMraxX { width:5.93671875rem;height:3.31171875rem;top:19.508201837539rem;left:12.386717617512rem;display:block; }
#J8h8VsHfKMIlKmK3EWNlxB7sNtnoQlWQ { width:12.249625rem;height:1.4625rem;top:23.623826503754rem;left:3.1874998211861rem;font-size:0.8125rem;line-height:1.8;z-index:15003;display:block; }
#OH1OuvptSGrQoR0a8pEwPLbawOT0i7Wt { width:12.249625rem;height:1.2375rem;top:53.724215507508rem;left:3.1874998211861rem;font-size:0.6875rem;line-height:1.8;z-index:15003;display:block; }
#lvDNXBQfIpxGHyyvO4QiQ3OgMmf3tC8b { width:12.249625rem;height:1.6875rem;top:83.465627670288rem;left:3.8730466961861rem;font-size:0.9375rem;line-height:1.8;z-index:15003;display:block; }
#o7AVnrLcx0dEIRMpKKQ31Wn3xlkGokCl { display:none; }#o7AVnrLcx0dEIRMpKKQ31Wn3xlkGokCl > .row .container { width:20rem;height:84.1875rem;position:relative;display:none; }#ThskdETQTDGcTcFVGnr2J9uhs3TRyofC { top:0rem;left:0.0625rem;width:19.9375rem;height:2.4375rem;z-index:15193;font-family:cairo;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#AdX9g5gcBrrh5EEcEuZl9Euhfvsl3lpe { width:20rem;height:5.910290237467rem;top:23.125rem;left:0rem;display:block; }
#GruBJiVlHB9tzOEUFlFAxs40ku6RlTpE { width:16.875rem;height:3.8984375rem;top:24.0625rem;left:1.625rem;font-size:1rem;display:block; }
#BJETOZ0NGiia1JBRToW5McW2eGVG48Id { top:41.5rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#FF17TWABCc49evOePAzSClgi9PzGeroU { display:block; }
#OgSJJR5GVRX6RrFEkOUonu9IUs4wtaqm { width:20rem;height:5.910290237467rem;top:33.5625rem;left:0rem;display:block; }
#LUp34MzekRsJCdTtPW6b2LNi5n4gX3cb { top:29.75rem;left:3.125rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#lprnkaINAstNLUSZ2K4nX7w7UG43fpJO { display:block; }
#To5gIszmRJLHCIkOhTPVaLzATiVgWmoM { width:17.75rem;height:3.8984375rem;top:34.625rem;left:1.3125rem;font-size:1rem;display:block; }
#aoHVTILdvZ1SHtgsbfiAyDild36p8zVF { top:52.75rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#ZKz19MW1oNMqyBlsmDdeNNWNXw5shiVw { display:block; }
#R92rpbzdZ8pRg6TfMAPxpVPG0t0QvKaF { width:20rem;height:5.910290237467rem;top:45.5625rem;left:0rem;display:block; }
#uqd4C3T9whs1WxtZ7xhAfrEOi71NPW6H { width:17.6875rem;height:3.8984375rem;top:46.5625rem;left:1.1875rem;font-size:1rem;display:block; }
#RUgHR4cGgJGP4SONsK7GEw7RpkkETmWK { width:20rem;height:5.910290237467rem;top:56.8125rem;left:0rem;display:block; }
#XpTLKAgVxpXeTMxkaVnersD3nsIMwvMS { width:17.5rem;height:3.8984375rem;top:57.8125rem;left:1.25rem;font-size:1rem;display:block; }
#PJTMUGLqvUq6boOHy2qs4Pvb5wBUwFi7 { top:63.9375rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#odmDkwDNNPwRZS10VXyCfn3ZnMPO3Tnk { display:block; }
#dHVh2vi74TN8wfy87se1v7fsL05PF5Dg { display:flex;top:69.5rem;left:8.5rem;width:2.936525rem;height:2.936525rem;z-index:15212; }
#BAaRK2z16fqvFUdh9GkSVaHfzhhnNdM1 { top:78.75rem;left:0rem;width:19.999rem;height:1.1378875rem;z-index:15205;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#cO2ucv2QzKHzUyEgch67dbM16u5ndPQb { width:7.6875rem;height:2.311525rem;top:75.125rem;left:2.5rem;z-index:15051;overflow:hidden;display:block; }
#wh9aAoLCF1sZ3g8O3dDRQTEtgZyu2XpE { width:7.6875rem;height:1.875rem;top:75.1875rem;left:10.5rem;z-index:15052;overflow:hidden;display:block; }
#qDa8RqUiTV8v8KcrKSa6QWv20e3x4sTR { top:73.75rem;left:0rem;width:20rem;height:1.3816375rem;z-index:15203;font-family:cairo;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#iUBhZI1sE28vF1tvMxPHViiL6IWNxKem { display:flex;top:78.75rem;left:15.25rem;width:2.9375rem;height:2.9375rem;z-index:15209;font-size:2rem; }
#yLzdpsyagFQPF97JNoGOEyISsHcRMKc7 { width:4.3125rem;height:1.5625rem;top:80.5625rem;left:9.5625rem;z-index:15046;display:block; }
#gVfQL8C6ss9sdXCMa4A3sDZ9Mo8X23sf { width:3.875rem;height:1.4375rem;top:80.625rem;left:5.6875rem;z-index:15046;display:block; }
#Dwkyrn2SF8TbT6C0hctoXxLwgs4fnlsE { width:14.6875rem;height:18.4375rem;top:3.25rem;left:2.6875rem;z-index:15013;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; }
#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS { display:none; }#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS > .row .container { width:20rem;height:67.6875rem;position:relative;display:none; }#N5fIg1EwmTbSIFwuGCwPHIanmKbdLmkS { top:4.7742156982422rem;left:0rem;width:20rem;height:11.25rem;z-index:15000;overflow:hidden;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;display:block; }
#KWVnupzLWr86vLWoCmLNqILoV0i13xw7 { top:17.273048400879rem;left:0rem;width:19.9991875rem;height:11.375rem;z-index:15193;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#CzQAZrhVcveMTcbXRmUo0yagrn0CsT9e { top:29.651953697204rem;left:3.0609372258186rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#aXXRuGV9PEUCf8oa07OdoTmLyJipKBN4 { display:block; }
#OyU25o7sMdMNkVQW7yZ9rqRnbI6frnyA { display:flex;top:30.2451171875rem;left:4.09375rem;width:1.624025rem;height:1.624025rem;z-index:15192; }
#mo4umbtvDBU2iKTM6D3IXakmE2a0R1Mk { top:33.7138671875rem;left:0rem;width:20rem;height:11.203931203931rem;z-index:15000;overflow:hidden;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;display:block; }
#JkyMWZwEmteJhrGAQXg6xTo07TVWx55K { top:46.1669921875rem;left:0.0625rem;width:19.875rem;height:14.7875rem;z-index:15193;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#W4h4F7USiLx3FLJm2hBns3zLuvFkTTL6 { top:62.1943671875rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#ggOXV4gFWrDDKo5Qo15l1UkzraC34TzZ { display:block; }
#AXFfyotef9IwCfGV4wc16VyChxc4mv8F { display:flex;top:62.7880859375rem;left:4.09375rem;width:1.624025rem;height:1.624025rem;z-index:15193; }
#NKEevafsRfP0r3XrD3wqnTU2BC2VAakM { display:flex;top:39.0625rem;left:9.0625rem;width:1.875rem;height:1.875rem;z-index:15191;display:none; }
#eZA9aSCiKiUtalJ1vZ2sMldoyiQGemfX { display:flex;top:39.3125rem;left:9.1875rem;width:1.624025rem;height:1.624025rem;z-index:15191;display:none; }
#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT { display:block; }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; }#h0i9E5XCDHdqTuKA5IL70i0vnDgde17F { width:20rem;height:18.9375rem;top:1.25rem;left:0rem;display:block; }
#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { display:block; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { background-color: transparent; background-image: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container > .video-iframe-container { display: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container { display: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .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); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { width:20rem;height:11.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container.adaptive-delivery-prevent-bg, #fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container.lazyload, #fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container.lazyloading { background-image: none; }#uCXJ3FaAdhBy76BmnEbII3D9NpEg5kg5 { 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; }
#MI3fsdvyyyLEa9iU0E2Ku48vR4nfqyie { width:15.8125rem;height:0;top:11.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:none; }
#KE6sRrik8yw8wMfASZsbh1dtQDUDcKoV { width:2.43706875rem;height:2.43706875rem;top:7.0138893127444rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15009;display:block; }
#QFQchOQI3boW3GD2U6bxKN7axzZgvGyF { width:2.43706875rem;height:2.43706875rem;top:11.5625rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15010;display:none; }
#XdDXBdmD65bdCunoKZSctyerPR4I3swE { width:2.43706875rem;height:2.43706875rem;top:20.200738906861rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15012;display:none; }
#OOpMUEQXF5Hf7KrLWg4qLRsPUTLeK8KE { top:1.0753040313721rem;left:11.129557669162rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#R3uzmMEhB3FpoTGwl2pDym1rDEzJ4awK { width:15.061875rem;height:2.6003875rem;top:3.4320735931396rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
