.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:249,219,232;--color-primary-1:236,146,187;--color-primary-2:223,74,141;--color-primary-3:158,4,42;--color-primary-4:45,15,28;--color-secondary-0:228,204,255;--color-secondary-1:235,215,240;--color-secondary-2:119,0,253;--color-secondary-3:71,0,152;--color-secondary-4:24,0,51;--color-tertiary-0:255,255,255;--color-tertiary-1:65,66,71;--color-tertiary-2:49,50,51;--color-tertiary-3:28,28,28;--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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUOwCTg4tqcrsK8xbrZnWe223ZCwam4t { position:relative;display:none; }#qUOwCTg4tqcrsK8xbrZnWe223ZCwam4t { border-width: 0; border-radius: 0; }#qUOwCTg4tqcrsK8xbrZnWe223ZCwam4t > .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; }#qUOwCTg4tqcrsK8xbrZnWe223ZCwam4t > .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.1875rem;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; }#tvzmBw9vyqTRFZ03L0iCoScaqw42LFw7 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.3125rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:1.21875rem;left:34.718750953674rem;display:block; }
#Nowr9Er4R0KwnuI8gn5ZuNKZl1W3NyPI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#koAvTe7snwCvcO2f7A7rzOpM3XKcwZ0o { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.0625rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.28125rem;left:27.812500953674rem;display:block; }
#ReFin0HCh5hOrDZNZLdwKxg4MO4yDrUv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABWdSwSzMVTRzi9SB2Aso12t6Ped3ZO0 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.6875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:0.9375rem;left:41.281250953674rem;display:block; }
#yfoGwzW5QPalf2qeU35abrXqDVmwtu6a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTNq9UkzgadMMhcfTX7JoT0zdPsexAtK { 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; }
#cbPBAMhfc0v6ft3BKVm8AvowBNx2wQPq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fc9SyUR48muss0fOu020IhpahyA0qqW4 { 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; }
#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM { display:none; }#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM { border-width: 0; border-radius: 0; }#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM > .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; }#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM > .row .container { 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-x !important;background-attachment:scroll;background-size:cover !important;width:75rem;height:86.1875rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM > .row .container.adaptive-delivery-prevent-bg, #EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM > .row .container.lazyload, #EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM > .row .container.lazyloading { background-image: none; }#iJvL3MEfXFixvo7vLuziDRk1t7bSoqiL { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:15.60390663147rem;left:38.8125rem;height:1.2984375rem;display:none; }
#cwO7THQ5qLM4bVe2TarqenLwN53UWrKT { color:#000000;display:block;width:27.9984375rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.8125rem;left:9.3125rem;height:4.3139625rem;text-align:center;text-align-last:center;display:none; }
#bQgfzOQ5VSgKn5mDMR4CKZmvAdza36lQ { color:#000000;display:block;width:28rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.890625rem;left:38.5625rem;height:2.15698125rem;text-align:center;text-align-last:center;display:none; }
#fbvs4rPTUgpBpr8qoDLa7f7q2iKU0fui { position:absolute;display:block;z-index:15014;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.125rem;width:8.125rem;top:9.046875rem;left:48.5rem;overflow:hidden;display:none; }
#wTmuFu1doOkdRy8VbBocxnt0Wb3w0mCT { color:#000000;display:block;width:28.25rem;position:absolute;font-family:"alw arabic";font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:10.0625rem;left:8.6875rem;height:2.8125rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#ANsokMK1uoGLr42KUE1rpwvJDpzEwlTO { 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:4.75rem;width:4.6875rem;top:11.8125rem;left:37.25rem;overflow:hidden;display:none; }
#IfQ3Mg4hnMSfmKtTxlCgsnTT5dHeCGn2 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcb7360d-ebf9-47b4-a29b-3fefa60ed15d/insta.crop_1080x868_0,212.preview.png");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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:28rem;width:28rem;top:12.875rem;left:37.9375rem;display:none; }#IfQ3Mg4hnMSfmKtTxlCgsnTT5dHeCGn2.adaptive-delivery-prevent-bg, #IfQ3Mg4hnMSfmKtTxlCgsnTT5dHeCGn2.lazyload, #IfQ3Mg4hnMSfmKtTxlCgsnTT5dHeCGn2.lazyloading { background-image: none; }
#VbtQzITs0fKkbOagKASCaQ75ZV3AfOb1 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.25rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:34.6875rem;left:24.375rem;display:none; }
#lIeUmCWpZNILyk8mnpAPtQTQV66VUOwO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wE8ZSsG7ZDUaTceNfVTAbQSbGTbhOc0J { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:34.6875rem;left:8.0625rem;display:none; }
#LpyFNIbG6c722pFNFzHmfBMs1OhfHGc2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C2WSicDuuRnQv28yMoLZCpVEsNPCcRqW { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:38.9375rem;left:8.75rem;display:none; }
#rwNr0wNbaD9c89ZLWpWZovTPImMdSQup { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pw2q4miVm2WfuZvHEsv5OkLHoZ3ThygF { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.3125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:39.1875rem;left:24.5625rem;display:none; }
#PfI1Gl4KnI7Od4XKHz4T2qqLBzJIPp1O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sfGqfqxd9JJ4gmiSTGKOLmZDayEPVTKH { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:42.8125rem;left:8.5rem;display:none; }
#IiPd5xKK3UtlXsPMbyE78KgvocibhBQd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZfXuFH3nTGiCXrTZCzGMWtab4yq05pfG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.6875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:6.1875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:43.16250038147rem;left:41.9375rem;display:none; }
#BbHBEL0EPWfdWgvixXpP2yhWwg9XKQZa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fMypbC1oLOVcNsdI4s6TdL0pseEQG0Ln { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.875rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:43rem;left:25.1875rem;display:none; }
#HbLpEkLuCiSl1SEWiJcw9NPMNA4r3GNt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zib3Mle878AKOPNPzgCReAvyKOnwyQ7L { color:#000000;display:block;width:28rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.890625rem;left:38.5625rem;height:2.15698125rem;text-align:center;text-align-last:center;display:none; }
#XoiA98NvRLagVnXvwLUsbSbUZ8HpTvXh { color:#000000;display:block;width:27.9984375rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.8125rem;left:9.3125rem;height:4.3139625rem;text-align:center;text-align-last:center;display:none; }
#C95DpCdLRTmRZ8AN4XED6BSfKLMCMvZu { position:absolute;display:block;z-index:15014;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.125rem;width:8.125rem;top:9.046875rem;left:48.5rem;overflow:hidden;display:none; }
#tB5ODuSTCmcf0eSdBgVuLDhKqD2bKG4u { color:#000000;display:block;width:28.25rem;position:absolute;font-family:"alw arabic";font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:10.0625rem;left:8.6875rem;height:2.8125rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#JrTqgJFyDqgBfVZaDILovAbnz3KNhIpM { 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:4.75rem;width:4.6875rem;top:11.8125rem;left:37.25rem;overflow:hidden;display:none; }
#TOfdQMECamnbQMuFX8JFA4lambitaScJ { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcb7360d-ebf9-47b4-a29b-3fefa60ed15d/insta.crop_1080x868_0,212.preview.png");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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:28rem;width:28rem;top:12.875rem;left:37.9375rem;display:none; }#TOfdQMECamnbQMuFX8JFA4lambitaScJ.adaptive-delivery-prevent-bg, #TOfdQMECamnbQMuFX8JFA4lambitaScJ.lazyload, #TOfdQMECamnbQMuFX8JFA4lambitaScJ.lazyloading { background-image: none; }
#C2bOAToldWyRbquWv8EUtD43mOOHR1Gi { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.25rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:34.6875rem;left:24.375rem;display:none; }
#tylBC39idByoPbGKHHe1PwvswBLkx35k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#of0y45bsAfEUc39ITxHKW9vHMTlhy3kD { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:34.6875rem;left:8.0625rem;display:none; }
#u17gbx05QZ3cQkOfpiFU2AN3hWRkxV1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kEVMzyv0nN2Q5VO01FUQrQwvZzgtB3NZ { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.3125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:39.1875rem;left:24.5625rem;display:none; }
#ev29vPCzm6WJJ4nXL1Lf0WXlScAVGyqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MiyaVEFQUTfdldIH47ZSgQNTP721FCuf { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:38.9375rem;left:8.75rem;display:none; }
#ZhU85wpow7THNpyHuUeaez0NLPITtDZ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ysNCbVpeF1Mq4GygV57B9crClpZQEkg1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.6875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:6.1875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:43.16250038147rem;left:41.9375rem;display:none; }
#mWcAT3HVZ6Wapas7tpSN3l5ttS8DoOia { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L9aogq07A3ra5Kx91gQtIM8k6ZaNTQsi { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.875rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:43rem;left:25.1875rem;display:none; }
#ZdBXVzvwaaDmSQGURyyDb0aQkAa34M9b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4cJ47Oxdf3OmTnZ72TQvRdQFrBHTi92 { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:42.8125rem;left:8.5rem;display:none; }
#DhOxFwod7puBOeVizwLCXrHpTZUOlAfb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ru9cDcvAKv7JTuq1sPEX9TutSlP5iQ3n { color:#000000;display:block;width:28rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.890625rem;left:38.5625rem;height:2.15698125rem;text-align:center;text-align-last:center;display:none; }
#mg1S9ZZtqviwbkTVP9NnZBIA20dOAH9L { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.6875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:6.1875rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:43.78662109375rem;left:42.5rem;display:none; }
#LqbDBOq8uoq4K9vFGlryO68wRANu8chh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sLVgQdccKPA3mqwh68K7sDFywvFfSuR7 { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:38.9375rem;left:8.75rem;display:none; }
#OotEX5CIxyitaA8wXDbaEfTJsviawvz6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iX4p8G3Skc5rvzeVlbnCcAFOVEuNXefS { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:42.8125rem;left:8.5rem;display:none; }
#wSmyQ1TH1nXAhOzCtUpc1EfuQTM9H5hT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tT1eZDb7KpB6ISNlXgIGDvrG7nW2AXWB { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.875rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:43rem;left:25.1875rem;display:none; }
#Q9beRZTzGl7mcRT5NCTyNmbvs2A7xPzh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ARIngfINR7J7LgZ1wXTV2Fw3O280p3Aa { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.3125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:39.1875rem;left:24.5625rem;display:none; }
#Mq4SycZ7JmRmaPWLhTIymBEVoH2yFiAF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rbc7gkwvREPhZvWMN0CDql1p8BbL9gSA { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:46.75rem;left:16.9375rem;display:none; }
#oTE41Hs04AWm9W2GaWXNw3fhfHgTWVGz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xVsXFt1zN0LcG3KEc8JnsSGQSUMxytls { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:38.9375rem;left:8.75rem;display:none; }
#BwQ3T7nwSeRLE6cQlBfPaIebB6AdQ9xB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#My3fxa9b7UFsULSlTOLepieaGu7tTnar { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:42.8125rem;left:8.5rem;display:none; }
#ZaLaaXgStC9eALrbVZeHflcizbw8dxKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BgUExw7MEwdb6dwQsGKRsFGN5LC1Ld51 { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.875rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:43rem;left:25.1875rem;display:none; }
#hMyEEuHqsNZfTnEI22A9H15sTdTdenga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZXTGUTJecBTWy0rdIns4pqq2zknERyCE { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.3125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:39.1875rem;left:24.5625rem;display:none; }
#Xz9gomBbx3XPnsr6dR3fBnpvkKWvMJFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZMCeoodADrRGakUTdn4kOX0th2T6aQ5b { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:46.75rem;left:16.9375rem;display:none; }
#zRXkSKtqUFrXWyD6CI5C3Bv51wa8D0qt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XIIULE7PUQL7Fi9tsXRJQ8XTi69olHdp { color:#1d6f9c;display:block;width:21.375rem;position:absolute;font-family:"alw new";font-size:1.8125rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:1.1929702758789rem;left:27.675000190735rem;height:4.7109375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kzayDpdmFIH5c8JXvSOXFNpyUuhVU4wR { color:#c59656;display:block;width:21.5625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15158;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:58.875rem;left:25.6875rem;height:1.3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WEfG92dKBcdyAEv0RfyHIFTTH0T4TSuh { color:#c59656;display:block;width:21.4375rem;position:absolute;font-family:cairo;font-size:0.75rem;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:61.3125rem;left:26.0625rem;height:0.975rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WFuQvXy2HFeTBxHCkpWBb51hWGoGWyrJ { color:#c59656;display:block;width:22.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:63.5625rem;left:24.625rem;height:0.975rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GU3f7sqfACUhpdwmtVfE72hDP2bWvaf1 { box-sizing:content-box;color:#5d92ff;font-size:2.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:flex;z-index:15161;opacity:1;top:58.5625rem;left:47.9375rem; }
#fSXOWdusTwxozF0UFvmQiwl5HJdIvpw1 { box-sizing:content-box;color:#5d92ff;font-size:2.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:flex;z-index:15162;opacity:1;top:60.875rem;left:48rem; }
#yVkTIwZk7qTofUvJy9tdiDuRGHh63Tlu { box-sizing:content-box;color:#5d92ff;font-size:2.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:flex;z-index:15163;opacity:1;top:63.1875rem;left:47.9375rem; }
#R5BRhwGoaIXxreTTMOmI9EnLPkQygtqu { 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:2.125rem;width:5.4375rem;top:48.592878341675rem;left:27.456598281861rem;overflow:hidden;display:none; }
#HA1Abe5UNvF0EbmNQ3925pzpu0wxI408 { 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:1.25rem;width:16.25rem;top:56.875rem;left:30rem;overflow:hidden;display:block; }
#HmmrNXskREM2dM6F0bX4edTPOSzHCQTT { color:#000000;display:block;width:21.625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5179686546325rem;left:47.750000953674rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MLr4IcZXQI5ZbWTHp7Ep1wgLM8xlkHQc { position:absolute;display:block;z-index:15014;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.4375rem;width:8.125rem;top:9.0062408447262rem;left:51.25rem;overflow:hidden;display:none; }
#mcbF4iK8NUhc0dhUEqXGDoazEF9GsadZ { color:#c59656;display:block;width:21.375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:7.4375023841856rem;left:27.8125rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Lzsd6JprfsIgHcb0QrofqMftgpeDkA7P { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"saudi nd";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.456250190735rem;left:28.300000190735rem;height:0;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; }
#hFlx8kANRZhuPGtmXJm4yTVOvmVaJbXz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12265625rem;width:3.12265625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15173;opacity:1;top:48.5625rem;left:36.4375rem; }
#xetRBWQchXSTPkTUhcgrAbK5RSTHgKOI { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:51.625rem;left:28.125rem;text-align:center;text-align-last:center;display:block; }
#aK2izvKK9TEhIJ03WD9R1xcATsAmGU1b { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1859375rem;width:6.5625rem;top:48.4375rem;left:43.1875rem;overflow:hidden;display:none; }
#RTQmZF8wkKKd24Npzq8P5cOBD4P8VHEv { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5609375rem;width:6.5625rem;top:48.75rem;left:50.6875rem;overflow:hidden;display:none; }
#ATa2dEbFAIDeIqkeOyDCbPFCgaVlu0f3 { color:#0e849e;display:block;width:15.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:54.6875rem;left:30.1875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TloHbckU58RtpcQZfzIdUfxGryzbAFtt { color:#80511b;display:block;width:34.4351875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.7000007629394rem;left:21.271874427796rem;height:6.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Vy66Is42TNL7HW7hK80AViurNO2D0rsc { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #dKrMIIPO3W3kUpOgWo7DMO0Ba40OPKTV { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xJcGC9JzW4VAGBfUqQaEO5pR0EI9Thv9 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TF9TeUvsAImB8dgWDi4eHqGaT86Du1im { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qq1Md25ManMNNf7l9dQv3lz8FadT902H { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lcy7Wcx26s0d8tTT82Ese4xv7ReH5q1s { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BTE7quwEK3AWLdVmt7w8MQBku7RrkZCS { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nDRIKE4PGMWFIIoNH9dRuKe0vfC91mTA { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #n4eQgQuZIchTHpolWBypZ0d7FJ6M8SyF { position:relative; }
#eDfyP7tu01qdqfdRIscMy2GHFq6r2UTc { position:relative;display:block; }
#Siq0nag3BNHBBNoA2uSLuMlH73PJhe6I { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #LkCRPvgc87sox85VcgMbLh0wiPkkBDF2 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HPPy5icGarDmsDyZZPhUXizVZ8Vbrywg { position:relative; }
#Nhm9q5HnedzFAZfrpsla1RZCAOH9ohft { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.5625rem;left:33.875rem;display:block; }
#gsTzTWLM90kowWb9tTI7hTfqDNRndORo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AbUvOPIFHTzx0c31Pl5GfLRaXsTIbsM7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.9375rem;left:35.1875rem; }
#XVpb0de7FQN0wh9m2saiS3PHvUByZiqg { background-color:#40b356;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.6875rem;left:4.6875rem;display:none; }
#LXdwXMAGVzS4qdmSFPhOKtzJifRMKW6i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h1SIuhIVikQx7ZZM74iZVHlAgkCPzd37 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#h1SIuhIVikQx7ZZM74iZVHlAgkCPzd37 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#ktuHk4GlOIm2KtlFdbLJ8Er9NA4wMUmU { color:#000000;display:block;width:21.625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:34rem;left:12.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ibtOmgqX1NHCCeTLRzIS1KGgs5BMT3Q6 { position:absolute;display:block;z-index:15165;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:9.625rem;width:9.625rem;top:16.25rem;left:6.25rem;overflow:hidden;display:none; }
#DRBRVZRlbwygenbLJhkFmeaGJy6CdTTg { 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:15166;opacity:1;top:29.1875rem;left:44.0625rem; }
#DRBRVZRlbwygenbLJhkFmeaGJy6CdTTg > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JZKzENQyT3TGCyH8GLRmrUS9VZpPIMzi { 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:9.0062408447262rem;left:60.1875rem;overflow:hidden;display:none; }
#p62PdpB1NoIZnTflBbck2f6mCfRv2MGf { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:15.625rem;top:2.8125rem;left:41.1875rem;overflow:hidden;display:none; }
#BJGRnCJQXl7lmAycw1GCu2hFXVOKZUog { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:5.5rem;top:40.75rem;left:35.25rem;overflow:hidden;display:block; }
#VvZ0svA8dI00cAssU7l0w1hHNAIINmSV { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:5.6875rem;top:40.8125rem;left:42.25rem;overflow:hidden;display:block; }
#mbeOW4ltQR9iIKL2S3rJBlrLvsqvhCXV { position:absolute;display:block;z-index:15169;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:4.25rem;top:40rem;left:35.75rem;display:block; }
#tXhUch76s8D7o3pKzBxkf1OOHZQQVUel { color:#121212;display:block;width:5.3125rem;position:absolute;font-family:"saudi nd";font-size:1.0625rem;font-weight:700;z-index:15167;line-height:1.3;letter-spacing:0;top:45.125rem;left:42.3125rem;height:1.38125rem;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; }
#ylIVoHmaPvMu0KtI3maumSpdMnOii8Rl { color:#040404;display:block;width:5.125rem;position:absolute;font-family:"saudi nd";font-size:0.8125rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:44.4375rem;left:35.4375rem;height:2.111325rem;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; }
#uACZZ0U4KcH5M2G6c3tKngpZwGECHtdK { color:#050505;display:block;width:4.8125rem;position:absolute;font-family:"saudi nd";font-size:0.6875rem;font-weight:700;z-index:15172;line-height:1.3;letter-spacing:0;top:44.625rem;left:28.5rem;height:1.7875rem;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; }
#zQdFyzhuds5n7KHQbzKaryxoIsvs80RL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1232625rem;width:3.1232625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:28.125rem;left:38.875rem;display:none; }
#hDooBPzQWA7HtUuI22Ate7vNifPPte3c { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#geTSPAwgSFCIpTyMRI3DxqQ8qAlZL88Z { position:absolute;display:block;z-index:15171;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.25rem;width:3.25rem;top:40.9375rem;left:29.3125rem;display:block; }
#cnstrEuI5Xf8e9VahP9mEM75AeM8q6Jd { position:absolute;display:block;z-index:15168;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.5625rem;width:3.5625rem;top:41.125rem;left:43.1875rem;display:block; }
#y1lwnbruwaVL6gCnhSOgXuyLA4nyLDoN { 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:15144;opacity:1;top:25rem;left:44.974999427796rem;display:none; }
#y1lwnbruwaVL6gCnhSOgXuyLA4nyLDoN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#xP5CoN5NzDx8fKRenbym47H0Hpym8N8T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:25.0625rem;left:34.624999427796rem;display:none; }
#xP5CoN5NzDx8fKRenbym47H0Hpym8N8T > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; }#ChIUJJyr7UhFuECMf80FHPqEKMM65VSs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15146;opacity:1;top:20rem;left:56.099999427796rem;display:none; }
#ChIUJJyr7UhFuECMf80FHPqEKMM65VSs > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#Ls6CWXLDZJlJ7JXOOLrFmwKpR1M8ZMTe { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:5.5rem;top:40.625rem;left:28.25rem;overflow:hidden;display:block; }
#VO74lqlcRecqBxoSkP4FUTdIMaTOqMDs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Sc3RTfpOQT7OdLEklJrP44rGwpGORRi2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#WwtV7n2x6itWs3Qq8GMXhFeQD2NPrpAN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-form-header {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;font-weight:bold;color:#000000;width:13.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:13.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top;line-height:1.1; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-input-text {padding-top: 0; padding-bottom: 0;}#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:13.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top;line-height:1.1; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:13.5rem;box-sizing:border-box;height:2.8125rem;color:rgba(22,22,22,0.86);font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-input-select {padding-top: 0; padding-bottom: 0;}#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#196617;background-image:url("https://images.assets-landingi.com/uc/42556653-2f7c-47a8-bbc0-e1f1b38e853c/Untitled201.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:0rem 0rem !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#040404;width:13.5rem;height:4.0625rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(0,0,0,0) ; }#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-input-button.adaptive-delivery-prevent-bg, #gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-input-button.lazyload, #gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-input-button.lazyloading { background-image: none; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R [class*="-text"]:-moz-placeholder { color:rgba(22,22,22,0.55);font-family:cairo;font-size:0.875rem; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R [class*="-text"]::-moz-placeholder { color:rgba(22,22,22,0.55);font-family:cairo;font-size:0.875rem; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R [class*="-text"]:-ms-input-placeholder { color:rgba(22,22,22,0.55);font-family:cairo;font-size:0.875rem; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R [class*="-text"]::-webkit-input-placeholder { color:rgba(22,22,22,0.55);font-family:cairo;font-size:0.875rem; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:12.3125rem;overflow:hidden;font-style:normal; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:cairo;font-size:0.75rem;font-weight:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-container:first-of-type{padding-top:0;}#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-container:last-of-type{padding-bottom:0;}#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R  { background-color:rgba(0,0,0,0.01);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:30.000000953674rem;top:64.936719894406rem;z-index:15102;position:absolute;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0.0625rem 0.5625rem 0.1875rem rgba(0,0,0,0.66) ; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:13.5rem;display:block;vertical-align:top; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R {display:block;}#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R { background-color:rgba(0,0,0,0.01);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:30.000000953674rem;top:64.936719894406rem;z-index:15102;position:absolute;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0.0625rem 0.5625rem 0.1875rem rgba(0,0,0,0.66) ; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #TqpGfqTibUtqFsQEksfPUbkHD6QPCBvW { position:relative; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #ZbcgvVsTLpM6P9PG3fSHH6TmCr640wpM { position:relative;display:block; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #p5X3M0TJ35t2aak5HdLmqKumO772X3X2 { position:relative; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #q0Ml25ZwQOxxXJkRhnRMJQObSpF9WW7a { position:relative; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #GON0UqRv676OiDbSdmnw92f2okrx3iKu { position:relative;display:block; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #JnPq43FQr9slrLrIL7HRd6FDeoQndCh4 { position:relative; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #KKArbTS6pIoHTQ7QiaFNWxWIMU3bsEKy { position:relative; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #AMS7EZDFhetasfcX4vt5cclFIMCATABX { position:relative;display:block; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #oKeghSnvZpDdhtJEwpNMn6WfwrR5TB73 { position:relative; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #UlwZ9ZDsZTa6fxXutpXAfGSB3l13mFSz { position:relative; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #Jy8p9VnyZ1m99Anu97l061TTDpFdXRbJ { position:relative;display:block; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #lVQZsvD9ebKMpSZGsOwphSteCtEmBZ9D { position:relative; }
#v6OGTF7v8sH9RTIdiykcNHCfwi0GTWfJ { position:relative;display:block; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #sR5Gl76u3IkKHpkLQUMtMTvx3VA439Gw { position:relative; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #SJFowzwlpvzKZCEPXLWVKeagOSgocKVe { position:relative; }
#AuCUQtgtmSGTAz7Jap2ayRhDQLTJURlt { background-color:#40b356;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.6875rem;left:4.6875rem;display:none; }
#wGNuWU2tfZlyCaRcVxVHV2NI7V0NVc4E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N8ayIbRQzQMXUSekTQrE4cRLL1K9TLSi { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#N8ayIbRQzQMXUSekTQrE4cRLL1K9TLSi > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#TQt4ET4ikprygALliDXFEi0GdurIX85u { color:#80511b;display:block;width:34.4355625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:8.9375rem;left:22.9375rem;height:6.3359375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yJ3KqaWCLrHzyAqq9M5Lby1CoMmRwJTl { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ODA1M2Wucby616izQorK1MWLEJPDq8CS { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #v73yb7RaLngZw4c31sfbqorqrMK3kbPW { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #uMDn4ZQW3gQtAdqr9UqEFhyUZv1FsNok { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #i2cvoveGCdVbVHvpx3iL5dsOs3x435GW { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qbC5VIVUPWc3nT1zG5Luy16HdBdxWOAB { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Tc4CRKHb1T8XchnZJcTKt4EHOneLTcJs { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #FapqFEi6Zt7p7GPyom9ZIhynnU1a9lbL { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #WD7EZxaswK8z4aObeKHv3DCFU9zFkbAD { position:relative; }
#qg4tnmSPuT9o3EpmzyHThUA6MwczXhIF { position:relative;display:block; }
#T4h4OAT58LyngHDewhienIpmiNWzfKg6 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #UmaeVx0nASNegXur7sCTWMdRqOeI5uLT { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #gCbTbtGMvwEam49J4leiRlyD63T1FXMe { position:relative; }
#O3z70yKUVTn5mqtcSrykLOyswT6T8zLH { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#OKAx2cGKrcTTgWWPs0mQ3US1KmpE6Qf7 { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#SFlzuTffPun15NZ3XNxNXKOLZ52IlO3k { position:absolute;display:block;z-index:15196;height:3.43671875rem;width:6.1875rem;top:41.0625rem;left:41.0625rem;display:none; }
#fCHZ1nzc4NpZIaeqmSqPCCGmFecz8h9L { position:relative;display:none; }#fCHZ1nzc4NpZIaeqmSqPCCGmFecz8h9L { border-width: 0; border-radius: 0; }#fCHZ1nzc4NpZIaeqmSqPCCGmFecz8h9L > .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; }#fCHZ1nzc4NpZIaeqmSqPCCGmFecz8h9L > .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; }#yc7074N0UXaeQGESq0I484kqz3z23m2r { 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:34.875rem;width:60rem;display:none; }
#dVUu6n6h8LzThwzsK2T8vp2wTfpGNb4q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);height:;top:3.9375rem;left:3.6875rem;display:none; }
#Cw1UKbzz5eqGH64zln15PL9RebMBziC5 { 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; }
#ebPzDJnpPI0XrcgDW7fdZPl3TAbHlxTu { 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; }
#THX7CrIvA5bOa7ZDBNPwbFbbT0BVPoB4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y26vPX6bA2AanDdpIOt3x405m9KZAGXP { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#SKym9ME45CrSCtdzmCRFQE3cs1IvPThB { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#gp0l7b9yWPAz2JpXWeWpHpSAs9tdyUNT { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#T4B5pIgSubxUUfilZu4ksHEokPHTs6Ea { 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:67.8125rem;left:23.0625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MgwaKBqDEhEt5tpVupITaqDbFcwyeS6g { 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:34.875rem;width:60rem;display:none; }
#iB9CyTzya2NUiRxIqGxOTegiDRsGIedu { 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; }
#EO7vsK2eW8XIMvPxTaTDbrGmTpcbfhNL { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#w28ztIh5Mo6GgJybSINWaZakx0zgp1yx { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#v1NwuBM6Pmt35uXwR3kekNtCd7MPgM7F { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#uiSdnNuzi044zubIqOLsW3bVsuvLTqHo { 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:67.8125rem;left:23.0625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UFVqTyH1lw7fT4hXzCJ2FkQtmKCsLi8q { 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; }
#yuI25emEtoWXxflwnHN9p9PRCPglMCqx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rPLt5szcyTPNb1iTs6L0tvhTZBUhfcq4 { 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:34.875rem;width:60rem;display:none; }
#txQ9WeQ1FJpUs1B3bmR3BO1b9uwhvUF9 { 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; }
#uGSsCBRSkdvnDNfu6AWPnXxcsRQB0OIU { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#VXvqdqHUAQMLTHAgtE7KTIWqgLH3Styo { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#ZdAVot2di1Jtf0kL5bmQhhhEoGn6V3gp { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#oPWXibAOA1qW4xPyP768HyCegUx89Azm { 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:67.8125rem;left:23.0625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#G8Fa1L6DOm7CiJutFoJ2JrUtDkW9BTDP { 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; }
#yX6L972cXXAwT99gw6KdlbBJAScB1K9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IZFSpP1SokceT4G9SEX0se0hEmlshHyS { 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:34.875rem;width:34.875rem;display:none; }
#ykTB6X27k0mIquaw3I6VEgXzItzfIxNL { 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; }
#wKcZXdQTRI8FhzuOblikrdgrpeZ5ArLN { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#VNwW64ka2gkCkEc30dcvTgqWZZ2Vm7AC { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#at4UZqVb22RNQr3g0zyKuyHWBQgTHc2S { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#RZ0uKo1GkxmZfhQ5TPhOZE3MLoTQlQD3 { 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:67.8125rem;left:23.0625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KG2D00kmU21PtXrZWQxOpplCZvMBoSP2 { 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; }
#xoBtZek6TJnk4s37pgX08zrecNlfNFOI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");background-position:top center !important;background-repeat:repeat-x !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:none; }#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg.adaptive-delivery-prevent-bg, #lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg.lazyload, #lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg.lazyloading { background-image: none; }#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg > .row .container { border-width: 0; border-radius: 0; }#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg > .row .container { width:75rem;height:47rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#fFtC5OWtGt6gHcSz0ZGrNHx30Vul5PkB { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:15.60390663147rem;left:38.8125rem;height:1.2984375rem;display:none; }
#zVwZO6xb3WVGnq5EW2uek5qyTflzRNu1 { color:#000000;display:block;width:27.9984375rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.8125rem;left:9.3125rem;height:4.3139625rem;text-align:center;text-align-last:center;display:none; }
#i0y2Qpd7HeSvwoZqHbKTTRqCqT3yS6lq { color:#000000;display:block;width:28rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.890625rem;left:38.5625rem;height:2.15698125rem;text-align:center;text-align-last:center;display:none; }
#OFnd92ge8xpCMUeQk5XTz8CBM8iEIfH9 { position:absolute;display:block;z-index:15014;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.125rem;width:8.125rem;top:9.046875rem;left:48.5rem;overflow:hidden;display:none; }
#c2UwoJHAMcDf53b9T23Z8eHwpvfzunzT { color:#000000;display:block;width:28.25rem;position:absolute;font-family:"alw arabic";font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:10.0625rem;left:8.6875rem;height:2.8125rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#KB8T2k1zummgJrLT0FrpdPaoeFLamCUp { 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:4.75rem;width:4.6875rem;top:11.8125rem;left:37.25rem;overflow:hidden;display:none; }
#qIBkuSnqt7CLpEFpCSnTbdQIgSGvCEUo { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcb7360d-ebf9-47b4-a29b-3fefa60ed15d/insta.crop_1080x868_0,212.preview.png");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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:28rem;width:28rem;top:12.875rem;left:37.9375rem;display:none; }#qIBkuSnqt7CLpEFpCSnTbdQIgSGvCEUo.adaptive-delivery-prevent-bg, #qIBkuSnqt7CLpEFpCSnTbdQIgSGvCEUo.lazyload, #qIBkuSnqt7CLpEFpCSnTbdQIgSGvCEUo.lazyloading { background-image: none; }
#JEO5q6rBOeW4zOCHJWuQOwHz58RKVzM3 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.25rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:34.6875rem;left:24.375rem;display:none; }
#QlEaGTqsPkUVvGiQBMO5Fms64mfpZoen { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xd5DRPJiOJFh2VUcFCGNOH9phUcka6Rc { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:34.6875rem;left:8.0625rem;display:none; }
#LfWNq7rkyRMrw2DnVUiOMeSwhNULJqGu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tDxeP96bFFe571dd0ZknDGwpZTDCuG6m { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:38.9375rem;left:8.75rem;display:none; }
#PZVST3nZmtfwbGQ1LSUDw44EzC6sExUK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pGW12phfTaoCENhPz0NK7r91wbAXp4FW { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.3125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:39.1875rem;left:24.5625rem;display:none; }
#GztX7w8dCGVnfhT97q7dzpdLLS7KEi5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UPPrI55epC6ooC1siEIvp1TAJW7JwhU9 { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:42.8125rem;left:8.5rem;display:none; }
#NAg61iOSQAMNBOmcCBiz4sMFZRiGQLMf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i1unptWp5potsUvRL6Sb4VprhOLEMXlM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.6875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:6.1875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:43.16250038147rem;left:41.9375rem;display:none; }
#Isb4Wz2v5OEsfJeliUuxS8bqX5Fl2AT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UFhTP467HkytUq0unv2RwTyL3Wca07AT { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.875rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:43rem;left:25.1875rem;display:none; }
#TkTZPvtIgbtTTskJzTxTeq71wzgiyaqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ikrPfd305giiqM4ok8xmdX4r4hWfx9Pt { color:#000000;display:block;width:28rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.890625rem;left:38.5625rem;height:2.15698125rem;text-align:center;text-align-last:center;display:none; }
#hZuH0aRmFHzByabRshRzsE3dEQSyKub3 { color:#000000;display:block;width:27.9984375rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.8125rem;left:9.3125rem;height:4.3139625rem;text-align:center;text-align-last:center;display:none; }
#hloUTb81TsPJCdTB203gXOn89I1lw9FO { position:absolute;display:block;z-index:15014;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.125rem;width:8.125rem;top:9.046875rem;left:48.5rem;overflow:hidden;display:none; }
#AumMzEODZ7ecemXXOd15ipQuoptgS3n5 { color:#000000;display:block;width:28.25rem;position:absolute;font-family:"alw arabic";font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:10.0625rem;left:8.6875rem;height:2.8125rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#kGEh0IRxb7I4SiPOVX4raO13GwygFRoP { 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:4.75rem;width:4.6875rem;top:11.8125rem;left:37.25rem;overflow:hidden;display:none; }
#PVftSTrFreeAQbSLb7A8bevnFNHbuPv2 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcb7360d-ebf9-47b4-a29b-3fefa60ed15d/insta.crop_1080x868_0,212.preview.png");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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:28rem;width:28rem;top:12.875rem;left:37.9375rem;display:none; }#PVftSTrFreeAQbSLb7A8bevnFNHbuPv2.adaptive-delivery-prevent-bg, #PVftSTrFreeAQbSLb7A8bevnFNHbuPv2.lazyload, #PVftSTrFreeAQbSLb7A8bevnFNHbuPv2.lazyloading { background-image: none; }
#Vn1C9lBEOrRKuZTdw3k9yTWNEXKTX5m1 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.25rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:34.6875rem;left:24.375rem;display:none; }
#ToUxEDXGIrxmiOohe2yA6TnkcN9GggUH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lILHzEiiLhqNnetfmspJA2EIctLBNtOM { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:34.6875rem;left:8.0625rem;display:none; }
#G91pFv6xooJ60sHmNMi4Fn2n1bJFImLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#exrOyu1ORtk8BT0B3mSz75yOtBhNcmrs { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.3125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:39.1875rem;left:24.5625rem;display:none; }
#WmIbC8cCiP3LGusGXV5g2tfaaTa90Sa0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aazKR0cMcTsr0LQbHIDkoxKrrdtVzJKw { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:38.9375rem;left:8.75rem;display:none; }
#DXDeGHP8sHsTGs4vQ8bhFcl0SGr7rppF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dWuu900NK0cFxTdeE6uNfqSeMbsohezm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.6875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:6.1875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:43.16250038147rem;left:41.9375rem;display:none; }
#dy0rvLNC3ZeF05gT3I89tmTzKf2ax41T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UzZa6ds74eoKhdaXXHgzqDe8vJ0wuQcl { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.875rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:43rem;left:25.1875rem;display:none; }
#UfrLBIf3ehrGUJm2iRl333QZtfQA86oz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qAdBkvRg95XaH9F15oknT0vC7KNWT5Kr { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:42.8125rem;left:8.5rem;display:none; }
#Wnep3av2Dbvbv6BDlDakN9bbg3Q7NtAP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTrV7nV7QNwQ6pTTseqGAyn7fuxBEDkn { color:#000000;display:block;width:28rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.890625rem;left:38.5625rem;height:2.15698125rem;text-align:center;text-align-last:center;display:none; }
#ke5yXbsdIXqBs6CVy71T0miB9RsBmaAz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.6875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:6.1875rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:43.78662109375rem;left:42.5rem;display:none; }
#rMTw12fzD8pRipKZfRgzo2NRT9THPmsz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dlqR31p1A9ZnTX49fbObUfrEXRT0ZGnT { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:38.9375rem;left:8.75rem;display:none; }
#CpOCQT0ATEia1na7m9mUEZauOg10vAr2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VODWF0Wu837QER29rJU9OcoVogUeJZSG { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:42.8125rem;left:8.5rem;display:none; }
#Ar1naWc8N8A9HvokLPTxyqGUsQFxD5ss { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQTRSiqwg29C3UzplqXxQS7pIkoXASab { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.875rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:43rem;left:25.1875rem;display:none; }
#ukpkfLL490ozJC7r9tZax5wDtK0K9cNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S7KTqi6zl84dJqlOoSOlGw0fEe54iUQ8 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.3125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:39.1875rem;left:24.5625rem;display:none; }
#Nt1Vq5pzEB13bC0gRWQN3ebCGqWXUmq6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w7NiHin6XLE8D5IRdwMHEl5xz2zmnP0x { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:46.75rem;left:16.9375rem;display:none; }
#xPiR350HdoWft6UXtGoUCxyWVmCOgqOS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#azuuRrlFSzBOPbFafGFZhvDDTA9svOKW { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:38.9375rem;left:8.75rem;display:none; }
#S4ZLa7aKLP0rW5ITCSisa6G1baBsBBBI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N9Az2zxsWRGf4UUPs3RHfXILCUBHJbF9 { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:42.8125rem;left:8.5rem;display:none; }
#cShXc4eXh6aPeA4TtsGWuTk1LBd1nGDQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PiRcapxKUNPeIAdFD1FzJBFFTS0ztE7b { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.875rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:43rem;left:25.1875rem;display:none; }
#yJrvGve9TusVdM7u2mKpac729noUSWEk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n8nJThLdSsle9i3ymc8ZR1EGlGqvIiD0 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.3125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:39.1875rem;left:24.5625rem;display:none; }
#lapCWSpECs1wIImFlmrLsWL0foF7cboI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rLfaliqpn8IQUkiTatCbWdUQEwfHqleE { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:46.75rem;left:16.9375rem;display:none; }
#psCrZDKnaR5zEfzLmLgI0RGuTNXlKM0H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Exo2Axdhra0HH3PglKzfD4aEtsaEMoDJ { color:#c59656;display:block;width:21.375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:3.125rem;left:28.9375rem;height:3.7361125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AtmhnbXK4k9wg4XJCvp4P2IDK6ocT2Ti { color:#c59656;display:block;width:21.5625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15158;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:40.8125rem;left:27.1875rem;height:1.29948125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zneSQVhA6kTHZlFnfTgFdwkCeeuAK7Ru { color:#c59656;display:block;width:21.4375rem;position:absolute;font-family:cairo;font-size:0.75rem;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:43.25rem;left:27.5625rem;height:0.974825rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#texppumOhtKvSRS4TTtntJZeBRTfoAlV { color:#c59656;display:block;width:22.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:45.5rem;left:26.125rem;height:0.974825rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EnX5BoJJkCbmcJtg5gmcPSVPzq9xlT1D { box-sizing:content-box;color:#5d92ff;font-size:2.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:flex;z-index:15161;opacity:1;top:40.5rem;left:49.4375rem; }
#iL70is9Z0lUmPPHHNnoXd3UdD7c12kVc { box-sizing:content-box;color:#5d92ff;font-size:2.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:flex;z-index:15162;opacity:1;top:42.8125rem;left:49.5rem; }
#EeRnW1E6vX0T4RxHL4ATpKTXnMgBbWIM { box-sizing:content-box;color:#5d92ff;font-size:2.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:flex;z-index:15163;opacity:1;top:45.125rem;left:49.4375rem; }
#I7ziSgAJPxkSw1HX6FEL7w6ywh3lQtiU { 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:2.125rem;width:5.4375rem;top:48.592878341675rem;left:27.456598281861rem;overflow:hidden;display:none; }
#OIsebLmX6nGuvgT2f2FFVKeDGmBxTcsf { 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:1.25rem;width:16.25rem;top:37.75rem;left:32.3125rem;overflow:hidden;display:block; }
#wbgTDlMCWArTBH5tkokAWLQgPBr4CnN1 { position:absolute;display:block;z-index:15014;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.4375rem;width:8.125rem;top:9.0062408447262rem;left:51.25rem;overflow:hidden;display:none; }
#gCzrp0fm51yUUrZsIHvAaF4Ztk3cIXJ3 { 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:9.0062408447262rem;left:60.1875rem;overflow:hidden;display:none; }
#JOUmMQnAup9RuZXQUFp432W1x3u1eZq5 { color:#c59656;display:block;width:21.375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:7.4375023841856rem;left:27.8125rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tu8xWZR18PdATIr078ky8oOJKsxOimmV { position:absolute;display:block;z-index:15009;height:4.5rem;width:8.1230625rem;top:15.212890625rem;left:8.5703125rem;display:block; }
#u0GynxI5CcvOnz642zOfbSD0AXbf6WoP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1232625rem;width:3.1232625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:28.125rem;left:38.875rem; }
#hEvPJhvxMIn5uOReoXUUodgQqwqX9y2R { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:block; }
#lwkTkZmrBHpL1bcKnc9pCkxPb7UlXyr5 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1859375rem;width:6.5625rem;top:48.4375rem;left:43.1875rem;overflow:hidden;display:none; }
#oog3B8XSTbNT40MePc8thbU9Z8eevhHM { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5609375rem;width:6.5625rem;top:48.75rem;left:50.6875rem;overflow:hidden;display:none; }
#UNtNxgJ8BT5X98TowJGKRHgMnrIFut3T { background-color:#40b356;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.6875rem;left:4.6875rem;display:none; }
#ldAEN1HMWLBlbGrnJqvXWs50FNx6VGIW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AaeRal6vFNGbCvTakiRSkWMxVsqVTvNr { 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:17.0625rem;width:9.5625rem;display:none; }
#LLeTlZfl0lQWGzLDQx8AzfA9zsFBLvmz { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#LLeTlZfl0lQWGzLDQx8AzfA9zsFBLvmz > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#bcy1VNR3o2JIAZqfkul8t7CTMTs5dOJi { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#INo8e1zCv7S2eLzttTJL2sCAaeJbACG0 { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#dchvCWK97lMyWPJvCA74rJhAz7hJDKty { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3 { 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;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3.adaptive-delivery-prevent-bg, #TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3.lazyload, #TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3.lazyloading { background-image: none; }#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3 > .row .container { border-width: 0; border-radius: 0; }#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3 > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:none; }#oqBZvTwXMGrdXiDeP34KMwvOowOlJXiS { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:15.4375rem;left:14.125rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#PHqkxd8k2pXh3CQbIdi5JZchws7TPd5E { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.499625rem;width:25.875rem;top:3.1875019073486rem;left:24.5625rem;display:block; }
#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW { 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;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW.adaptive-delivery-prevent-bg, #MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW.lazyload, #MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW.lazyloading { background-image: none; }#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW > .row .container { border-width: 0; border-radius: 0; }#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:none; }#qEX4e3P2THpkZ4zTdQDXeap7KssDlKBG { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:15.4375rem;left:14.125rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#B6909XLxKgxGTkQ8u10rziLyydV1F9JO { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.499625rem;width:25.875rem;top:3.1875019073486rem;left:24.5625rem;display:block; }
#oBmu0ax752GqT87RNz8t3CePdL00QDE6 { position:relative;display:none; }#oBmu0ax752GqT87RNz8t3CePdL00QDE6 { border-width: 0; border-radius: 0; }#oBmu0ax752GqT87RNz8t3CePdL00QDE6 > .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; }#oBmu0ax752GqT87RNz8t3CePdL00QDE6 > .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:28.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:none; }#oBmu0ax752GqT87RNz8t3CePdL00QDE6 > .row .container.adaptive-delivery-prevent-bg, #oBmu0ax752GqT87RNz8t3CePdL00QDE6 > .row .container.lazyload, #oBmu0ax752GqT87RNz8t3CePdL00QDE6 > .row .container.lazyloading { background-image: none; }#JIECTo4zkG7skciTHyFxvGbTAu7soh3d { 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;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; }
#z4qwyVLSe2Zyo4xF44OXS78vbxvVQJib { 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; }
#nTAWDodnabDnJ0d0Cfs5s8vCbRidywzb { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:44.6875rem;height:7.4365rem;text-align:justify;text-align-last:initial;display:block; }
#ZDuUchg6ny5pJ2L0I3aINSP7rMdEU05v { 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:19.812501430511rem;left:63.4375rem;display:block; }
#yQe4bmml5RUTZHWdgB1StwquZVUrNlp0 { position:absolute;display:block;z-index:15004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:61.375rem;display:block; }
#zJhJwSHhSQUWO0urPOKANl1H77iLJuDn { 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:19.937501430511rem;left:63.5rem;display:block; }
#SimNM6FbTTiX5KnFGgKLw6bFu7I2Wkfp { 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:17.187500476837rem;left:37.0625rem;height:1.8rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#eHmF3fMccWM0WgIwmL34XGkZELyRV0WM { 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:19.187501430511rem;left:42rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#brMMZ67ip2gEZhXA7XJg0m3wch8Amqyu { 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:22.062501430511rem;left:63.5625rem;display:block; }
#edi6SudoZTPGlHCpaegZcduGNwtWVOTT { 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:22.000001430511rem;left:63.4375rem;display:block; }
#ermwnyk0KDarfcxEFA1y9XdTewgCuf11 { 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:24.375001430511rem;left:63.5625rem;display:block; }
#xLLzWxQJyBmfb84eG8aDtFkEgHrsxzeI { 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:24.250001430511rem;left:63.4375rem;display:block; }
#SOAwokHtomTdGsU4edbiv0OpMqTG4IGe { 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:21.500001430511rem;left:51.375rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#cuG7mzAzR3eJoSNgWwJ4xZbAhhmF0ugS { 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:26.000001430511rem;left:51.375rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#KCzJlygSuKL8QfVE4thS4xphTTACrTrN { 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:26.541667461395rem;left:63.5625rem;display:block; }
#CasT9LmX44Jonf1csrIZ84O1VczFPFpf { 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:26.416667461395rem;left:63.4375rem;display:block; }
#Kp3VGZpAl9fpwFz2okaoZ7bmP9FsRbCS { 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:23.812501430511rem;left:51.375rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV { position:relative;display:none; }#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV { border-width: 0; border-radius: 0; }#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV > .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; }#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV > .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:none; }#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV > .row .container.adaptive-delivery-prevent-bg, #QRDxcZOATGmwSip4fvc7lQi7UdJECnbV > .row .container.lazyload, #QRDxcZOATGmwSip4fvc7lQi7UdJECnbV > .row .container.lazyloading { background-image: none; }#JUnWLppm34rBGZKoVKEVl6Mv3pz3hDkm { 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; }
#PSAly4DB9fvnORAeCbTiDCwgKEUehP7c { 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; }
#P9G3bpTov1Q8grsrcR1k4lvEdvawL8zP { color:#ffffff;display:block;width:19.4355625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.9482421875rem;left:28.875rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dys1DprqNSGiqHB47KqzyDMAMD4M7z16 { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:13.0625rem;left:42.6875rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#rQ6dN1JwUkawwO48wuKpQR8ECGTO5Xu5 { 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.837890625rem;left:20.75rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O57WgDLJykUbB9nEQFKcHU4RRi3k53W6 { 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:56.3125rem;display:block; }
#BhqFRkRvOKeSPsgax8si7xntF3BdPhX1 { 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:11.75rem;height:2.0003875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
body { position:relative;display:block; }
#qUOwCTg4tqcrsK8xbrZnWe223ZCwam4t { display:none; }#qUOwCTg4tqcrsK8xbrZnWe223ZCwam4t > .row .container { width:47.75rem;position:relative;display:none; }#tvzmBw9vyqTRFZ03L0iCoScaqw42LFw7 { width:6.3125rem;height:2.3125rem;top:1.1875rem;left:21.093750953674rem;display:none; }
#Nowr9Er4R0KwnuI8gn5ZuNKZl1W3NyPI { display:block; }
#koAvTe7snwCvcO2f7A7rzOpM3XKcwZ0o { width:6.125rem;height:2.0625rem;top:1.25rem;left:14.187500953674rem;display:none; }
#ReFin0HCh5hOrDZNZLdwKxg4MO4yDrUv { display:block; }
#ABWdSwSzMVTRzi9SB2Aso12t6Ped3ZO0 { width:6.3125rem;height:2.6875rem;top:0.9375rem;left:27.656250953674rem;display:none; }
#yfoGwzW5QPalf2qeU35abrXqDVmwtu6a { display:block; }
#sTNq9UkzgadMMhcfTX7JoT0zdPsexAtK { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#cbPBAMhfc0v6ft3BKVm8AvowBNx2wQPq { display:block; }
#fc9SyUR48muss0fOu020IhpahyA0qqW4 { top:1.6875rem;left:19.061767578125rem;width:4.625rem;height:2.8125rem;display:none; }
#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM { display:none; }#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM > .row .container { width:47.75rem;position:relative;display:none; }#iJvL3MEfXFixvo7vLuziDRk1t7bSoqiL { top:15.5625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
#cwO7THQ5qLM4bVe2TarqenLwN53UWrKT { width:27.9375rem;height:4.3125rem;top:5.75rem;left:0rem;font-size:1.1875rem;display:none; }
#bQgfzOQ5VSgKn5mDMR4CKZmvAdza36lQ { width:28rem;height:2.125rem;top:6.875rem;left:19.75rem;font-size:1.1875rem;display:none; }
#fbvs4rPTUgpBpr8qoDLa7f7q2iKU0fui { top:9rem;left:34.875rem;width:8.125rem;height:3.125rem;display:none; }
#wTmuFu1doOkdRy8VbBocxnt0Wb3w0mCT { width:28.25rem;height:2.8125rem;top:10rem;left:0rem;font-size:1.875rem;display:none; }
#ANsokMK1uoGLr42KUE1rpwvJDpzEwlTO { top:11.75rem;left:23.625rem;width:4.6875rem;height:4.74975625rem;display:none; }
#IfQ3Mg4hnMSfmKtTxlCgsnTT5dHeCGn2 { width:28rem;height:28rem;top:12.8125rem;left:19.75rem;display:none; }
#VbtQzITs0fKkbOagKASCaQ75ZV3AfOb1 { width:15.4375rem;height:3.25rem;top:34.6875rem;left:10.75rem;display:none; }
#lIeUmCWpZNILyk8mnpAPtQTQV66VUOwO { display:block; }
#wE8ZSsG7ZDUaTceNfVTAbQSbGTbhOc0J { width:15.25rem;height:3.1875rem;top:34.6875rem;left:0rem;display:none; }
#LpyFNIbG6c722pFNFzHmfBMs1OhfHGc2 { display:block; }
#C2WSicDuuRnQv28yMoLZCpVEsNPCcRqW { width:14.6875rem;height:2.6875rem;top:38.875rem;left:0rem;display:none; }
#rwNr0wNbaD9c89ZLWpWZovTPImMdSQup { display:block; }
#Pw2q4miVm2WfuZvHEsv5OkLHoZ3ThygF { width:15.125rem;height:2.3125rem;top:39.125rem;left:10.9375rem;display:none; }
#PfI1Gl4KnI7Od4XKHz4T2qqLBzJIPp1O { display:block; }
#sfGqfqxd9JJ4gmiSTGKOLmZDayEPVTKH { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:0rem;display:none; }
#IiPd5xKK3UtlXsPMbyE78KgvocibhBQd { display:block; }
#ZfXuFH3nTGiCXrTZCzGMWtab4yq05pfG { width:21.25rem;height:6.1875rem;top:43.125rem;left:26.5rem;display:none; }
#BbHBEL0EPWfdWgvixXpP2yhWwg9XKQZa { display:block; }
#fMypbC1oLOVcNsdI4s6TdL0pseEQG0Ln { width:14.75rem;height:2.875rem;top:42.9375rem;left:11.5625rem;display:none; }
#HbLpEkLuCiSl1SEWiJcw9NPMNA4r3GNt { display:block; }
#Zib3Mle878AKOPNPzgCReAvyKOnwyQ7L { width:28rem;height:2.125rem;top:6.875rem;left:19.75rem;font-size:1.1875rem;display:none; }
#XoiA98NvRLagVnXvwLUsbSbUZ8HpTvXh { width:27.9375rem;height:4.3125rem;top:5.75rem;left:0rem;font-size:1.1875rem;display:none; }
#C95DpCdLRTmRZ8AN4XED6BSfKLMCMvZu { top:9rem;left:34.875rem;width:8.125rem;height:3.125rem;display:none; }
#tB5ODuSTCmcf0eSdBgVuLDhKqD2bKG4u { width:28.25rem;height:2.8125rem;top:10rem;left:0rem;font-size:1.875rem;display:none; }
#JrTqgJFyDqgBfVZaDILovAbnz3KNhIpM { top:11.75rem;left:23.625rem;width:4.6875rem;height:4.74975625rem;display:none; }
#TOfdQMECamnbQMuFX8JFA4lambitaScJ { width:28rem;height:28rem;top:12.8125rem;left:19.75rem;display:none; }
#C2bOAToldWyRbquWv8EUtD43mOOHR1Gi { width:15.4375rem;height:3.25rem;top:34.6875rem;left:10.75rem;display:none; }
#tylBC39idByoPbGKHHe1PwvswBLkx35k { display:block; }
#of0y45bsAfEUc39ITxHKW9vHMTlhy3kD { width:15.25rem;height:3.1875rem;top:34.6875rem;left:0rem;display:none; }
#u17gbx05QZ3cQkOfpiFU2AN3hWRkxV1D { display:block; }
#kEVMzyv0nN2Q5VO01FUQrQwvZzgtB3NZ { width:15.125rem;height:2.3125rem;top:39.125rem;left:10.9375rem;display:none; }
#ev29vPCzm6WJJ4nXL1Lf0WXlScAVGyqs { display:block; }
#MiyaVEFQUTfdldIH47ZSgQNTP721FCuf { width:14.6875rem;height:2.6875rem;top:38.875rem;left:0rem;display:none; }
#ZhU85wpow7THNpyHuUeaez0NLPITtDZ5 { display:block; }
#ysNCbVpeF1Mq4GygV57B9crClpZQEkg1 { width:21.25rem;height:6.1875rem;top:43.125rem;left:26.5rem;display:none; }
#mWcAT3HVZ6Wapas7tpSN3l5ttS8DoOia { display:block; }
#L9aogq07A3ra5Kx91gQtIM8k6ZaNTQsi { width:14.75rem;height:2.875rem;top:42.9375rem;left:11.5625rem;display:none; }
#ZdBXVzvwaaDmSQGURyyDb0aQkAa34M9b { display:block; }
#T4cJ47Oxdf3OmTnZ72TQvRdQFrBHTi92 { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:0rem;display:none; }
#DhOxFwod7puBOeVizwLCXrHpTZUOlAfb { display:block; }
#Ru9cDcvAKv7JTuq1sPEX9TutSlP5iQ3n { width:28rem;height:2.125rem;top:6.875rem;left:19.75rem;font-size:1.1875rem;display:none; }
#mg1S9ZZtqviwbkTVP9NnZBIA20dOAH9L { width:21.25rem;height:6.125rem;top:43.75rem;left:26.5rem;display:none; }
#LqbDBOq8uoq4K9vFGlryO68wRANu8chh { display:block; }
#sLVgQdccKPA3mqwh68K7sDFywvFfSuR7 { width:14.6875rem;height:2.6875rem;top:38.875rem;left:0rem;display:none; }
#OotEX5CIxyitaA8wXDbaEfTJsviawvz6 { display:block; }
#iX4p8G3Skc5rvzeVlbnCcAFOVEuNXefS { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:0rem;display:none; }
#wSmyQ1TH1nXAhOzCtUpc1EfuQTM9H5hT { display:block; }
#tT1eZDb7KpB6ISNlXgIGDvrG7nW2AXWB { width:14.75rem;height:2.875rem;top:42.9375rem;left:11.5625rem;display:none; }
#Q9beRZTzGl7mcRT5NCTyNmbvs2A7xPzh { display:block; }
#ARIngfINR7J7LgZ1wXTV2Fw3O280p3Aa { width:15.125rem;height:2.3125rem;top:39.125rem;left:10.9375rem;display:none; }
#Mq4SycZ7JmRmaPWLhTIymBEVoH2yFiAF { display:block; }
#Rbc7gkwvREPhZvWMN0CDql1p8BbL9gSA { width:14.6875rem;height:2.6875rem;top:46.6875rem;left:3.3125rem;display:none; }
#oTE41Hs04AWm9W2GaWXNw3fhfHgTWVGz { display:block; }
#xVsXFt1zN0LcG3KEc8JnsSGQSUMxytls { width:14.6875rem;height:2.6875rem;top:38.875rem;left:0rem;display:none; }
#BwQ3T7nwSeRLE6cQlBfPaIebB6AdQ9xB { display:block; }
#My3fxa9b7UFsULSlTOLepieaGu7tTnar { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:0rem;display:none; }
#ZaLaaXgStC9eALrbVZeHflcizbw8dxKc { display:block; }
#BgUExw7MEwdb6dwQsGKRsFGN5LC1Ld51 { width:14.75rem;height:2.875rem;top:42.9375rem;left:11.5625rem;display:none; }
#hMyEEuHqsNZfTnEI22A9H15sTdTdenga { display:block; }
#ZXTGUTJecBTWy0rdIns4pqq2zknERyCE { width:15.125rem;height:2.3125rem;top:39.125rem;left:10.9375rem;display:none; }
#Xz9gomBbx3XPnsr6dR3fBnpvkKWvMJFb { display:block; }
#ZMCeoodADrRGakUTdn4kOX0th2T6aQ5b { width:14.6875rem;height:2.6875rem;top:46.6875rem;left:3.3125rem;display:none; }
#zRXkSKtqUFrXWyD6CI5C3Bv51wa8D0qt { display:block; }
#XIIULE7PUQL7Fi9tsXRJQ8XTi69olHdp { top:1.1875rem;left:14.050000190735rem;width:21.375rem;height:4.6875rem;font-size:1.8125rem;display:block; }
#kzayDpdmFIH5c8JXvSOXFNpyUuhVU4wR { top:58.875rem;left:12.0625rem;width:21.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
#WEfG92dKBcdyAEv0RfyHIFTTH0T4TSuh { top:61.3125rem;left:12.4375rem;width:21.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
#WFuQvXy2HFeTBxHCkpWBb51hWGoGWyrJ { top:63.5625rem;left:11rem;width:22.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
#GU3f7sqfACUhpdwmtVfE72hDP2bWvaf1 { top:58.5625rem;left:34.3125rem;width:1.75rem;height:1.75rem;display:block; }
#fSXOWdusTwxozF0UFvmQiwl5HJdIvpw1 { top:60.875rem;left:34.375rem;width:1.75rem;height:1.75rem;display:block; }
#yVkTIwZk7qTofUvJy9tdiDuRGHh63Tlu { top:63.1875rem;left:34.3125rem;width:1.75rem;height:1.75rem;display:block; }
#R5BRhwGoaIXxreTTMOmI9EnLPkQygtqu { top:48.5625rem;left:13.831598281861rem;width:5.4375rem;height:2.125rem;display:block; }
#HA1Abe5UNvF0EbmNQ3925pzpu0wxI408 { top:56.875rem;left:16.375rem;width:16.25rem;height:1.25rem;display:none; }
#HmmrNXskREM2dM6F0bX4edTPOSzHCQTT { top:6.5rem;left:26.125rem;width:21.625rem;height:2rem;font-size:2.625rem;display:none; }
#MLr4IcZXQI5ZbWTHp7Ep1wgLM8xlkHQc { top:9rem;left:37.625rem;width:8.125rem;height:2.4375rem;display:none; }
#mcbF4iK8NUhc0dhUEqXGDoazEF9GsadZ { top:2.8125rem;left:0rem;width:20rem;height:2.875rem;font-size:2.25rem;display:none; }
#Lzsd6JprfsIgHcb0QrofqMftgpeDkA7P { top:31.4375rem;left:14.675000190735rem;width:17.625rem;height:3.625rem;font-size:2.8125rem;display:block; }
#hFlx8kANRZhuPGtmXJm4yTVOvmVaJbXz { top:48.5625rem;left:22.8125rem;width:3.0625rem;height:3.0625rem;display:none; }
#xetRBWQchXSTPkTUhcgrAbK5RSTHgKOI { top:51.625rem;left:14.5rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#aK2izvKK9TEhIJ03WD9R1xcATsAmGU1b { top:48.4375rem;left:29.5625rem;width:6.5625rem;height:2.18555rem;display:none; }
#RTQmZF8wkKKd24Npzq8P5cOBD4P8VHEv { top:48.75rem;left:37.0625rem;width:6.5625rem;height:1.56055rem;display:none; }
#ATa2dEbFAIDeIqkeOyDCbPFCgaVlu0f3 { top:54.6875rem;left:16.5625rem;width:15.875rem;height:1.25rem;font-size:1rem;display:none; }
#TloHbckU58RtpcQZfzIdUfxGryzbAFtt { top:6.6875rem;left:7.6468744277956rem;width:34.375rem;height:;font-size:1.375rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Vy66Is42TNL7HW7hK80AViurNO2D0rsc {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #dKrMIIPO3W3kUpOgWo7DMO0Ba40OPKTV { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xJcGC9JzW4VAGBfUqQaEO5pR0EI9Thv9 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TF9TeUvsAImB8dgWDi4eHqGaT86Du1im {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qq1Md25ManMNNf7l9dQv3lz8FadT902H { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lcy7Wcx26s0d8tTT82Ese4xv7ReH5q1s {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BTE7quwEK3AWLdVmt7w8MQBku7RrkZCS {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nDRIKE4PGMWFIIoNH9dRuKe0vfC91mTA { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #n4eQgQuZIchTHpolWBypZ0d7FJ6M8SyF {  }
#eDfyP7tu01qdqfdRIscMy2GHFq6r2UTc { display:block; }
#Siq0nag3BNHBBNoA2uSLuMlH73PJhe6I { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #LkCRPvgc87sox85VcgMbLh0wiPkkBDF2 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HPPy5icGarDmsDyZZPhUXizVZ8Vbrywg {  }
#Nhm9q5HnedzFAZfrpsla1RZCAOH9ohft { width:13.5rem;height:2.5625rem;top:29.5625rem;left:20.25rem;display:none; }
#gsTzTWLM90kowWb9tTI7hTfqDNRndORo { display:block; }
#AbUvOPIFHTzx0c31Pl5GfLRaXsTIbsM7 { top:29.9375rem;left:21.5625rem;width:1.875rem;height:1.875rem;display:none; }
#XVpb0de7FQN0wh9m2saiS3PHvUByZiqg { width:13.8125rem;height:2.25rem;top:18.6875rem;left:0rem;display:none; }
#LXdwXMAGVzS4qdmSFPhOKtzJifRMKW6i { display:block; }
#h1SIuhIVikQx7ZZM74iZVHlAgkCPzd37 { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#h1SIuhIVikQx7ZZM74iZVHlAgkCPzd37 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#ktuHk4GlOIm2KtlFdbLJ8Er9NA4wMUmU { top:34rem;left:0rem;width:21.625rem;height:2rem;font-size:2.625rem;display:none; }
#ibtOmgqX1NHCCeTLRzIS1KGgs5BMT3Q6 { top:16.25rem;left:0rem;width:9.625rem;height:9.625rem;display:block; }
#DRBRVZRlbwygenbLJhkFmeaGJy6CdTTg { top:29.1875rem;left:30.4375rem;width:3.125rem;height:3.125rem;display:none; }
#DRBRVZRlbwygenbLJhkFmeaGJy6CdTTg > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JZKzENQyT3TGCyH8GLRmrUS9VZpPIMzi { top:9rem;left:42.3125rem;width:18.125rem;height:1.25rem;display:none; }
#p62PdpB1NoIZnTflBbck2f6mCfRv2MGf { top:2.8125rem;left:27.5625rem;width:15.625rem;height:14.1875rem;display:none; }
#BJGRnCJQXl7lmAycw1GCu2hFXVOKZUog { top:40.75rem;left:21.625rem;width:5.5rem;height:6.4375rem;display:none; }
#VvZ0svA8dI00cAssU7l0w1hHNAIINmSV { top:40.8125rem;left:28.625rem;width:5.6875rem;height:6.3125rem;display:none; }
#mbeOW4ltQR9iIKL2S3rJBlrLvsqvhCXV { width:4.25rem;height:5.4375rem;top:40rem;left:22.125rem;display:none; }
#tXhUch76s8D7o3pKzBxkf1OOHZQQVUel { top:32.75rem;left:0.5625rem;width:4.6875rem;height:;font-size:1.0625rem;display:none; }
#ylIVoHmaPvMu0KtI3maumSpdMnOii8Rl { top:44.4375rem;left:21.8125rem;width:5.125rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#uACZZ0U4KcH5M2G6c3tKngpZwGECHtdK { top:44.625rem;left:14.875rem;width:4.8125rem;height:1.75rem;font-size:0.6875rem;display:none; }
#zQdFyzhuds5n7KHQbzKaryxoIsvs80RL { top:28.125rem;left:25.25rem;width:3.0625rem;height:3.0625rem;display:none; }
#hDooBPzQWA7HtUuI22Ate7vNifPPte3c { top:32.5rem;left:16.8125rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#geTSPAwgSFCIpTyMRI3DxqQ8qAlZL88Z { width:3.25rem;height:3.25rem;top:40.9375rem;left:15.6875rem;display:none; }
#cnstrEuI5Xf8e9VahP9mEM75AeM8q6Jd { width:3.5625rem;height:3.5625rem;top:41.125rem;left:29.5625rem;display:none; }
#y1lwnbruwaVL6gCnhSOgXuyLA4nyLDoN { top:25.625rem;left:31.974999427796rem;width:3.125rem;height:3.125rem;display:none; }
#y1lwnbruwaVL6gCnhSOgXuyLA4nyLDoN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#xP5CoN5NzDx8fKRenbym47H0Hpym8N8T { top:25.0625rem;left:20.999999427796rem;width:4.25rem;height:4.25rem;display:none; }
#xP5CoN5NzDx8fKRenbym47H0Hpym8N8T > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; }#ChIUJJyr7UhFuECMf80FHPqEKMM65VSs { top:20rem;left:42.474999427796rem;width:2.25rem;height:2.25rem;display:none; }
#ChIUJJyr7UhFuECMf80FHPqEKMM65VSs > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#Ls6CWXLDZJlJ7JXOOLrFmwKpR1M8ZMTe { top:40.625rem;left:14.625rem;width:5.5rem;height:6.4375rem;display:none; }
#VO74lqlcRecqBxoSkP4FUTdIMaTOqMDs { display:none; }
#Sc3RTfpOQT7OdLEklJrP44rGwpGORRi2 { display:none; }
#WwtV7n2x6itWs3Qq8GMXhFeQD2NPrpAN { display:none; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-regular-label { display:block; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R  { width:17.0625rem;height:auto; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R {display:block;}#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R { width:17.0625rem;height:auto; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #TqpGfqTibUtqFsQEksfPUbkHD6QPCBvW {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #ZbcgvVsTLpM6P9PG3fSHH6TmCr640wpM { display:block; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #p5X3M0TJ35t2aak5HdLmqKumO772X3X2 {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #q0Ml25ZwQOxxXJkRhnRMJQObSpF9WW7a {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #GON0UqRv676OiDbSdmnw92f2okrx3iKu { display:block; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #JnPq43FQr9slrLrIL7HRd6FDeoQndCh4 {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #KKArbTS6pIoHTQ7QiaFNWxWIMU3bsEKy {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #AMS7EZDFhetasfcX4vt5cclFIMCATABX { display:block; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #oKeghSnvZpDdhtJEwpNMn6WfwrR5TB73 {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #UlwZ9ZDsZTa6fxXutpXAfGSB3l13mFSz {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #Jy8p9VnyZ1m99Anu97l061TTDpFdXRbJ { display:block; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #lVQZsvD9ebKMpSZGsOwphSteCtEmBZ9D {  }
#v6OGTF7v8sH9RTIdiykcNHCfwi0GTWfJ { display:block; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #sR5Gl76u3IkKHpkLQUMtMTvx3VA439Gw {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #SJFowzwlpvzKZCEPXLWVKeagOSgocKVe {  }
#AuCUQtgtmSGTAz7Jap2ayRhDQLTJURlt { width:13.8125rem;height:2.25rem;top:18.6875rem;left:0rem;display:none; }
#wGNuWU2tfZlyCaRcVxVHV2NI7V0NVc4E { display:block; }
#N8ayIbRQzQMXUSekTQrE4cRLL1K9TLSi { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#N8ayIbRQzQMXUSekTQrE4cRLL1K9TLSi > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#TQt4ET4ikprygALliDXFEi0GdurIX85u { top:15.125rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yJ3KqaWCLrHzyAqq9M5Lby1CoMmRwJTl {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ODA1M2Wucby616izQorK1MWLEJPDq8CS { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #v73yb7RaLngZw4c31sfbqorqrMK3kbPW {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #uMDn4ZQW3gQtAdqr9UqEFhyUZv1FsNok {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #i2cvoveGCdVbVHvpx3iL5dsOs3x435GW { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qbC5VIVUPWc3nT1zG5Luy16HdBdxWOAB {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Tc4CRKHb1T8XchnZJcTKt4EHOneLTcJs {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #FapqFEi6Zt7p7GPyom9ZIhynnU1a9lbL { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #WD7EZxaswK8z4aObeKHv3DCFU9zFkbAD {  }
#qg4tnmSPuT9o3EpmzyHThUA6MwczXhIF { display:block; }
#T4h4OAT58LyngHDewhienIpmiNWzfKg6 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #UmaeVx0nASNegXur7sCTWMdRqOeI5uLT {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #gCbTbtGMvwEam49J4leiRlyD63T1FXMe {  }
#O3z70yKUVTn5mqtcSrykLOyswT6T8zLH { display:none; }
#OKAx2cGKrcTTgWWPs0mQ3US1KmpE6Qf7 { top:101.9375rem;left:0rem;width:18.125rem;height:1.125rem;font-size:1.5625rem;display:none; }
#SFlzuTffPun15NZ3XNxNXKOLZ52IlO3k { top:41.0625rem;left:34.9375rem;width:6.1875rem;height:3.375rem;display:none; }
#fCHZ1nzc4NpZIaeqmSqPCCGmFecz8h9L { display:none; }#fCHZ1nzc4NpZIaeqmSqPCCGmFecz8h9L > .row .container { width:47.75rem;position:relative;display:none; }#yc7074N0UXaeQGESq0I484kqz3z23m2r { width:47.75rem;height:27.75rem;display:none; }
#dVUu6n6h8LzThwzsK2T8vp2wTfpGNb4q { top:3.9375rem;left:0rem;width:12.625rem;height:;font-size:1.4375rem;display:none; }
#Cw1UKbzz5eqGH64zln15PL9RebMBziC5 { display:none; }
#ebPzDJnpPI0XrcgDW7fdZPl3TAbHlxTu { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#THX7CrIvA5bOa7ZDBNPwbFbbT0BVPoB4 { display:block; }
#y26vPX6bA2AanDdpIOt3x405m9KZAGXP { top:21.625rem;left:0rem;width:16.5rem;height:1.125rem;font-size:0.875rem;display:none; }
#SKym9ME45CrSCtdzmCRFQE3cs1IvPThB { top:23.6875rem;left:0rem;width:16.5rem;height:2.25rem;font-size:0.75rem;display:none; }
#gp0l7b9yWPAz2JpXWeWpHpSAs9tdyUNT { top:26.625rem;left:0rem;width:16.5rem;height:0.9375rem;font-size:0.875rem;display:none; }
#T4B5pIgSubxUUfilZu4ksHEokPHTs6Ea { top:28.9375rem;left:0rem;width:16.5rem;height:2.5rem;font-size:1.9375rem;display:none; }
#MgwaKBqDEhEt5tpVupITaqDbFcwyeS6g { width:47.75rem;height:27.75rem;display:none; }
#iB9CyTzya2NUiRxIqGxOTegiDRsGIedu { display:none; }
#EO7vsK2eW8XIMvPxTaTDbrGmTpcbfhNL { top:50.0625rem;left:0rem;width:16.5rem;height:3.375rem;font-size:0.75rem;display:none; }
#w28ztIh5Mo6GgJybSINWaZakx0zgp1yx { top:52.75rem;left:0rem;width:16.5rem;height:2.875rem;font-size:0.75rem;display:none; }
#v1NwuBM6Pmt35uXwR3kekNtCd7MPgM7F { top:57.1875rem;left:0rem;width:16.5rem;height:1.125rem;font-size:1.125rem;display:none; }
#uiSdnNuzi044zubIqOLsW3bVsuvLTqHo { top:59.25rem;left:0rem;width:16.5rem;height:2.5rem;font-size:1.9375rem;display:none; }
#UFVqTyH1lw7fT4hXzCJ2FkQtmKCsLi8q { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#yuI25emEtoWXxflwnHN9p9PRCPglMCqx { display:block; }
#rPLt5szcyTPNb1iTs6L0tvhTZBUhfcq4 { width:47.75rem;height:27.75rem;display:none; }
#txQ9WeQ1FJpUs1B3bmR3BO1b9uwhvUF9 { display:none; }
#uGSsCBRSkdvnDNfu6AWPnXxcsRQB0OIU { top:80.125rem;left:0rem;width:16.5rem;height:1.9375rem;font-size:0.75rem;display:none; }
#VXvqdqHUAQMLTHAgtE7KTIWqgLH3Styo { top:84.5625rem;left:0rem;width:16.5rem;height:2.875rem;font-size:1.125rem;display:none; }
#ZdAVot2di1Jtf0kL5bmQhhhEoGn6V3gp { top:83.125rem;left:0rem;width:16.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#oPWXibAOA1qW4xPyP768HyCegUx89Azm { top:89.875rem;left:0rem;width:16.5rem;height:2.5rem;font-size:1.9375rem;display:none; }
#G8Fa1L6DOm7CiJutFoJ2JrUtDkW9BTDP { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#yX6L972cXXAwT99gw6KdlbBJAScB1K9A { display:block; }
#IZFSpP1SokceT4G9SEX0se0hEmlshHyS { width:27.75rem;height:27.75rem;display:none; }
#ykTB6X27k0mIquaw3I6VEgXzItzfIxNL { display:none; }
#wKcZXdQTRI8FhzuOblikrdgrpeZ5ArLN { top:120rem;left:0rem;width:16.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#VNwW64ka2gkCkEc30dcvTgqWZZ2Vm7AC { top:122.1875rem;left:0rem;width:16.5rem;height:2.875rem;font-size:0.75rem;display:none; }
#at4UZqVb22RNQr3g0zyKuyHWBQgTHc2S { top:127.125rem;left:0rem;width:16.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
#RZ0uKo1GkxmZfhQ5TPhOZE3MLoTQlQD3 { top:130.4375rem;left:0rem;width:16.5rem;height:2.5rem;font-size:1.9375rem;display:none; }
#KG2D00kmU21PtXrZWQxOpplCZvMBoSP2 { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#xoBtZek6TJnk4s37pgX08zrecNlfNFOI { display:block; }
#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg { display:block; }#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg > .row .container { width:47.75rem;position:relative;display:block; }#fFtC5OWtGt6gHcSz0ZGrNHx30Vul5PkB { top:15.5625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
#zVwZO6xb3WVGnq5EW2uek5qyTflzRNu1 { width:27.9375rem;height:4.3125rem;top:5.75rem;left:0rem;font-size:1.1875rem;display:none; }
#i0y2Qpd7HeSvwoZqHbKTTRqCqT3yS6lq { width:28rem;height:2.125rem;top:6.875rem;left:19.75rem;font-size:1.1875rem;display:none; }
#OFnd92ge8xpCMUeQk5XTz8CBM8iEIfH9 { top:9rem;left:34.875rem;width:8.125rem;height:3.125rem;display:none; }
#c2UwoJHAMcDf53b9T23Z8eHwpvfzunzT { width:28.25rem;height:2.8125rem;top:10rem;left:0rem;font-size:1.875rem;display:none; }
#KB8T2k1zummgJrLT0FrpdPaoeFLamCUp { top:11.75rem;left:23.625rem;width:4.6875rem;height:4.74975625rem;display:none; }
#qIBkuSnqt7CLpEFpCSnTbdQIgSGvCEUo { width:28rem;height:28rem;top:12.8125rem;left:19.75rem;display:none; }
#JEO5q6rBOeW4zOCHJWuQOwHz58RKVzM3 { width:15.4375rem;height:3.25rem;top:34.6875rem;left:10.75rem;display:none; }
#QlEaGTqsPkUVvGiQBMO5Fms64mfpZoen { display:block; }
#xd5DRPJiOJFh2VUcFCGNOH9phUcka6Rc { width:15.25rem;height:3.1875rem;top:34.6875rem;left:0rem;display:none; }
#LfWNq7rkyRMrw2DnVUiOMeSwhNULJqGu { display:block; }
#tDxeP96bFFe571dd0ZknDGwpZTDCuG6m { width:14.6875rem;height:2.6875rem;top:38.875rem;left:0rem;display:none; }
#PZVST3nZmtfwbGQ1LSUDw44EzC6sExUK { display:block; }
#pGW12phfTaoCENhPz0NK7r91wbAXp4FW { width:15.125rem;height:2.3125rem;top:39.125rem;left:10.9375rem;display:none; }
#GztX7w8dCGVnfhT97q7dzpdLLS7KEi5T { display:block; }
#UPPrI55epC6ooC1siEIvp1TAJW7JwhU9 { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:0rem;display:none; }
#NAg61iOSQAMNBOmcCBiz4sMFZRiGQLMf { display:block; }
#i1unptWp5potsUvRL6Sb4VprhOLEMXlM { width:21.25rem;height:6.1875rem;top:43.125rem;left:26.5rem;display:none; }
#Isb4Wz2v5OEsfJeliUuxS8bqX5Fl2AT8 { display:block; }
#UFhTP467HkytUq0unv2RwTyL3Wca07AT { width:14.75rem;height:2.875rem;top:42.9375rem;left:11.5625rem;display:none; }
#TkTZPvtIgbtTTskJzTxTeq71wzgiyaqW { display:block; }
#ikrPfd305giiqM4ok8xmdX4r4hWfx9Pt { width:28rem;height:2.125rem;top:6.875rem;left:19.75rem;font-size:1.1875rem;display:none; }
#hZuH0aRmFHzByabRshRzsE3dEQSyKub3 { width:27.9375rem;height:4.3125rem;top:5.75rem;left:0rem;font-size:1.1875rem;display:none; }
#hloUTb81TsPJCdTB203gXOn89I1lw9FO { top:9rem;left:34.875rem;width:8.125rem;height:3.125rem;display:none; }
#AumMzEODZ7ecemXXOd15ipQuoptgS3n5 { width:28.25rem;height:2.8125rem;top:10rem;left:0rem;font-size:1.875rem;display:none; }
#kGEh0IRxb7I4SiPOVX4raO13GwygFRoP { top:11.75rem;left:23.625rem;width:4.6875rem;height:4.74975625rem;display:none; }
#PVftSTrFreeAQbSLb7A8bevnFNHbuPv2 { width:28rem;height:28rem;top:12.8125rem;left:19.75rem;display:none; }
#Vn1C9lBEOrRKuZTdw3k9yTWNEXKTX5m1 { width:15.4375rem;height:3.25rem;top:34.6875rem;left:10.75rem;display:none; }
#ToUxEDXGIrxmiOohe2yA6TnkcN9GggUH { display:block; }
#lILHzEiiLhqNnetfmspJA2EIctLBNtOM { width:15.25rem;height:3.1875rem;top:34.6875rem;left:0rem;display:none; }
#G91pFv6xooJ60sHmNMi4Fn2n1bJFImLA { display:block; }
#exrOyu1ORtk8BT0B3mSz75yOtBhNcmrs { width:15.125rem;height:2.3125rem;top:39.125rem;left:10.9375rem;display:none; }
#WmIbC8cCiP3LGusGXV5g2tfaaTa90Sa0 { display:block; }
#aazKR0cMcTsr0LQbHIDkoxKrrdtVzJKw { width:14.6875rem;height:2.6875rem;top:38.875rem;left:0rem;display:none; }
#DXDeGHP8sHsTGs4vQ8bhFcl0SGr7rppF { display:block; }
#dWuu900NK0cFxTdeE6uNfqSeMbsohezm { width:21.25rem;height:6.1875rem;top:43.125rem;left:26.5rem;display:none; }
#dy0rvLNC3ZeF05gT3I89tmTzKf2ax41T { display:block; }
#UzZa6ds74eoKhdaXXHgzqDe8vJ0wuQcl { width:14.75rem;height:2.875rem;top:42.9375rem;left:11.5625rem;display:none; }
#UfrLBIf3ehrGUJm2iRl333QZtfQA86oz { display:block; }
#qAdBkvRg95XaH9F15oknT0vC7KNWT5Kr { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:0rem;display:none; }
#Wnep3av2Dbvbv6BDlDakN9bbg3Q7NtAP { display:block; }
#eTrV7nV7QNwQ6pTTseqGAyn7fuxBEDkn { width:28rem;height:2.125rem;top:6.875rem;left:19.75rem;font-size:1.1875rem;display:none; }
#ke5yXbsdIXqBs6CVy71T0miB9RsBmaAz { width:21.25rem;height:6.125rem;top:43.75rem;left:26.5rem;display:none; }
#rMTw12fzD8pRipKZfRgzo2NRT9THPmsz { display:block; }
#dlqR31p1A9ZnTX49fbObUfrEXRT0ZGnT { width:14.6875rem;height:2.6875rem;top:38.875rem;left:0rem;display:none; }
#CpOCQT0ATEia1na7m9mUEZauOg10vAr2 { display:block; }
#VODWF0Wu837QER29rJU9OcoVogUeJZSG { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:0rem;display:none; }
#Ar1naWc8N8A9HvokLPTxyqGUsQFxD5ss { display:block; }
#rQTRSiqwg29C3UzplqXxQS7pIkoXASab { width:14.75rem;height:2.875rem;top:42.9375rem;left:11.5625rem;display:none; }
#ukpkfLL490ozJC7r9tZax5wDtK0K9cNz { display:block; }
#S7KTqi6zl84dJqlOoSOlGw0fEe54iUQ8 { width:15.125rem;height:2.3125rem;top:39.125rem;left:10.9375rem;display:none; }
#Nt1Vq5pzEB13bC0gRWQN3ebCGqWXUmq6 { display:block; }
#w7NiHin6XLE8D5IRdwMHEl5xz2zmnP0x { width:14.6875rem;height:2.6875rem;top:46.6875rem;left:3.3125rem;display:none; }
#xPiR350HdoWft6UXtGoUCxyWVmCOgqOS { display:block; }
#azuuRrlFSzBOPbFafGFZhvDDTA9svOKW { width:14.6875rem;height:2.6875rem;top:38.875rem;left:0rem;display:none; }
#S4ZLa7aKLP0rW5ITCSisa6G1baBsBBBI { display:block; }
#N9Az2zxsWRGf4UUPs3RHfXILCUBHJbF9 { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:0rem;display:none; }
#cShXc4eXh6aPeA4TtsGWuTk1LBd1nGDQ { display:block; }
#PiRcapxKUNPeIAdFD1FzJBFFTS0ztE7b { width:14.75rem;height:2.875rem;top:42.9375rem;left:11.5625rem;display:none; }
#yJrvGve9TusVdM7u2mKpac729noUSWEk { display:block; }
#n8nJThLdSsle9i3ymc8ZR1EGlGqvIiD0 { width:15.125rem;height:2.3125rem;top:39.125rem;left:10.9375rem;display:none; }
#lapCWSpECs1wIImFlmrLsWL0foF7cboI { display:block; }
#rLfaliqpn8IQUkiTatCbWdUQEwfHqleE { width:14.6875rem;height:2.6875rem;top:46.6875rem;left:3.3125rem;display:none; }
#psCrZDKnaR5zEfzLmLgI0RGuTNXlKM0H { display:block; }
#Exo2Axdhra0HH3PglKzfD4aEtsaEMoDJ { top:3.125rem;left:15.3125rem;width:21.375rem;height:3.6875rem;font-size:1.1875rem;display:block; }
#AtmhnbXK4k9wg4XJCvp4P2IDK6ocT2Ti { top:40.8125rem;left:13.5625rem;width:21.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
#zneSQVhA6kTHZlFnfTgFdwkCeeuAK7Ru { top:43.25rem;left:13.9375rem;width:21.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
#texppumOhtKvSRS4TTtntJZeBRTfoAlV { top:45.5rem;left:12.5rem;width:22.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
#EnX5BoJJkCbmcJtg5gmcPSVPzq9xlT1D { top:40.5rem;left:35.8125rem;width:1.75rem;height:1.75rem;display:block; }
#iL70is9Z0lUmPPHHNnoXd3UdD7c12kVc { top:42.8125rem;left:35.875rem;width:1.75rem;height:1.75rem;display:block; }
#EeRnW1E6vX0T4RxHL4ATpKTXnMgBbWIM { top:45.125rem;left:35.8125rem;width:1.75rem;height:1.75rem;display:block; }
#I7ziSgAJPxkSw1HX6FEL7w6ywh3lQtiU { top:48.5625rem;left:13.831598281861rem;width:5.4375rem;height:2.125rem;display:block; }
#OIsebLmX6nGuvgT2f2FFVKeDGmBxTcsf { top:37.75rem;left:18.6875rem;width:16.25rem;height:1.25rem;display:none; }
#wbgTDlMCWArTBH5tkokAWLQgPBr4CnN1 { top:9rem;left:37.625rem;width:8.125rem;height:2.4375rem;display:none; }
#gCzrp0fm51yUUrZsIHvAaF4Ztk3cIXJ3 { top:9rem;left:42.3125rem;width:18.125rem;height:1.25rem;display:none; }
#JOUmMQnAup9RuZXQUFp432W1x3u1eZq5 { top:2.8125rem;left:0rem;width:20rem;height:2.875rem;font-size:2.25rem;display:none; }
#tu8xWZR18PdATIr078ky8oOJKsxOimmV { top:15.1875rem;left:0rem;width:8.0625rem;height:4.5rem;display:block; }
#u0GynxI5CcvOnz642zOfbSD0AXbf6WoP { top:28.125rem;left:25.25rem;width:3.0625rem;height:3.0625rem;display:none; }
#hEvPJhvxMIn5uOReoXUUodgQqwqX9y2R { top:32.5rem;left:16.8125rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#lwkTkZmrBHpL1bcKnc9pCkxPb7UlXyr5 { top:48.4375rem;left:29.5625rem;width:6.5625rem;height:2.18555rem;display:none; }
#oog3B8XSTbNT40MePc8thbU9Z8eevhHM { top:48.75rem;left:37.0625rem;width:6.5625rem;height:1.56055rem;display:none; }
#UNtNxgJ8BT5X98TowJGKRHgMnrIFut3T { width:13.8125rem;height:2.25rem;top:18.6875rem;left:0rem;display:none; }
#ldAEN1HMWLBlbGrnJqvXWs50FNx6VGIW { display:block; }
#AaeRal6vFNGbCvTakiRSkWMxVsqVTvNr { width:9.5625rem;height:17.0625rem;display:none; }
#LLeTlZfl0lQWGzLDQx8AzfA9zsFBLvmz { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#LLeTlZfl0lQWGzLDQx8AzfA9zsFBLvmz > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#bcy1VNR3o2JIAZqfkul8t7CTMTs5dOJi { top:24.9375rem;left:0rem;width:18.125rem;height:11.3125rem;font-size:0.5625rem;display:none; }
#INo8e1zCv7S2eLzttTJL2sCAaeJbACG0 { top:23.4375rem;left:0rem;width:18.125rem;height:0.6875rem;font-size:0.875rem;display:none; }
#dchvCWK97lMyWPJvCA74rJhAz7hJDKty { top:101.9375rem;left:0rem;width:18.125rem;height:1.125rem;font-size:1.5625rem;display:none; }
#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3 { display:block; }#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3 > .row .container { width:47.75rem;position:relative;display:block; }#oqBZvTwXMGrdXiDeP34KMwvOowOlJXiS { top:15.4375rem;left:0.5rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
#PHqkxd8k2pXh3CQbIdi5JZchws7TPd5E { top:3.1875rem;left:10.9375rem;width:25.875rem;height:14.499625rem;display:block; }
#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW { display:block; }#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW > .row .container { width:47.75rem;position:relative;display:block; }#qEX4e3P2THpkZ4zTdQDXeap7KssDlKBG { top:15.4375rem;left:0.5rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
#B6909XLxKgxGTkQ8u10rziLyydV1F9JO { top:3.1875rem;left:10.9375rem;width:25.875rem;height:14.499625rem;display:block; }
#oBmu0ax752GqT87RNz8t3CePdL00QDE6 { display:block; }#oBmu0ax752GqT87RNz8t3CePdL00QDE6 > .row .container { width:47.75rem;position:relative;display:block; }#JIECTo4zkG7skciTHyFxvGbTAu7soh3d { width:29.0625rem;height:2.75rem;top:3.0625rem;left:18.6875rem;font-size:1.5625rem;display:block; }
#z4qwyVLSe2Zyo4xF44OXS78vbxvVQJib { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
#nTAWDodnabDnJ0d0Cfs5s8vCbRidywzb { width:20.8125rem;height:7.4375rem;top:7.9375rem;left:26.9375rem;font-size:0.75rem;display:block; }
#ZDuUchg6ny5pJ2L0I3aINSP7rMdEU05v { width:1.875rem;height:1.875rem;top:19.8125rem;left:45.875rem;display:block; }
#yQe4bmml5RUTZHWdgB1StwquZVUrNlp0 { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
#zJhJwSHhSQUWO0urPOKANl1H77iLJuDn { width:1.75rem;height:1.75rem;top:19.9375rem;left:46rem;font-size:1.1875rem;display:block; }
#SimNM6FbTTiX5KnFGgKLw6bFu7I2Wkfp { width:28.5625rem;height:1.75rem;top:17.1875rem;left:19.1875rem;font-size:1.25rem;display:block; }
#eHmF3fMccWM0WgIwmL34XGkZELyRV0WM { width:20.75rem;height:2.6875rem;top:19.1875rem;left:27rem;font-size:1rem;display:block; }
#brMMZ67ip2gEZhXA7XJg0m3wch8Amqyu { width:1.75rem;height:1.75rem;top:22.0625rem;left:46rem;font-size:1.1875rem;display:block; }
#edi6SudoZTPGlHCpaegZcduGNwtWVOTT { width:1.875rem;height:1.875rem;top:22rem;left:45.875rem;display:block; }
#ermwnyk0KDarfcxEFA1y9XdTewgCuf11 { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
#xLLzWxQJyBmfb84eG8aDtFkEgHrsxzeI { width:1.875rem;height:1.875rem;top:24.25rem;left:45.875rem;display:block; }
#SOAwokHtomTdGsU4edbiv0OpMqTG4IGe { width:11.375rem;height:2.6875rem;top:21.5rem;left:36.375rem;font-size:1rem;display:block; }
#cuG7mzAzR3eJoSNgWwJ4xZbAhhmF0ugS { width:11.375rem;height:2.6875rem;top:26rem;left:36.375rem;font-size:1rem;display:block; }
#KCzJlygSuKL8QfVE4thS4xphTTACrTrN { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
#CasT9LmX44Jonf1csrIZ84O1VczFPFpf { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
#Kp3VGZpAl9fpwFz2okaoZ7bmP9FsRbCS { width:11.375rem;height:2.6875rem;top:23.8125rem;left:36.375rem;font-size:1rem;display:block; }
#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV { display:block; }#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV > .row .container { width:47.75rem;position:relative;display:block; }#JUnWLppm34rBGZKoVKEVl6Mv3pz3hDkm { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#PSAly4DB9fvnORAeCbTiDCwgKEUehP7c { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#P9G3bpTov1Q8grsrcR1k4lvEdvawL8zP { top:16.9375rem;left:15.25rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
#dys1DprqNSGiqHB47KqzyDMAMD4M7z16 { width:19.3125rem;height:1.75rem;top:13rem;left:28.4375rem;font-size:1.0625rem;display:block; }
#rQ6dN1JwUkawwO48wuKpQR8ECGTO5Xu5 { top:0.8125rem;left:7.125rem;width:33.375rem;height:3.9375rem;font-size:3.0625rem;display:block; }
#O57WgDLJykUbB9nEQFKcHU4RRi3k53W6 { width:3.625rem;height:3.625rem;top:6.9375rem;left:42.6875rem;font-size:2.5rem;display:block; }
#BhqFRkRvOKeSPsgax8si7xntF3BdPhX1 { width:45rem;height:2rem;top:7.8125rem;left:0rem;font-size:0.8125rem;display:block; }
body { position:relative;background-color:transparent;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); }#qUOwCTg4tqcrsK8xbrZnWe223ZCwam4t { display:block; }#qUOwCTg4tqcrsK8xbrZnWe223ZCwam4t { background-color: transparent; background-image: none; }#qUOwCTg4tqcrsK8xbrZnWe223ZCwam4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUOwCTg4tqcrsK8xbrZnWe223ZCwam4t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUOwCTg4tqcrsK8xbrZnWe223ZCwam4t > .row .container > .video-iframe-container { display: none; }#qUOwCTg4tqcrsK8xbrZnWe223ZCwam4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUOwCTg4tqcrsK8xbrZnWe223ZCwam4t > .row > .video-iframe-container { display: none; }#qUOwCTg4tqcrsK8xbrZnWe223ZCwam4t > .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); }#qUOwCTg4tqcrsK8xbrZnWe223ZCwam4t { border-width: 0; border-radius: 0; }#qUOwCTg4tqcrsK8xbrZnWe223ZCwam4t > .row .container { width:20rem;height:5.3125rem;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; }#tvzmBw9vyqTRFZ03L0iCoScaqw42LFw7 { top:7.5625rem;left:6.8125rem;width:6.3125rem;height:1.875rem;z-index:15159;background-color:rgba(var(--color-tertiary-0),0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Nowr9Er4R0KwnuI8gn5ZuNKZl1W3NyPI { display:block; }
#koAvTe7snwCvcO2f7A7rzOpM3XKcwZ0o { top:4.4375rem;left:6.8125rem;width:6.3125rem;height:1.875rem;z-index:15159;background-color:rgba(var(--color-tertiary-0),0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ReFin0HCh5hOrDZNZLdwKxg4MO4yDrUv { display:block; }
#ABWdSwSzMVTRzi9SB2Aso12t6Ped3ZO0 { top:0.9375rem;left:6.8125rem;width:6.3125rem;height:2.6875rem;z-index:15159;background-color:rgba(var(--color-tertiary-0),0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#yfoGwzW5QPalf2qeU35abrXqDVmwtu6a { display:block; }
#sTNq9UkzgadMMhcfTX7JoT0zdPsexAtK { width:13.9911875rem;height:2.6787125rem;top:1.31640625rem;left:5.28125rem;z-index:15183;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.125rem dashed #49604c;border-left:0.125rem dashed #49604c;border-right:0.125rem dashed #49604c;border-bottom:0.125rem dashed #49604c;display:block; }
#cbPBAMhfc0v6ft3BKVm8AvowBNx2wQPq { display:block; }
#fc9SyUR48muss0fOu020IhpahyA0qqW4 { width:4.5rem;height:2.5625rem;top:1.375rem;left:0.46875rem;z-index:15019;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM { position:relative;z-index:auto;display:block; }#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM { background-color: transparent; background-image: none; }#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM > .row .container > .video-iframe-container { display: none; }#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM > .row > .video-iframe-container { display: none; }#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM > .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); }#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM { border-width: 0; border-radius: 0; }#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM > .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; }#EGlq4FgQ1PORP10J5zmlPDHgWG3qHCxM > .row .container { width:20rem;height:82.4375rem;background-color:#49604c;background-image:none;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; }#iJvL3MEfXFixvo7vLuziDRk1t7bSoqiL { width:19.309375rem;height:0;top:49.376953887939rem;left:-2.0179729461673rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15057;color:rgba(var(--color-tertiary-0),1);display:none; }
#cwO7THQ5qLM4bVe2TarqenLwN53UWrKT { width:19.9984375rem;height:0;top:5.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15096;color:rgba(var(--color-tertiary-4),1);display:none; }
#bQgfzOQ5VSgKn5mDMR4CKZmvAdza36lQ { width:20rem;height:0;top:6.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15096;color:rgba(var(--color-tertiary-4),1);display:none; }
#fbvs4rPTUgpBpr8qoDLa7f7q2iKU0fui { width:8.125rem;height:3.125rem;top:42.820069122314rem;left:7.669286727905rem;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wTmuFu1doOkdRy8VbBocxnt0Wb3w0mCT { width:20rem;height:0;top:10rem;left:0rem;font-size:1.0625rem;color:#650779;z-index:15030;text-align:center;text-align-last:center;display:none; }
#ANsokMK1uoGLr42KUE1rpwvJDpzEwlTO { width:4.6875rem;height:4.74975625rem;top:11.75rem;left:7.625rem;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#IfQ3Mg4hnMSfmKtTxlCgsnTT5dHeCGn2 { width:20rem;height:28rem;top:46.648194122314rem;left:-2.8934574127198rem;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcb7360d-ebf9-47b4-a29b-3fefa60ed15d/insta.crop_1080x868_0,212.preview.png");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;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;display:none; }#IfQ3Mg4hnMSfmKtTxlCgsnTT5dHeCGn2.adaptive-delivery-prevent-bg, #IfQ3Mg4hnMSfmKtTxlCgsnTT5dHeCGn2.lazyload, #IfQ3Mg4hnMSfmKtTxlCgsnTT5dHeCGn2.lazyloading { background-image: none; }
#VbtQzITs0fKkbOagKASCaQ75ZV3AfOb1 { width:15.4375rem;height:3.25rem;top:34.6875rem;left:2.25rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15103;color:rgba(var(--color-tertiary-0),1);display:none; }
#lIeUmCWpZNILyk8mnpAPtQTQV66VUOwO { display:block; }
#wE8ZSsG7ZDUaTceNfVTAbQSbGTbhOc0J { width:15.25rem;height:3.1875rem;top:34.6875rem;left:2.375rem;font-size:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);z-index:15102;font-family:var(--paragraphs-font-family);display:none; }
#LpyFNIbG6c722pFNFzHmfBMs1OhfHGc2 { display:block; }
#C2WSicDuuRnQv28yMoLZCpVEsNPCcRqW { width:14.6875rem;height:2.6875rem;top:38.875rem;left:2.625rem;z-index:15104;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#rwNr0wNbaD9c89ZLWpWZovTPImMdSQup { display:block; }
#Pw2q4miVm2WfuZvHEsv5OkLHoZ3ThygF { width:15.125rem;height:2.3125rem;top:39.125rem;left:2.4375rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15104;color:rgba(var(--color-tertiary-0),1);display:none; }
#PfI1Gl4KnI7Od4XKHz4T2qqLBzJIPp1O { display:block; }
#sfGqfqxd9JJ4gmiSTGKOLmZDayEPVTKH { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:2.375rem;font-size:0.75rem;z-index:15102;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#IiPd5xKK3UtlXsPMbyE78KgvocibhBQd { display:block; }
#ZfXuFH3nTGiCXrTZCzGMWtab4yq05pfG { width:19rem;height:6.1875rem;top:43.125rem;left:0.5rem;z-index:15104;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#BbHBEL0EPWfdWgvixXpP2yhWwg9XKQZa { display:block; }
#fMypbC1oLOVcNsdI4s6TdL0pseEQG0Ln { width:14.75rem;height:2.875rem;top:42.9375rem;left:2.625rem;font-size:0.75rem;z-index:15101;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#HbLpEkLuCiSl1SEWiJcw9NPMNA4r3GNt { display:block; }
#Zib3Mle878AKOPNPzgCReAvyKOnwyQ7L { width:20rem;height:0;top:6.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15096;color:rgba(var(--color-tertiary-4),1);display:none; }
#XoiA98NvRLagVnXvwLUsbSbUZ8HpTvXh { width:19.9984375rem;height:0;top:5.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15096;color:rgba(var(--color-tertiary-4),1);display:none; }
#C95DpCdLRTmRZ8AN4XED6BSfKLMCMvZu { width:8.125rem;height:3.125rem;top:42.820069122314rem;left:7.669286727905rem;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#tB5ODuSTCmcf0eSdBgVuLDhKqD2bKG4u { width:20rem;height:0;top:10rem;left:0rem;font-size:1.0625rem;color:#650779;z-index:15030;text-align:center;text-align-last:center;display:none; }
#JrTqgJFyDqgBfVZaDILovAbnz3KNhIpM { width:4.6875rem;height:4.74975625rem;top:11.75rem;left:7.625rem;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TOfdQMECamnbQMuFX8JFA4lambitaScJ { width:20rem;height:28rem;top:46.648194122314rem;left:-2.8934574127198rem;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcb7360d-ebf9-47b4-a29b-3fefa60ed15d/insta.crop_1080x868_0,212.preview.png");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;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;display:none; }#TOfdQMECamnbQMuFX8JFA4lambitaScJ.adaptive-delivery-prevent-bg, #TOfdQMECamnbQMuFX8JFA4lambitaScJ.lazyload, #TOfdQMECamnbQMuFX8JFA4lambitaScJ.lazyloading { background-image: none; }
#C2bOAToldWyRbquWv8EUtD43mOOHR1Gi { width:15.4375rem;height:3.25rem;top:34.6875rem;left:2.25rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15103;color:rgba(var(--color-tertiary-0),1);display:none; }
#tylBC39idByoPbGKHHe1PwvswBLkx35k { display:block; }
#of0y45bsAfEUc39ITxHKW9vHMTlhy3kD { width:15.25rem;height:3.1875rem;top:34.6875rem;left:2.375rem;font-size:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);z-index:15102;font-family:var(--paragraphs-font-family);display:none; }
#u17gbx05QZ3cQkOfpiFU2AN3hWRkxV1D { display:block; }
#kEVMzyv0nN2Q5VO01FUQrQwvZzgtB3NZ { width:15.125rem;height:2.3125rem;top:39.125rem;left:2.4375rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15104;color:rgba(var(--color-tertiary-0),1);display:none; }
#ev29vPCzm6WJJ4nXL1Lf0WXlScAVGyqs { display:block; }
#MiyaVEFQUTfdldIH47ZSgQNTP721FCuf { width:14.6875rem;height:2.6875rem;top:38.875rem;left:2.625rem;z-index:15104;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ZhU85wpow7THNpyHuUeaez0NLPITtDZ5 { display:block; }
#ysNCbVpeF1Mq4GygV57B9crClpZQEkg1 { width:19rem;height:6.1875rem;top:43.125rem;left:0.5rem;z-index:15104;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#mWcAT3HVZ6Wapas7tpSN3l5ttS8DoOia { display:block; }
#L9aogq07A3ra5Kx91gQtIM8k6ZaNTQsi { width:14.75rem;height:2.875rem;top:42.9375rem;left:2.625rem;font-size:0.75rem;z-index:15101;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ZdBXVzvwaaDmSQGURyyDb0aQkAa34M9b { display:block; }
#T4cJ47Oxdf3OmTnZ72TQvRdQFrBHTi92 { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:2.375rem;font-size:0.75rem;z-index:15102;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#DhOxFwod7puBOeVizwLCXrHpTZUOlAfb { display:block; }
#Ru9cDcvAKv7JTuq1sPEX9TutSlP5iQ3n { width:20rem;height:0;top:6.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15082;color:rgba(var(--color-tertiary-4),1);display:none; }
#mg1S9ZZtqviwbkTVP9NnZBIA20dOAH9L { width:18.999rem;height:6.12426875rem;top:43.75rem;left:0.5rem;z-index:15091;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#LqbDBOq8uoq4K9vFGlryO68wRANu8chh { display:block; }
#sLVgQdccKPA3mqwh68K7sDFywvFfSuR7 { width:14.6875rem;height:2.6875rem;top:38.875rem;left:2.625rem;z-index:15094;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#OotEX5CIxyitaA8wXDbaEfTJsviawvz6 { display:block; }
#iX4p8G3Skc5rvzeVlbnCcAFOVEuNXefS { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:2.375rem;font-size:0.75rem;z-index:15092;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wSmyQ1TH1nXAhOzCtUpc1EfuQTM9H5hT { display:block; }
#tT1eZDb7KpB6ISNlXgIGDvrG7nW2AXWB { width:14.75rem;height:2.875rem;top:42.9375rem;left:2.625rem;font-size:0.75rem;z-index:15091;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Q9beRZTzGl7mcRT5NCTyNmbvs2A7xPzh { display:block; }
#ARIngfINR7J7LgZ1wXTV2Fw3O280p3Aa { width:15.125rem;height:2.3125rem;top:39.125rem;left:2.4375rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15094;color:rgba(var(--color-tertiary-0),1);display:none; }
#Mq4SycZ7JmRmaPWLhTIymBEVoH2yFiAF { display:block; }
#Rbc7gkwvREPhZvWMN0CDql1p8BbL9gSA { width:14.6875rem;height:2.6875rem;top:46.6875rem;left:2.625rem;font-size:0.75rem;z-index:15090;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#oTE41Hs04AWm9W2GaWXNw3fhfHgTWVGz { display:block; }
#xVsXFt1zN0LcG3KEc8JnsSGQSUMxytls { width:14.6875rem;height:2.6875rem;top:38.875rem;left:2.625rem;z-index:15099;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#BwQ3T7nwSeRLE6cQlBfPaIebB6AdQ9xB { display:block; }
#My3fxa9b7UFsULSlTOLepieaGu7tTnar { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:2.375rem;font-size:0.75rem;z-index:15097;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ZaLaaXgStC9eALrbVZeHflcizbw8dxKc { display:block; }
#BgUExw7MEwdb6dwQsGKRsFGN5LC1Ld51 { width:14.75rem;height:2.875rem;top:42.9375rem;left:2.625rem;font-size:0.75rem;z-index:15096;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#hMyEEuHqsNZfTnEI22A9H15sTdTdenga { display:block; }
#ZXTGUTJecBTWy0rdIns4pqq2zknERyCE { width:15.125rem;height:2.3125rem;top:39.125rem;left:2.4375rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15099;color:rgba(var(--color-tertiary-0),1);display:none; }
#Xz9gomBbx3XPnsr6dR3fBnpvkKWvMJFb { display:block; }
#ZMCeoodADrRGakUTdn4kOX0th2T6aQ5b { width:14.6875rem;height:2.6875rem;top:46.6875rem;left:2.625rem;font-size:0.75rem;z-index:15095;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#zRXkSKtqUFrXWyD6CI5C3Bv51wa8D0qt { display:block; }
#XIIULE7PUQL7Fi9tsXRJQ8XTi69olHdp { width:20rem;height:0;top:3.0000023841858rem;left:0rem;font-size:1.1875rem;display:none; }
#kzayDpdmFIH5c8JXvSOXFNpyUuhVU4wR { width:15.1875rem;height:0;top:36.625rem;left:1.375rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);display:none; }
#WEfG92dKBcdyAEv0RfyHIFTTH0T4TSuh { width:15.625rem;height:0;top:38.5rem;left:1.3125rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);display:none; }
#WFuQvXy2HFeTBxHCkpWBb51hWGoGWyrJ { width:15.8125rem;height:0;top:41.5625rem;left:1.25rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);display:none; }
#GU3f7sqfACUhpdwmtVfE72hDP2bWvaf1 { display:flex;width:1.5rem;height:1.5rem;top:36.375rem;left:17.25rem;display:none; }
#fSXOWdusTwxozF0UFvmQiwl5HJdIvpw1 { display:flex;width:1.375rem;height:1.375rem;top:38.875rem;left:17.375rem;display:none; }
#yVkTIwZk7qTofUvJy9tdiDuRGHh63Tlu { display:flex;width:1.25rem;height:1.25rem;top:42.0625rem;left:17.375rem;display:none; }
#R5BRhwGoaIXxreTTMOmI9EnLPkQygtqu { width:5.4375rem;height:2.125rem;top:47.625rem;left:11.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#HA1Abe5UNvF0EbmNQ3925pzpu0wxI408 { width:16.25rem;height:1.25rem;top:47.625rem;left:2.0625rem;z-index:15173;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#HmmrNXskREM2dM6F0bX4edTPOSzHCQTT { width:18.6875rem;height:0;top:62.3125rem;left:0.625rem;font-size:2.625rem;text-align:center;text-align-last:center;z-index:15158;color:#006c35;font-family:"saudi nd";display:none; }
#MLr4IcZXQI5ZbWTHp7Ep1wgLM8xlkHQc { width:4.75rem;height:1.3125rem;top:56.9375rem;left:10.125rem;z-index:15174;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#mcbF4iK8NUhc0dhUEqXGDoazEF9GsadZ { width:20rem;height:0;top:40.125rem;left:0rem;font-size:2.25rem;z-index:15154;font-family:var(--headlines-font-family);display:none; }
#Lzsd6JprfsIgHcb0QrofqMftgpeDkA7P { width:18.5rem;height:4.0625rem;top:4.75rem;left:0.8125rem;font-size:3.125rem;color:#ffffff;font-family:"saudi nd";font-weight:700;font-style:normal;z-index:15205;display:block; }
#hFlx8kANRZhuPGtmXJm4yTVOvmVaJbXz { display:flex;top:55.75rem;left:8.4375rem;width:3.0625rem;height:3.0625rem;z-index:15199;display:none; }
#xetRBWQchXSTPkTUhcgrAbK5RSTHgKOI { top:58.875rem;left:0.875rem;width:18.125rem;height:0;z-index:15192;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:none; }
#aK2izvKK9TEhIJ03WD9R1xcATsAmGU1b { width:6.5625rem;height:2.18555rem;top:51.0625rem;left:2.9375rem;z-index:15038;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#RTQmZF8wkKKd24Npzq8P5cOBD4P8VHEv { width:6.5625rem;height:1.56055rem;top:51.6875rem;left:10.4375rem;z-index:15039;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ATa2dEbFAIDeIqkeOyDCbPFCgaVlu0f3 { width:13.5625rem;height:0;top:60.625rem;left:3.4375rem;font-size:0.875rem;z-index:15006;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);display:none; }
#TloHbckU58RtpcQZfzIdUfxGryzbAFtt { width:20rem;height:0;top:43.8125rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;font-family:"ahj 2024 font";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:15022;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Vy66Is42TNL7HW7hK80AViurNO2D0rsc {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #dKrMIIPO3W3kUpOgWo7DMO0Ba40OPKTV { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xJcGC9JzW4VAGBfUqQaEO5pR0EI9Thv9 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TF9TeUvsAImB8dgWDi4eHqGaT86Du1im {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qq1Md25ManMNNf7l9dQv3lz8FadT902H { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lcy7Wcx26s0d8tTT82Ese4xv7ReH5q1s {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BTE7quwEK3AWLdVmt7w8MQBku7RrkZCS {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nDRIKE4PGMWFIIoNH9dRuKe0vfC91mTA { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #n4eQgQuZIchTHpolWBypZ0d7FJ6M8SyF {  }
#eDfyP7tu01qdqfdRIscMy2GHFq6r2UTc { display:block; }
#Siq0nag3BNHBBNoA2uSLuMlH73PJhe6I { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #LkCRPvgc87sox85VcgMbLh0wiPkkBDF2 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HPPy5icGarDmsDyZZPhUXizVZ8Vbrywg {  }
#Nhm9q5HnedzFAZfrpsla1RZCAOH9ohft { top:17.0625rem;left:1.625rem;width:16.6875rem;height:2.875rem;z-index:15206;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gsTzTWLM90kowWb9tTI7hTfqDNRndORo { display:block; }
#AbUvOPIFHTzx0c31Pl5GfLRaXsTIbsM7 { display:flex;top:17.5625rem;left:2.4375rem;width:1.875rem;height:1.875rem;z-index:15207; }
#XVpb0de7FQN0wh9m2saiS3PHvUByZiqg { top:64.18750190735rem;left:1.5937501192093rem;width:16.5625rem;height:2.25rem;z-index:15188;background-color:#40b356;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#LXdwXMAGVzS4qdmSFPhOKtzJifRMKW6i { display:block; }
#h1SIuhIVikQx7ZZM74iZVHlAgkCPzd37 { display:flex;width:1.5625rem;height:1.5625rem;top:64.555557250975rem;left:2.3055557012558rem;z-index:15202;display:none; }
#h1SIuhIVikQx7ZZM74iZVHlAgkCPzd37 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#ktuHk4GlOIm2KtlFdbLJ8Er9NA4wMUmU { width:7.3125rem;height:0;top:65rem;left:6.6875rem;font-size:2.625rem;text-align:center;text-align-last:center;z-index:15159;color:#006c35;font-family:"saudi nd";display:none; }
#ibtOmgqX1NHCCeTLRzIS1KGgs5BMT3Q6 { width:9.625rem;height:9.625rem;top:70.5rem;left:5.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#DRBRVZRlbwygenbLJhkFmeaGJy6CdTTg { display:flex;width:3.125rem;height:3.125rem;top:16.9375rem;left:15.25rem;z-index:15208; }
#DRBRVZRlbwygenbLJhkFmeaGJy6CdTTg > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JZKzENQyT3TGCyH8GLRmrUS9VZpPIMzi { width:17.5rem;height:1.25rem;top:79.4375rem;left:1.25rem;z-index:15100;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#p62PdpB1NoIZnTflBbck2f6mCfRv2MGf { width:5.25rem;height:9rem;top:29.625rem;left:0.8125rem;z-index:15022;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(33,252,13,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#BJGRnCJQXl7lmAycw1GCu2hFXVOKZUog { width:5.375rem;height:8.875rem;top:29.625rem;left:7.25rem;z-index:15023;box-shadow: 0.0625rem 0.0625rem 0.1875rem #21fc0d ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#VvZ0svA8dI00cAssU7l0w1hHNAIINmSV { width:5.375rem;height:8.8125rem;top:29.625rem;left:13.8125rem;z-index:15024;box-shadow: 0.0625rem 0.0625rem 0.1875rem #21fc0d ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#mbeOW4ltQR9iIKL2S3rJBlrLvsqvhCXV { top:27.1875rem;left:6.875rem;width:5.75rem;height:7.5rem;z-index:15025;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tXhUch76s8D7o3pKzBxkf1OOHZQQVUel { width:4.6875rem;height:1.3808625rem;top:32.75rem;left:14.1875rem;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);font-family:"saudi nd";font-weight:700;font-style:normal;z-index:15206;display:block; }
#ylIVoHmaPvMu0KtI3maumSpdMnOii8Rl { width:4.6875rem;height:2.11154375rem;top:34.29296875rem;left:7.53125rem;font-size:0.8125rem;color:rgba(var(--color-tertiary-4),1);font-family:"saudi nd";font-weight:700;font-style:normal;z-index:15207;display:block; }
#uACZZ0U4KcH5M2G6c3tKngpZwGECHtdK { width:4.6875rem;height:1.7871125rem;top:32.125rem;left:1.0625rem;font-size:0.6875rem;color:rgba(var(--color-tertiary-4),1);font-family:"saudi nd";font-weight:700;font-style:normal;z-index:15208;display:block; }
#zQdFyzhuds5n7KHQbzKaryxoIsvs80RL { display:flex;top:70.8125rem;left:8.46875rem;width:3.0625rem;height:3.0625rem;z-index:15200; }
#hDooBPzQWA7HtUuI22Ate7vNifPPte3c { top:74.875rem;left:0.9375rem;width:18.125rem;height:1.13671875rem;z-index:15193;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#geTSPAwgSFCIpTyMRI3DxqQ8qAlZL88Z { top:27.0625rem;left:1.125rem;width:4.3125rem;height:4.3125rem;z-index:15027;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cnstrEuI5Xf8e9VahP9mEM75AeM8q6Jd { top:26.9375rem;left:14.1875rem;width:4.3125rem;height:4.3125rem;z-index:15026;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#y1lwnbruwaVL6gCnhSOgXuyLA4nyLDoN { display:flex;width:3.125rem;height:3.125rem;top:86.75rem;left:8.4375rem;z-index:15208;display:none; }
#y1lwnbruwaVL6gCnhSOgXuyLA4nyLDoN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#xP5CoN5NzDx8fKRenbym47H0Hpym8N8T { display:flex;width:4.25rem;height:4.25rem;top:81.25rem;left:7.875rem;z-index:15208;display:none; }
#xP5CoN5NzDx8fKRenbym47H0Hpym8N8T > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; }#ChIUJJyr7UhFuECMf80FHPqEKMM65VSs { display:flex;width:2.25rem;height:2.25rem;top:81.187492847444rem;left:8.8750005364419rem;z-index:15208;display:none; }
#ChIUJJyr7UhFuECMf80FHPqEKMM65VSs > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#Ls6CWXLDZJlJ7JXOOLrFmwKpR1M8ZMTe { width:5.5rem;height:6.4375rem;top:91.1250038147rem;left:7.25rem;z-index:15023;box-shadow: 0.0625rem 0.0625rem 0.1875rem #21fc0d ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#VO74lqlcRecqBxoSkP4FUTdIMaTOqMDs { top:26.5rem;left:13.75rem;width:5.5rem;height:9.5rem;z-index:14994;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; }
#Sc3RTfpOQT7OdLEklJrP44rGwpGORRi2 { top:28.25rem;left:7.25rem;width:5.5rem;height:9.5rem;z-index:14993;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; }
#WwtV7n2x6itWs3Qq8GMXhFeQD2NPrpAN { top:26.5625rem;left:0.75rem;width:5.5rem;height:9.5rem;z-index:14992;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; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-regular-label { width:14.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-input-text { width:14.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1); }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-input-text {padding-top: 0; padding-bottom: 0;}#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-textarea { width:14.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1); }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-input-select { width:14.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#050b17;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1); }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-input-select {padding-top: 0; padding-bottom: 0;}#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-input-button { width:14.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #33336f, rgba(87,87,106,0.79));background-image: -moz-linear-gradient(180deg, #33336f, rgba(87,87,106,0.79));background-image: -ms-linear-gradient(180deg, #33336f, rgba(87,87,106,0.79));background-image: -o-linear-gradient(180deg, #33336f, rgba(87,87,106,0.79));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33336f', endColorstr='#57576ac9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33336f', endColorstr='#57576ac9' );";background-image: linear-gradient(180deg, #33336f, rgba(87,87,106,0.79));background-size:initial !important;box-shadow: none;color:#ffffff;font-family:var(--paragraphs-font-family);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; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R [class*="-text"]:-moz-placeholder { font-family:var(--paragraphs-font-family); }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R [class*="-text"]::-moz-placeholder { font-family:var(--paragraphs-font-family); }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R [class*="-text"]:-ms-input-placeholder { font-family:var(--paragraphs-font-family); }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R [class*="-text"]::-webkit-input-placeholder { font-family:var(--paragraphs-font-family); }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-checkbox-label { width:13rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-radio-label { font-family:var(--paragraphs-font-family); }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R  { width:14.1875rem;height:auto;top:43.624137878418rem;left:1.6243489384651rem;box-shadow: 0rem 0.25rem 0rem rgba(0,0,0,0.33) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.81);background-image:none;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .radio-container { width:14.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R {display:block;}#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R { width:14.1875rem;height:auto;top:43.624137878418rem;left:1.6243489384651rem;box-shadow: 0rem 0.25rem 0rem rgba(0,0,0,0.33) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.81);background-image:none;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #TqpGfqTibUtqFsQEksfPUbkHD6QPCBvW {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #ZbcgvVsTLpM6P9PG3fSHH6TmCr640wpM { display:block; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #p5X3M0TJ35t2aak5HdLmqKumO772X3X2 {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #q0Ml25ZwQOxxXJkRhnRMJQObSpF9WW7a {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #GON0UqRv676OiDbSdmnw92f2okrx3iKu { display:block; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #JnPq43FQr9slrLrIL7HRd6FDeoQndCh4 {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #KKArbTS6pIoHTQ7QiaFNWxWIMU3bsEKy {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #AMS7EZDFhetasfcX4vt5cclFIMCATABX { display:block; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #oKeghSnvZpDdhtJEwpNMn6WfwrR5TB73 {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #UlwZ9ZDsZTa6fxXutpXAfGSB3l13mFSz {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #Jy8p9VnyZ1m99Anu97l061TTDpFdXRbJ { display:block; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #lVQZsvD9ebKMpSZGsOwphSteCtEmBZ9D {  }
#v6OGTF7v8sH9RTIdiykcNHCfwi0GTWfJ { display:block; }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #sR5Gl76u3IkKHpkLQUMtMTvx3VA439Gw {  }
#gahg8x6vWEma4GdfJSIxrd4Hp5zhvF7R #SJFowzwlpvzKZCEPXLWVKeagOSgocKVe {  }
#AuCUQtgtmSGTAz7Jap2ayRhDQLTJURlt { top:22.0625rem;left:1.75rem;width:16.5625rem;height:2.875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #19ae47, #6abca4);background-image: -moz-linear-gradient(106deg, #19ae47, #6abca4);background-image: -ms-linear-gradient(106deg, #19ae47, #6abca4);background-image: -o-linear-gradient(106deg, #19ae47, #6abca4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ae47', endColorstr='#6abca4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ae47', endColorstr='#6abca4' );";background-image: linear-gradient(106deg, #19ae47, #6abca4);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wGNuWU2tfZlyCaRcVxVHV2NI7V0NVc4E { display:block; }
#N8ayIbRQzQMXUSekTQrE4cRLL1K9TLSi { display:flex;width:1.5625rem;height:1.5625rem;top:22.5625rem;left:2.25rem;z-index:15202; }
#N8ayIbRQzQMXUSekTQrE4cRLL1K9TLSi > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#TQt4ET4ikprygALliDXFEi0GdurIX85u { width:17rem;height:3.8997375rem;top:10.375rem;left:1.4375rem;font-size:1rem;font-weight:700;font-style:normal;font-family:"ahj 2024 font";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:15023;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yJ3KqaWCLrHzyAqq9M5Lby1CoMmRwJTl {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ODA1M2Wucby616izQorK1MWLEJPDq8CS { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #v73yb7RaLngZw4c31sfbqorqrMK3kbPW {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #uMDn4ZQW3gQtAdqr9UqEFhyUZv1FsNok {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #i2cvoveGCdVbVHvpx3iL5dsOs3x435GW { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qbC5VIVUPWc3nT1zG5Luy16HdBdxWOAB {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Tc4CRKHb1T8XchnZJcTKt4EHOneLTcJs {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #FapqFEi6Zt7p7GPyom9ZIhynnU1a9lbL { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #WD7EZxaswK8z4aObeKHv3DCFU9zFkbAD {  }
#qg4tnmSPuT9o3EpmzyHThUA6MwczXhIF { display:block; }
#T4h4OAT58LyngHDewhienIpmiNWzfKg6 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #UmaeVx0nASNegXur7sCTWMdRqOeI5uLT {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #gCbTbtGMvwEam49J4leiRlyD63T1FXMe {  }
#O3z70yKUVTn5mqtcSrykLOyswT6T8zLH { top:38.625rem;left:12.21875rem;width:5.875rem;height:3.25rem;z-index:15218;display:block; }
#OKAx2cGKrcTTgWWPs0mQ3US1KmpE6Qf7 { top:77rem;left:0.9375rem;width:18.125rem;height:1.13671875rem;z-index:15194;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#SFlzuTffPun15NZ3XNxNXKOLZ52IlO3k { width:6.1875rem;height:3.375rem;top:38.5625rem;left:0.8125rem;z-index:15222;display:block; }
#fCHZ1nzc4NpZIaeqmSqPCCGmFecz8h9L { display:block; }#fCHZ1nzc4NpZIaeqmSqPCCGmFecz8h9L > .row .container { width:20rem;height:137.1875rem;position:relative;display:block; }#yc7074N0UXaeQGESq0I484kqz3z23m2r { top:8.25rem;left:0.59375rem;width:18.6875rem;height:10.8125rem;z-index:15001;overflow:hidden;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#dVUu6n6h8LzThwzsK2T8vp2wTfpGNb4q { top:2.599609375rem;left:1.53125rem;width:16.9375rem;height:1.8684875rem;z-index:15003;font-family:"alw font";font-size:1.4375rem;font-weight:700;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#2b84bf;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);display:block; }
#Cw1UKbzz5eqGH64zln15PL9RebMBziC5 { top:20rem;left:0.65625rem;width:18.6875rem;height:15.8125rem;z-index:14996;background-color:#49604c;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; }
#ebPzDJnpPI0XrcgDW7fdZPl3TAbHlxTu { width:8.0625rem;height:1.6875rem;top:33.25rem;left:1.53125rem;z-index:15185;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.125rem;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.125rem dashed #49604c;border-left:0.125rem dashed #49604c;border-right:0.125rem dashed #49604c;border-bottom:0.125rem dashed #49604c;line-height:1.1;display:block; }
#THX7CrIvA5bOa7ZDBNPwbFbbT0BVPoB4 { display:block; }
#y26vPX6bA2AanDdpIOt3x405m9KZAGXP { top:21.4375rem;left:2.125rem;width:16.5rem;height:1.13671875rem;z-index:15195;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#SKym9ME45CrSCtdzmCRFQE3cs1IvPThB { top:23.6875rem;left:1.75rem;width:16.5rem;height:0.9746125rem;z-index:15196;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#gp0l7b9yWPAz2JpXWeWpHpSAs9tdyUNT { top:26.4375rem;left:2.125rem;width:16.5rem;height:1.13671875rem;z-index:15197;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#abdce6;display:block; }
#T4B5pIgSubxUUfilZu4ksHEokPHTs6Ea { top:28.9375rem;left:1.75rem;width:16.5rem;height:2.51855625rem;z-index:15193;font-family:var(--paragraphs-font-family);font-size:1.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#f1f5f8;display:block; }
#MgwaKBqDEhEt5tpVupITaqDbFcwyeS6g { top:37.375rem;left:0.65625rem;width:18.6875rem;height:10.8125rem;z-index:15002;overflow:hidden;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#iB9CyTzya2NUiRxIqGxOTegiDRsGIedu { top:48.9375rem;left:0.65625rem;width:18.6875rem;height:16.625rem;z-index:14997;background-color:#49604c;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; }
#EO7vsK2eW8XIMvPxTaTDbrGmTpcbfhNL { top:50rem;left:1.875rem;width:16.5rem;height:1.94921875rem;z-index:15196;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#w28ztIh5Mo6GgJybSINWaZakx0zgp1yx { top:52.75rem;left:1.75rem;width:16.5rem;height:2.923825rem;z-index:15197;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#v1NwuBM6Pmt35uXwR3kekNtCd7MPgM7F { top:57rem;left:2.125rem;width:16.5rem;height:1.462675rem;z-index:15198;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#abdce6;display:block; }
#uiSdnNuzi044zubIqOLsW3bVsuvLTqHo { top:59.25rem;left:1.625rem;width:16.5rem;height:2.51855625rem;z-index:15194;font-family:var(--paragraphs-font-family);font-size:1.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#f1f5f8;display:block; }
#UFVqTyH1lw7fT4hXzCJ2FkQtmKCsLi8q { width:8.0625rem;height:1.6875rem;top:62.875rem;left:1.34375rem;z-index:15186;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.125rem;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.125rem dashed #49604c;border-left:0.125rem dashed #49604c;border-right:0.125rem dashed #49604c;border-bottom:0.125rem dashed #49604c;line-height:1.1;display:block; }
#yuI25emEtoWXxflwnHN9p9PRCPglMCqx { display:block; }
#rPLt5szcyTPNb1iTs6L0tvhTZBUhfcq4 { top:67.125rem;left:0.65625rem;width:18.6875rem;height:10.8125rem;z-index:15003;overflow:hidden;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#txQ9WeQ1FJpUs1B3bmR3BO1b9uwhvUF9 { top:78.875rem;left:0.65625rem;width:18.6875rem;height:17.9375rem;z-index:14998;background-color:#49604c;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; }
#uGSsCBRSkdvnDNfu6AWPnXxcsRQB0OIU { top:80.125rem;left:2.0625rem;width:16.5rem;height:1.94921875rem;z-index:15197;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#VXvqdqHUAQMLTHAgtE7KTIWqgLH3Styo { top:85.474609375rem;left:1.875rem;width:16.5rem;height:2.923825rem;z-index:15199;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#abdce6;display:block; }
#ZdAVot2di1Jtf0kL5bmQhhhEoGn6V3gp { top:82.9375rem;left:4.03125rem;width:14.5625rem;height:0.9746125rem;z-index:15198;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#oPWXibAOA1qW4xPyP768HyCegUx89Azm { top:89.875rem;left:1.75rem;width:16.5rem;height:2.51855625rem;z-index:15195;font-family:var(--paragraphs-font-family);font-size:1.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#f1f5f8;display:block; }
#G8Fa1L6DOm7CiJutFoJ2JrUtDkW9BTDP { width:8.0625rem;height:1.6875rem;top:93.6875rem;left:1.28125rem;z-index:15187;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.125rem;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.125rem dashed #49604c;border-left:0.125rem dashed #49604c;border-right:0.125rem dashed #49604c;border-bottom:0.125rem dashed #49604c;line-height:1.1;display:block; }
#yX6L972cXXAwT99gw6KdlbBJAScB1K9A { display:block; }
#IZFSpP1SokceT4G9SEX0se0hEmlshHyS { top:98.6875rem;left:0.65625rem;width:18.875rem;height:18.875rem;z-index:15004;overflow:hidden;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#ykTB6X27k0mIquaw3I6VEgXzItzfIxNL { top:118.8125rem;left:0.65625rem;width:18.6875rem;height:17.9375rem;z-index:14999;background-color:#49604c;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; }
#wKcZXdQTRI8FhzuOblikrdgrpeZ5ArLN { top:120rem;left:1.75rem;width:16.5rem;height:0.9746125rem;z-index:15198;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#VNwW64ka2gkCkEc30dcvTgqWZZ2Vm7AC { top:122.1875rem;left:1.75rem;width:16.5rem;height:2.923825rem;z-index:15199;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#at4UZqVb22RNQr3g0zyKuyHWBQgTHc2S { top:126.912109375rem;left:1.75rem;width:16.5rem;height:1.462675rem;z-index:15200;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#abdce6;display:block; }
#RZ0uKo1GkxmZfhQ5TPhOZE3MLoTQlQD3 { top:130.4375rem;left:1.75rem;width:16.5rem;height:2.51855625rem;z-index:15196;font-family:var(--paragraphs-font-family);font-size:1.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#f1f5f8;display:block; }
#KG2D00kmU21PtXrZWQxOpplCZvMBoSP2 { width:8.0625rem;height:1.6875rem;top:133.9375rem;left:1.53125rem;z-index:15188;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.125rem;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.125rem dashed #49604c;border-left:0.125rem dashed #49604c;border-right:0.125rem dashed #49604c;border-bottom:0.125rem dashed #49604c;line-height:1.1;display:block; }
#xoBtZek6TJnk4s37pgX08zrecNlfNFOI { display:block; }
#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg { position:relative;z-index:auto;display:block; }#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg { background-color: transparent; background-image: none; }#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg > .row .container > .video-iframe-container { display: none; }#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg > .row > .video-iframe-container { display: none; }#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg > .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); }#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg { border-width: 0; border-radius: 0; }#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg > .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; }#lJsiJWWgnenpaNV8AgxvyQVzHrTpK3Bg > .row .container { width:20rem;height:40.0625rem;background-color:#49604c;background-image:none;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; }#fFtC5OWtGt6gHcSz0ZGrNHx30Vul5PkB { width:19.309375rem;height:0;top:49.376953887939rem;left:-2.0179729461673rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15057;color:rgba(var(--color-tertiary-0),1);display:none; }
#zVwZO6xb3WVGnq5EW2uek5qyTflzRNu1 { width:19.9984375rem;height:0;top:5.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15096;color:rgba(var(--color-tertiary-4),1);display:none; }
#i0y2Qpd7HeSvwoZqHbKTTRqCqT3yS6lq { width:20rem;height:0;top:6.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15096;color:rgba(var(--color-tertiary-4),1);display:none; }
#OFnd92ge8xpCMUeQk5XTz8CBM8iEIfH9 { width:8.125rem;height:3.125rem;top:42.820069122314rem;left:7.669286727905rem;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#c2UwoJHAMcDf53b9T23Z8eHwpvfzunzT { width:20rem;height:0;top:10rem;left:0rem;font-size:1.0625rem;color:#650779;z-index:15030;text-align:center;text-align-last:center;display:none; }
#KB8T2k1zummgJrLT0FrpdPaoeFLamCUp { width:4.6875rem;height:4.74975625rem;top:11.75rem;left:7.625rem;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#qIBkuSnqt7CLpEFpCSnTbdQIgSGvCEUo { width:20rem;height:28rem;top:46.648194122314rem;left:-2.8934574127198rem;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcb7360d-ebf9-47b4-a29b-3fefa60ed15d/insta.crop_1080x868_0,212.preview.png");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;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;display:none; }#qIBkuSnqt7CLpEFpCSnTbdQIgSGvCEUo.adaptive-delivery-prevent-bg, #qIBkuSnqt7CLpEFpCSnTbdQIgSGvCEUo.lazyload, #qIBkuSnqt7CLpEFpCSnTbdQIgSGvCEUo.lazyloading { background-image: none; }
#JEO5q6rBOeW4zOCHJWuQOwHz58RKVzM3 { width:15.4375rem;height:3.25rem;top:34.6875rem;left:2.25rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15103;color:rgba(var(--color-tertiary-0),1);display:none; }
#QlEaGTqsPkUVvGiQBMO5Fms64mfpZoen { display:block; }
#xd5DRPJiOJFh2VUcFCGNOH9phUcka6Rc { width:15.25rem;height:3.1875rem;top:34.6875rem;left:2.375rem;font-size:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);z-index:15102;font-family:var(--paragraphs-font-family);display:none; }
#LfWNq7rkyRMrw2DnVUiOMeSwhNULJqGu { display:block; }
#tDxeP96bFFe571dd0ZknDGwpZTDCuG6m { width:14.6875rem;height:2.6875rem;top:38.875rem;left:2.625rem;z-index:15104;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#PZVST3nZmtfwbGQ1LSUDw44EzC6sExUK { display:block; }
#pGW12phfTaoCENhPz0NK7r91wbAXp4FW { width:15.125rem;height:2.3125rem;top:39.125rem;left:2.4375rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15104;color:rgba(var(--color-tertiary-0),1);display:none; }
#GztX7w8dCGVnfhT97q7dzpdLLS7KEi5T { display:block; }
#UPPrI55epC6ooC1siEIvp1TAJW7JwhU9 { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:2.375rem;font-size:0.75rem;z-index:15102;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#NAg61iOSQAMNBOmcCBiz4sMFZRiGQLMf { display:block; }
#i1unptWp5potsUvRL6Sb4VprhOLEMXlM { width:19rem;height:6.1875rem;top:43.125rem;left:0.5rem;z-index:15104;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Isb4Wz2v5OEsfJeliUuxS8bqX5Fl2AT8 { display:block; }
#UFhTP467HkytUq0unv2RwTyL3Wca07AT { width:14.75rem;height:2.875rem;top:42.9375rem;left:2.625rem;font-size:0.75rem;z-index:15101;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TkTZPvtIgbtTTskJzTxTeq71wzgiyaqW { display:block; }
#ikrPfd305giiqM4ok8xmdX4r4hWfx9Pt { width:20rem;height:0;top:6.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15096;color:rgba(var(--color-tertiary-4),1);display:none; }
#hZuH0aRmFHzByabRshRzsE3dEQSyKub3 { width:19.9984375rem;height:0;top:5.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15096;color:rgba(var(--color-tertiary-4),1);display:none; }
#hloUTb81TsPJCdTB203gXOn89I1lw9FO { width:8.125rem;height:3.125rem;top:42.820069122314rem;left:7.669286727905rem;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#AumMzEODZ7ecemXXOd15ipQuoptgS3n5 { width:20rem;height:0;top:10rem;left:0rem;font-size:1.0625rem;color:#650779;z-index:15030;text-align:center;text-align-last:center;display:none; }
#kGEh0IRxb7I4SiPOVX4raO13GwygFRoP { width:4.6875rem;height:4.74975625rem;top:11.75rem;left:7.625rem;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#PVftSTrFreeAQbSLb7A8bevnFNHbuPv2 { width:20rem;height:28rem;top:46.648194122314rem;left:-2.8934574127198rem;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcb7360d-ebf9-47b4-a29b-3fefa60ed15d/insta.crop_1080x868_0,212.preview.png");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;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;display:none; }#PVftSTrFreeAQbSLb7A8bevnFNHbuPv2.adaptive-delivery-prevent-bg, #PVftSTrFreeAQbSLb7A8bevnFNHbuPv2.lazyload, #PVftSTrFreeAQbSLb7A8bevnFNHbuPv2.lazyloading { background-image: none; }
#Vn1C9lBEOrRKuZTdw3k9yTWNEXKTX5m1 { width:15.4375rem;height:3.25rem;top:34.6875rem;left:2.25rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15103;color:rgba(var(--color-tertiary-0),1);display:none; }
#ToUxEDXGIrxmiOohe2yA6TnkcN9GggUH { display:block; }
#lILHzEiiLhqNnetfmspJA2EIctLBNtOM { width:15.25rem;height:3.1875rem;top:34.6875rem;left:2.375rem;font-size:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);z-index:15102;font-family:var(--paragraphs-font-family);display:none; }
#G91pFv6xooJ60sHmNMi4Fn2n1bJFImLA { display:block; }
#exrOyu1ORtk8BT0B3mSz75yOtBhNcmrs { width:15.125rem;height:2.3125rem;top:39.125rem;left:2.4375rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15104;color:rgba(var(--color-tertiary-0),1);display:none; }
#WmIbC8cCiP3LGusGXV5g2tfaaTa90Sa0 { display:block; }
#aazKR0cMcTsr0LQbHIDkoxKrrdtVzJKw { width:14.6875rem;height:2.6875rem;top:38.875rem;left:2.625rem;z-index:15104;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#DXDeGHP8sHsTGs4vQ8bhFcl0SGr7rppF { display:block; }
#dWuu900NK0cFxTdeE6uNfqSeMbsohezm { width:19rem;height:6.1875rem;top:43.125rem;left:0.5rem;z-index:15104;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#dy0rvLNC3ZeF05gT3I89tmTzKf2ax41T { display:block; }
#UzZa6ds74eoKhdaXXHgzqDe8vJ0wuQcl { width:14.75rem;height:2.875rem;top:42.9375rem;left:2.625rem;font-size:0.75rem;z-index:15101;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#UfrLBIf3ehrGUJm2iRl333QZtfQA86oz { display:block; }
#qAdBkvRg95XaH9F15oknT0vC7KNWT5Kr { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:2.375rem;font-size:0.75rem;z-index:15102;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Wnep3av2Dbvbv6BDlDakN9bbg3Q7NtAP { display:block; }
#eTrV7nV7QNwQ6pTTseqGAyn7fuxBEDkn { width:20rem;height:0;top:6.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15082;color:rgba(var(--color-tertiary-4),1);display:none; }
#ke5yXbsdIXqBs6CVy71T0miB9RsBmaAz { width:18.999rem;height:6.12426875rem;top:43.75rem;left:0.5rem;z-index:15091;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-1),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#rMTw12fzD8pRipKZfRgzo2NRT9THPmsz { display:block; }
#dlqR31p1A9ZnTX49fbObUfrEXRT0ZGnT { width:14.6875rem;height:2.6875rem;top:38.875rem;left:2.625rem;z-index:15094;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#CpOCQT0ATEia1na7m9mUEZauOg10vAr2 { display:block; }
#VODWF0Wu837QER29rJU9OcoVogUeJZSG { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:2.375rem;font-size:0.75rem;z-index:15092;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Ar1naWc8N8A9HvokLPTxyqGUsQFxD5ss { display:block; }
#rQTRSiqwg29C3UzplqXxQS7pIkoXASab { width:14.75rem;height:2.875rem;top:42.9375rem;left:2.625rem;font-size:0.75rem;z-index:15091;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ukpkfLL490ozJC7r9tZax5wDtK0K9cNz { display:block; }
#S7KTqi6zl84dJqlOoSOlGw0fEe54iUQ8 { width:15.125rem;height:2.3125rem;top:39.125rem;left:2.4375rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15094;color:rgba(var(--color-tertiary-0),1);display:none; }
#Nt1Vq5pzEB13bC0gRWQN3ebCGqWXUmq6 { display:block; }
#w7NiHin6XLE8D5IRdwMHEl5xz2zmnP0x { width:14.6875rem;height:2.6875rem;top:46.6875rem;left:2.625rem;font-size:0.75rem;z-index:15090;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#xPiR350HdoWft6UXtGoUCxyWVmCOgqOS { display:block; }
#azuuRrlFSzBOPbFafGFZhvDDTA9svOKW { width:14.6875rem;height:2.6875rem;top:38.875rem;left:2.625rem;z-index:15099;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#S4ZLa7aKLP0rW5ITCSisa6G1baBsBBBI { display:block; }
#N9Az2zxsWRGf4UUPs3RHfXILCUBHJbF9 { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:2.375rem;font-size:0.75rem;z-index:15097;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#cShXc4eXh6aPeA4TtsGWuTk1LBd1nGDQ { display:block; }
#PiRcapxKUNPeIAdFD1FzJBFFTS0ztE7b { width:14.75rem;height:2.875rem;top:42.9375rem;left:2.625rem;font-size:0.75rem;z-index:15096;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#yJrvGve9TusVdM7u2mKpac729noUSWEk { display:block; }
#n8nJThLdSsle9i3ymc8ZR1EGlGqvIiD0 { width:15.125rem;height:2.3125rem;top:39.125rem;left:2.4375rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15099;color:rgba(var(--color-tertiary-0),1);display:none; }
#lapCWSpECs1wIImFlmrLsWL0foF7cboI { display:block; }
#rLfaliqpn8IQUkiTatCbWdUQEwfHqleE { width:14.6875rem;height:2.6875rem;top:46.6875rem;left:2.625rem;font-size:0.75rem;z-index:15095;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#psCrZDKnaR5zEfzLmLgI0RGuTNXlKM0H { display:block; }
#Exo2Axdhra0HH3PglKzfD4aEtsaEMoDJ { width:20rem;height:0;top:3.0000023841858rem;left:0rem;font-size:1.1875rem;font-family:var(--paragraphs-font-family);display:none; }
#AtmhnbXK4k9wg4XJCvp4P2IDK6ocT2Ti { width:15.1875rem;height:0;top:36.625rem;left:1.375rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);display:none; }
#zneSQVhA6kTHZlFnfTgFdwkCeeuAK7Ru { width:15.625rem;height:0;top:38.5rem;left:1.3125rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);display:none; }
#texppumOhtKvSRS4TTtntJZeBRTfoAlV { width:15.8125rem;height:0;top:41.5625rem;left:1.25rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);display:none; }
#EnX5BoJJkCbmcJtg5gmcPSVPzq9xlT1D { display:flex;width:1.5rem;height:1.5rem;top:36.375rem;left:17.25rem;display:none; }
#iL70is9Z0lUmPPHHNnoXd3UdD7c12kVc { display:flex;width:1.375rem;height:1.375rem;top:38.875rem;left:17.375rem;display:none; }
#EeRnW1E6vX0T4RxHL4ATpKTXnMgBbWIM { display:flex;width:1.25rem;height:1.25rem;top:42.0625rem;left:17.375rem;display:none; }
#I7ziSgAJPxkSw1HX6FEL7w6ywh3lQtiU { width:5.4375rem;height:2.125rem;top:47.625rem;left:11.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#OIsebLmX6nGuvgT2f2FFVKeDGmBxTcsf { width:16.25rem;height:1.25rem;top:47.625rem;left:2.0625rem;z-index:15173;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wbgTDlMCWArTBH5tkokAWLQgPBr4CnN1 { width:4.75rem;height:1.3125rem;top:56.9375rem;left:10.125rem;z-index:15174;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#gCzrp0fm51yUUrZsIHvAaF4Ztk3cIXJ3 { width:17.5rem;height:1.25rem;top:38.625rem;left:1.3125rem;z-index:15100;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JOUmMQnAup9RuZXQUFp432W1x3u1eZq5 { width:20rem;height:0;top:40.125rem;left:0rem;font-size:2.25rem;z-index:15154;font-family:var(--headlines-font-family);display:none; }
#tu8xWZR18PdATIr078ky8oOJKsxOimmV { width:7.559875rem;height:4.18489375rem;top:30.0625rem;left:0.4375rem;z-index:15203;display:block; }
#u0GynxI5CcvOnz642zOfbSD0AXbf6WoP { display:flex;top:32.25rem;left:8.875rem;width:3.0625rem;height:3.0625rem;z-index:15199; }
#hEvPJhvxMIn5uOReoXUUodgQqwqX9y2R { top:35.375rem;left:1.3125rem;width:18.125rem;height:1.13671875rem;z-index:15192;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#lwkTkZmrBHpL1bcKnc9pCkxPb7UlXyr5 { width:6.5625rem;height:2.18555rem;top:51.0625rem;left:2.9375rem;z-index:15038;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#oog3B8XSTbNT40MePc8thbU9Z8eevhHM { width:6.5625rem;height:1.56055rem;top:51.6875rem;left:10.4375rem;z-index:15039;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#UNtNxgJ8BT5X98TowJGKRHgMnrIFut3T { top:64.18750190735rem;left:1.5937501192093rem;width:16.5625rem;height:2.25rem;z-index:15188;background-color:#40b356;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ldAEN1HMWLBlbGrnJqvXWs50FNx6VGIW { display:block; }
#AaeRal6vFNGbCvTakiRSkWMxVsqVTvNr { top:0.625rem;left:4.0625rem;width:11.9375rem;height:21.25rem;z-index:15201;overflow:hidden;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LLeTlZfl0lQWGzLDQx8AzfA9zsFBLvmz { display:flex;width:1.5625rem;height:1.5625rem;top:64.555557250975rem;left:2.3055557012558rem;z-index:15202;display:none; }
#LLeTlZfl0lQWGzLDQx8AzfA9zsFBLvmz > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#bcy1VNR3o2JIAZqfkul8t7CTMTs5dOJi { top:25.8125rem;left:1.0625rem;width:18.125rem;height:4.3828125rem;z-index:15193;font-family:var(--paragraphs-font-family);font-size:0.5625rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#INo8e1zCv7S2eLzttTJL2sCAaeJbACG0 { top:23.375rem;left:2.5625rem;width:16.5rem;height:1.13671875rem;z-index:15194;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#dchvCWK97lMyWPJvCA74rJhAz7hJDKty { top:37.1875rem;left:0.9375rem;width:18.125rem;height:1.13671875rem;z-index:15195;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3 { 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 !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:block; }#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3.adaptive-delivery-prevent-bg, #TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3.lazyload, #TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3.lazyloading { background-image: none; }#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3 > .row .container { background-color: transparent; background-image: none; }#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3 > .row .container > .video-iframe-container { display: none; }#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3 > .row > .video-iframe-container { display: none; }#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3 > .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); }#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3 > .row .container { border-width: 0; border-radius: 0; }#TGRA9CRWLzxR5kFTrfwqOyhU1xrAf0r3 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; }#oqBZvTwXMGrdXiDeP34KMwvOowOlJXiS { width:10.9375rem;height:0;top:15.4375rem;left:4.5rem;font-size:1.0625rem;font-family:var(--paragraphs-font-family);display:none; }
#PHqkxd8k2pXh3CQbIdi5JZchws7TPd5E { height:11.207439613527rem;width:20rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW { 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 !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:block; }#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW.adaptive-delivery-prevent-bg, #MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW.lazyload, #MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW.lazyloading { background-image: none; }#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW > .row .container { background-color: transparent; background-image: none; }#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW > .row .container > .video-iframe-container { display: none; }#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW > .row > .video-iframe-container { display: none; }#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW > .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); }#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW > .row .container { border-width: 0; border-radius: 0; }#MAK6VQBUCOhTTiVDEb1wxzELH6NrTmhW > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; }#qEX4e3P2THpkZ4zTdQDXeap7KssDlKBG { width:10.9375rem;height:0;top:15.4375rem;left:4.5rem;font-size:1.0625rem;font-family:var(--paragraphs-font-family);display:none; }
#B6909XLxKgxGTkQ8u10rziLyydV1F9JO { height:11.207439613527rem;width:20rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oBmu0ax752GqT87RNz8t3CePdL00QDE6 { 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; }#oBmu0ax752GqT87RNz8t3CePdL00QDE6.adaptive-delivery-prevent-bg, #oBmu0ax752GqT87RNz8t3CePdL00QDE6.lazyload, #oBmu0ax752GqT87RNz8t3CePdL00QDE6.lazyloading { background-image: none; }#oBmu0ax752GqT87RNz8t3CePdL00QDE6 > .row .container { background-color: transparent; background-image: none; }#oBmu0ax752GqT87RNz8t3CePdL00QDE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBmu0ax752GqT87RNz8t3CePdL00QDE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBmu0ax752GqT87RNz8t3CePdL00QDE6 > .row .container > .video-iframe-container { display: none; }#oBmu0ax752GqT87RNz8t3CePdL00QDE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBmu0ax752GqT87RNz8t3CePdL00QDE6 > .row > .video-iframe-container { display: none; }#oBmu0ax752GqT87RNz8t3CePdL00QDE6 > .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); }#oBmu0ax752GqT87RNz8t3CePdL00QDE6 > .row .container { border-width: 0; border-radius: 0; }#oBmu0ax752GqT87RNz8t3CePdL00QDE6 > .row .container { width:20rem;height:29.375rem;position:relative;display:block; }#JIECTo4zkG7skciTHyFxvGbTAu7soh3d { 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(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#z4qwyVLSe2Zyo4xF44OXS78vbxvVQJib { 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; }
#nTAWDodnabDnJ0d0Cfs5s8vCbRidywzb { width:17.6245rem;height:5.625rem;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; }
#ZDuUchg6ny5pJ2L0I3aINSP7rMdEU05v { width:1.5625rem;height:1.5625rem;top:19.8125rem;left:9.1875rem;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; }
#yQe4bmml5RUTZHWdgB1StwquZVUrNlp0 { width:4.24926875rem;height:0.1867675rem;top:4.373779296875rem;left:15.75073125rem;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zJhJwSHhSQUWO0urPOKANl1H77iLJuDn { width:1.25rem;height:1.25rem;top:19.9375rem;left:9.375rem;font-size:0.875rem;display:none; }
#SimNM6FbTTiX5KnFGgKLw6bFu7I2Wkfp { 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; }
#eHmF3fMccWM0WgIwmL34XGkZELyRV0WM { width:15.5615rem;height:2.2744125rem;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; }
#brMMZ67ip2gEZhXA7XJg0m3wch8Amqyu { width:1.25rem;height:1.25rem;top:22.0625rem;left:9.375rem;font-size:0.875rem;display:none; }
#edi6SudoZTPGlHCpaegZcduGNwtWVOTT { width:1.5625rem;height:1.5625rem;top:22rem;left:9.1875rem;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; }
#ermwnyk0KDarfcxEFA1y9XdTewgCuf11 { width:1.25rem;height:1.25rem;top:24.375rem;left:9.375rem;font-size:0.875rem;display:none; }
#xLLzWxQJyBmfb84eG8aDtFkEgHrsxzeI { width:1.5625rem;height:1.5625rem;top:24.25rem;left:9.1875rem;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; }
#SOAwokHtomTdGsU4edbiv0OpMqTG4IGe { width:10.06225rem;height:2.2744125rem;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; }
#cuG7mzAzR3eJoSNgWwJ4xZbAhhmF0ugS { width:10.06225rem;height:2.2744125rem;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; }
#KCzJlygSuKL8QfVE4thS4xphTTACrTrN { width:1.25rem;height:1.25rem;top:26.5rem;left:9.375rem;font-size:0.875rem;display:none; }
#CasT9LmX44Jonf1csrIZ84O1VczFPFpf { width:1.5625rem;height:1.5625rem;top:26.375rem;left:9.1875rem;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; }
#Kp3VGZpAl9fpwFz2okaoZ7bmP9FsRbCS { width:11.3745rem;height:2.2744125rem;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; }
#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV { 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; }#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV.adaptive-delivery-prevent-bg, #QRDxcZOATGmwSip4fvc7lQi7UdJECnbV.lazyload, #QRDxcZOATGmwSip4fvc7lQi7UdJECnbV.lazyloading { background-image: none; }#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV > .row .container { background-color: transparent; background-image: none; }#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV > .row .container > .video-iframe-container { display: none; }#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV > .row > .video-iframe-container { display: none; }#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV > .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); }#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV > .row .container { border-width: 0; border-radius: 0; }#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRDxcZOATGmwSip4fvc7lQi7UdJECnbV > .row .container { width:20rem;height:13.125rem;position:relative;display:block; }#JUnWLppm34rBGZKoVKEVl6Mv3pz3hDkm { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:none; }
#PSAly4DB9fvnORAeCbTiDCwgKEUehP7c { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#P9G3bpTov1Q8grsrcR1k4lvEdvawL8zP { width:19.4364375rem;height:1.2999125rem;top:11.373958587646rem;left:0.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#dys1DprqNSGiqHB47KqzyDMAMD4M7z16 { width:17.6875rem;height:0;top:12.375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#rQ6dN1JwUkawwO48wuKpQR8ECGTO5Xu5 { width:20rem;height:5.19921875rem;top:1.484375rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);display:block; }
#O57WgDLJykUbB9nEQFKcHU4RRi3k53W6 { width:3.625rem;height:3.625rem;top:6.68320274353rem;left:16.374607861042rem;font-size:2.5rem;display:block; }
#BhqFRkRvOKeSPsgax8si7xntF3BdPhX1 { 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; }
