.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;
}
:root { --color-primary-0:246,241,237;--color-primary-1:224,209,194;--color-primary-2:192,163,132;--color-primary-3:96,82,66;--color-primary-4:29,24,20;--color-secondary-0:221,251,230;--color-secondary-1:142,242,173;--color-secondary-2:28,229,90;--color-secondary-3:14,115,45;--color-secondary-4:4,34,14;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#feWUxyus0LDrvVNGsTxT9Ra7laF4oOQ7 { 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; }#feWUxyus0LDrvVNGsTxT9Ra7laF4oOQ7.adaptive-delivery-prevent-bg, #feWUxyus0LDrvVNGsTxT9Ra7laF4oOQ7.lazyload, #feWUxyus0LDrvVNGsTxT9Ra7laF4oOQ7.lazyloading { background-image: none; }#feWUxyus0LDrvVNGsTxT9Ra7laF4oOQ7 > .row .container { border-width: 0; border-radius: 0; }#feWUxyus0LDrvVNGsTxT9Ra7laF4oOQ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#feWUxyus0LDrvVNGsTxT9Ra7laF4oOQ7 > .row .container { font-size:0.875rem;font-family:arial;height:63.75rem;width:75rem;overflow:visible;position:relative;display:none; }#XzTubmvtF45J7UQCvKoKupsPvdkbESEk { 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:46.66250038147rem;left:14.546093940735rem;overflow:hidden;display:none; }
#efW7hltglnZ3AuuCCrPLuaPRfWGAP2cf { color:#c59656;display:block;width:10.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15159;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:44.550000190735rem;left:18.514843940735rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dQoGUTiuCNT81KzyFfe0ZrsDIvwU9ZzN { color:#000000;display:block;width:19.9991875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;height:2.03125rem;top:7.3125rem;left:0.75rem;text-align:center;text-align-last:center;display:none; }
#h8dZZAJC982wNplXBOTR3MNNkWFkkmQk { 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:15013;opacity:1;top:4.1875rem;left:9.125rem;display:none; }
#JyiVxi4Vi1FXRuxzip6AVpILRt7f8cWh { 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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.1875rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:29.51718711853rem;left:42.750000953674rem;display:none; }
#pi20LDQ09FUgzAH8XVMGtBoAGXViO9DK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTAImcPNQRLVlCfhfnTsiFJKIlRkAyHL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15173;opacity:1;top:29.735939025879rem;left:43.650000953674rem;display:none; }
#rTAImcPNQRLVlCfhfnTsiFJKIlRkAyHL > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#E8QITbTQvTKzvJ3mHnbyHm4TEbcfF3AC { z-index:15000;top:19.569444656372rem;left:30.131944656372rem;background-color:#53b736;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:15.125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ByqKPxflVcP4gcJKxqpEraSZPOg2SBzd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7a0Iu8CFoqELwDMHTNb9vVGKMQWCcgM { 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:21.1875rem;left:32.8125rem;display:none; }
#sov4TA08o7vvogkZRqe3TSP7N0EPH3RR { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:12.5rem;width:11.75rem;display:none; }
#B2TEBwozrOrvUIvlImvD2wxw8vFLgb6r { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:12.9375rem;left:0.5rem;display:none; }
#MdXyz1BkO7uZMo2xeiFlIANkGxfcOCik { color:#0e849e;display:block;width:17.625rem;position:absolute;font-family:cairo;font-size:2.125rem;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:5.6875rem;left:28.375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JbJn0Li5BlhrXShUGWkoAJ7CmzUUO3Sb { 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:15164;opacity:1;top:3.6339840888977rem;left:19.337108612061rem;display:none; }
#JbJn0Li5BlhrXShUGWkoAJ7CmzUUO3Sb > img { max-width: 100%;max-height:100%; width:3.12421875rem; height:3.12421875rem; }#rGIEixXPDwdK5R333fPSlTpI4fwo6G3S { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:22.5rem;display:none; }
#c3zlTgzSMrhIzlUOcbbUcoRLrFqckF57 { color:#0e849e;display:block;width:17.625rem;position:absolute;font-family:cairo;font-size:2.125rem;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:5.6875rem;left:28.375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zpwuGSgTZ1sMXNhQvtpiTNHOuKHTbLrQ { position:relative;display:none; }#zpwuGSgTZ1sMXNhQvtpiTNHOuKHTbLrQ { border-width: 0; border-radius: 0; }#zpwuGSgTZ1sMXNhQvtpiTNHOuKHTbLrQ > .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; }#zpwuGSgTZ1sMXNhQvtpiTNHOuKHTbLrQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#r8UUbvT9z3dPggQFlJfbp9EoA269SEnh { color:#006c35;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1585941314698rem;left:41.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aRFkb4QQhQiU7o09qrMag87gf5X883gU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#ULlBw8EGytteEkTv9LF7KcxTVxgaf6Uc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#scNmB4T2ksNmUHGXHaoc0TW7pHQ37ACv { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#Xo3hFL5hJ5LGB9s3DiJq1hBJM5ahd7Bn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W38x4H5tqTm3eWkorc4eeIzOSlDA8KA5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#JMU3Q7fMd19doKhQXxnTkS66f6CB4Jz8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy { position:relative;display:none; }#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy { border-width: 0; border-radius: 0; }#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy > .row .container.adaptive-delivery-prevent-bg, #toReSiTSUrrbEL0OPxR1MNod0dCwAwdy > .row .container.lazyload, #toReSiTSUrrbEL0OPxR1MNod0dCwAwdy > .row .container.lazyloading { background-image: none; }#LXwdxhT9W8lh1HsmynguRpDmVqyk4q4R { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:17.25rem;display:none; }
#BCobIIutcRpygZscPl1nDe7z9KQf2BOP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dy6CX2uUlTDdLSf2WkiErhk4LGZrKOaP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:17.25rem;display:none; }
#FE9Cqa7RzRhXznxqnn2b5vlqLvWgtZHc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKm7wQR5T0uc74c3wu2wAnkmIGZMfnml { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:17.1875rem;display:none; }
#l4UdgR2RpTiqaqVG5I4uhssZE5ar6cok { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g9kaxWudWPGGbzbkKCl2yNw2Q4RtSnod { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.812501430511rem;left:30rem;display:none; }
#g9kaxWudWPGGbzbkKCl2yNw2Q4RtSnod > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Gc0z64ogloMUbK6roVVDRQZ4G1TmchAF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27.998048305511rem;left:29.875rem;display:none; }
#Gc0z64ogloMUbK6roVVDRQZ4G1TmchAF > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#yBv5ciQz3g7gq1II6WW1VdAoexrbtm5P { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:17.125rem;display:none; }
#gPpUP8zT5LyTLVlHgZHTEBRQifvuUW0e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KwKg5c5U2xggWDay6t19GBT9myUP4FTE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:60rem;display:none; }
#OLg00SbD0UaiJ49lhcl97dGBTNoXIK8U { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:10.4375rem;left:7.5rem;display:none; }
#adopbG5FCMeXG9xtbA0sbe24S4yfTXQd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#QCFozqWi3k376uxldXRMly3cAIxQIDZ4 { position:absolute;display:block;z-index:15177;height:3.625rem;width:4.9375rem;top:2.5rem;left:58.5rem;display:none; }
#WnXsChLWUkepQNuwQy04mpizrOMQhnA4 { position:absolute;display:block;z-index:15178;height:2.5625rem;width:4.625rem;top:2.5rem;left:11.25rem;display:none; }
#eL8MeuKB5AgHzHVXOTRJoBNzqXfW34CR { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:22.5rem;top:30.850002288818rem;left:16.25rem;overflow:hidden;display:none; }
#KH9EXSTDf31iB8pTOqTEIqlqvVb4SHGA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15167;opacity:1;top:4.6875rem;left:17.8125rem;display:none; }
#KH9EXSTDf31iB8pTOqTEIqlqvVb4SHGA > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#GcTBVqtr5qi4wcl6nUvqFBZK7fvDT79p { color:#006c35;display:block;width:6.4375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.284375190735rem;left:48rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DDmCCFVVHXbPeA44t3025zEkJ7GLsrNM { 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:48.4375rem;width:27.25rem;display:none; }
#xGHIJvgS09OJtBSBPMlsMUAgUa2kZ3Dq { 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:48.4375rem;width:27.1875rem;display:none; }
#IE50nvo2K4m61AZu1JmJqwrq7it39CeF { 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:50rem;width:28.125rem;display:none; }
#nIzerQdWDgPiQK4ZHeLcU00ZH6TAqDVx { 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:50rem;width:27.25rem;display:none; }
#sIbpVxr7yx7osgErazUdRhtPPwFMbqFn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#MChiToOmUcHeeKt2nOCkaAxT9i2Xvxpv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b85Tg4ycgg8LghMLed1LiMfVDFiT5Fsn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#TCsOgxGHxD3enU9fixPmKecmClW18woe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rigVbLvGhNb1mUhEgJa2gsQrpbzlA8Bi { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:block; }
#se31Dxh8wH3A1mcLqvsTXSZLqeBlfvAl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mUbHf4klK9Ww0WlNZAJ8O3vyZyPqDFqQ { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.462675rem;top:43.375rem;left:32.8125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eqWQkIslsnm1F3HIzIOInadRugt7gGA0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TVKShlpvBBl7iBTJsIqdg4IgTS5ccm2T { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:18.125rem;top:46.25rem;left:28.4375rem;overflow:hidden;display:block; }
#P0qCNcboy1FMgROiKEKOfPe6pzphSvy1 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:41.375rem;left:30.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xh4S9c6rph4bqUUA7yVoAV8NTQ469tK4 { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.462675rem;top:43.375rem;left:32.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ODrSOnexOdTyPpoS8lT6PUU35z3aIhzX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:37.5rem;left:35.9375rem; }
#rMTu0wIChEA5mfoEDKnZQCGKI8vQKh69 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#LUpKdlhI3SxwtuDWLvrCt0Ca02DUSk0v { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#CpAZw2WG1bTlZ7VHs2ZzZ9xD99wtwXoQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vbZdJLQTftA5MOQxQbHnaJHW1o6uXSht { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:19.780469894409rem;left:42.5rem;display:none; }
#vbZdJLQTftA5MOQxQbHnaJHW1o6uXSht > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#BVOJWaWhg0ICVREUWLm5trhJGcComVtI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:20.186719894409rem;left:35.0625rem;display:none; }
#kpzNsRdJ3OWHh4WTGOkNv2UwuOUN5oUD { position:absolute;display:block;z-index:15015;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.8125rem;width:4.625rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#IxyLcZpc3fVwKLOerFoi9upMT1vJpx1B { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:31.1875rem;left:3.75rem;display:none; }
#QJhMBzJDRXyU520zW2yTK1GkWPq98Oop { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:45.6875rem;display:none; }
#D3uWiCZwZXJPcF5LR8qvJtRkxhsKtvSg { position:relative;display:none; }#D3uWiCZwZXJPcF5LR8qvJtRkxhsKtvSg { border-width: 0; border-radius: 0; }#D3uWiCZwZXJPcF5LR8qvJtRkxhsKtvSg > .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; }#D3uWiCZwZXJPcF5LR8qvJtRkxhsKtvSg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 { 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; }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1.adaptive-delivery-prevent-bg, #BJNGWqD13iUhtNr7ceWM7dx05mWifDf1.lazyload, #BJNGWqD13iUhtNr7ceWM7dx05mWifDf1.lazyloading { background-image: none; }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 > .row .container { border-width: 0; border-radius: 0; }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 > .row .container { font-size:0.875rem;font-family:arial;height:63.75rem;width:75rem;overflow:visible;position:relative;display:none; }#RiA7yK5SbASXsefH2x6JVWlJnTsHCL5m { color:#0f86a9;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(206,146,47,0.93);top:2.3125rem;left:51.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y9urXqIUu3IRcKNouatFPlMneSwM6UWE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:5.375rem;width:12.3125rem;top:8rem;left:51.25rem;overflow:hidden;display:block; }
#amlr2a2cSSQHa9Cx2Py6gLvpemG2lK4K { position:absolute;display:block;z-index:15087;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.4375rem;width:10.3125rem;top:16.125rem;left:52.25rem;overflow:hidden;display:block; }
#tVFWyzi317ducQJA3ueAFsTU8IIr6B0O { z-index:15089;top:16.75rem;left:51.6875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#bDyvA8PUWM8r5vz6TE2x6WDovsKwwRK6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fiEAITpVl8AyyBwWTpqMKm5dqqXRosr1 { color:#0f86a9;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(206,146,47,0.93);top:1.5625rem;left:30.75rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h5N68SEngwOXqE3ak2C3sBtqBD6Hs1aT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:6.8125rem;width:12.375rem;top:7.375rem;left:31.875rem;overflow:hidden;display:block; }
#ak6FoEzh5aES06VB0MpXk0BrJxFlHLC0 { position:absolute;display:block;z-index:15089;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.4375rem;width:10.3125rem;top:16.125rem;left:32.375rem;overflow:hidden;display:block; }
#yE5iAN1uUZC4wENAa6Zpy2lNvSdxIotS { z-index:15091;top:16.75rem;left:31.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#KbF9aToSPKFWoEd3oSh1Zn1TbNZVKgOU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BsIsCTPkC44FagE22qhZUL6n4RgGWkpb { color:#0f86a9;display:block;width:23.8125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(206,146,47,0.93);top:1.5rem;left:5.6871070861816rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fw60EO15hpJUu2mDEacR44oThkiWBo13 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:9.0625rem;width:13.9375rem;top:5.9367179870606rem;left:10.061717987061rem;overflow:hidden;display:block; }
#gdHwDqhnSr9IsceZN0smEmuxomcVld6u { position:absolute;display:block;z-index:15091;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.4375rem;width:10.3125rem;top:16.125rem;left:11.124607086182rem;overflow:hidden;display:block; }
#gHWtNPCqKopbopiVehpiuBzoXJy6ykT3 { z-index:15093;top:16.436721801757rem;left:10.3125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.3729375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#tLomTVFzewiyiLq7nLIlQSoi6xXpMhEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zz3dprqIK5qtv9TDr7BIk60oxg37CDml { position:relative;display:none; }#zz3dprqIK5qtv9TDr7BIk60oxg37CDml { border-width: 0; border-radius: 0; }#zz3dprqIK5qtv9TDr7BIk60oxg37CDml > .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; }#zz3dprqIK5qtv9TDr7BIk60oxg37CDml > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cCM0cho5vS9WkS78cOHZLraQzAWKrzbS { color:#0f86a9;display:block;width:23.8125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(206,146,47,0.93);top:1.5rem;left:4.9375rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#S6tPqLrWtDnp3tz3UV0AZpTQaiZLENbr { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:none; }
#pPSzyVtzCNg3RqLoxyhN3nGOkqwa7kym { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#eOHMKLemoMIuXBVAWJ95z4qpTJUW1Te2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dBXWWuPLVTvd65Mn2WdHGXvCI3Z2aiFL { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:16.5625rem;left:3.0625rem;display:none; }
#gW5JwqwdeOtQfE6leu18NU5KfIw8NIww { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:none; }
#vs7Hxh1clZT6xOwd8ssocN1ai7RqXPZ4 { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:37.8125rem;left:8.0625rem;display:none; }
#QTpyKyMhI8V4OJkN0O9C51ZSL9d1OeWL { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#OgIA7v0oFWKHExTTuT8STSnVRQd8UL15 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#McPbeVQaCmIeA6pp1TvOiMASqtwkee2R { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#fSXUobdrnOA5FPIsr5Wxn71PrgbEreS2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OV0qxrBqIgVbIK0iKqUZHpzB0WgiBBMH { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:none; }
#MTEhkg1lVci0yERRvPQp0W3sDLEI1xdD { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:54.3125rem;left:7.1875rem;display:none; }
#lDhzCLBrDT5f65aGeNFssC8E4Mbio65C { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:none; }
#hc2GOGnWqDrV0DSkTfAClKs8fAFQ7yZ7 { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#P9hCLBa65b2GT5rX5Ktf5oUSHTwPvaWo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wkorKg2V3Q5erisVFzIw6uXn0alVTRJB { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:71.3125rem;left:8.125rem;display:none; }
#wE3tVA9cCwrvliNyOeShdBeXttxN8kP7 { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:none; }
#M58ihST3EN6FVKBH07CdAi406Oqcq0RW { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#VB9tEke1DPaOExULvaMsHhWL0DHTauBW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lriGvriV2cAa5slvPHGbXog4HlwsLdPV { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.8125rem;top:88.1875rem;left:8.125rem;display:none; }
#DsEDheGQXQpKZVFOy1RJJtD7kO6GycxT { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:none; }
#JxlIGwWvsx5gViPqbsZ9QubK3CRpFHoo { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:105.6875rem;left:9.3125rem;display:none; }
#m2ANdQNdLz1TFvlZn7TAwSTgQileCM6v { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#HPnTAbkCDICdzVd6CTCcZsoVMvl41dR9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BzLSIkJz7eBoepSEbKQACXGKv5ZZEQKJ { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:none; }
#o4x3XaMcTARS962vDKgegXFXVSCUC5Qf { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:121.5rem;left:9.375rem;display:none; }
#SmZdpvNloCn4nltRfUCaBLNw1oS6hWSS { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#bldasA8I2hJ8h2RpgICrCDLNtUGxvS8v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MfT0QQm069KZ01TCMIBbQabuOalfqq61 { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:none; }
#bFD1Q5TZ840UJTa3SmdKS2ApQSyBhy3I { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#K64hOSOoHEVWXJiMafcS5JxMTiagUuP4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k7HwWHSWixi5ErnR2B9ST6y3NCd2HT2g { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.8125rem;top:138.0625rem;left:9.375rem;display:none; }
#KJuTpVhV9zXD8GdLXlwsJTqZ9zmKTG3T { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:none; }
#uGcvpUB9XBW15z7JcCuX35vN3KGQtkIP { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:156.375rem;left:4.875rem;display:none; }
#raDF7sD9cSQ4MxIpB5rTorNrRLDTtIyT { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#OZET1mmg7QTBq0DEtZ15WVFthc4frW71 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILpuR4fvmiqaTkww8UwICS2ZFgB7009Q { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:none; }
#tXFJycSUW00wV9bTHeOZ2qSDObCGezdl { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:173.625rem;left:6.5rem;display:none; }
#TX6Lyw4SbOfIdnNpq6z1Oqmh8dsp6AS9 { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#Ew7UvSIlDU9I3oMQqxwqUP9oWHXhGBiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZH1pAnznsGRCDoXRqTQHvNPFEGmpxP2r { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:none; }
#ef2aRTBdAEJpLG9qGpeiLkXTTk3BTLiS { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.8125rem;top:190rem;left:6.5rem;display:none; }
#wkqXXK7SNwN03HkEkRSkuXdq3X1t72ha { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#TGkAokIzFhlkyngE7qPN3efCiwO2N6iC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cLKwFLy5rXRKViMV33bvqVoXAqc0AxN5 { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:none; }
#hMrzpTBePSCSNLyES1MUZqpzLPvDLMN8 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:208.5rem;left:6.5rem;display:none; }
#aAgs82cvIGiwwI9qu6WDqJmhSpkOQ2LL { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#ENR8qUeCpeQET2zgGKnghIkoNhPdyxat { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CrPVMTv9dUNDptTurxKzJqK7h29kpKvu { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:none; }
#xFAD010ifUX3uTbrZdbdPtTMZiDbZy9D { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:225rem;left:8.0625rem;display:none; }
#eJv44Ty5Ele0dT1oeTN3q9MZMoAzrWFt { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#t4eRZzhTLOHhmss2KmzVcJl1ZxuM2x6D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7tDabkdTvlbQEUz8NVIsDkm0kMr9DAa { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:none; }
#xEtnaHov1iqEftF9UQfGXvTHevkd6A4R { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:242.1875rem;left:8.1875rem;display:none; }
#a9vuermfKStl52fABkRR9bAmdlPB6Ms4 { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#XRFs4UKZSJZ189GZzosFa3FwMEcV03ZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iOJ1TTrtVDt81sHJzxNkw9Wwnx7QsEmt { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:none; }
#JCDiFZ8bd8qaUc9AV5gGauQQa5QTZaqG { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:259.1875rem;left:8.1875rem;display:none; }
#SHCwodtAoc8zDvPat7nHCFNLQX8ePxhH { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#MyFoOJc51pmWQuGT1KuHD2mzUioKorzZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hPnFANpbtfGQtDxhT89M1exU0OPI8xDP { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:none; }
#Tr4ydTxQ3TGAUl4EET7WJZhEIwe7ZNAh { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:274.75rem;left:8.875rem;display:none; }
#s7eHhG41UXlN2SnTTN8TRycrWwK8I8SU { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#mS3kDdZqG2EzaIywzCaPIy5ksoBfWARV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qCt6gpXTuvJTIi9lAsvLSzTrMcGWrSHu { position:relative;display:none; }#qCt6gpXTuvJTIi9lAsvLSzTrMcGWrSHu { border-width: 0; border-radius: 0; }#qCt6gpXTuvJTIi9lAsvLSzTrMcGWrSHu > .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; }#qCt6gpXTuvJTIi9lAsvLSzTrMcGWrSHu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#c1yxvPMPcKIcRkPAHFQnduDV1p8Crcbc { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:block; }
#ZRxWTBp24JEu4LtKPzPF4lUPm8gVbgIe { color:#0f86a9;display:block;width:23.8125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(206,146,47,0.93);top:1.5rem;left:4.9375rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Zd9HSXwK4LBis6SWs7pwK8a2PhbIUdTH { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:7.9375rem;overflow:hidden;display:block; }
#RemfAneWCE1uCu75T3bw8UXdwSW92CZI { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:37.8125rem;left:3.4375rem;display:none; }
#Eprmv2LHGgqpT00GrpilAvx2ZBNON5vz { position:absolute;display:block;z-index:15096;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:16.3125rem;width:28.0625rem;top:49.875rem;left:7.125rem;overflow:hidden;display:block; }
#pShpcf2afwnfHQhIonydCVqAVM2NyTl4 { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:block; }
#W9ViqDuB8PJWq7HDa6lnlRNAeZrtmlHb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WkilWPqh27lpTvCkEM223MZLTScKGZ3F { color:#000000;display:block;width:17.312125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:68.644916534425rem;left:13.436717987061rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HzhG4gXxrpp68xVDgbZoRs2o9t2gNwv3 { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.375rem;top:39.5625rem;left:4.6875rem;display:none; }
#pOJNQKv1aRBLfndeopFnKl2h96ahdpM3 { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#K2deMnCvk1ARzdleAT7cTNwt6VE3TiE9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y8DDKF1Ar1kSQCsLJ0ybzCI871AKmuqg { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:block; }
#hsheqdgbXAHZpRCA3Sc4iqXEwLpH1n96 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:130.9375rem;left:1.3125rem;display:none; }
#kifNHq0eS255VgxaRJTQ0RqZD2AOe6hn { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#Z5sH0q5xbQdhyMWu60dDTB8sKHTpVsqR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yehKTOevBelTMkxsRAUsFq0UZoLyZtET { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#epBmacGNHxenyu0zxPx2TpwaCXRUVlTi { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#ZbWDTzrsTMT5g6I5rpBJITSBlxKQqVeA { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:123.8125rem;left:3.875rem;display:none; }
#LMXrHTdUfTAwPkOEUgPTuGyNEECHeQeQ { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.125rem;top:119.375rem;left:9.0625rem;display:none; }
#f53aNcLfUxN2ypIlkH2OQleBQGUyLxMJ { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#BMHRsCLVvnxvKPuKooZLOb8xy454N2OS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UVMC7iTTtu01ddnCT6snEr0k4eeVI7Mr { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#acNE4KyiZIUITWn1RWgA2z2NPt635K5L { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:142.25rem;left:5.9375rem;display:none; }
#IgKZKyundUiX4f491L1By5W5dLLUw1wA { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#Hi6psO2laecx0uTdCGAeqr3Mab19ea3U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m7PqHFa8tE0SZhL8tpdyFsxDho1nvUC6 { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#ipqXKxtx7CtXI2GaVSfl9sutKtltrAxI { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:167.5rem;left:6.0625rem;display:none; }
#TTM1hyCRvduhnd1sl0NWXoG8QHXCQrcT { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.8125rem;top:171.5625rem;left:6.875rem;display:none; }
#VqClin4xQ3sUFdzsGAWKEC3VV4VhiGKo { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#KolfeX0TrxXVR2rA3Dld7TiTo2furQVR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rebqpzACneHq86l1GZTc8hOZn9h1C1La { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#wDC2gaQaXMTFUERISdxyrfIkPTLuzazQ { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:189.375rem;left:0.625rem;display:none; }
#TyWr9Af0XR063mIzEoykSxDM3zavXFMy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:192.6875rem;left:7.1875rem;display:none; }
#kl5SLLr8f3QFMUlGCzwoFkfzOVW81aTB { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#uVfZR3uLt0TlvkKTzzqXShJZrxvndqrD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlGVgTNoqTBPpveTwdTMi1rQVNfPk8vM { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#iTIy0WmIXGRotSn9l359Ut0TW6pycdVX { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:209.5rem;left:3.3125rem;display:none; }
#QGhqXupAGRqVAPTNJH3EibVZeTQTxWki { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:217.75rem;left:5.3125rem;display:none; }
#FrzNuZ2ru7LaLXIepozi77WotfQD2DFv { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#tn4XMKmVdK8niqshQ2Z12NvEQgLfchZm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P8P160mg5giOA1ua0RkxUgHuD2F9k0CT { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:16.5625rem;left:3.0625rem;display:none; }
#r8JoTFEf9X49ao0FPSTdcP7TxtJd0pld { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:20.875rem;left:2.25rem;display:none; }
#zIIiwWoqmJdvO9is27IBCt88EqIn3F4Z { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#wZ6IqcIpCCpBwbex6NApA84tDoTvcWRz { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#BAIf0EsFB16TTuumGxIb4moKL2QWTCgn { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#cbUtR6KKByCbltdWdTmDd0ex7Zrsak55 { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#ua3nZxtZcRF5TRxHBeNpdgZF1CgJlnv6 { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#Ob4m16xGBvRNdIIXzmDUorGF7aihyLZA { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:209.875rem;left:0.5rem;display:none; }
#TqO1AlL41TcNiicTfsHfKe4A8FvVMPQQ { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#G1HFN26l4Muu8q8FqfpxuyUbiLKHRaCC { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:231.8125rem;left:0.75rem;display:none; }
#BC85KvCb24hubgrI8o99GFHAwdX4TlTT { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:237.5rem;left:5.375rem;display:none; }
#cJJWxURKyeoePezOEmWeFiFgqUNIWQAg { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#CQlK0VwnBPanf1pxnxy8IGitqQCmpb02 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTP19UWBLqbzU8XJmpI71lp7dvm66dud { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#VnEgiQfpQonkpFeGWR2yxSdN8HwmSeNT { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:257.9375rem;left:2.9375rem;display:none; }
#z632ERo7GXWvNqfVTS2vrsl5urlp1sJb { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:262.1875rem;left:2.4375rem;display:none; }
#MNRNMdTcJ5AbuPKsrxgEoAuJZpa3SLLR { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#JxR4M1LPuuRJbi59rpt8K8ayLrkUG1RZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vgiOgPfrC1gi3A3JHJ64EPo8ncog8qns { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#EeNmmxmICePETF9orW3MLRdmCZ83fKiw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WlZhCKyPwWbuogENspX2wEk9zVFHlHQL { position:relative;display:none; }#WlZhCKyPwWbuogENspX2wEk9zVFHlHQL { border-width: 0; border-radius: 0; }#WlZhCKyPwWbuogENspX2wEk9zVFHlHQL > .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; }#WlZhCKyPwWbuogENspX2wEk9zVFHlHQL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#S26MIwgkeEDpclKq9pomRzamWJPZhuAu { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.7875rem;top:1.9375rem;left:20.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UerO81EcBQryUMaKpFfWBVTkmCblUqWG { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#gXTZd4VpDiteDioTUaG5fRe3yUp5oSaz { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:39.25rem;left:7.8125rem;display:none; }
#LQHfPfpJMFvb7tV6zgkloK7nXf0Ic8dJ { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#eW6TbwsXXUPLe4JFdpM7xWPOb2OumkLJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ROwTdDnvZbz2z3IsT2in8t6zT0hxNUgw { position:absolute;display:block;z-index:15095;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:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#r39Z23wBLyUpJZzhmdyt3KhXCwdymaVN { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:16.125rem;left:5.75rem;display:none; }
#M7lnmwQPewrrcylrC8syDZThT1F4LZqd { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#QAIEKntozH58pbrX2KwTiSOtefCZ1T48 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OANw4RIFAlU57svGESxd7GVgHhFF073O { position:relative;display:block; }#OANw4RIFAlU57svGESxd7GVgHhFF073O { background-color: transparent; background-image: none; }#OANw4RIFAlU57svGESxd7GVgHhFF073O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .row .container > .video-iframe-container { display: none; }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .row > .video-iframe-container { display: none; }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .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); }#OANw4RIFAlU57svGESxd7GVgHhFF073O { border-width: 0; border-radius: 0; }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,190,190,0.98);background-image:url("https://images.assets-landingi.com/uc/ff7d2200-0299-4b0b-8149-00cae5b7953c/Untitled201.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .row .container.adaptive-delivery-prevent-bg, #OANw4RIFAlU57svGESxd7GVgHhFF073O > .row .container.lazyload, #OANw4RIFAlU57svGESxd7GVgHhFF073O > .row .container.lazyloading { background-image: none; }#JvFquf6dJF3wpp8uCDQ1rwFCBsMq2PcA { position:absolute;display:block;z-index:15016;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:16.875rem;width:9.437125rem;top:2rem;left:41.625rem;overflow:hidden;display:block; }
#DQJamfTcNCnRzzpTSvywIWMyZtHQzfJn { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.9375rem;left:37.375rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bcCffSwg2vkLpXLKdkLnRoTtEhLPvRI2 { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:20.9375rem;left:18.375rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TR45wNHpVXr40i7e2U63D9nu0keltp2g { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.187501907349rem;left:25.625rem;display:block; }
#l7xIqrlGylFUPSUGTQmpDJ7ff59O8Th8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pr9KVDd9G3ROg8rJIeKkJoNMGM0WeMrM { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.187501907349rem;left:25.625rem;display:none; }
#bvxPkT1eyPJTOq6lbykmFk1amKzmflHA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvLTNUNMsrfMaH7hmGp4B2XCdTg6O6Mn { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.187501907349rem;left:25.625rem;display:none; }
#k9eSCauAobgPpNu6Kq3PTA8En7e12Lhg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nGSBF88ZFwvuJFOZN9N4x3zy6HOhVxBh { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.9375rem;left:37.375rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#J9N0SR85eLSQEhv011dNUKwm0IK4KGpI { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.9375rem;left:37.375rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#t6I1hlDJ8RBemQUcHWGH1NvpBkLcRr0g { position:absolute;display:block;z-index:15017;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:16.9375rem;width:9.5rem;top:2.0636711120606rem;left:28.751956939698rem;overflow:hidden;display:none; }
#HGBoF6LN3TVgUr3DlsaFI7Ey8t48bcPU { position:absolute;display:block;z-index:15016;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:16.75rem;width:9.375rem;top:2.1304683685302rem;left:45.495700836182rem;overflow:hidden;display:none; }
#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg { position:relative;display:block; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg { background-color: transparent; background-image: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container > .video-iframe-container { display: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row > .video-iframe-container { display: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .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); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg { border-width: 0; border-radius: 0; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container.adaptive-delivery-prevent-bg, #g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container.lazyload, #g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container.lazyloading { background-image: none; }#pzT7Jf8V99C01HoKJy1SqelarsTzROKd { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:36.5625rem;height:2.7625rem;font-style:normal;display:block; }
#NDE63TyRHRufN1DUT9T9DFTKf8AgCTPl { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:22.1875rem;top:6.75rem;left:43.4375rem;display:block; }
#AOrUOkzV8H3nMhJ5MDGgI1PtlpSa8OPL { color:#707b8b;display:block;width:53rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.9365234375rem;left:12.4365234375rem;height:2.975rem;text-align:justify;text-align-last:initial;display:block; }
#xXE28GcLKOrPw4XlonWt6e4yt9LWnUMo { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;height:1.875rem;width:1.875rem;top:14.875rem;left:63.1875rem;display:block; }
#R75WL3895UGhqnndApaMKZBX61CAqzO1 { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:15rem;left:63.3125rem;display:block; }
#Luopn3dryQzWLOozFQSnPzCIMhu4q3xm { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.25rem;left:36.875rem;height:1.8rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Vmp21xK7ltZczSLPBMe2WFZPZ3OTsqw5 { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:2.7;letter-spacing:0;top:14.25rem;left:41.8125rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#W5kNBzOLd3OAkf89gMalyLSCVbz6EdPZ { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:17.125rem;left:63.375rem;display:block; }
#loUpm7DMCEDmydmsQrpAvzGJ1ycLC2Wt { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;height:1.875rem;width:1.875rem;top:17.0625rem;left:63.1875rem;display:block; }
#MfpXIPnJbg24B59GlA0wWCSMeXC7sf7m { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:19.4375rem;left:63.375rem;display:block; }
#sC6xH93duXGASnTStOm0t5v1c42IJL6S { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;height:1.875rem;width:1.875rem;top:19.3125rem;left:63.1875rem;display:block; }
#HfqC5JDgpp1BMrOPv0EWoQV6ZbRsTduH { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:2.7;letter-spacing:0;top:16.5625rem;left:51.1875rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#gBSdw5fzINvp7yTVwT0itPfeThHaHTcB { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:21.0625rem;left:51.1875rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#d6uRbK8nh3QfLTgWGC18CEq2XrHAvnDb { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:21.625rem;left:63.375rem;display:block; }
#k5wVGpVeVqSiRHc9MCTkU71z8bE6az1d { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;height:1.875rem;width:1.875rem;top:21.5rem;left:63.1875rem;display:block; }
#iBPrW2RaTisEGsq4NkNDxXW5MAF2pbIN { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:18.875rem;left:51.1875rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 { position:relative;display:block; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 { background-color: transparent; background-image: none; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container > .video-iframe-container { display: none; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row > .video-iframe-container { display: none; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .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); }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 { border-width: 0; border-radius: 0; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container.adaptive-delivery-prevent-bg, #OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container.lazyload, #OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container.lazyloading { background-image: none; }#KEHyhOyWJ4UZMzsHn2T9ZuhH6e8E9c5z { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:17.375rem;height:2rem;font-style:normal;display:none; }
#mIoTWvkueHPRbCNEm2W7aBPfdOlZREqc { box-sizing:content-box;color:#434343;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:block;z-index:15004;top:18.125rem;left:13.5rem;display:none; }
#fvoAdDrLRvLaPTS0PnuPPmybeSLkXOwd { color:#026499;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.838623046875rem;left:18.125rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wQIHRguS3kRCTwEMytsQzd8OlmCinsiE { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:6.9375rem;left:62.125rem;display:block; }
#hpeMdLM5IHDIJWFxWq8DG1eoTt0asWnr { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:7.8125rem;left:17.5625rem;height:2.00039375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ggFycwUgJ09aPkmTAGik1Uk4W5ydhMQw { position:relative;display:none; }#ggFycwUgJ09aPkmTAGik1Uk4W5ydhMQw { border-width: 0; border-radius: 0; }#ggFycwUgJ09aPkmTAGik1Uk4W5ydhMQw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ggFycwUgJ09aPkmTAGik1Uk4W5ydhMQw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:188.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ggFycwUgJ09aPkmTAGik1Uk4W5ydhMQw > .row .container.adaptive-delivery-prevent-bg, #ggFycwUgJ09aPkmTAGik1Uk4W5ydhMQw > .row .container.lazyload, #ggFycwUgJ09aPkmTAGik1Uk4W5ydhMQw > .row .container.lazyloading { background-image: none; }#hu0yzkOyMyrbkZaS9daWN9xM1wJT7pmD { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:28.125rem;left:42.5625rem;display:block; }
#z77uQxAL0ve43biyx4HNSyHP31OfiDOZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XywnVyFTlSppPaPsxxcrpRRf8CJVWOf4 { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.125rem;left:12.0625rem;display:block; }
#SeN6mkxVEXBkg3pbJyq3KdwACM4H1iGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThsyxmgBQUQPgvxVihGbLVyaIbRmVNae { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:54.4375rem;left:43.3125rem;display:block; }
#avbmRAQNlmlwsLTdeyAy4D2MQaXxhwWk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hNyFdbbIlegWkMkXG4kTt6Jww4auMkL0 { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:54.4375rem;left:11.936197280884rem;display:block; }
#H4pId94pTtC9s4oAhafG9ZwKDsXJd5h0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qgq4RuFbqNvIxtM80WcXDZL7arTBnbXr { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:86.25rem;left:43.25rem;display:block; }
#OnSTayAVEGSa1PBMiwkO6LCnlrmX9aDA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oMy19dAw2rzmNuB1bfIZil3aIChNTVLf { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:85.9375rem;left:12.0625rem;display:block; }
#ZbLmPHJXHgsaOtMv1JFIwZVNp7JrvGTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QX6DfcJsfUvCntpkLTi5TXDxMBcfhbSJ { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12395625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:119.3125rem;left:43.3125rem;display:block; }
#EwySH91uCF5uBBPbPOsMBsgXH9QJBAkV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fXO4TgdHPseZLe1IHo14S74FfyCRJaEp { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:119.3125rem;left:12.0625rem;display:block; }
#c0i4qRa6nwq0Lh6gu4AShAWc70fdgve0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uqfM4k5MJTNTBFr1E8wNPPw3OGCE0ZKz { color:#000000;display:block;width:12.4980625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:20.373695373535rem;left:15.9375rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x5toyhXSRpO77edzeLIWzJ3UukyHTNoG { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:78.875rem;left:12.0625rem;height:7.06875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g5vFZpcxJ8I0UqpclL3a7hST8nMms2mP { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:111.62238693237rem;left:46.093753814698rem;height:7.06875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndi9tgx3cwKe5HUmbTngncMlAKm9fKi3 { color:#000000;display:block;width:17.312125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:49.4375rem;left:44.125rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pHRq7mM9bSwTbKwBrdTfCfCvTB3hSSHm { color:#000000;display:block;width:17.312125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:49.4375rem;left:12.9375rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GoUzPd7bK1xQSwm6pq2dm45cvFIITyM7 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:111.62499046326rem;left:12.125rem;height:7.06875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IA6PKTgqamAkA2fxIoR8igOdNI46wTi6 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:78.875rem;left:46.25rem;height:7.06875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OgmvJMlD5JbRKT0nuzb99WiExVWGeLBv { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:143.6875038147rem;left:44.583332061767rem;height:9.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dCBq4JDLnS69aZOHZTTIAtLq74a980T0 { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:143.6875038147rem;left:8.375rem;height:9.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oe9ekAxzDSh7ZHzwhpTme1FqAHDHNQoC { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.1237rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:153.52734375rem;left:43.3125rem;display:block; }
#kA0JpMy3qLzBSiQvQKJO5EcDuxftrh4t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hCh2Kl30FV7dpC7mIddu50atOUKGTNKu { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.1237rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:153.52734375rem;left:10.20703125rem;display:block; }
#TTkJ42gE7b1mO0piBNr8l4xGpdPAs1iM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izDN9iJa0wpByJ4gReKIgJhhTxShqGgB { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12239375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:184.44010972977rem;left:28.43359375rem;display:block; }
#qU4MiBKFcJrMXUdxtbOGdGVX78rimgDI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kHffJBLsX3m1BnDIIJztQUzBfzzGXgSh { color:#000000;display:block;width:15.624rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:177.375rem;left:30.4072265625rem;height:7.06875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTv4zB6GztlCluO4FBLHg36eIkU7PWrd { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:19.811198711395rem;left:41.114582061767rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f4WOyAPp2lTpnPTwNVZ2elxlpK5paRet { color:#0f86a9;display:block;width:23.8125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(206,146,47,0.93);top:1.5rem;left:4.9375rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#OGu6HTucOSG7nWDDogd6aorsicW3GiW9 { 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:none; }
#ZsyHAMJZa8aPIOOEDBE3oTCwsv870tPh { 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:none; }
#MeSShU645cutcoBf5TQiNwSJMEXhyQGL { 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:none; }
#y81EWMLufoNQgdLTIsBKT56HcL7MzOXa { 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:none; }
#d9fmZAyIzIBT5U8zXiTLcgaWTiCEtd87 { 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:none; }
#qIhGTxiHSF1DE1bwa4nT8IEhpDTJGiCv { 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:none; }
#QRa20PctFLWWGhbuW4SoCdq39USOSb3R { 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:none; }
#iknIs10m25JiLgvB7Snnol3cCVVTTxmd { 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:none; }
#lzHPgIrW8IbUQ7gDg0dId1AW4VVgsZFx { 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:none; }
#cTqdQFGOcQW4ZatFTrQi0H3ilJvCksL8 { 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:none; }
#OKPmOfsH3Cm8tJZXwiHuVsrXisx983Q0 { 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:none; }
#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b > .row .container { border-width: 0; border-radius: 0; }#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:none; }#B1qhfJ3XoJ6TZkH835MZD2DDv2kbX81a { 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:31.6875rem;display:block; }
#xFT6cVbdaIktk8fgfrW1wNVDM7MlMDbZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWvn0x9PMI5UusTnZXi5snXPwCMEC5eP { 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:32.3125rem; }
#nPJtoAs2Q4mc30WnCenQuK27oWE2B1Sl { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:16rem;width:9rem;top:3.75rem;left:32.5625rem;overflow:hidden;display:block; }
#BTgGZAApJp9R6uZaVahmXTxzH67lkP2Q { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.9375rem;width:8.9375rem;top:3.8109321594238rem;left:52.748435974121rem;overflow:hidden;display:block; }
#ayKICDCQdQXu8CWTXaLfFQKXT5teREuc { 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:12.75rem;top:3.75rem;left:12.9375rem;overflow:hidden;display:block; }
#lWp85sevOMIXlufs9FlJ4qTS5n30UED0 { 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:50.5rem;display:block; }
#mzxCrd1hhGoT2azkC3THupsHGOIN0gvl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JUV7gToELWTuzW7RPGlP7x2gETRy5M5m { 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:12.625rem;display:block; }
#HOMCMB0h8iTEG6TId4QH2n0DJmiN5OW9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mgeFTT17u05MDa19W3z083BEVsMaQOt1 { 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:50.5rem; }
#mad1KSSo2w4qM1MOFcXgbK041OlrrERQ { 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:12.75rem; }
#RU0bvK5nTVJT77GFkgJlkF3PBaL73sMW { 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:33.625rem;display:none; }
#cVeMqmgepoFCO2Uo3yX1OMr2LFxMBadi { position:absolute;display:block;z-index:15219;height:3.3125rem;width:5.9375rem;top:10.814582824707rem;left:31.406251907349rem;display:block; }
#UKKCL0GTIkVnCP4TE0sWXmTkV2Ss4bSu { 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:51.060935974121rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dx19R6TMOB8wa3tbtezG1kcP48vpoQ87 { 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:30.904685974121rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o3SFiTinPTTEE0TI20S6qtTJNiJcSv33 { 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:12.622264862061rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdvfxrQiMvy4S4bBDzVEv89l48iSn7Wv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#AdvfxrQiMvy4S4bBDzVEv89l48iSn7Wv > .row .container { border-width: 0; border-radius: 0; }#AdvfxrQiMvy4S4bBDzVEv89l48iSn7Wv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdvfxrQiMvy4S4bBDzVEv89l48iSn7Wv > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:none; }#Eaykhxi7hBX7oDrVmrwhxT8DAgBzsEv8 { 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:31.6875rem;display:block; }
#zKng0uh28aHTvkzSIugtWMhAcMDy2lub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jc9ThMQkk40RNWf6a05vu0N3X3ypMeID { 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:32.3125rem; }
#n7M9f737xl6t5AhL5ayWvZPNyh9qxpDM { 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:32.5625rem;overflow:hidden;display:block; }
#Mz456oCIflNdUmVFxmnMKrhbru1I4s1V { 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:52.748435974121rem;overflow:hidden;display:block; }
#W3AnukGf5VukUUB6vKyun3MIE6sB6xUp { 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:12.75rem;top:3.75rem;left:12.9375rem;overflow:hidden;display:block; }
#vN5i2nZnJSNoSvZyTRXr33zLVSO54tlS { 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:50.5rem;display:block; }
#MSV5JNnabvaSLrzc1MKXDnscD2571Vo4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HoEUiIN6Weg1BPfg4ZfuT5oFfKskd8MW { 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:12.625rem;display:block; }
#nJVxCvS98dd5Sdiqwg5Xadk5RAcCHd7e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ovma0emGevvD8RWM888X5vHpAcC3Tk8H { 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:50.5rem; }
#TTyhQT5AOc6uVTcsupR74kooSKVRSMKp { 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:12.75rem; }
#Bag6JDasPRNkBoFa9UVnu94h8p3mTpvb { 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:33.625rem;display:none; }
#NkB1wFXNWmWBqgGL2INRI8JzgwAR0z4C { position:absolute;display:block;z-index:15219;height:3.3125rem;width:5.9375rem;top:10.814582824707rem;left:31.406251907349rem;display:block; }
#eLTdmePQ3caA8oJ8ZK59CJEfGLGUeuHm { 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:51.060935974121rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zIK6cVvPflTiPKLTs4AzE6TsrCTs6Tqk { 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:30.904685974121rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuS2tmqJO7s6rfLAkOWqepRlO2Zf7s15 { 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:12.622264862061rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FgvzcEgIqQd4aMQk1QEE5STtXoK4zXeh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#FgvzcEgIqQd4aMQk1QEE5STtXoK4zXeh > .row .container { border-width: 0; border-radius: 0; }#FgvzcEgIqQd4aMQk1QEE5STtXoK4zXeh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FgvzcEgIqQd4aMQk1QEE5STtXoK4zXeh > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:none; }#zu9UqxxuHcHlIop81sUhoZ978LJxW1mD { 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:31.6875rem;display:block; }
#ngmLwcouVDePxvBli8CJHgISBeTrlh3z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cPKJHTS9NhOcA4KFfe6TiUKHZ3TqNazB { 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:32.3125rem; }
#tEWWxW2U6IeXBpUFRcqv5CvU1ZT5sgnI { 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:32.5625rem;overflow:hidden;display:block; }
#GARXyeGDhhCJPRpLPL6mISfmXpmH7JlU { 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:52.748435974121rem;overflow:hidden;display:block; }
#ym1Ttn2dQHmeeKREZS5BKTOT5Bc7K24T { 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:12.9375rem;overflow:hidden;display:block; }
#ISOPlrx4rbNcIiWnNkkEGW1ab5vFiu3m { 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:50.5rem;display:block; }
#w66fmiwk9Hwhsexq48uy5JyuVVfZkuBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O5uKNExFOXAyxub7gilrOIiO5l64Xb2q { 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:12.625rem;display:block; }
#dSnOgT3BbKBLxclbCO0HQDarRFcktGRA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kG0ViDIvSVm96NWb0IDxgZLGbnJUxVfy { 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:50.5rem; }
#mfPuGXTTQDM019QLtTPBuCeepSeVGZqU { 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:12.75rem; }
#Sw5dvmf5XJUVR46kupXWXV5h9gcmkQAd { 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:33.625rem;display:none; }
#grbBLkURUqQWq58zhDcpcvRMoFOK7LAi { position:absolute;display:block;z-index:15219;height:3.3125rem;width:5.9375rem;top:10.814582824707rem;left:31.406251907349rem;display:block; }
#qNhhZBcREJVAbTZ1puBEykX0y9CAHROn { 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:51.060935974121rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EmDeuzMxto9WWGCBJvWbgunm23GHc6Fm { 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:30.904685974121rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mm3uQ8lWL0trInC4m0TQCRIOWpmUvy11 { 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:12.622264862061rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
body { position:relative;display:block; }
#feWUxyus0LDrvVNGsTxT9Ra7laF4oOQ7 { display:none; }#feWUxyus0LDrvVNGsTxT9Ra7laF4oOQ7 > .row .container { width:47.5rem;position:relative;display:none; }#XzTubmvtF45J7UQCvKoKupsPvdkbESEk { top:46.625rem;left:0.92109394073488rem;width:18.125rem;height:1.25rem;display:none; }
#efW7hltglnZ3AuuCCrPLuaPRfWGAP2cf { top:44.5rem;left:4.8898439407349rem;width:10.1875rem;height:1.25rem;font-size:1rem;display:none; }
#dQoGUTiuCNT81KzyFfe0ZrsDIvwU9ZzN { top:7.3125rem;left:0rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#h8dZZAJC982wNplXBOTR3MNNkWFkkmQk { top:4.1875rem;left:3rem;width:3.0625rem;height:3.0625rem;display:none; }
#JyiVxi4Vi1FXRuxzip6AVpILRt7f8cWh { width:10.0625rem;height:2.1875rem;top:29.5rem;left:29.125000953674rem;display:none; }
#pi20LDQ09FUgzAH8XVMGtBoAGXViO9DK { display:block; }
#rTAImcPNQRLVlCfhfnTsiFJKIlRkAyHL { top:29.6875rem;left:30.025000953674rem;width:1.9375rem;height:1.9375rem;display:none; }
#rTAImcPNQRLVlCfhfnTsiFJKIlRkAyHL > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#E8QITbTQvTKzvJ3mHnbyHm4TEbcfF3AC { top:19.5625rem;left:16.506944656372rem;width:15.125rem;height:2.5rem;display:none; }
#ByqKPxflVcP4gcJKxqpEraSZPOg2SBzd { display:block; }
#g7a0Iu8CFoqELwDMHTNb9vVGKMQWCcgM { top:21.1875rem;left:19.1875rem;width:3.125rem;height:3.125rem;display:none; }
#sov4TA08o7vvogkZRqe3TSP7N0EPH3RR { width:11.75rem;height:12.5rem;display:none; }
#B2TEBwozrOrvUIvlImvD2wxw8vFLgb6r { top:12.9375rem;left:0rem;width:19.5rem;height:;font-size:1.4375rem;display:none; }
#MdXyz1BkO7uZMo2xeiFlIANkGxfcOCik { top:5.6875rem;left:14.75rem;width:17.625rem;height:2.75rem;font-size:2.1875rem;display:block; }
#JbJn0Li5BlhrXShUGWkoAJ7CmzUUO3Sb { top:3.625rem;left:5.7121086120606rem;width:3.0625rem;height:3.0625rem;display:none; }
#JbJn0Li5BlhrXShUGWkoAJ7CmzUUO3Sb > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#rGIEixXPDwdK5R333fPSlTpI4fwo6G3S { width:22.5rem;height:22.5rem;display:none; }
#c3zlTgzSMrhIzlUOcbbUcoRLrFqckF57 { top:12.5rem;left:0rem;width:18.4375rem;height:;font-size:1.75rem;display:none; }
#zpwuGSgTZ1sMXNhQvtpiTNHOuKHTbLrQ { display:none; }#zpwuGSgTZ1sMXNhQvtpiTNHOuKHTbLrQ > .row .container { width:47.75rem;position:relative;display:none; }#r8UUbvT9z3dPggQFlJfbp9EoA269SEnh { top:1.125rem;left:28.0625rem;width:5.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#aRFkb4QQhQiU7o09qrMag87gf5X883gU { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#ULlBw8EGytteEkTv9LF7KcxTVxgaf6Uc { display:block; }
#scNmB4T2ksNmUHGXHaoc0TW7pHQ37ACv { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#Xo3hFL5hJ5LGB9s3DiJq1hBJM5ahd7Bn { display:block; }
#W38x4H5tqTm3eWkorc4eeIzOSlDA8KA5 { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#JMU3Q7fMd19doKhQXxnTkS66f6CB4Jz8 { display:block; }
#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy { display:none; }#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy > .row .container { width:47.75rem;position:relative;display:none; }#LXwdxhT9W8lh1HsmynguRpDmVqyk4q4R { width:17.5rem;height:3.4375rem;top:32.5625rem;left:3.625rem;display:block; }
#BCobIIutcRpygZscPl1nDe7z9KQf2BOP { display:block; }
#dy6CX2uUlTDdLSf2WkiErhk4LGZrKOaP { width:17.5rem;height:3.4375rem;top:32.5625rem;left:3.625rem;display:none; }
#FE9Cqa7RzRhXznxqnn2b5vlqLvWgtZHc { display:block; }
#TKm7wQR5T0uc74c3wu2wAnkmIGZMfnml { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.5625rem;display:none; }
#l4UdgR2RpTiqaqVG5I4uhssZE5ar6cok { display:block; }
#g9kaxWudWPGGbzbkKCl2yNw2Q4RtSnod { top:32.8125rem;left:16.375rem;width:3.125rem;height:3.125rem;display:none; }
#g9kaxWudWPGGbzbkKCl2yNw2Q4RtSnod > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Gc0z64ogloMUbK6roVVDRQZ4G1TmchAF { top:27.9375rem;left:16.25rem;width:3.125rem;height:3.125rem;display:none; }
#Gc0z64ogloMUbK6roVVDRQZ4G1TmchAF > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#yBv5ciQz3g7gq1II6WW1VdAoexrbtm5P { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5rem;display:none; }
#gPpUP8zT5LyTLVlHgZHTEBRQifvuUW0e { display:block; }
#KwKg5c5U2xggWDay6t19GBT9myUP4FTE { width:;height:;top:0rem;display:none; }
#OLg00SbD0UaiJ49lhcl97dGBTNoXIK8U { top:10.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
#adopbG5FCMeXG9xtbA0sbe24S4yfTXQd { top:0rem;width:;height:;display:none; }
#QCFozqWi3k376uxldXRMly3cAIxQIDZ4 { top:2.5rem;left:42.8125rem;width:4.9375rem;height:3.625rem;display:block; }
#WnXsChLWUkepQNuwQy04mpizrOMQhnA4 { top:2.5rem;left:0rem;width:4.625rem;height:2.5625rem;display:block; }
#eL8MeuKB5AgHzHVXOTRJoBNzqXfW34CR { top:30.8125rem;left:2.625rem;width:22.5rem;height:22.5rem;display:none; }
#KH9EXSTDf31iB8pTOqTEIqlqvVb4SHGA { top:5.3125rem;left:4.1875rem;width:3.125rem;height:3.125rem;display:none; }
#KH9EXSTDf31iB8pTOqTEIqlqvVb4SHGA > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#GcTBVqtr5qi4wcl6nUvqFBZK7fvDT79p { top:9.25rem;left:34.375rem;width:6.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#DDmCCFVVHXbPeA44t3025zEkJ7GLsrNM { width:27.25rem;height:48.4375rem;display:none; }
#xGHIJvgS09OJtBSBPMlsMUAgUa2kZ3Dq { width:27.1875rem;height:48.4375rem;display:none; }
#IE50nvo2K4m61AZu1JmJqwrq7it39CeF { width:28.125rem;height:50rem;display:none; }
#nIzerQdWDgPiQK4ZHeLcU00ZH6TAqDVx { width:27.25rem;height:50rem;display:none; }
#sIbpVxr7yx7osgErazUdRhtPPwFMbqFn { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#MChiToOmUcHeeKt2nOCkaAxT9i2Xvxpv { display:block; }
#b85Tg4ycgg8LghMLed1LiMfVDFiT5Fsn { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#TCsOgxGHxD3enU9fixPmKecmClW18woe { display:block; }
#rigVbLvGhNb1mUhEgJa2gsQrpbzlA8Bi { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#se31Dxh8wH3A1mcLqvsTXSZLqeBlfvAl { display:block; }
#mUbHf4klK9Ww0WlNZAJ8O3vyZyPqDFqQ { top:23.125rem;left:0rem;width:15.3125rem;height:3.25rem;font-size:0.8125rem;display:none; }
#eqWQkIslsnm1F3HIzIOInadRugt7gGA0 { display:none; }
#TVKShlpvBBl7iBTJsIqdg4IgTS5ccm2T { top:46.25rem;left:14.8125rem;width:18.125rem;height:1.25rem;display:none; }
#P0qCNcboy1FMgROiKEKOfPe6pzphSvy1 { top:41.375rem;left:17.25rem;width:14.4375rem;height:1.5625rem;font-size:1.25rem;display:none; }
#xh4S9c6rph4bqUUA7yVoAV8NTQ469tK4 { top:43.375rem;left:19.1875rem;width:10.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
#ODrSOnexOdTyPpoS8lT6PUU35z3aIhzX { top:37.5rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:none; }
#rMTu0wIChEA5mfoEDKnZQCGKI8vQKh69 { display:none; }
#LUpKdlhI3SxwtuDWLvrCt0Ca02DUSk0v { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#CpAZw2WG1bTlZ7VHs2ZzZ9xD99wtwXoQ { display:block; }
#vbZdJLQTftA5MOQxQbHnaJHW1o6uXSht { top:19.75rem;left:28.875rem;width:3.125rem;height:3.125rem;display:none; }
#vbZdJLQTftA5MOQxQbHnaJHW1o6uXSht > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#BVOJWaWhg0ICVREUWLm5trhJGcComVtI { top:20.125rem;left:21.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#kpzNsRdJ3OWHh4WTGOkNv2UwuOUN5oUD { top:1.6875rem;left:19.061767578125rem;width:4.625rem;height:2.8125rem;display:none; }
#IxyLcZpc3fVwKLOerFoi9upMT1vJpx1B { top:31.1875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
#QJhMBzJDRXyU520zW2yTK1GkWPq98Oop { width:45.6875rem;height:21.3125rem;display:none; }
#D3uWiCZwZXJPcF5LR8qvJtRkxhsKtvSg { display:none; }#D3uWiCZwZXJPcF5LR8qvJtRkxhsKtvSg > .row .container { width:47.75rem;position:relative;display:none; }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 { display:none; }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 > .row .container { width:47.5rem;position:relative;display:none; }#RiA7yK5SbASXsefH2x6JVWlJnTsHCL5m { width:12.5625rem;height:4.875rem;top:2.3125rem;left:35.1875rem;font-size:1.4375rem;display:block; }
#y9urXqIUu3IRcKNouatFPlMneSwM6UWE { top:8rem;left:35.4375rem;width:12.3125rem;height:5.375rem;display:block; }
#amlr2a2cSSQHa9Cx2Py6gLvpemG2lK4K { top:16.125rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#tVFWyzi317ducQJA3ueAFsTU8IIr6B0O { top:16.75rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
#bDyvA8PUWM8r5vz6TE2x6WDovsKwwRK6 { display:block; }
#fiEAITpVl8AyyBwWTpqMKm5dqqXRosr1 { width:12.5625rem;height:4.875rem;top:1.5625rem;left:17.125rem;font-size:1.4375rem;display:block; }
#h5N68SEngwOXqE3ak2C3sBtqBD6Hs1aT { top:7.375rem;left:18.25rem;width:12.375rem;height:6.8125rem;display:block; }
#ak6FoEzh5aES06VB0MpXk0BrJxFlHLC0 { top:16.125rem;left:18.75rem;width:10.3125rem;height:3.4375rem;display:block; }
#yE5iAN1uUZC4wENAa6Zpy2lNvSdxIotS { top:16.75rem;left:18.1875rem;width:11.3125rem;height:2.5rem;display:block; }
#KbF9aToSPKFWoEd3oSh1Zn1TbNZVKgOU { display:block; }
#BsIsCTPkC44FagE22qhZUL6n4RgGWkpb { width:23.8125rem;height:2.5rem;top:1.5rem;left:0rem;font-size:1.9375rem;display:block; }
#Fw60EO15hpJUu2mDEacR44oThkiWBo13 { top:5.875rem;left:0rem;width:13.9375rem;height:9.0623688305513rem;display:block; }
#gdHwDqhnSr9IsceZN0smEmuxomcVld6u { top:16.125rem;left:0rem;width:10.3125rem;height:3.43710625rem;display:block; }
#gHWtNPCqKopbopiVehpiuBzoXJy6ykT3 { top:16.375rem;left:0rem;width:11.3125rem;height:2.5rem;display:block; }
#tLomTVFzewiyiLq7nLIlQSoi6xXpMhEa { display:block; }
#zz3dprqIK5qtv9TDr7BIk60oxg37CDml { display:none; }#zz3dprqIK5qtv9TDr7BIk60oxg37CDml > .row .container { width:47.75rem;position:relative;display:none; }#cCM0cho5vS9WkS78cOHZLraQzAWKrzbS { width:23.8125rem;height:2.5rem;top:1.5rem;left:0rem;font-size:2.125rem;display:none; }
#S6tPqLrWtDnp3tz3UV0AZpTQaiZLENbr { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#pPSzyVtzCNg3RqLoxyhN3nGOkqwa7kym { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#eOHMKLemoMIuXBVAWJ95z4qpTJUW1Te2 { display:block; }
#dBXWWuPLVTvd65Mn2WdHGXvCI3Z2aiFL { top:16.5625rem;left:0rem;width:16.0625rem;height:2.75rem;font-size:1.25rem;display:none; }
#gW5JwqwdeOtQfE6leu18NU5KfIw8NIww { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#vs7Hxh1clZT6xOwd8ssocN1ai7RqXPZ4 { top:37.8125rem;left:3.5054257512093rem;width:11rem;height:3.1875rem;font-size:1.25rem;display:none; }
#QTpyKyMhI8V4OJkN0O9C51ZSL9d1OeWL { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#OgIA7v0oFWKHExTTuT8STSnVRQd8UL15 { display:block; }
#McPbeVQaCmIeA6pp1TvOiMASqtwkee2R { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#fSXUobdrnOA5FPIsr5Wxn71PrgbEreS2 { display:block; }
#OV0qxrBqIgVbIK0iKqUZHpzB0WgiBBMH { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#MTEhkg1lVci0yERRvPQp0W3sDLEI1xdD { top:54.3125rem;left:2.6716583371162rem;width:11rem;height:3.1875rem;font-size:1.25rem;display:none; }
#lDhzCLBrDT5f65aGeNFssC8E4Mbio65C { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#hc2GOGnWqDrV0DSkTfAClKs8fAFQ7yZ7 { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#P9hCLBa65b2GT5rX5Ktf5oUSHTwPvaWo { display:block; }
#wkorKg2V3Q5erisVFzIw6uXn0alVTRJB { top:71.3125rem;left:3.5679257512093rem;width:11rem;height:3.1875rem;font-size:1.25rem;display:none; }
#wE3tVA9cCwrvliNyOeShdBeXttxN8kP7 { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#M58ihST3EN6FVKBH07CdAi406Oqcq0RW { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#VB9tEke1DPaOExULvaMsHhWL0DHTauBW { display:block; }
#lriGvriV2cAa5slvPHGbXog4HlwsLdPV { top:88.1875rem;left:3.5679257512093rem;width:11rem;height:4.8125rem;font-size:1.25rem;display:none; }
#DsEDheGQXQpKZVFOy1RJJtD7kO6GycxT { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#JxlIGwWvsx5gViPqbsZ9QubK3CRpFHoo { top:105.6875rem;left:4.7554257512093rem;width:9.75rem;height:1.5625rem;font-size:1.25rem;display:none; }
#m2ANdQNdLz1TFvlZn7TAwSTgQileCM6v { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#HPnTAbkCDICdzVd6CTCcZsoVMvl41dR9 { display:block; }
#BzLSIkJz7eBoepSEbKQACXGKv5ZZEQKJ { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#o4x3XaMcTARS962vDKgegXFXVSCUC5Qf { top:121.5rem;left:4.8179257512093rem;width:9.75rem;height:3.1875rem;font-size:1.25rem;display:none; }
#SmZdpvNloCn4nltRfUCaBLNw1oS6hWSS { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#bldasA8I2hJ8h2RpgICrCDLNtUGxvS8v { display:block; }
#MfT0QQm069KZ01TCMIBbQabuOalfqq61 { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#bFD1Q5TZ840UJTa3SmdKS2ApQSyBhy3I { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#K64hOSOoHEVWXJiMafcS5JxMTiagUuP4 { display:block; }
#k7HwWHSWixi5ErnR2B9ST6y3NCd2HT2g { top:138.0625rem;left:4.8179257512093rem;width:9.75rem;height:4.8125rem;font-size:1.25rem;display:none; }
#KJuTpVhV9zXD8GdLXlwsJTqZ9zmKTG3T { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#uGcvpUB9XBW15z7JcCuX35vN3KGQtkIP { top:156.375rem;left:0.31922751665116rem;width:14.25rem;height:3.1875rem;font-size:1.25rem;display:none; }
#raDF7sD9cSQ4MxIpB5rTorNrRLDTtIyT { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#OZET1mmg7QTBq0DEtZ15WVFthc4frW71 { display:block; }
#ILpuR4fvmiqaTkww8UwICS2ZFgB7009Q { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#tXFJycSUW00wV9bTHeOZ2qSDObCGezdl { top:173.625rem;left:1.9446619153022rem;width:12.625rem;height:3.1875rem;font-size:1.25rem;display:none; }
#TX6Lyw4SbOfIdnNpq6z1Oqmh8dsp6AS9 { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#Ew7UvSIlDU9I3oMQqxwqUP9oWHXhGBiT { display:block; }
#ZH1pAnznsGRCDoXRqTQHvNPFEGmpxP2r { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#ef2aRTBdAEJpLG9qGpeiLkXTTk3BTLiS { top:190rem;left:1.9446619153022rem;width:12.625rem;height:4.8125rem;font-size:1.25rem;display:none; }
#wkqXXK7SNwN03HkEkRSkuXdq3X1t72ha { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#TGkAokIzFhlkyngE7qPN3efCiwO2N6iC { display:block; }
#cLKwFLy5rXRKViMV33bvqVoXAqc0AxN5 { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#hMrzpTBePSCSNLyES1MUZqpzLPvDLMN8 { top:208.5rem;left:1.9446619153022rem;width:12.625rem;height:3.1875rem;font-size:1.25rem;display:none; }
#aAgs82cvIGiwwI9qu6WDqJmhSpkOQ2LL { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#ENR8qUeCpeQET2zgGKnghIkoNhPdyxat { display:block; }
#CrPVMTv9dUNDptTurxKzJqK7h29kpKvu { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#xFAD010ifUX3uTbrZdbdPtTMZiDbZy9D { top:225rem;left:3.5062935948372rem;width:10.9375rem;height:3.1875rem;font-size:1.25rem;display:none; }
#eJv44Ty5Ele0dT1oeTN3q9MZMoAzrWFt { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#t4eRZzhTLOHhmss2KmzVcJl1ZxuM2x6D { display:block; }
#g7tDabkdTvlbQEUz8NVIsDkm0kMr9DAa { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#xEtnaHov1iqEftF9UQfGXvTHevkd6A4R { top:242.1875rem;left:3.6308596730233rem;width:10.9375rem;height:3.1875rem;font-size:1.25rem;display:none; }
#a9vuermfKStl52fABkRR9bAmdlPB6Ms4 { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#XRFs4UKZSJZ189GZzosFa3FwMEcV03ZQ { display:block; }
#iOJ1TTrtVDt81sHJzxNkw9Wwnx7QsEmt { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#JCDiFZ8bd8qaUc9AV5gGauQQa5QTZaqG { top:259.1875rem;left:3.6308596730233rem;width:10.9375rem;height:1.5625rem;font-size:1.25rem;display:none; }
#SHCwodtAoc8zDvPat7nHCFNLQX8ePxhH { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#MyFoOJc51pmWQuGT1KuHD2mzUioKorzZ { display:block; }
#hPnFANpbtfGQtDxhT89M1exU0OPI8xDP { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#Tr4ydTxQ3TGAUl4EET7WJZhEIwe7ZNAh { top:274.75rem;left:4.3183596730232rem;width:10.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
#s7eHhG41UXlN2SnTTN8TRycrWwK8I8SU { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#mS3kDdZqG2EzaIywzCaPIy5ksoBfWARV { display:block; }
#qCt6gpXTuvJTIi9lAsvLSzTrMcGWrSHu { display:none; }#qCt6gpXTuvJTIi9lAsvLSzTrMcGWrSHu > .row .container { width:47.75rem;position:relative;display:none; }#c1yxvPMPcKIcRkPAHFQnduDV1p8Crcbc { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:block; }
#ZRxWTBp24JEu4LtKPzPF4lUPm8gVbgIe { width:23.8125rem;height:2.5rem;top:1.5rem;left:0rem;font-size:2.125rem;display:none; }
#Zd9HSXwK4LBis6SWs7pwK8a2PhbIUdTH { top:22.3125rem;left:0rem;width:28.0625rem;height:16.3125rem;display:block; }
#RemfAneWCE1uCu75T3bw8UXdwSW92CZI { top:37.8125rem;left:0rem;width:16rem;height:1.375rem;font-size:1.0625rem;display:none; }
#Eprmv2LHGgqpT00GrpilAvx2ZBNON5vz { top:49.875rem;left:0rem;width:28.0625rem;height:16.3125rem;display:block; }
#pShpcf2afwnfHQhIonydCVqAVM2NyTl4 { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#W9ViqDuB8PJWq7HDa6lnlRNAeZrtmlHb { display:block; }
#WkilWPqh27lpTvCkEM223MZLTScKGZ3F { top:55.9375rem;left:0rem;width:12.875rem;height:4.125rem;font-size:1.0625rem;display:block; }
#HzhG4gXxrpp68xVDgbZoRs2o9t2gNwv3 { top:39.5625rem;left:0rem;width:14.4375rem;height:2.375rem;font-size:0.75rem;display:none; }
#pOJNQKv1aRBLfndeopFnKl2h96ahdpM3 { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#K2deMnCvk1ARzdleAT7cTNwt6VE3TiE9 { display:block; }
#y8DDKF1Ar1kSQCsLJ0ybzCI871AKmuqg { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:block; }
#hsheqdgbXAHZpRCA3Sc4iqXEwLpH1n96 { top:130.9375rem;left:0rem;width:17.375rem;height:2.5625rem;font-size:1.0625rem;display:none; }
#kifNHq0eS255VgxaRJTQ0RqZD2AOe6hn { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#Z5sH0q5xbQdhyMWu60dDTB8sKHTpVsqR { display:block; }
#yehKTOevBelTMkxsRAUsFq0UZoLyZtET { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#epBmacGNHxenyu0zxPx2TpwaCXRUVlTi { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#ZbWDTzrsTMT5g6I5rpBJITSBlxKQqVeA { top:123.8125rem;left:0rem;width:15.5rem;height:3.5625rem;font-size:0.75rem;display:none; }
#LMXrHTdUfTAwPkOEUgPTuGyNEECHeQeQ { top:119.375rem;left:0rem;width:10.3125rem;height:4.125rem;font-size:1.0625rem;display:none; }
#f53aNcLfUxN2ypIlkH2OQleBQGUyLxMJ { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#BMHRsCLVvnxvKPuKooZLOb8xy454N2OS { display:block; }
#UVMC7iTTtu01ddnCT6snEr0k4eeVI7Mr { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#acNE4KyiZIUITWn1RWgA2z2NPt635K5L { top:142.25rem;left:0rem;width:13.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
#IgKZKyundUiX4f491L1By5W5dLLUw1wA { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#Hi6psO2laecx0uTdCGAeqr3Mab19ea3U { display:block; }
#m7PqHFa8tE0SZhL8tpdyFsxDho1nvUC6 { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#ipqXKxtx7CtXI2GaVSfl9sutKtltrAxI { top:167.5rem;left:0rem;width:13.4375rem;height:2.875rem;font-size:1.125rem;display:none; }
#TTM1hyCRvduhnd1sl0NWXoG8QHXCQrcT { top:171.5625rem;left:0rem;width:12.625rem;height:4.8125rem;font-size:0.75rem;display:none; }
#VqClin4xQ3sUFdzsGAWKEC3VV4VhiGKo { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#KolfeX0TrxXVR2rA3Dld7TiTo2furQVR { display:block; }
#rebqpzACneHq86l1GZTc8hOZn9h1C1La { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#wDC2gaQaXMTFUERISdxyrfIkPTLuzazQ { top:189.375rem;left:0rem;width:18.875rem;height:1.375rem;font-size:1.0625rem;display:none; }
#TyWr9Af0XR063mIzEoykSxDM3zavXFMy { top:192.6875rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.75rem;display:none; }
#kl5SLLr8f3QFMUlGCzwoFkfzOVW81aTB { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#uVfZR3uLt0TlvkKTzzqXShJZrxvndqrD { display:block; }
#TlGVgTNoqTBPpveTwdTMi1rQVNfPk8vM { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#iTIy0WmIXGRotSn9l359Ut0TW6pycdVX { top:209.5rem;left:0rem;width:16.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
#QGhqXupAGRqVAPTNJH3EibVZeTQTxWki { top:217.75rem;left:0rem;width:14.25rem;height:3.875rem;font-size:0.75rem;display:none; }
#FrzNuZ2ru7LaLXIepozi77WotfQD2DFv { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#tn4XMKmVdK8niqshQ2Z12NvEQgLfchZm { display:block; }
#P8P160mg5giOA1ua0RkxUgHuD2F9k0CT { top:16.5625rem;left:0rem;width:16.0625rem;height:2.75rem;font-size:1.0625rem;display:none; }
#r8JoTFEf9X49ao0FPSTdcP7TxtJd0pld { top:20.875rem;left:0rem;width:17.0625rem;height:3.5625rem;font-size:0.75rem;display:none; }
#zIIiwWoqmJdvO9is27IBCt88EqIn3F4Z { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#wZ6IqcIpCCpBwbex6NApA84tDoTvcWRz { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#BAIf0EsFB16TTuumGxIb4moKL2QWTCgn { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#cbUtR6KKByCbltdWdTmDd0ex7Zrsak55 { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#ua3nZxtZcRF5TRxHBeNpdgZF1CgJlnv6 { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#Ob4m16xGBvRNdIIXzmDUorGF7aihyLZA { top:209.875rem;left:0rem;width:18.875rem;height:1.375rem;font-size:1.0625rem;display:none; }
#TqO1AlL41TcNiicTfsHfKe4A8FvVMPQQ { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#G1HFN26l4Muu8q8FqfpxuyUbiLKHRaCC { top:231.8125rem;left:0rem;width:18.875rem;height:2.75rem;font-size:1.0625rem;display:none; }
#BC85KvCb24hubgrI8o99GFHAwdX4TlTT { top:237.5rem;left:0rem;width:14.25rem;height:6.8125rem;font-size:0.75rem;display:none; }
#cJJWxURKyeoePezOEmWeFiFgqUNIWQAg { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#CQlK0VwnBPanf1pxnxy8IGitqQCmpb02 { display:block; }
#CTP19UWBLqbzU8XJmpI71lp7dvm66dud { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#VnEgiQfpQonkpFeGWR2yxSdN8HwmSeNT { top:257.9375rem;left:0rem;width:16.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
#z632ERo7GXWvNqfVTS2vrsl5urlp1sJb { top:262.1875rem;left:0rem;width:17.1875rem;height:5.8125rem;font-size:0.75rem;display:none; }
#MNRNMdTcJ5AbuPKsrxgEoAuJZpa3SLLR { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#JxR4M1LPuuRJbi59rpt8K8ayLrkUG1RZ { display:block; }
#vgiOgPfrC1gi3A3JHJ64EPo8ncog8qns { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#EeNmmxmICePETF9orW3MLRdmCZ83fKiw { display:block; }
#WlZhCKyPwWbuogENspX2wEk9zVFHlHQL { display:none; }#WlZhCKyPwWbuogENspX2wEk9zVFHlHQL > .row .container { width:47.75rem;position:relative;display:none; }#S26MIwgkeEDpclKq9pomRzamWJPZhuAu { top:1.5625rem;left:0rem;width:15.375rem;height:1.75rem;font-size:1.875rem;display:none; }
#UerO81EcBQryUMaKpFfWBVTkmCblUqWG { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#gXTZd4VpDiteDioTUaG5fRe3yUp5oSaz { top:39.25rem;left:0rem;width:11.3125rem;height:2.75rem;font-size:1.0625rem;display:none; }
#LQHfPfpJMFvb7tV6zgkloK7nXf0Ic8dJ { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#eW6TbwsXXUPLe4JFdpM7xWPOb2OumkLJ { display:block; }
#ROwTdDnvZbz2z3IsT2in8t6zT0hxNUgw { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#r39Z23wBLyUpJZzhmdyt3KhXCwdymaVN { top:16.125rem;left:0rem;width:12.9375rem;height:2.75rem;font-size:1.0625rem;display:none; }
#M7lnmwQPewrrcylrC8syDZThT1F4LZqd { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#QAIEKntozH58pbrX2KwTiSOtefCZ1T48 { display:block; }
#OANw4RIFAlU57svGESxd7GVgHhFF073O { display:block; }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .row .container { width:47.75rem;position:relative;display:block; }#JvFquf6dJF3wpp8uCDQ1rwFCBsMq2PcA { top:2rem;left:28rem;width:9.375rem;height:16.763911148787rem;display:block; }
#DQJamfTcNCnRzzpTSvywIWMyZtHQzfJn { top:20.9375rem;left:23.75rem;width:18rem;height:7.125rem;font-size:0.5625rem;display:block; }
#bcCffSwg2vkLpXLKdkLnRoTtEhLPvRI2 { top:20.9375rem;left:4.75rem;width:18rem;height:7.125rem;font-size:0.5625rem;display:block; }
#TR45wNHpVXr40i7e2U63D9nu0keltp2g { width:25.75rem;height:4.5625rem;top:30.125rem;left:12rem;display:block; }
#l7xIqrlGylFUPSUGTQmpDJ7ff59O8Th8 { display:block; }
#Pr9KVDd9G3ROg8rJIeKkJoNMGM0WeMrM { width:25.75rem;height:4.5625rem;top:30.1875rem;left:12rem;display:none; }
#bvxPkT1eyPJTOq6lbykmFk1amKzmflHA { display:block; }
#zvLTNUNMsrfMaH7hmGp4B2XCdTg6O6Mn { width:25.75rem;height:4.5625rem;top:30.1875rem;left:12rem;display:none; }
#k9eSCauAobgPpNu6Kq3PTA8En7e12Lhg { display:block; }
#nGSBF88ZFwvuJFOZN9N4x3zy6HOhVxBh { top:50.875rem;left:0rem;width:18rem;height:;font-size:0.6875rem;display:none; }
#J9N0SR85eLSQEhv011dNUKwm0IK4KGpI { top:51.8125rem;left:0rem;width:18rem;height:;font-size:0.5625rem;display:none; }
#t6I1hlDJ8RBemQUcHWGH1NvpBkLcRr0g { top:2.0625rem;left:22.626956939698rem;width:9.5rem;height:16.9375rem;display:none; }
#HGBoF6LN3TVgUr3DlsaFI7Ey8t48bcPU { top:2.125rem;left:38.375rem;width:9.375rem;height:16.75rem;display:none; }
#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg { display:block; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container { width:47.75rem;position:relative;display:block; }#pzT7Jf8V99C01HoKJy1SqelarsTzROKd { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1.5625rem;display:block; }
#NDE63TyRHRufN1DUT9T9DFTKf8AgCTPl { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
#AOrUOkzV8H3nMhJ5MDGgI1PtlpSa8OPL { width:47.75rem;height:3rem;top:7.875rem;left:0rem;font-size:0.75rem;display:block; }
#xXE28GcLKOrPw4XlonWt6e4yt9LWnUMo { width:1.875rem;height:1.875rem;top:14.875rem;left:45.875rem;display:block; }
#R75WL3895UGhqnndApaMKZBX61CAqzO1 { width:1.6875rem;height:1.6875rem;top:15rem;left:46rem;font-size:1.125rem;display:block; }
#Luopn3dryQzWLOozFQSnPzCIMhu4q3xm { width:28.5rem;height:1.75rem;top:12.25rem;left:19.1875rem;font-size:1.25rem;display:block; }
#Vmp21xK7ltZczSLPBMe2WFZPZ3OTsqw5 { width:20.6875rem;height:2.6875rem;top:14.25rem;left:27rem;font-size:1rem;display:block; }
#W5kNBzOLd3OAkf89gMalyLSCVbz6EdPZ { width:1.6875rem;height:1.6875rem;top:17.125rem;left:46rem;font-size:1.125rem;display:block; }
#loUpm7DMCEDmydmsQrpAvzGJ1ycLC2Wt { width:1.875rem;height:1.875rem;top:17.0625rem;left:45.875rem;display:block; }
#MfpXIPnJbg24B59GlA0wWCSMeXC7sf7m { width:1.6875rem;height:1.6875rem;top:19.4375rem;left:46rem;font-size:1.125rem;display:block; }
#sC6xH93duXGASnTStOm0t5v1c42IJL6S { width:1.875rem;height:1.875rem;top:19.3125rem;left:45.875rem;display:block; }
#HfqC5JDgpp1BMrOPv0EWoQV6ZbRsTduH { width:11.3125rem;height:2.6875rem;top:16.5625rem;left:36.375rem;font-size:1rem;display:block; }
#gBSdw5fzINvp7yTVwT0itPfeThHaHTcB { width:11.3125rem;height:2.6875rem;top:21.0625rem;left:36.375rem;font-size:1rem;display:block; }
#d6uRbK8nh3QfLTgWGC18CEq2XrHAvnDb { width:1.6875rem;height:1.6875rem;top:21.625rem;left:46rem;font-size:1.125rem;display:block; }
#k5wVGpVeVqSiRHc9MCTkU71z8bE6az1d { width:1.875rem;height:1.875rem;top:21.5rem;left:45.875rem;display:block; }
#iBPrW2RaTisEGsq4NkNDxXW5MAF2pbIN { width:11.3125rem;height:2.6875rem;top:18.875rem;left:36.375rem;font-size:1rem;display:block; }
#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 { display:block; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container { width:47.75rem;position:relative;display:block; }#KEHyhOyWJ4UZMzsHn2T9ZuhH6e8E9c5z { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#mIoTWvkueHPRbCNEm2W7aBPfdOlZREqc { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#fvoAdDrLRvLaPTS0PnuPPmybeSLkXOwd { top:0.8125rem;left:4.5rem;width:33.375rem;height:3.9375rem;font-size:3.0625rem;display:block; }
#wQIHRguS3kRCTwEMytsQzd8OlmCinsiE { width:3.625rem;height:3.625rem;top:6.9375rem;left:44.125rem;font-size:2.5rem;display:block; }
#hpeMdLM5IHDIJWFxWq8DG1eoTt0asWnr { width:45rem;height:2rem;top:7.75rem;left:2.75rem;font-size:0.8125rem;display:block; }
#ggFycwUgJ09aPkmTAGik1Uk4W5ydhMQw { display:none; }#ggFycwUgJ09aPkmTAGik1Uk4W5ydhMQw > .row .container { width:47.75rem;position:relative;display:none; }#hu0yzkOyMyrbkZaS9daWN9xM1wJT7pmD { width:20.4375rem;height:3.0625rem;top:28.125rem;left:27.3125rem;display:none; }
#z77uQxAL0ve43biyx4HNSyHP31OfiDOZ { display:block; }
#XywnVyFTlSppPaPsxxcrpRRf8CJVWOf4 { width:20.4375rem;height:3.0625rem;top:28.125rem;left:0rem;display:none; }
#SeN6mkxVEXBkg3pbJyq3KdwACM4H1iGo { display:block; }
#ThsyxmgBQUQPgvxVihGbLVyaIbRmVNae { width:20.4375rem;height:3.0625rem;top:54.4375rem;left:27.3125rem;display:none; }
#avbmRAQNlmlwsLTdeyAy4D2MQaXxhwWk { display:block; }
#hNyFdbbIlegWkMkXG4kTt6Jww4auMkL0 { width:20.4375rem;height:3.0625rem;top:54.4375rem;left:0rem;display:none; }
#H4pId94pTtC9s4oAhafG9ZwKDsXJd5h0 { display:block; }
#Qgq4RuFbqNvIxtM80WcXDZL7arTBnbXr { width:20.4375rem;height:3.0625rem;top:86.25rem;left:27.3125rem;display:none; }
#OnSTayAVEGSa1PBMiwkO6LCnlrmX9aDA { display:block; }
#oMy19dAw2rzmNuB1bfIZil3aIChNTVLf { width:20.4375rem;height:3.0625rem;top:85.9375rem;left:0rem;display:none; }
#ZbLmPHJXHgsaOtMv1JFIwZVNp7JrvGTn { display:block; }
#QX6DfcJsfUvCntpkLTi5TXDxMBcfhbSJ { width:20.4375rem;height:3.0625rem;top:119.3125rem;left:27.3125rem;display:none; }
#EwySH91uCF5uBBPbPOsMBsgXH9QJBAkV { display:block; }
#fXO4TgdHPseZLe1IHo14S74FfyCRJaEp { width:20.4375rem;height:3.0625rem;top:119.3125rem;left:0rem;display:none; }
#c0i4qRa6nwq0Lh6gu4AShAWc70fdgve0 { display:block; }
#uqfM4k5MJTNTBFr1E8wNPPw3OGCE0ZKz { top:20.3125rem;left:2.3125rem;width:12.4375rem;height:4.6875rem;font-size:1.3125rem;display:none; }
#x5toyhXSRpO77edzeLIWzJ3UukyHTNoG { top:70.75rem;left:0rem;width:16.4375rem;height:3.125rem;font-size:1.3125rem;display:none; }
#g5vFZpcxJ8I0UqpclL3a7hST8nMms2mP { top:169.625rem;left:0rem;width:15.5625rem;height:5.0625rem;font-size:1.3125rem;display:none; }
#ndi9tgx3cwKe5HUmbTngncMlAKm9fKi3 { top:57.625rem;left:0rem;width:17.25rem;height:3.375rem;font-size:1.3125rem;display:block; }
#pHRq7mM9bSwTbKwBrdTfCfCvTB3hSSHm { top:49.4375rem;left:0rem;width:17.25rem;height:4.375rem;font-size:1.3125rem;display:block; }
#GoUzPd7bK1xQSwm6pq2dm45cvFIITyM7 { top:146.8125rem;left:0rem;width:17.8125rem;height:5.0625rem;font-size:1.3125rem;display:none; }
#IA6PKTgqamAkA2fxIoR8igOdNI46wTi6 { top:78.875rem;left:32.0625rem;width:15.6875rem;height:7.0625rem;font-size:1.3125rem;display:none; }
#OgmvJMlD5JbRKT0nuzb99WiExVWGeLBv { top:153.8125rem;left:0rem;width:15.5625rem;height:6.8125rem;font-size:1.3125rem;display:none; }
#dCBq4JDLnS69aZOHZTTIAtLq74a980T0 { top:191.875rem;left:0rem;width:17.8125rem;height:6.8125rem;font-size:1.3125rem;display:none; }
#Oe9ekAxzDSh7ZHzwhpTme1FqAHDHNQoC { width:20.4375rem;height:3.0625rem;top:153.5rem;left:27.3125rem;display:none; }
#kA0JpMy3qLzBSiQvQKJO5EcDuxftrh4t { display:block; }
#hCh2Kl30FV7dpC7mIddu50atOUKGTNKu { width:20.4375rem;height:3.0625rem;top:153.5rem;left:0rem;display:none; }
#TTkJ42gE7b1mO0piBNr8l4xGpdPAs1iM { display:block; }
#izDN9iJa0wpByJ4gReKIgJhhTxShqGgB { width:20.4375rem;height:3.0625rem;top:184.4375rem;left:14.80859375rem;display:none; }
#qU4MiBKFcJrMXUdxtbOGdGVX78rimgDI { display:block; }
#kHffJBLsX3m1BnDIIJztQUzBfzzGXgSh { top:172.4375rem;left:0rem;width:15.5625rem;height:3.375rem;font-size:1.3125rem;display:none; }
#mTv4zB6GztlCluO4FBLHg36eIkU7PWrd { top:19.75rem;left:27.0625rem;width:20.6875rem;height:5.5625rem;font-size:1.0625rem;display:none; }
#f4WOyAPp2lTpnPTwNVZ2elxlpK5paRet { width:23.8125rem;height:2.5rem;top:1.5rem;left:0rem;font-size:2.125rem;display:none; }
#OGu6HTucOSG7nWDDogd6aorsicW3GiW9 { top:21.375rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
#ZsyHAMJZa8aPIOOEDBE3oTCwsv870tPh { top:21.375rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
#MeSShU645cutcoBf5TQiNwSJMEXhyQGL { top:21.375rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
#y81EWMLufoNQgdLTIsBKT56HcL7MzOXa { top:21.375rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
#d9fmZAyIzIBT5U8zXiTLcgaWTiCEtd87 { top:21.375rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
#qIhGTxiHSF1DE1bwa4nT8IEhpDTJGiCv { top:21.375rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
#QRa20PctFLWWGhbuW4SoCdq39USOSb3R { top:21.375rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
#iknIs10m25JiLgvB7Snnol3cCVVTTxmd { top:21.375rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
#lzHPgIrW8IbUQ7gDg0dId1AW4VVgsZFx { top:21.375rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
#cTqdQFGOcQW4ZatFTrQi0H3ilJvCksL8 { top:21.375rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
#OKPmOfsH3Cm8tJZXwiHuVsrXisx983Q0 { top:21.375rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b { display:block; }#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b > .row .container { width:47.75rem;position:relative;display:block; }#B1qhfJ3XoJ6TZkH835MZD2DDv2kbX81a { width:13.5625rem;height:3.5625rem;top:26rem;left:18.0625rem;display:block; }
#xFT6cVbdaIktk8fgfrW1wNVDM7MlMDbZ { display:block; }
#nWvn0x9PMI5UusTnZXi5snXPwCMEC5eP { top:26.25rem;left:18.6875rem;width:3.0625rem;height:3.0625rem;display:none; }
#nPJtoAs2Q4mc30WnCenQuK27oWE2B1Sl { top:3.75rem;left:18.9375rem;width:9rem;height:16rem;display:block; }
#BTgGZAApJp9R6uZaVahmXTxzH67lkP2Q { top:3.75rem;left:38.8125rem;width:8.9375rem;height:15.9375rem;display:block; }
#ayKICDCQdQXu8CWTXaLfFQKXT5teREuc { top:3.75rem;left:0rem;width:12.75rem;height:15.9375rem;display:block; }
#lWp85sevOMIXlufs9FlJ4qTS5n30UED0 { width:13.5625rem;height:3.5625rem;top:26rem;left:34.125rem;display:block; }
#mzxCrd1hhGoT2azkC3THupsHGOIN0gvl { display:block; }
#JUV7gToELWTuzW7RPGlP7x2gETRy5M5m { width:12.5625rem;height:3.375rem;top:26.25rem;left:0rem;display:block; }
#HOMCMB0h8iTEG6TId4QH2n0DJmiN5OW9 { display:block; }
#mgeFTT17u05MDa19W3z083BEVsMaQOt1 { top:26.1875rem;left:36.875rem;width:3.0625rem;height:3.0625rem;display:none; }
#mad1KSSo2w4qM1MOFcXgbK041OlrrERQ { top:26.375rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
#RU0bvK5nTVJT77GFkgJlkF3PBaL73sMW { top:45.375rem;left:20rem;width:3.125rem;height:3.125rem;display:none; }
#cVeMqmgepoFCO2Uo3yX1OMr2LFxMBadi { top:10.8125rem;left:17.781251907349rem;width:5.9375rem;height:3.3125rem;display:block; }
#UKKCL0GTIkVnCP4TE0sWXmTkV2Ss4bSu { top:20.875rem;left:35.5rem;width:12.25rem;height:2.875rem;font-size:0.8125rem;display:none; }
#dx19R6TMOB8wa3tbtezG1kcP48vpoQ87 { top:20.875rem;left:17.279685974121rem;width:12.25rem;height:2.875rem;font-size:0.6875rem;display:none; }
#o3SFiTinPTTEE0TI20S6qtTJNiJcSv33 { top:20.875rem;left:0rem;width:12.25rem;height:2.875rem;font-size:0.9375rem;display:none; }
#AdvfxrQiMvy4S4bBDzVEv89l48iSn7Wv { display:block; }#AdvfxrQiMvy4S4bBDzVEv89l48iSn7Wv > .row .container { width:47.75rem;position:relative;display:block; }#Eaykhxi7hBX7oDrVmrwhxT8DAgBzsEv8 { width:13.5625rem;height:3.5625rem;top:26rem;left:18.0625rem;display:block; }
#zKng0uh28aHTvkzSIugtWMhAcMDy2lub { display:block; }
#Jc9ThMQkk40RNWf6a05vu0N3X3ypMeID { top:26.25rem;left:18.6875rem;width:3.0625rem;height:3.0625rem;display:none; }
#n7M9f737xl6t5AhL5ayWvZPNyh9qxpDM { top:3.75rem;left:18.9375rem;width:8.9375rem;height:15.9375rem;display:block; }
#Mz456oCIflNdUmVFxmnMKrhbru1I4s1V { top:3.75rem;left:38.8125rem;width:8.875rem;height:15.8125rem;display:block; }
#W3AnukGf5VukUUB6vKyun3MIE6sB6xUp { top:3.75rem;left:0rem;width:12.75rem;height:15.9375rem;display:block; }
#vN5i2nZnJSNoSvZyTRXr33zLVSO54tlS { width:13.5625rem;height:3.5625rem;top:26rem;left:34.125rem;display:block; }
#MSV5JNnabvaSLrzc1MKXDnscD2571Vo4 { display:block; }
#HoEUiIN6Weg1BPfg4ZfuT5oFfKskd8MW { width:12.5625rem;height:3.375rem;top:26.25rem;left:0rem;display:block; }
#nJVxCvS98dd5Sdiqwg5Xadk5RAcCHd7e { display:block; }
#ovma0emGevvD8RWM888X5vHpAcC3Tk8H { top:26.1875rem;left:36.875rem;width:3.0625rem;height:3.0625rem;display:none; }
#TTyhQT5AOc6uVTcsupR74kooSKVRSMKp { top:26.375rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
#Bag6JDasPRNkBoFa9UVnu94h8p3mTpvb { top:45.375rem;left:20rem;width:3.125rem;height:3.125rem;display:none; }
#NkB1wFXNWmWBqgGL2INRI8JzgwAR0z4C { top:10.8125rem;left:17.781251907349rem;width:5.9375rem;height:3.3125rem;display:block; }
#eLTdmePQ3caA8oJ8ZK59CJEfGLGUeuHm { top:20.875rem;left:35.5rem;width:12.25rem;height:4.375rem;font-size:0.8125rem;display:none; }
#zIK6cVvPflTiPKLTs4AzE6TsrCTs6Tqk { top:20.875rem;left:17.279685974121rem;width:12.25rem;height:2.875rem;font-size:0.6875rem;display:none; }
#JuS2tmqJO7s6rfLAkOWqepRlO2Zf7s15 { top:20.875rem;left:0rem;width:12.25rem;height:2.875rem;font-size:0.9375rem;display:none; }
#FgvzcEgIqQd4aMQk1QEE5STtXoK4zXeh { display:block; }#FgvzcEgIqQd4aMQk1QEE5STtXoK4zXeh > .row .container { width:47.75rem;position:relative;display:block; }#zu9UqxxuHcHlIop81sUhoZ978LJxW1mD { width:13.5625rem;height:3.5625rem;top:26rem;left:18.0625rem;display:block; }
#ngmLwcouVDePxvBli8CJHgISBeTrlh3z { display:block; }
#cPKJHTS9NhOcA4KFfe6TiUKHZ3TqNazB { top:26.25rem;left:18.6875rem;width:3.0625rem;height:3.0625rem;display:none; }
#tEWWxW2U6IeXBpUFRcqv5CvU1ZT5sgnI { top:3.75rem;left:18.9375rem;width:8.875rem;height:15.8125rem;display:block; }
#GARXyeGDhhCJPRpLPL6mISfmXpmH7JlU { top:3.75rem;left:38.8125rem;width:8.8125rem;height:15.75rem;display:block; }
#ym1Ttn2dQHmeeKREZS5BKTOT5Bc7K24T { top:3.75rem;left:0rem;width:8.9375rem;height:15.9375rem;display:block; }
#ISOPlrx4rbNcIiWnNkkEGW1ab5vFiu3m { width:13.5625rem;height:3.5625rem;top:26rem;left:34.125rem;display:block; }
#w66fmiwk9Hwhsexq48uy5JyuVVfZkuBa { display:block; }
#O5uKNExFOXAyxub7gilrOIiO5l64Xb2q { width:12.5625rem;height:3.375rem;top:26.25rem;left:0rem;display:block; }
#dSnOgT3BbKBLxclbCO0HQDarRFcktGRA { display:block; }
#kG0ViDIvSVm96NWb0IDxgZLGbnJUxVfy { top:26.1875rem;left:36.875rem;width:3.0625rem;height:3.0625rem;display:none; }
#mfPuGXTTQDM019QLtTPBuCeepSeVGZqU { top:26.375rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
#Sw5dvmf5XJUVR46kupXWXV5h9gcmkQAd { top:45.375rem;left:20rem;width:3.125rem;height:3.125rem;display:none; }
#grbBLkURUqQWq58zhDcpcvRMoFOK7LAi { top:10.8125rem;left:17.781251907349rem;width:5.9375rem;height:3.3125rem;display:block; }
#qNhhZBcREJVAbTZ1puBEykX0y9CAHROn { top:20.875rem;left:35.5rem;width:12.25rem;height:2.875rem;font-size:0.8125rem;display:none; }
#EmDeuzMxto9WWGCBJvWbgunm23GHc6Fm { top:20.875rem;left:17.279685974121rem;width:12.25rem;height:1.4375rem;font-size:0.6875rem;display:none; }
#Mm3uQ8lWL0trInC4m0TQCRIOWpmUvy11 { top:20.875rem;left:0rem;width:12.25rem;height:2.875rem;font-size:0.9375rem;display:none; }
body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); }#feWUxyus0LDrvVNGsTxT9Ra7laF4oOQ7 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/24d85187-5892-4c62-b794-d98d49f21dc1/offers.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#feWUxyus0LDrvVNGsTxT9Ra7laF4oOQ7.adaptive-delivery-prevent-bg, #feWUxyus0LDrvVNGsTxT9Ra7laF4oOQ7.lazyload, #feWUxyus0LDrvVNGsTxT9Ra7laF4oOQ7.lazyloading { background-image: none; }#feWUxyus0LDrvVNGsTxT9Ra7laF4oOQ7 > .row .container { border-width: 0; border-radius: 0; }#feWUxyus0LDrvVNGsTxT9Ra7laF4oOQ7 > .row .container { width:20rem;height:48.125rem;position:relative;display:none; }#XzTubmvtF45J7UQCvKoKupsPvdkbESEk { width:18.125rem;height:1.25rem;top:44.1875rem;left:0.9375rem;z-index:15102;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#efW7hltglnZ3AuuCCrPLuaPRfWGAP2cf { width:13.1848125rem;height:1.2999125rem;top:41.8125rem;left:3rem;font-size:1rem;z-index:15160;font-family:var(--paragraphs-font-family);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);display:block; }
#dQoGUTiuCNT81KzyFfe0ZrsDIvwU9ZzN { top:40.125rem;left:2rem;width:15.18675rem;height:1.13606875rem;z-index:15188;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#h8dZZAJC982wNplXBOTR3MNNkWFkkmQk { display:flex;top:36.25rem;left:8.0625rem;width:3.061525rem;height:3.061525rem;z-index:15195; }
#JyiVxi4Vi1FXRuxzip6AVpILRt7f8cWh { width:12.06175rem;height:2.3120125rem;top:33.0625rem;left:4rem;z-index:15175;font-size:1rem;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pi20LDQ09FUgzAH8XVMGtBoAGXViO9DK { display:block; }
#rTAImcPNQRLVlCfhfnTsiFJKIlRkAyHL { display:flex;width:1.93725625rem;height:1.93725625rem;top:33.25rem;left:4.75rem;z-index:15176; }
#rTAImcPNQRLVlCfhfnTsiFJKIlRkAyHL > img { max-width: 100%;max-height:100%; width:1.93725625rem; height:1.93725625rem; }#E8QITbTQvTKzvJ3mHnbyHm4TEbcfF3AC { top:29.4375rem;left:2.4375rem;width:15.1245rem;height:2.5rem;background-color:rgba(33,139,62,0.86);background-image:none;color:rgba(var(--color-tertiary-0),1);z-index:15001;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ByqKPxflVcP4gcJKxqpEraSZPOg2SBzd { display:block; }
#g7a0Iu8CFoqELwDMHTNb9vVGKMQWCcgM { display:flex;width:2.06176875rem;height:2.06176875rem;top:29.75rem;left:3.625rem;z-index:15181; }
#sov4TA08o7vvogkZRqe3TSP7N0EPH3RR { top:21.278213500976rem;left:0.93750005960463rem;width:4.93706875rem;height:5.3125rem;z-index:15230;overflow:hidden;display:block; }
#B2TEBwozrOrvUIvlImvD2wxw8vFLgb6r { top:7.8125rem;left:0.8125rem;width:19.187rem;height:3.45051875rem;z-index:15221;font-size:1.4375rem;font-family:"alw arabic";font-weight:700;font-style:normal;line-height:1.2;color:#000000;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MdXyz1BkO7uZMo2xeiFlIANkGxfcOCik { width:18.4973125rem;height:2.84288125rem;top:3.25rem;left:0.3125rem;font-size:2.1875rem;color:rgba(var(--color-tertiary-4),1);font-family:"alw arabic";text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.5);display:block; }
#JbJn0Li5BlhrXShUGWkoAJ7CmzUUO3Sb { display:flex;width:3.0603rem;height:3.0603rem;top:1rem;left:0.9375rem;z-index:15165; }
#JbJn0Li5BlhrXShUGWkoAJ7CmzUUO3Sb > img { max-width: 100%;max-height:100%; width:3.0603rem; height:3.0603rem; }#rGIEixXPDwdK5R333fPSlTpI4fwo6G3S { top:12.444228172303rem;left:1.4377170205116rem;width:17.1235rem;height:17.1235rem;z-index:15231;overflow:hidden;display:block; }
#c3zlTgzSMrhIzlUOcbbUcoRLrFqckF57 { width:18.4971875rem;height:2.27430625rem;top:12.373915672303rem;left:0.75086814165113rem;font-size:1.75rem;color:rgba(var(--color-secondary-3),1);font-family:"alw arabic";text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.5);z-index:15003;display:block; }
#zpwuGSgTZ1sMXNhQvtpiTNHOuKHTbLrQ { display:block; }#zpwuGSgTZ1sMXNhQvtpiTNHOuKHTbLrQ { background-color: transparent; background-image: none; }#zpwuGSgTZ1sMXNhQvtpiTNHOuKHTbLrQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpwuGSgTZ1sMXNhQvtpiTNHOuKHTbLrQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpwuGSgTZ1sMXNhQvtpiTNHOuKHTbLrQ > .row .container > .video-iframe-container { display: none; }#zpwuGSgTZ1sMXNhQvtpiTNHOuKHTbLrQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpwuGSgTZ1sMXNhQvtpiTNHOuKHTbLrQ > .row > .video-iframe-container { display: none; }#zpwuGSgTZ1sMXNhQvtpiTNHOuKHTbLrQ > .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); }#zpwuGSgTZ1sMXNhQvtpiTNHOuKHTbLrQ { border-width: 0; border-radius: 0; }#zpwuGSgTZ1sMXNhQvtpiTNHOuKHTbLrQ > .row .container { width:20rem;height:3.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#r8UUbvT9z3dPggQFlJfbp9EoA269SEnh { width:3.1875rem;height:1.3rem;top:1.625rem;left:10.562500536442rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15161;color:#006c35;font-family:"saudi nd";display:none; }
#aRFkb4QQhQiU7o09qrMag87gf5X883gU { width:5.9375rem;height:2.43706875rem;top:0.33854198455811rem;left:13.756511032581rem;z-index:15181;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -moz-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -ms-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -o-linear-gradient(180deg, #c59656, #b1b1b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );";background-image: linear-gradient(180deg, #c59656, #b1b1b1);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:"alw arabic";border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;display:block; }
#ULlBw8EGytteEkTv9LF7KcxTVxgaf6Uc { display:block; }
#scNmB4T2ksNmUHGXHaoc0TW7pHQ37ACv { width:5.25rem;height:2.4375rem;top:0.306640625rem;left:0.0625rem;z-index:15180;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -moz-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -ms-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -o-linear-gradient(180deg, #c59656, #b1b1b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );";background-image: linear-gradient(180deg, #c59656, #b1b1b1);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.25rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:"alw arabic";border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;display:block; }
#Xo3hFL5hJ5LGB9s3DiJq1hBJM5ahd7Bn { display:block; }
#W38x4H5tqTm3eWkorc4eeIzOSlDA8KA5 { width:7.625rem;height:2.625rem;top:0.3671875rem;left:5.873046875rem;z-index:15179;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -moz-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -ms-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -o-linear-gradient(180deg, #c59656, #b1b1b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );";background-image: linear-gradient(180deg, #c59656, #b1b1b1);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:"alw arabic";border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;display:block; }
#JMU3Q7fMd19doKhQXxnTkS66f6CB4Jz8 { display:block; }
#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy { display:block; }#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy { background-color: transparent; background-image: none; }#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy > .row .container > .video-iframe-container { display: none; }#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy > .row > .video-iframe-container { display: none; }#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy > .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); }#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy { border-width: 0; border-radius: 0; }#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy > .row .container { width:20rem;height:78.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/09106e1c-74a4-42d8-b807-68af6093e733/download27.jpg");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#toReSiTSUrrbEL0OPxR1MNod0dCwAwdy > .row .container.adaptive-delivery-prevent-bg, #toReSiTSUrrbEL0OPxR1MNod0dCwAwdy > .row .container.lazyload, #toReSiTSUrrbEL0OPxR1MNod0dCwAwdy > .row .container.lazyloading { background-image: none; }#LXwdxhT9W8lh1HsmynguRpDmVqyk4q4R { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#BCobIIutcRpygZscPl1nDe7z9KQf2BOP { display:block; }
#dy6CX2uUlTDdLSf2WkiErhk4LGZrKOaP { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#FE9Cqa7RzRhXznxqnn2b5vlqLvWgtZHc { display:block; }
#TKm7wQR5T0uc74c3wu2wAnkmIGZMfnml { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#l4UdgR2RpTiqaqVG5I4uhssZE5ar6cok { display:block; }
#g9kaxWudWPGGbzbkKCl2yNw2Q4RtSnod { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#g9kaxWudWPGGbzbkKCl2yNw2Q4RtSnod > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#Gc0z64ogloMUbK6roVVDRQZ4G1TmchAF { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#Gc0z64ogloMUbK6roVVDRQZ4G1TmchAF > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#yBv5ciQz3g7gq1II6WW1VdAoexrbtm5P { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#gPpUP8zT5LyTLVlHgZHTEBRQifvuUW0e { display:block; }
#KwKg5c5U2xggWDay6t19GBT9myUP4FTE { top:11.8125rem;left:0.3125rem;width:18.5625rem;height:2.6875rem;z-index:15185;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#OLg00SbD0UaiJ49lhcl97dGBTNoXIK8U { top:12.505859375rem;left:2.34375rem;width:15.9375rem;height:0;z-index:15186;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:none; }
#adopbG5FCMeXG9xtbA0sbe24S4yfTXQd { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#QCFozqWi3k376uxldXRMly3cAIxQIDZ4 { width:4.5rem;height:2.5rem;top:4.3484377861023rem;left:1.8796874880791rem;z-index:15198;display:none; }
#WnXsChLWUkepQNuwQy04mpizrOMQhnA4 { width:4.3125rem;height:2.375rem;top:5.7234377861023rem;left:13.715624988079rem;display:none; }
#eL8MeuKB5AgHzHVXOTRJoBNzqXfW34CR { width:6.3125rem;height:6.3125rem;top:81.112498492rem;left:0rem;z-index:15100;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#KH9EXSTDf31iB8pTOqTEIqlqvVb4SHGA { display:flex;width:3.125rem;height:3.125rem;top:81.112503051756rem;left:8.4375rem;z-index:15209;display:none; }
#KH9EXSTDf31iB8pTOqTEIqlqvVb4SHGA > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#GcTBVqtr5qi4wcl6nUvqFBZK7fvDT79p { width:3.1875rem;height:0;top:1.5625rem;left:6.8125000596044rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15162;color:#006c35;font-family:"saudi nd";display:none; }
#DDmCCFVVHXbPeA44t3025zEkJ7GLsrNM { top:38.499347686767rem;left:11.187066376209rem;width:8.0625rem;height:14.3125rem;z-index:15002;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xGHIJvgS09OJtBSBPMlsMUAgUa2kZ3Dq { top:38.499347686767rem;left:1.4366319775581rem;width:8rem;height:14.3125rem;z-index:15003;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IE50nvo2K4m61AZu1JmJqwrq7it39CeF { top:53.499347686767rem;left:10.374349892139rem;width:8.3125rem;height:14.8125rem;z-index:15000;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nIzerQdWDgPiQK4ZHeLcU00ZH6TAqDVx { top:53.437503814698rem;left:1.4995661377907rem;width:8.0625rem;height:14.8125rem;z-index:15001;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sIbpVxr7yx7osgErazUdRhtPPwFMbqFn { width:19.2480625rem;height:3.4375rem;top:32.686634063721rem;left:0.37434893846512rem;z-index:15179;background-color:#ffffff;background-image:none;color:#000000;font-size:1.8125rem;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;font-family:"arab rose";border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;display:block; }
#MChiToOmUcHeeKt2nOCkaAxT9i2Xvxpv { display:block; }
#b85Tg4ycgg8LghMLed1LiMfVDFiT5Fsn { width:15.8114375rem;height:3.4375rem;top:10.437282562256rem;left:2.0920138955116rem;z-index:15180;background-color:transparent;background-image: -webkit-linear-gradient(170deg, #c59656, #57698f);background-image: -moz-linear-gradient(170deg, #c59656, #57698f);background-image: -ms-linear-gradient(170deg, #c59656, #57698f);background-image: -o-linear-gradient(170deg, #c59656, #57698f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#57698f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#57698f' );";background-image: linear-gradient(170deg, #c59656, #57698f);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.6875rem;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;font-family:"alw arabic";border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;display:block; }
#TCsOgxGHxD3enU9fixPmKecmClW18woe { display:block; }
#rigVbLvGhNb1mUhEgJa2gsQrpbzlA8Bi { width:10.8115rem;height:4.936525rem;top:30.6875rem;left:3.625rem;z-index:15181;background-color:transparent;background-image: -webkit-linear-gradient(170deg, #c59656, #57698f);background-image: -moz-linear-gradient(170deg, #c59656, #57698f);background-image: -ms-linear-gradient(170deg, #c59656, #57698f);background-image: -o-linear-gradient(170deg, #c59656, #57698f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#57698f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#57698f' );";background-image: linear-gradient(170deg, #c59656, #57698f);background-size:auto !important;color:#ebe1c1;font-size:1.5rem;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;font-family:"alw arabic";border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;display:none; }
#se31Dxh8wH3A1mcLqvsTXSZLqeBlfvAl { display:block; }
#mUbHf4klK9Ww0WlNZAJ8O3vyZyPqDFqQ { top:23.442928314209rem;left:2.6562500596046rem;width:15.3125rem;height:1.055775rem;z-index:15190;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#eqWQkIslsnm1F3HIzIOInadRugt7gGA0 { display:flex;top:20.707466125488rem;left:1.9411893486977rem;width:4.5625rem;height:4.5625rem;z-index:15210; }
#TVKShlpvBBl7iBTJsIqdg4IgTS5ccm2T { width:17.5rem;height:1.25rem;top:76.936847686769rem;left:1.2500000596046rem;z-index:15101;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#P0qCNcboy1FMgROiKEKOfPe6pzphSvy1 { top:73.7500038147rem;left:0rem;width:20rem;height:1.13606875rem;z-index:15187;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#xh4S9c6rph4bqUUA7yVoAV8NTQ469tK4 { top:74.874134063719rem;left:3.6241319775581rem;width:12.75rem;height:1.13606875rem;z-index:15189;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#ODrSOnexOdTyPpoS8lT6PUU35z3aIhzX { display:flex;top:70.186634063719rem;left:8.5622838139531rem;width:2.93541875rem;height:2.93541875rem;z-index:15194; }
#rMTu0wIChEA5mfoEDKnZQCGKI8vQKh69 { top:16.379123687744rem;left:0.93750005960463rem;width:18.125rem;height:15.75rem;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#LUpKdlhI3SxwtuDWLvrCt0Ca02DUSk0v { width:14.6875rem;height:2.68541875rem;top:26.144748687744rem;left:2.6562500596046rem;z-index:15179;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -moz-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -ms-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -o-linear-gradient(180deg, #c59656, #b1b1b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );";background-image: linear-gradient(180deg, #c59656, #b1b1b1);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.625rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CpAZw2WG1bTlZ7VHs2ZzZ9xD99wtwXoQ { display:block; }
#vbZdJLQTftA5MOQxQbHnaJHW1o6uXSht { display:flex;width:3.125rem;height:3.125rem;top:25.924480438233rem;left:14.284940063953rem;z-index:15210; }
#vbZdJLQTftA5MOQxQbHnaJHW1o6uXSht > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#BVOJWaWhg0ICVREUWLm5trhJGcComVtI { display:flex;width:2.25rem;height:2.25rem;top:26.646053314209rem;left:3.0978735089302rem;font-size:2.1875rem;z-index:15200; }
#kpzNsRdJ3OWHh4WTGOkNv2UwuOUN5oUD { width:6.125rem;height:3.5625rem;top:17.145179748535rem;left:6.9997833371163rem;z-index:15017;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IxyLcZpc3fVwKLOerFoi9upMT1vJpx1B { top:20.707466125488rem;left:3.7500002980233rem;width:12.5rem;height:1.54296875rem;z-index:15162;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#QJhMBzJDRXyU520zW2yTK1GkWPq98Oop { top:0.25rem;left:0rem;width:20rem;height:9.3125rem;z-index:15211;overflow:hidden;display:block; }
#D3uWiCZwZXJPcF5LR8qvJtRkxhsKtvSg { display:block; }#D3uWiCZwZXJPcF5LR8qvJtRkxhsKtvSg > .row .container { width:20rem;height:0.625rem;position:relative;display:block; }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 { display:block; }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 { background-color: transparent; background-image: none; }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 > .row .container > .video-iframe-container { display: none; }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 > .row > .video-iframe-container { display: none; }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 > .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); }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 { border-width: 0; border-radius: 0; }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 > .row .container { width:20rem;height:50.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/09106e1c-74a4-42d8-b807-68af6093e733/download27.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 > .row .container.adaptive-delivery-prevent-bg, #BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 > .row .container.lazyload, #BJNGWqD13iUhtNr7ceWM7dx05mWifDf1 > .row .container.lazyloading { background-image: none; }#RiA7yK5SbASXsefH2x6JVWlJnTsHCL5m { width:11.8115rem;height:1.8684875rem;top:2.8125rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;color:#045386;font-family:var(--headlines-font-family);display:block; }
#y9urXqIUu3IRcKNouatFPlMneSwM6UWE { width:10.81175rem;height:5.37475625rem;top:7.1875rem;left:4.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#amlr2a2cSSQHa9Cx2Py6gLvpemG2lK4K { width:10.3125rem;height:3.4375rem;top:13.3125rem;left:4.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tVFWyzi317ducQJA3ueAFsTU8IIr6B0O { top:14.0625rem;left:4.1875rem;width:11.31225rem;height:1.74926875rem;font-family:var(--paragraphs-font-family);background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bDyvA8PUWM8r5vz6TE2x6WDovsKwwRK6 { display:block; }
#fiEAITpVl8AyyBwWTpqMKm5dqqXRosr1 { width:12.5598125rem;height:1.86889375rem;top:18.4375rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;color:#045386;font-family:var(--headlines-font-family);display:block; }
#h5N68SEngwOXqE3ak2C3sBtqBD6Hs1aT { width:10.3125rem;height:5.68725625rem;top:21.25rem;left:4.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ak6FoEzh5aES06VB0MpXk0BrJxFlHLC0 { width:10.3125rem;height:3.4375rem;top:27.6875rem;left:4.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yE5iAN1uUZC4wENAa6Zpy2lNvSdxIotS { top:28.5625rem;left:4.375rem;width:11.31225rem;height:1.6870125rem;font-family:var(--paragraphs-font-family);background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KbF9aToSPKFWoEd3oSh1Zn1TbNZVKgOU { display:block; }
#BsIsCTPkC44FagE22qhZUL6n4RgGWkpb { width:20rem;height:2.51875rem;top:32.375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.9375rem;color:#045386;font-family:var(--headlines-font-family);display:block; }
#Fw60EO15hpJUu2mDEacR44oThkiWBo13 { width:13.93675rem;height:9.0625rem;top:36.125rem;left:3rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gdHwDqhnSr9IsceZN0smEmuxomcVld6u { width:10.3125rem;height:3.4375rem;top:46.375rem;left:4.8125rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#gHWtNPCqKopbopiVehpiuBzoXJy6ykT3 { top:47.375rem;left:4.375rem;width:11.31225rem;height:1.62475625rem;font-family:var(--paragraphs-font-family);background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tLomTVFzewiyiLq7nLIlQSoi6xXpMhEa { display:block; }
#zz3dprqIK5qtv9TDr7BIk60oxg37CDml { display:block; }#zz3dprqIK5qtv9TDr7BIk60oxg37CDml { background-color: transparent; background-image: none; }#zz3dprqIK5qtv9TDr7BIk60oxg37CDml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz3dprqIK5qtv9TDr7BIk60oxg37CDml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz3dprqIK5qtv9TDr7BIk60oxg37CDml > .row .container > .video-iframe-container { display: none; }#zz3dprqIK5qtv9TDr7BIk60oxg37CDml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz3dprqIK5qtv9TDr7BIk60oxg37CDml > .row > .video-iframe-container { display: none; }#zz3dprqIK5qtv9TDr7BIk60oxg37CDml > .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); }#zz3dprqIK5qtv9TDr7BIk60oxg37CDml > .row .container { width:20rem;height:278.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.86), rgba(var(--color-primary-1),0.97));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.86), rgba(var(--color-primary-1),0.97));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.86), rgba(var(--color-primary-1),0.97));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.86), rgba(var(--color-primary-1),0.97));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.86)', endColorstr='rgba(var(--color-primary-1),0.97)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.86)', endColorstr='rgba(var(--color-primary-1),0.97)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.86), rgba(var(--color-primary-1),0.97));background-size:cover !important;position:relative;display:block; }#cCM0cho5vS9WkS78cOHZLraQzAWKrzbS { width:13.8748125rem;height:2.7615rem;top:1.2289497572929rem;left:3.0620661377907rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2.125rem;color:#045386;z-index:15082;font-family:var(--headlines-font-family);display:block; }
#S6tPqLrWtDnp3tz3UV0AZpTQaiZLENbr { width:19.5625rem;height:11.375rem;top:7.2489156723025rem;left:0.125rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15095;display:block; }
#pPSzyVtzCNg3RqLoxyhN3nGOkqwa7kym { top:22.572265625rem;left:1.4377170205116rem;width:5.7977425rem;height:2.0477425rem;z-index:14997;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#eOHMKLemoMIuXBVAWJ95z4qpTJUW1Te2 { display:block; }
#dBXWWuPLVTvd65Mn2WdHGXvCI3Z2aiFL { top:19.311849594116rem;left:3.0620661377907rem;width:16.0623125rem;height:3.2487rem;z-index:15107;font-weight:700;font-style:normal;font-size:1.25rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#gW5JwqwdeOtQfE6leu18NU5KfIw8NIww { width:19.5rem;height:11.3125rem;top:25.998477935791rem;left:0.24978297948837rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15096;display:block; }
#vs7Hxh1clZT6xOwd8ssocN1ai7RqXPZ4 { top:37.82834482193rem;left:8.0679257512094rem;width:11.0623125rem;height:3.2487rem;z-index:15108;font-weight:700;font-style:normal;font-size:1.25rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#QTpyKyMhI8V4OJkN0O9C51ZSL9d1OeWL { top:38.373484134674rem;left:1.4366319775581rem;width:5.78363625rem;height:2.03363625rem;z-index:14998;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#OgIA7v0oFWKHExTTuT8STSnVRQd8UL15 { display:block; }
#McPbeVQaCmIeA6pp1TvOiMASqtwkee2R { top:54.925132751465rem;left:1.4366319775581rem;width:5.7977425rem;height:2.0477425rem;z-index:15000;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#fSXUobdrnOA5FPIsr5Wxn71PrgbEreS2 { display:block; }
#OV0qxrBqIgVbIK0iKqUZHpzB0WgiBBMH { width:19.4375rem;height:11.25rem;top:42.122616291046rem;left:0.18663197755814rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15097;display:block; }
#MTEhkg1lVci0yERRvPQp0W3sDLEI1xdD { top:54.324008941651rem;left:8.1304257512094rem;width:11.0623125rem;height:3.2487rem;z-index:15109;font-weight:700;font-style:normal;font-size:1.25rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#lDhzCLBrDT5f65aGeNFssC8E4Mbio65C { width:19.375rem;height:11.25rem;top:58.996965408325rem;left:0.34244793653488rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15098;display:block; }
#hc2GOGnWqDrV0DSkTfAClKs8fAFQ7yZ7 { top:71.924261093138rem;left:1.4366319775581rem;width:5.78363625rem;height:2.03363625rem;z-index:15001;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#P9hCLBa65b2GT5rX5Ktf5oUSHTwPvaWo { display:block; }
#wkorKg2V3Q5erisVFzIw6uXn0alVTRJB { top:71.31619262695rem;left:8.1304257512094rem;width:11.0623125rem;height:3.2487rem;z-index:15110;font-weight:700;font-style:normal;font-size:1.25rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#wE3tVA9cCwrvliNyOeShdBeXttxN8kP7 { width:19.375rem;height:11.25rem;top:75.745445251462rem;left:0.37391501665116rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15099;display:block; }
#M58ihST3EN6FVKBH07CdAi406Oqcq0RW { top:88.235679626462rem;left:1.4431424736977rem;width:5.76953rem;height:2.01953rem;z-index:15002;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#VB9tEke1DPaOExULvaMsHhWL0DHTauBW { display:block; }
#lriGvriV2cAa5slvPHGbXog4HlwsLdPV { top:87.859596252444rem;left:9.3179257512094rem;width:9.8125rem;height:4.87305rem;z-index:15111;font-weight:700;font-style:normal;font-size:1.25rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#DsEDheGQXQpKZVFOy1RJJtD7kO6GycxT { width:19.375rem;height:11.25rem;top:93.106121063231rem;left:0.43641501665116rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15100;display:block; }
#JxlIGwWvsx5gViPqbsZ9QubK3CRpFHoo { top:105.73350906372rem;left:9.3179257512094rem;width:9.8123125rem;height:1.62435rem;z-index:15112;font-weight:700;font-style:normal;font-size:1.25rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#m2ANdQNdLz1TFvlZn7TAwSTgQileCM6v { top:105.54080200195rem;left:1.4572482705116rem;width:5.75542375rem;height:2.00542375rem;z-index:15003;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#HPnTAbkCDICdzVd6CTCcZsoVMvl41dR9 { display:block; }
#BzLSIkJz7eBoepSEbKQACXGKv5ZZEQKJ { width:19.375rem;height:11.25rem;top:109.29253768921rem;left:0.31250005960464rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15101;display:block; }
#o4x3XaMcTARS962vDKgegXFXVSCUC5Qf { top:121.54839706421rem;left:9.3804257512094rem;width:9.8123125rem;height:3.2487rem;z-index:15113;font-weight:700;font-style:normal;font-size:1.25rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#SmZdpvNloCn4nltRfUCaBLNw1oS6hWSS { top:121.54839706421rem;left:1.4648438096046rem;width:5.7413175rem;height:1.9913175rem;z-index:15004;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#bldasA8I2hJ8h2RpgICrCDLNtUGxvS8v { display:block; }
#MfT0QQm069KZ01TCMIBbQabuOalfqq61 { width:19.375rem;height:11.25rem;top:126.10851287842rem;left:0.31250005960464rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15102;display:block; }
#bFD1Q5TZ840UJTa3SmdKS2ApQSyBhy3I { top:140.31164169311rem;left:1.4724393486977rem;width:5.72721125rem;height:1.97721125rem;z-index:15005;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#K64hOSOoHEVWXJiMafcS5JxMTiagUuP4 { display:block; }
#k7HwWHSWixi5ErnR2B9ST6y3NCd2HT2g { top:138.09831237793rem;left:4.8179257512093rem;width:14.3125rem;height:3.2487rem;z-index:15114;font-weight:700;font-style:normal;font-size:1.25rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#KJuTpVhV9zXD8GdLXlwsJTqZ9zmKTG3T { width:19.375rem;height:11.25rem;top:143.92015075684rem;left:0.3125rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15103;display:block; }
#uGcvpUB9XBW15z7JcCuX35vN3KGQtkIP { top:156.40951156616rem;left:6.4442275166513rem;width:12.6875rem;height:3.2487rem;z-index:15115;font-weight:700;font-style:normal;font-size:1.25rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#raDF7sD9cSQ4MxIpB5rTorNrRLDTtIyT { top:157.26476287842rem;left:1.4789498448372rem;width:5.71311125rem;height:1.963105rem;z-index:15006;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#OZET1mmg7QTBq0DEtZ15WVFthc4frW71 { display:block; }
#ILpuR4fvmiqaTkww8UwICS2ZFgB7009Q { width:19.375rem;height:11.25rem;top:160.85612869262rem;left:0.37391501665116rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15104;display:block; }
#tXFJycSUW00wV9bTHeOZ2qSDObCGezdl { top:173.40886306762rem;left:6.5071619153025rem;width:12.686625rem;height:3.2487rem;z-index:15116;font-weight:700;font-style:normal;font-size:1.25rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#TX6Lyw4SbOfIdnNpq6z1Oqmh8dsp6AS9 { top:174.30014038086rem;left:1.4789498448372rem;width:5.69899875rem;height:1.94899875rem;z-index:15007;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#Ew7UvSIlDU9I3oMQqxwqUP9oWHXhGBiT { display:block; }
#ZH1pAnznsGRCDoXRqTQHvNPFEGmpxP2r { width:19.375rem;height:11.25rem;top:177.91863250732rem;left:0.37391501665116rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15105;display:block; }
#ef2aRTBdAEJpLG9qGpeiLkXTTk3BTLiS { top:190.03299713135rem;left:6.5071619153025rem;width:12.6855625rem;height:4.87305rem;z-index:15117;font-weight:700;font-style:normal;font-size:1.25rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#wkqXXK7SNwN03HkEkRSkuXdq3X1t72ha { top:192.18185424805rem;left:0.86805564165113rem;width:5.68489875rem;height:1.93489875rem;z-index:15008;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#TGkAokIzFhlkyngE7qPN3efCiwO2N6iC { display:block; }
#cLKwFLy5rXRKViMV33bvqVoXAqc0AxN5 { width:19.375rem;height:11.25rem;top:196.10482406616rem;left:0.37500005960464rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15106;display:block; }
#hMrzpTBePSCSNLyES1MUZqpzLPvDLMN8 { top:208.34440994262rem;left:9.7571619153025rem;width:9.375rem;height:3.2487rem;z-index:15118;font-weight:700;font-style:normal;font-size:1.25rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#aAgs82cvIGiwwI9qu6WDqJmhSpkOQ2LL { top:209.13346862793rem;left:1.5006511807442rem;width:5.6707925rem;height:1.9207925rem;z-index:15009;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#ENR8qUeCpeQET2zgGKnghIkoNhPdyxat { display:block; }
#CrPVMTv9dUNDptTurxKzJqK7h29kpKvu { width:19.375rem;height:11.25rem;top:212.66623687744rem;left:0.37391501665116rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15107;display:block; }
#xFAD010ifUX3uTbrZdbdPtTMZiDbZy9D { top:225.03147125244rem;left:8.0687935948375rem;width:11rem;height:3.2487rem;z-index:15119;font-weight:700;font-style:normal;font-size:1.25rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#eJv44Ty5Ele0dT1oeTN3q9MZMoAzrWFt { top:225.99153900146rem;left:1.5006511807442rem;width:5.65668625rem;height:1.90668625rem;z-index:15010;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#t4eRZzhTLOHhmss2KmzVcJl1ZxuM2x6D { display:block; }
#g7tDabkdTvlbQEUz8NVIsDkm0kMr9DAa { width:19.375rem;height:11.25rem;top:229.97853088379rem;left:0.37500005960464rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15108;display:block; }
#xEtnaHov1iqEftF9UQfGXvTHevkd6A4R { top:242.21876525879rem;left:8.1933596730231rem;width:10.999375rem;height:3.2487rem;z-index:15120;font-weight:700;font-style:normal;font-size:1.25rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#a9vuermfKStl52fABkRR9bAmdlPB6Ms4 { top:242.87957382202rem;left:1.5071614384651rem;width:5.64258rem;height:1.89258rem;z-index:15011;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#XRFs4UKZSJZ189GZzosFa3FwMEcV03ZQ { display:block; }
#iOJ1TTrtVDt81sHJzxNkw9Wwnx7QsEmt { width:19.375rem;height:11.25rem;top:246.85244369507rem;left:0.37391501665116rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15109;display:block; }
#JCDiFZ8bd8qaUc9AV5gGauQQa5QTZaqG { top:259.21789550781rem;left:8.1933596730231rem;width:10.999375rem;height:1.62435rem;z-index:15121;font-weight:700;font-style:normal;font-size:1.25rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#SHCwodtAoc8zDvPat7nHCFNLQX8ePxhH { top:259.21789550781rem;left:1.5147569775581rem;width:5.62847375rem;height:1.87847375rem;z-index:15012;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#MyFoOJc51pmWQuGT1KuHD2mzUioKorzZ { display:block; }
#hPnFANpbtfGQtDxhT89M1exU0OPI8xDP { width:19.375rem;height:11.25rem;top:262.60200881958rem;left:0.31250005960464rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15110;display:block; }
#Tr4ydTxQ3TGAUl4EET7WJZhEIwe7ZNAh { top:274.77952194214rem;left:8.8808596730231rem;width:10.25rem;height:3.2487rem;z-index:15122;font-weight:700;font-style:normal;font-size:1.25rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#s7eHhG41UXlN2SnTTN8TRycrWwK8I8SU { top:274.71463394165rem;left:1.5212674736977rem;width:5.6143675rem;height:1.8643675rem;z-index:15013;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#mS3kDdZqG2EzaIywzCaPIy5ksoBfWARV { display:block; }
#qCt6gpXTuvJTIi9lAsvLSzTrMcGWrSHu { display:none; }#qCt6gpXTuvJTIi9lAsvLSzTrMcGWrSHu { border-width: 0; border-radius: 0; }#qCt6gpXTuvJTIi9lAsvLSzTrMcGWrSHu > .row .container { width:20rem;height:236.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/09106e1c-74a4-42d8-b807-68af6093e733/download27.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#qCt6gpXTuvJTIi9lAsvLSzTrMcGWrSHu > .row .container.adaptive-delivery-prevent-bg, #qCt6gpXTuvJTIi9lAsvLSzTrMcGWrSHu > .row .container.lazyload, #qCt6gpXTuvJTIi9lAsvLSzTrMcGWrSHu > .row .container.lazyloading { background-image: none; }#c1yxvPMPcKIcRkPAHFQnduDV1p8Crcbc { width:19.75rem;height:11.4375rem;top:4.625rem;left:0.125rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZRxWTBp24JEu4LtKPzPF4lUPm8gVbgIe { width:13.875rem;height:2.7625rem;top:0.6875rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2.125rem;color:#045386;z-index:15081;font-family:var(--headlines-font-family);display:block; }
#Zd9HSXwK4LBis6SWs7pwK8a2PhbIUdTH { width:19.75rem;height:11.4375rem;top:25.5625rem;left:0.125rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RemfAneWCE1uCu75T3bw8UXdwSW92CZI { top:37.8125rem;left:3.4375rem;width:16.0625rem;height:1.38125rem;z-index:15103;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#Eprmv2LHGgqpT00GrpilAvx2ZBNON5vz { width:19.6875rem;height:11.4375rem;top:44rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pShpcf2afwnfHQhIonydCVqAVM2NyTl4 { top:39.625rem;left:0.625rem;width:5.8125rem;height:2.0625rem;z-index:14993;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#W9ViqDuB8PJWq7HDa6lnlRNAeZrtmlHb { display:block; }
#WkilWPqh27lpTvCkEM223MZLTScKGZ3F { width:12.9375rem;height:4.140625rem;top:56rem;left:6.6875rem;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);text-align:right;text-align-last:right;display:block; }
#HzhG4gXxrpp68xVDgbZoRs2o9t2gNwv3 { top:39.5625rem;left:4.6875rem;width:14.4375rem;height:2.398rem;z-index:15102;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);display:block; }
#pOJNQKv1aRBLfndeopFnKl2h96ahdpM3 { top:57.375rem;left:0.5rem;width:5.8125rem;height:2.0625rem;z-index:14994;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#K2deMnCvk1ARzdleAT7cTNwt6VE3TiE9 { display:block; }
#y8DDKF1Ar1kSQCsLJ0ybzCI871AKmuqg { width:19.6875rem;height:11.4375rem;top:61.3125rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hsheqdgbXAHZpRCA3Sc4iqXEwLpH1n96 { top:74.125rem;left:6.5rem;width:12.9375rem;height:2.76041875rem;z-index:15104;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#kifNHq0eS255VgxaRJTQ0RqZD2AOe6hn { top:75.7353515625rem;left:0.625rem;width:5.8125rem;height:2.0625rem;z-index:14995;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#Z5sH0q5xbQdhyMWu60dDTB8sKHTpVsqR { display:block; }
#yehKTOevBelTMkxsRAUsFq0UZoLyZtET { width:19.75rem;height:11.4375rem;top:83rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#epBmacGNHxenyu0zxPx2TpwaCXRUVlTi { width:19.75rem;height:11.4375rem;top:107.25rem;left:0.1875rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ZbWDTzrsTMT5g6I5rpBJITSBlxKQqVeA { top:97.197708129881rem;left:3.9116757512093rem;width:15.5625rem;height:2.39800625rem;z-index:15108;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);display:block; }
#LMXrHTdUfTAwPkOEUgPTuGyNEECHeQeQ { top:92.811857223513rem;left:9.0993931889531rem;width:10.3125rem;height:4.140625rem;z-index:15107;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#f53aNcLfUxN2ypIlkH2OQleBQGUyLxMJ { top:94.34831523895rem;left:1.5625000596046rem;width:5.8125rem;height:2.0625rem;z-index:14997;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#BMHRsCLVvnxvKPuKooZLOb8xy454N2OS { display:block; }
#UVMC7iTTtu01ddnCT6snEr0k4eeVI7Mr { width:19.75rem;height:11.4375rem;top:130.375rem;left:0.25rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#acNE4KyiZIUITWn1RWgA2z2NPt635K5L { top:115.687292099rem;left:5.9375002980232rem;width:13.4375rem;height:1.38125rem;z-index:15109;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#IgKZKyundUiX4f491L1By5W5dLLUw1wA { top:115.60981845856rem;left:1.4370661377907rem;width:5.8125rem;height:2.0625rem;z-index:14998;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#Hi6psO2laecx0uTdCGAeqr3Mab19ea3U { display:block; }
#m7PqHFa8tE0SZhL8tpdyFsxDho1nvUC6 { width:19.75rem;height:11.4375rem;top:155.1875rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ipqXKxtx7CtXI2GaVSfl9sutKtltrAxI { top:134.31185913086rem;left:6.1241324543953rem;width:13.4375rem;height:2.92535rem;z-index:15110;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.125rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#TTM1hyCRvduhnd1sl0NWXoG8QHXCQrcT { top:138.33529663086rem;left:6.9368494153025rem;width:12.6875rem;height:4.87196875rem;z-index:15111;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#VqClin4xQ3sUFdzsGAWKEC3VV4VhiGKo { top:137.39779663086rem;left:1.4995661377907rem;width:5.8125rem;height:2.0625rem;z-index:14999;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#KolfeX0TrxXVR2rA3Dld7TiTo2furQVR { display:block; }
#rebqpzACneHq86l1GZTc8hOZn9h1C1La { width:19.75rem;height:11.4375rem;top:177.1875rem;left:0.25rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wDC2gaQaXMTFUERISdxyrfIkPTLuzazQ { top:156.18685913086rem;left:0.62500005960463rem;width:18.9375rem;height:1.38125rem;z-index:15111;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#TyWr9Af0XR063mIzEoykSxDM3zavXFMy { top:159.44640731811rem;left:7.1940105557444rem;width:12.5rem;height:3.897575rem;z-index:15111;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#kl5SLLr8f3QFMUlGCzwoFkfzOVW81aTB { top:158.94836044311rem;left:1.4995661377907rem;width:5.8125rem;height:2.0625rem;z-index:15000;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#uVfZR3uLt0TlvkKTzzqXShJZrxvndqrD { display:block; }
#TlGVgTNoqTBPpveTwdTMi1rQVNfPk8vM { width:19.75rem;height:11.4375rem;top:198.4375rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#iTIy0WmIXGRotSn9l359Ut0TW6pycdVX { top:176.29753875732rem;left:3.3734810948372rem;width:16.4995625rem;height:1.38125rem;z-index:15112;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#QGhqXupAGRqVAPTNJH3EibVZeTQTxWki { top:180.68556213379rem;left:5.3190105557442rem;width:14.3120625rem;height:3.897575rem;z-index:15112;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#FrzNuZ2ru7LaLXIepozi77WotfQD2DFv { top:178.68685913086rem;left:1.4995661377907rem;width:5.8125rem;height:2.0625rem;z-index:15001;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#tn4XMKmVdK8niqshQ2Z12NvEQgLfchZm { display:block; }
#P8P160mg5giOA1ua0RkxUgHuD2F9k0CT { top:16.93684387207rem;left:3.2491319775581rem;width:16.0625rem;height:2.76041875rem;z-index:15104;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#r8JoTFEf9X49ao0FPSTdcP7TxtJd0pld { top:20.88671875rem;left:2.3125rem;width:17.125rem;height:3.597rem;z-index:15103;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);display:block; }
#zIIiwWoqmJdvO9is27IBCt88EqIn3F4Z { width:19.5625rem;height:11.375rem;top:79.559902191162rem;left:0.31141501665116rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15097;display:block; }
#wZ6IqcIpCCpBwbex6NApA84tDoTvcWRz { width:19.5rem;height:11.3125rem;top:102.12175321579rem;left:0.31141501665116rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15098;display:block; }
#BAIf0EsFB16TTuumGxIb4moKL2QWTCgn { width:19.4375rem;height:11.25rem;top:121.43425369263rem;left:0.31141501665116rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15099;display:block; }
#cbUtR6KKByCbltdWdTmDd0ex7Zrsak55 { width:19.375rem;height:11.25rem;top:144.12088775635rem;left:0.34179693460464rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15100;display:block; }
#ua3nZxtZcRF5TRxHBeNpdgZF1CgJlnv6 { width:19.375rem;height:11.25rem;top:164.0308303833rem;left:0.37326389551162rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15101;display:block; }
#Ob4m16xGBvRNdIIXzmDUorGF7aihyLZA { top:176.67622375488rem;left:0.56206601858139rem;width:18.936625rem;height:1.38125rem;z-index:15112;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#TqO1AlL41TcNiicTfsHfKe4A8FvVMPQQ { width:19.375rem;height:11.25rem;top:185.95790863037rem;left:0.31141501665116rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15102;display:block; }
#G1HFN26l4Muu8q8FqfpxuyUbiLKHRaCC { top:198.4253616333rem;left:3.1250000596046rem;width:16.5rem;height:2.76041875rem;z-index:15113;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#BC85KvCb24hubgrI8o99GFHAwdX4TlTT { top:204.30969238281rem;left:2.4370661377907rem;width:17.1875rem;height:5.8463625rem;z-index:15113;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#cJJWxURKyeoePezOEmWeFiFgqUNIWQAg { top:201.12284088135rem;left:1.5071614384651rem;width:5.7977425rem;height:2.0477425rem;z-index:15002;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#CQlK0VwnBPanf1pxnxy8IGitqQCmpb02 { display:block; }
#CTP19UWBLqbzU8XJmpI71lp7dvm66dud { width:19.375rem;height:11.25rem;top:212.14389038086rem;left:0.37434893846512rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15103;display:block; }
#VnEgiQfpQonkpFeGWR2yxSdN8HwmSeNT { top:224.73721313476rem;left:2.9991322159767rem;width:16.4995625rem;height:1.38125rem;z-index:15114;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#z632ERo7GXWvNqfVTS2vrsl5urlp1sJb { top:228.99610900879rem;left:2.4989150166511rem;width:17.1875rem;height:5.8463625rem;z-index:15114;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#MNRNMdTcJ5AbuPKsrxgEoAuJZpa3SLLR { top:226.24111938476rem;left:1.5353732705116rem;width:5.78363625rem;height:2.03363625rem;z-index:15003;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#JxR4M1LPuuRJbi59rpt8K8ayLrkUG1RZ { display:block; }
#vgiOgPfrC1gi3A3JHJ64EPo8ncog8qns { top:18.644315719604rem;left:0.4375rem;width:5.7977425rem;height:2.0477425rem;z-index:14994;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#EeNmmxmICePETF9orW3MLRdmCZ83fKiw { display:block; }
#WlZhCKyPwWbuogENspX2wEk9zVFHlHQL { display:none; }#WlZhCKyPwWbuogENspX2wEk9zVFHlHQL { border-width: 0; border-radius: 0; }#WlZhCKyPwWbuogENspX2wEk9zVFHlHQL > .row .container { width:20rem;height:39.6875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/09106e1c-74a4-42d8-b807-68af6093e733/download27.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#WlZhCKyPwWbuogENspX2wEk9zVFHlHQL > .row .container.adaptive-delivery-prevent-bg, #WlZhCKyPwWbuogENspX2wEk9zVFHlHQL > .row .container.lazyload, #WlZhCKyPwWbuogENspX2wEk9zVFHlHQL > .row .container.lazyloading { background-image: none; }#S26MIwgkeEDpclKq9pomRzamWJPZhuAu { top:0.5rem;left:0rem;width:20rem;height:2.43706875rem;z-index:15195;font-family:var(--headlines-font-family);font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,159,0,0.5);color:#045386;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; }
#UerO81EcBQryUMaKpFfWBVTkmCblUqWG { width:19.5625rem;height:11.375rem;top:21.937042236328rem;left:0.24956601858139rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gXTZd4VpDiteDioTUaG5fRe3yUp5oSaz { top:34.061614990234rem;left:4.1872833371163rem;width:14.9375rem;height:2.76041875rem;z-index:15117;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#LQHfPfpJMFvb7tV6zgkloK7nXf0Ic8dJ { top:36.822052001953rem;left:2.0930991768837rem;width:5.67296125rem;height:2.0477425rem;z-index:15004;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#eW6TbwsXXUPLe4JFdpM7xWPOb2OumkLJ { display:block; }
#ROwTdDnvZbz2z3IsT2in8t6zT0hxNUgw { width:19.5625rem;height:11.375rem;top:4.1872863769531rem;left:0.18728297948837rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#r39Z23wBLyUpJZzhmdyt3KhXCwdymaVN { top:16.1875rem;left:5.78125rem;width:13rem;height:2.76041875rem;z-index:15116;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#M7lnmwQPewrrcylrC8syDZThT1F4LZqd { top:18.01171875rem;left:2.03125rem;width:5.8125rem;height:2.0625rem;z-index:15003;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#QAIEKntozH58pbrX2KwTiSOtefCZ1T48 { display:block; }
#OANw4RIFAlU57svGESxd7GVgHhFF073O { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OANw4RIFAlU57svGESxd7GVgHhFF073O.adaptive-delivery-prevent-bg, #OANw4RIFAlU57svGESxd7GVgHhFF073O.lazyload, #OANw4RIFAlU57svGESxd7GVgHhFF073O.lazyloading { background-image: none; }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .row .container { background-color: transparent; background-image: none; }#OANw4RIFAlU57svGESxd7GVgHhFF073O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .row .container > .video-iframe-container { display: none; }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .row > .video-iframe-container { display: none; }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .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); }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .row .container { border-width: 0; border-radius: 0; }#OANw4RIFAlU57svGESxd7GVgHhFF073O > .row .container { width:20rem;height:54.375rem;position:relative;display:block; }#JvFquf6dJF3wpp8uCDQ1rwFCBsMq2PcA { width:9.437125rem;height:16.875rem;top:1.1859431266784rem;left:5.2804687023163rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#DQJamfTcNCnRzzpTSvywIWMyZtHQzfJn { width:18rem;height:4.3815125rem;top:19.251953125rem;left:0.998046875rem;text-align:center;text-align-last:center;font-size:0.5625rem;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; }
#bcCffSwg2vkLpXLKdkLnRoTtEhLPvRI2 { width:18rem;height:0;top:18.623439311981rem;left:0.99843752384188rem;text-align:center;text-align-last:center;font-size:0.5625rem;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; }
#TR45wNHpVXr40i7e2U63D9nu0keltp2g { width:14.1445rem;height:3.45820625rem;top:83.374219506981rem;left:2.9261720180511rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);display:none; }
#l7xIqrlGylFUPSUGTQmpDJ7ff59O8Th8 { display:block; }
#Pr9KVDd9G3ROg8rJIeKkJoNMGM0WeMrM { width:14.143375rem;height:3.45820625rem;top:25.060546875rem;left:2.9267578125rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:rgba(var(--color-tertiary-0),1);z-index:15015;font-family:var(--paragraphs-font-family);display:block; }
#bvxPkT1eyPJTOq6lbykmFk1amKzmflHA { display:block; }
#zvLTNUNMsrfMaH7hmGp4B2XCdTg6O6Mn { width:14.143375rem;height:3.45820625rem;top:24.684377670288rem;left:2.9273438453674rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:rgba(var(--color-tertiary-0),1);z-index:15016;font-family:var(--paragraphs-font-family);display:none; }
#k9eSCauAobgPpNu6Kq3PTA8En7e12Lhg { display:block; }
#nGSBF88ZFwvuJFOZN9N4x3zy6HOhVxBh { width:18rem;height:0.8941rem;top:48.75rem;left:1rem;text-align:center;text-align-last:center;font-size:0.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15020;display:block; }
#J9N0SR85eLSQEhv011dNUKwm0IK4KGpI { width:18rem;height:1.46050625rem;top:50.189453125rem;left:1rem;text-align:center;text-align-last:center;font-size:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15020;display:block; }
#t6I1hlDJ8RBemQUcHWGH1NvpBkLcRr0g { width:9.4998125rem;height:16.936875rem;top:1.2220039367676rem;left:5.2495663762093rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;overflow:hidden;z-index:15018;display:block; }
#HGBoF6LN3TVgUr3DlsaFI7Ey8t48bcPU { width:9.375rem;height:16.749125rem;top:30.555556297302rem;left:5.3125002980232rem;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;z-index:15017;display:block; }
#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg.adaptive-delivery-prevent-bg, #g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg.lazyload, #g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg.lazyloading { background-image: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container { background-color: transparent; background-image: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container > .video-iframe-container { display: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row > .video-iframe-container { display: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .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); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container { border-width: 0; border-radius: 0; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container { width:20rem;height:29.375rem;position:relative;display:block; }#pzT7Jf8V99C01HoKJy1SqelarsTzROKd { width:16.499rem;height:1.875rem;top:1.25rem;left:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.5625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#NDE63TyRHRufN1DUT9T9DFTKf8AgCTPl { width:14.624rem;height:0.1867675rem;top:4.375rem;left:2.6875rem;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AOrUOkzV8H3nMhJ5MDGgI1PtlpSa8OPL { width:17.6245rem;height:4.496525rem;top:5.810546875rem;left:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;font-family:var(--paragraphs-font-family);display:block; }
#xXE28GcLKOrPw4XlonWt6e4yt9LWnUMo { width:1.875rem;height:1.875rem;top:14.875rem;left:9.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;display:none; }
#R75WL3895UGhqnndApaMKZBX61CAqzO1 { width:1.6875rem;height:1.6875rem;top:15rem;left:9.125rem;font-size:1.125rem;display:none; }
#Luopn3dryQzWLOozFQSnPzCIMhu4q3xm { width:13.562rem;height:1.875rem;top:12.680665625rem;left:3.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#Vmp21xK7ltZczSLPBMe2WFZPZ3OTsqw5 { width:15.5615rem;height:2.27321875rem;top:15.805665625rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#W5kNBzOLd3OAkf89gMalyLSCVbz6EdPZ { width:1.6875rem;height:1.6875rem;top:17.125rem;left:9.125rem;font-size:1.125rem;display:none; }
#loUpm7DMCEDmydmsQrpAvzGJ1ycLC2Wt { width:1.875rem;height:1.875rem;top:17.0625rem;left:9.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;display:none; }
#MfpXIPnJbg24B59GlA0wWCSMeXC7sf7m { width:1.6875rem;height:1.6875rem;top:19.4375rem;left:9.125rem;font-size:1.125rem;display:none; }
#sC6xH93duXGASnTStOm0t5v1c42IJL6S { width:1.875rem;height:1.875rem;top:19.3125rem;left:9.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;display:none; }
#HfqC5JDgpp1BMrOPv0EWoQV6ZbRsTduH { width:10.06225rem;height:2.27321875rem;top:19.329834375rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#gBSdw5fzINvp7yTVwT0itPfeThHaHTcB { width:10.06225rem;height:2.27321875rem;top:22.854003125rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#d6uRbK8nh3QfLTgWGC18CEq2XrHAvnDb { width:1.6875rem;height:1.6875rem;top:21.625rem;left:9.125rem;font-size:1.125rem;display:none; }
#k5wVGpVeVqSiRHc9MCTkU71z8bE6az1d { width:1.875rem;height:1.875rem;top:21.5rem;left:9.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;display:none; }
#iBPrW2RaTisEGsq4NkNDxXW5MAF2pbIN { width:11.3745rem;height:2.27321875rem;top:26.378171875rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 { background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/ea58d379-8fcf-40d0-b551-f1d95b0c0178/offers.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8.adaptive-delivery-prevent-bg, #OyID8PGW5A3XUOevHyE57UcTllSGWQX8.lazyload, #OyID8PGW5A3XUOevHyE57UcTllSGWQX8.lazyloading { background-image: none; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container { background-color: transparent; background-image: none; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container > .video-iframe-container { display: none; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row > .video-iframe-container { display: none; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .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); }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container { border-width: 0; border-radius: 0; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; }#KEHyhOyWJ4UZMzsHn2T9ZuhH6e8E9c5z { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:none; }
#mIoTWvkueHPRbCNEm2W7aBPfdOlZREqc { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#fvoAdDrLRvLaPTS0PnuPPmybeSLkXOwd { width:20rem;height:2.59874375rem;top:1.484375rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);display:block; }
#wQIHRguS3kRCTwEMytsQzd8OlmCinsiE { width:3.625rem;height:3.625rem;top:6.68320274353rem;left:16.374607861042rem;font-size:2.5rem;display:block; }
#hpeMdLM5IHDIJWFxWq8DG1eoTt0asWnr { width:15.812125rem;height:2.6001rem;top:7.482421875rem;left:1.0605468153954rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#ggFycwUgJ09aPkmTAGik1Uk4W5ydhMQw { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ggFycwUgJ09aPkmTAGik1Uk4W5ydhMQw.adaptive-delivery-prevent-bg, #ggFycwUgJ09aPkmTAGik1Uk4W5ydhMQw.lazyload, #ggFycwUgJ09aPkmTAGik1Uk4W5ydhMQw.lazyloading { background-image: none; }#ggFycwUgJ09aPkmTAGik1Uk4W5ydhMQw > .row .container { border-width: 0; border-radius: 0; }#ggFycwUgJ09aPkmTAGik1Uk4W5ydhMQw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ggFycwUgJ09aPkmTAGik1Uk4W5ydhMQw > .row .container { width:20rem;height:133.4375rem;position:relative;display:none; }#hu0yzkOyMyrbkZaS9daWN9xM1wJT7pmD { top:24.0625rem;left:0.6875rem;width:18.725rem;height:3.03710625rem;z-index:14993;font-size:1.0625rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#z77uQxAL0ve43biyx4HNSyHP31OfiDOZ { display:block; }
#XywnVyFTlSppPaPsxxcrpRRf8CJVWOf4 { top:12.9375rem;left:0.6875rem;width:18.63933375rem;height:2.95182125rem;z-index:14993;font-size:1.0625rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#SeN6mkxVEXBkg3pbJyq3KdwACM4H1iGo { display:block; }
#ThsyxmgBQUQPgvxVihGbLVyaIbRmVNae { top:46.25rem;left:0.6875rem;width:18.68227125rem;height:2.99479rem;z-index:14993;font-size:1.0625rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#avbmRAQNlmlwsLTdeyAy4D2MQaXxhwWk { display:block; }
#hNyFdbbIlegWkMkXG4kTt6Jww4auMkL0 { top:35.125rem;left:0.6875rem;width:18.725rem;height:3.03710625rem;z-index:14993;font-size:1.0625rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#H4pId94pTtC9s4oAhafG9ZwKDsXJd5h0 { display:block; }
#Qgq4RuFbqNvIxtM80WcXDZL7arTBnbXr { top:68.0625rem;left:0.625rem;width:18.75rem;height:3.0625rem;z-index:14993;font-size:1.0625rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#OnSTayAVEGSa1PBMiwkO6LCnlrmX9aDA { display:block; }
#oMy19dAw2rzmNuB1bfIZil3aIChNTVLf { top:57.5625rem;left:0.6875rem;width:18.6875rem;height:2.5625rem;z-index:14993;font-size:1.0625rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#ZbLmPHJXHgsaOtMv1JFIwZVNp7JrvGTn { display:block; }
#QX6DfcJsfUvCntpkLTi5TXDxMBcfhbSJ { top:79.1875rem;left:0.6875rem;width:18.63933375rem;height:2.95182125rem;z-index:14993;font-size:1.0625rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#EwySH91uCF5uBBPbPOsMBsgXH9QJBAkV { display:block; }
#fXO4TgdHPseZLe1IHo14S74FfyCRJaEp { top:90.5625rem;left:0.75rem;width:18.68227125rem;height:2.99479rem;z-index:14993;font-size:1.0625rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#c0i4qRa6nwq0Lh6gu4AShAWc70fdgve0 { display:block; }
#uqfM4k5MJTNTBFr1E8wNPPw3OGCE0ZKz { width:12.4365rem;height:3.4125rem;top:18.6875rem;left:3.8125rem;font-size:1.3125rem;z-index:15100;color:rgba(var(--color-tertiary-4),1);display:block; }
#x5toyhXSRpO77edzeLIWzJ3UukyHTNoG { width:16.4375rem;height:3.1484375rem;top:52.33203125rem;left:1.78125rem;font-size:1.3125rem;z-index:15100;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#g5vFZpcxJ8I0UqpclL3a7hST8nMms2mP { width:15.624rem;height:5.11875rem;top:84.375rem;left:2.3125rem;font-size:1.3125rem;z-index:15100;color:rgba(var(--color-tertiary-4),1);display:block; }
#ndi9tgx3cwKe5HUmbTngncMlAKm9fKi3 { width:17.25rem;height:3.4125rem;top:41.125rem;left:1.375rem;font-size:1.3125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#pHRq7mM9bSwTbKwBrdTfCfCvTB3hSSHm { width:17.25rem;height:3.4125rem;top:29.5rem;left:0.9375rem;font-size:1.3125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#GoUzPd7bK1xQSwm6pq2dm45cvFIITyM7 { width:17.8125rem;height:5.11875rem;top:73.1875rem;left:1.125rem;font-size:1.3125rem;z-index:15100;color:rgba(var(--color-tertiary-4),1);display:block; }
#IA6PKTgqamAkA2fxIoR8igOdNI46wTi6 { width:15.6866875rem;height:3.4125rem;top:63.0625rem;left:2.125rem;font-size:1.3125rem;z-index:15100;color:rgba(var(--color-tertiary-4),1);display:block; }
#OgmvJMlD5JbRKT0nuzb99WiExVWGeLBv { width:15.5625rem;height:5.1181625rem;top:108.375rem;left:2.25rem;font-size:1.3125rem;z-index:15100;color:rgba(var(--color-tertiary-4),1);display:block; }
#dCBq4JDLnS69aZOHZTTIAtLq74a980T0 { width:17.8125rem;height:6.825rem;top:95.5625rem;left:0.875rem;font-size:1.3125rem;z-index:15100;color:rgba(var(--color-tertiary-4),1);display:block; }
#Oe9ekAxzDSh7ZHzwhpTme1FqAHDHNQoC { top:103.125rem;left:0.6875rem;width:18.70833375rem;height:3.02083375rem;z-index:14993;font-size:1.0625rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#kA0JpMy3qLzBSiQvQKJO5EcDuxftrh4t { display:block; }
#hCh2Kl30FV7dpC7mIddu50atOUKGTNKu { top:116.25rem;left:0.625rem;width:18.70833375rem;height:3.02083375rem;z-index:14993;font-size:1.0625rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#TTkJ42gE7b1mO0piBNr8l4xGpdPAs1iM { display:block; }
#izDN9iJa0wpByJ4gReKIgJhhTxShqGgB { top:127.5625rem;left:0.625rem;width:18.75rem;height:3.0625rem;z-index:14993;font-size:1.0625rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#qU4MiBKFcJrMXUdxtbOGdGVX78rimgDI { display:block; }
#kHffJBLsX3m1BnDIIJztQUzBfzzGXgSh { width:15.5625rem;height:3.4125rem;top:122.125rem;left:2.25rem;font-size:1.3125rem;z-index:15100;color:rgba(var(--color-tertiary-4),1);display:block; }
#mTv4zB6GztlCluO4FBLHg36eIkU7PWrd { width:16.8125rem;height:4.142575rem;top:7.375rem;left:1.5625rem;font-size:1.0625rem;z-index:15100;color:rgba(var(--color-tertiary-4),1);display:block; }
#f4WOyAPp2lTpnPTwNVZ2elxlpK5paRet { width:13.875rem;height:2.76171875rem;top:0.67499923706056rem;left:3.3125000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2.125rem;color:#045386;z-index:15079;font-family:var(--headlines-font-family);display:block; }
#OGu6HTucOSG7nWDDogd6aorsicW3GiW9 { top:6.7265625rem;left:0.5rem;width:19rem;height:5.4375rem;z-index:15026;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
#ZsyHAMJZa8aPIOOEDBE3oTCwsv870tPh { top:17.6875rem;left:0.5rem;width:19rem;height:5.4375rem;z-index:15027;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; }
#MeSShU645cutcoBf5TQiNwSJMEXhyQGL { top:28.625rem;left:0.5rem;width:19rem;height:5.4375rem;z-index:15028;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; }
#y81EWMLufoNQgdLTIsBKT56HcL7MzOXa { top:39.875rem;left:0.5rem;width:19rem;height:5.4375rem;z-index:15029;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; }
#d9fmZAyIzIBT5U8zXiTLcgaWTiCEtd87 { top:51.1875rem;left:0.5rem;width:19rem;height:5.4375rem;z-index:15030;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; }
#qIhGTxiHSF1DE1bwa4nT8IEhpDTJGiCv { top:61.974609375rem;left:0.5rem;width:19rem;height:5.4375rem;z-index:15031;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; }
#QRa20PctFLWWGhbuW4SoCdq39USOSb3R { top:73rem;left:0.5rem;width:19rem;height:5.4375rem;z-index:15032;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; }
#iknIs10m25JiLgvB7Snnol3cCVVTTxmd { top:84.1875rem;left:0.5rem;width:19rem;height:5.4375rem;z-index:15033;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; }
#lzHPgIrW8IbUQ7gDg0dId1AW4VVgsZFx { top:95.3125rem;left:0.5rem;width:19rem;height:6.9375rem;z-index:15034;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; }
#cTqdQFGOcQW4ZatFTrQi0H3ilJvCksL8 { top:108.375rem;left:0.5rem;width:19rem;height:6.8125rem;z-index:15035;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; }
#OKPmOfsH3Cm8tJZXwiHuVsrXisx983Q0 { top:121.3125rem;left:0.5rem;width:19rem;height:5.4375rem;z-index:15036;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; }
#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b > .row .container { border-width: 0; border-radius: 0; }#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b > .row .container { width:20rem;height:92.1875rem;position:relative;display:none; }#B1qhfJ3XoJ6TZkH835MZD2DDv2kbX81a { 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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xFT6cVbdaIktk8fgfrW1wNVDM7MlMDbZ { display:block; }
#nWvn0x9PMI5UusTnZXi5snXPwCMEC5eP { display:flex;width:3.12421875rem;height:3.12421875rem;top:27.281249165535rem;left:3.8730466961861rem;z-index:15179; }
#nPJtoAs2Q4mc30WnCenQuK27oWE2B1Sl { width:12rem;height:21.437125rem;top:31.872640609741rem;left:3.1874998211861rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BTgGZAApJp9R6uZaVahmXTxzH67lkP2Q { width:12.062125rem;height:21.4991875rem;top:1.2480463981628rem;left:3.1874998211861rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ayKICDCQdQXu8CWTXaLfFQKXT5teREuc { width:17.0625rem;height:21.375rem;top:60.873699188233rem;left:1.4062500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lWp85sevOMIXlufs9FlJ4qTS5n30UED0 { 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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mzxCrd1hhGoT2azkC3THupsHGOIN0gvl { display:block; }
#JUV7gToELWTuzW7RPGlP7x2gETRy5M5m { 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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HOMCMB0h8iTEG6TId4QH2n0DJmiN5OW9 { display:block; }
#mgeFTT17u05MDa19W3z083BEVsMaQOt1 { display:flex;width:3.125rem;height:3.125rem;top:178.8125rem;left:3.1875rem;z-index:15179;display:none; }
#mad1KSSo2w4qM1MOFcXgbK041OlrrERQ { display:flex;width:3.125rem;height:3.125rem;top:56.59375rem;left:3.2708333134651rem;z-index:15179; }
#RU0bvK5nTVJT77GFkgJlkF3PBaL73sMW { display:flex;width:3.12421875rem;height:3.12421875rem;top:86.842962265013rem;left:3.8730466961861rem;z-index:15181; }
#cVeMqmgepoFCO2Uo3yX1OMr2LFxMBadi { width:5.93671875rem;height:3.31171875rem;top:19.508201837539rem;left:12.386717617512rem;display:block; }
#UKKCL0GTIkVnCP4TE0sWXmTkV2Ss4bSu { width:12.249625rem;height:2.92265625rem;top:23.623826503754rem;left:3.1874998211861rem;font-size:0.8125rem;line-height:1.8;z-index:15003;font-family:var(--paragraphs-font-family);display:block; }
#dx19R6TMOB8wa3tbtezG1kcP48vpoQ87 { width:12.249625rem;height:2.475rem;top:53.724215507508rem;left:3.1874998211861rem;font-size:0.6875rem;line-height:1.8;z-index:15003;font-family:var(--paragraphs-font-family);display:block; }
#o3SFiTinPTTEE0TI20S6qtTJNiJcSv33 { width:12.249625rem;height:1.6875rem;top:83.465627670288rem;left:3.8730466961861rem;font-size:0.9375rem;line-height:1.8;z-index:15003;font-family:var(--paragraphs-font-family);display:block; }
#AdvfxrQiMvy4S4bBDzVEv89l48iSn7Wv { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#AdvfxrQiMvy4S4bBDzVEv89l48iSn7Wv > .row .container { border-width: 0; border-radius: 0; }#AdvfxrQiMvy4S4bBDzVEv89l48iSn7Wv > .row .container { width:20rem;height:92.1875rem;position:relative;display:none; }#Eaykhxi7hBX7oDrVmrwhxT8DAgBzsEv8 { 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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zKng0uh28aHTvkzSIugtWMhAcMDy2lub { display:block; }
#Jc9ThMQkk40RNWf6a05vu0N3X3ypMeID { display:flex;width:3.12421875rem;height:3.12421875rem;top:27.281249165535rem;left:3.8730466961861rem;z-index:15179; }
#n7M9f737xl6t5AhL5ayWvZPNyh9qxpDM { width:12rem;height:21.375rem;top:31.872640609741rem;left:3.1874998211861rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Mz456oCIflNdUmVFxmnMKrhbru1I4s1V { width:12rem;height:21.4375rem;top:1.2480463981628rem;left:3.1874998211861rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#W3AnukGf5VukUUB6vKyun3MIE6sB6xUp { width:17.0625rem;height:21.375rem;top:60.873699188233rem;left:1.4062500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vN5i2nZnJSNoSvZyTRXr33zLVSO54tlS { 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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MSV5JNnabvaSLrzc1MKXDnscD2571Vo4 { display:block; }
#HoEUiIN6Weg1BPfg4ZfuT5oFfKskd8MW { 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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nJVxCvS98dd5Sdiqwg5Xadk5RAcCHd7e { display:block; }
#ovma0emGevvD8RWM888X5vHpAcC3Tk8H { display:flex;width:3.125rem;height:3.125rem;top:178.8125rem;left:3.1875rem;z-index:15179;display:none; }
#TTyhQT5AOc6uVTcsupR74kooSKVRSMKp { display:flex;width:3.125rem;height:3.125rem;top:56.59375rem;left:3.2708333134651rem;z-index:15179; }
#Bag6JDasPRNkBoFa9UVnu94h8p3mTpvb { display:flex;width:3.12421875rem;height:3.12421875rem;top:86.842962265013rem;left:3.8730466961861rem;z-index:15181; }
#NkB1wFXNWmWBqgGL2INRI8JzgwAR0z4C { width:5.93671875rem;height:3.31171875rem;top:19.508201837539rem;left:12.386717617512rem;display:block; }
#eLTdmePQ3caA8oJ8ZK59CJEfGLGUeuHm { width:12.249625rem;height:2.92265625rem;top:23.623826503754rem;left:3.1874998211861rem;font-size:0.8125rem;line-height:1.8;z-index:15003;font-family:var(--paragraphs-font-family);display:block; }
#zIK6cVvPflTiPKLTs4AzE6TsrCTs6Tqk { width:12.249625rem;height:2.475rem;top:53.724215507508rem;left:3.1874998211861rem;font-size:0.6875rem;line-height:1.8;z-index:15003;font-family:var(--paragraphs-font-family);display:block; }
#JuS2tmqJO7s6rfLAkOWqepRlO2Zf7s15 { width:12.249625rem;height:1.6875rem;top:83.465627670288rem;left:3.8730466961861rem;font-size:0.9375rem;line-height:1.8;z-index:15003;font-family:var(--paragraphs-font-family);display:block; }
#FgvzcEgIqQd4aMQk1QEE5STtXoK4zXeh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#FgvzcEgIqQd4aMQk1QEE5STtXoK4zXeh > .row .container { border-width: 0; border-radius: 0; }#FgvzcEgIqQd4aMQk1QEE5STtXoK4zXeh > .row .container { width:20rem;height:92.1875rem;position:relative;display:none; }#zu9UqxxuHcHlIop81sUhoZ978LJxW1mD { 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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ngmLwcouVDePxvBli8CJHgISBeTrlh3z { display:block; }
#cPKJHTS9NhOcA4KFfe6TiUKHZ3TqNazB { display:flex;width:3.12421875rem;height:3.12421875rem;top:27.281249165535rem;left:3.8730466961861rem;z-index:15179; }
#tEWWxW2U6IeXBpUFRcqv5CvU1ZT5sgnI { width:12rem;height:21.375rem;top:31.872640609741rem;left:3.1874998211861rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GARXyeGDhhCJPRpLPL6mISfmXpmH7JlU { width:12rem;height:21.375rem;top:1.2480463981628rem;left:3.1874998211861rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ym1Ttn2dQHmeeKREZS5BKTOT5Bc7K24T { width:12rem;height:21.375rem;top:62.164475440979rem;left:3.9984372258186rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ISOPlrx4rbNcIiWnNkkEGW1ab5vFiu3m { 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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#w66fmiwk9Hwhsexq48uy5JyuVVfZkuBa { display:block; }
#O5uKNExFOXAyxub7gilrOIiO5l64Xb2q { 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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dSnOgT3BbKBLxclbCO0HQDarRFcktGRA { display:block; }
#kG0ViDIvSVm96NWb0IDxgZLGbnJUxVfy { display:flex;width:3.125rem;height:3.125rem;top:178.8125rem;left:3.1875rem;z-index:15179;display:none; }
#mfPuGXTTQDM019QLtTPBuCeepSeVGZqU { display:flex;width:3.125rem;height:3.125rem;top:56.59375rem;left:3.2708333134651rem;z-index:15179; }
#Sw5dvmf5XJUVR46kupXWXV5h9gcmkQAd { display:flex;width:3.12421875rem;height:3.12421875rem;top:86.842962265013rem;left:3.8730466961861rem;z-index:15181; }
#grbBLkURUqQWq58zhDcpcvRMoFOK7LAi { width:5.93671875rem;height:3.31171875rem;top:19.508201837539rem;left:12.386717617512rem;display:block; }
#qNhhZBcREJVAbTZ1puBEykX0y9CAHROn { width:12.249625rem;height:1.461325rem;top:23.623826503754rem;left:3.1874998211861rem;font-size:0.8125rem;line-height:1.8;z-index:15003;font-family:var(--paragraphs-font-family);display:block; }
#EmDeuzMxto9WWGCBJvWbgunm23GHc6Fm { width:12.249625rem;height:1.2375rem;top:53.724215507508rem;left:3.1874998211861rem;font-size:0.6875rem;line-height:1.8;z-index:15003;font-family:var(--paragraphs-font-family);display:block; }
#Mm3uQ8lWL0trInC4m0TQCRIOWpmUvy11 { width:12.249625rem;height:1.6875rem;top:83.465627670288rem;left:3.8730466961861rem;font-size:0.9375rem;line-height:1.8;z-index:15003;font-family:var(--paragraphs-font-family);display:block; }
