.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:228,241,229;--color-primary-1:173,214,178;--color-primary-2:119,187,127;--color-primary-3:44,155,72;--color-primary-4:29,141,41;--color-secondary-0:245,238,232;--color-secondary-1:220,198,178;--color-secondary-2:185,140,101;--color-secondary-3:93,70,51;--color-secondary-4:28,21,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Mykonos ar";--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi { position:relative;z-index:auto;display:none; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi { border-width: 0; border-radius: 0; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .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; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#JhytqkzGDX02EksBLaLxa34yeN8SReCX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.9375rem;width:12.875rem;top:6.6527776718137rem;left:35.536458969116rem;overflow:hidden;display:none; }
#fW43oJCDAIgcTDLW8k5gP6ydICPV2THP { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);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;box-shadow: none;height:5.0625rem;width:60rem;top:0rem;left:0rem;display:block; }
#i0E0hKsFcFUZtzBCbo9MIzctIwkxneQE { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;height:1.7875rem;top:1.2625007629394rem;left:23.75rem;font-style:normal;display:block; }
#a1ukARqBdaSbA0L5Icr5thsk6kuW2L5L { position:absolute;display:block;z-index:15010;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.5rem;width:2.1875rem;top:1.5992183685302rem;left:35.3125rem;overflow:hidden;display:block; }
#loBdrzT7r7daHpGk8V86do9hPyppaxO8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#loBdrzT7r7daHpGk8V86do9hPyppaxO8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#oMM8KWBnv9qcp5ulqmTPFkmtwDd1FxmU { background-color:rgba(var(--color-tertiary-0),0.75);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.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#4a610e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"br font n-day";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.8125rem;left:14.5rem;display:none; }
#nrIfQfJtRhO9vJPsrbMP6SeDqkf79TwV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xXRRKFOA7P4AZIq8U7hEZwSxTZTUCaVb { background-color:rgba(var(--color-tertiary-0),0.75);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.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#4a610e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"br font n-day";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.8125rem;left:14.5rem;display:none; }
#VUz27y14sxM82vWa2TVPwcsFztz51JeR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XfzICaudBUPuSLBUbTalPhZCS6a5in5t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:11.75rem;left:14.4375rem;display:none; }
#XfzICaudBUPuSLBUbTalPhZCS6a5in5t > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/uc/b7e631e2-9ec8-4e08-98ce-c4a9b2fd7d66/home.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3.adaptive-delivery-prevent-bg, #OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3.lazyload, #OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3.lazyloading { background-image: none; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container { border-width: 0; border-radius: 0; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:none; }#pySfVgHeGOET26dXc00JqSgEGMK9ac1Q { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:23.4375rem;top:51.562501907349rem;left:0rem;overflow:hidden;display:none; }
#O3loA1grA2udfunco7vZHLnWOxovaORA { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.375rem;top:28.3125rem;left:11.0625rem;overflow:hidden;display:none; }
#MJ91nzHqaqotEAbbaaVHXnXCB05KntxG { color:#0e849e;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:31.6875rem;left:6.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JUC6cLHOSwVqsNTxoVVRsvt4fPRstWTu { position:absolute;display:block;z-index:15033;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.6875rem;width:6.625rem;top:28.5625rem;left:4.625rem;overflow:hidden;display:none; }
#b2veLFwoVVyC2qIllUIvTPUnhJVFWfxP { position:absolute;display:block;z-index:15035;height:2.25rem;width:4.0625rem;top:3.0908203125rem;left:15.8984375rem;display:block; }
#cq8fNC8C3G10Dx7rfrSwE4o3vdenTfU7 { position:absolute;display:block;z-index:15036;height:2.5625rem;width:4.625rem;top:2.9345703125rem;left:3.9736328125rem;display:block; }
#xZG1za3fNn6MKLANdEWKZ7clCIsb3hbm { 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:28.375rem;left:12.5rem;overflow:hidden;display:none; }
#cLmGmO71DpQl3wkDOn7rBVwVkupmrLuo { 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:28.0625rem;left:5rem;overflow:hidden;display:none; }
#Jvpn4qAHkAtZzeBUZSvdmaBUs4LwD3gp { color:#000000;display:block;width:19.9991875rem;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:26rem;left:2.1875rem;text-align:center;text-align-last:center;display:none; }
#GeF2VN8k7W06Qso4op5eOVHK0kGrGaIV { 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; }
#N0WabnUgDRu4w0DTJxu08Iyu6GNROxnI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:13.5625rem;width:18.875rem;top:6.6527776718137rem;left:35.536458969116rem;overflow:hidden;display:none; }
#pleyMzHRrtQzydTwf1umTvTlsoNUWiiG { color:#c70a50;display:block;width:31.183625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:57.000001907349rem;left:14.407552719116rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UDI9p3CxK5bA3S7fAn3QsFrV6sI2FSTX { color:#0e849e;display:block;width:16.9359375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:21.531253814698rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#V4x5F8Zcm0m9EvlGU7LTH5fUim8Se0Es { color:#c70a50;display:block;width:31.183625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:57.000001907349rem;left:14.407552719116rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#x9bTBr8yUO5yuI6a4dthUn8qqG7K4KbH { color:#c70a50;display:block;width:31.183625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:57.000001907349rem;left:14.407552719116rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-form-header {  }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:15rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .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:transparent;background-image: -webkit-linear-gradient(180deg, #0002a8, #000000);background-image: -moz-linear-gradient(180deg, #0002a8, #000000);background-image: -ms-linear-gradient(180deg, #0002a8, #000000);background-image: -o-linear-gradient(180deg, #0002a8, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0002a8, #000000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:15rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: none; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ [class*="-text"]:-moz-placeholder { color:#161616;font-family:lato;font-size:0.875rem; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ [class*="-text"]::-moz-placeholder { color:#161616;font-family:lato;font-size:0.875rem; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:lato;font-size:0.875rem; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:lato;font-size:0.875rem; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .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; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-container:first-of-type{padding-top:0;}#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-container:last-of-type{padding-bottom:0;}#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20.6875rem;top:9.7607421875rem;z-index:15030;position:absolute; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ {display:block;}#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20.6875rem;top:9.7607421875rem;z-index:15030;position:absolute;display:none; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #IpauryxJ9xcNx7VH8D3P3zuHzwmRJNJ1 { position:relative; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #UH1eKTQAqJdeSvyl06Xms5QmSZ7lv0wJ { position:relative;display:block; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #El9hNuqTNMoPXSik86oSQDZdaT5iAb4W { position:relative; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #A1wlEMD0b7CZaCA1etbZ6afr8l0ch4Ni { position:relative; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #GyFWBwwAdq4JkedTA5mPSw5RZzfBBgtu { position:relative;display:block; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #dWrXEI28L9J4Ta5yNbODyl05d1TnDhBv { position:relative; }
#f8HIAsnCw5TNrWN6eXQim8To94GBUJlz { position:relative;display:block; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #qbWUuQELHI8mpWoXm8FrJ2M1mPlIqAis { position:relative; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #yxughMLFUFtlAddQ8XQV1W4iTBPaJEBB { position:relative;display:block; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #N4IpLa8pqyciqqZVpbzNHm3BfHy8yRUs { position:relative; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #ntE3GPTReDa6TorEI5QUa33SKaqyHbh7 { position:relative; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #hHzVeKSL5kCDnMB9xcxcWz2BUSfram3F { position:relative; }
#ZPmMfJiBTgsxcaoq4TT9SmHR6DWbnD05 { color:#c70a50;display:block;width:31.183625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:57.000001907349rem;left:14.407552719116rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qyZFPwJtOlCZZMoBzBfgLabmSXfcMfFA { color:#c70a50;display:block;width:31.183625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:57.000001907349rem;left:14.407552719116rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QGS9pJgTlETd7amdr14UJtTUHCWeDXS9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#QGS9pJgTlETd7amdr14UJtTUHCWeDXS9 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#zSRcdSM2hkfar6WWgbkZLUIg08gMTuc8 { background-color:rgba(var(--color-tertiary-0),0.75);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.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#4a610e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"br font n-day";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.8125rem;left:14.5rem;display:none; }
#fwn72M52dVm6SdrdMtsVKQfGEJZEm0ZP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F6QITQTp4lQJ832mfI8DXQVOeUucS7UV { background-color:rgba(var(--color-tertiary-0),0.75);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.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#4a610e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"br font n-day";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.8125rem;left:14.5rem;display:none; }
#QHdnIRTEtr9pA5nD8JwORetIq9AFazBh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dRpIwSmZznTPFoTP0oTPGdnbgCWlASyc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:11.75rem;left:14.4375rem;display:none; }
#dRpIwSmZznTPFoTP0oTPGdnbgCWlASyc > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; }#HB97UeP3PGnThk1FE3xx7DQNtAwVeyQG { position:relative;display:none; }#HB97UeP3PGnThk1FE3xx7DQNtAwVeyQG { border-width: 0; border-radius: 0; }#HB97UeP3PGnThk1FE3xx7DQNtAwVeyQG > .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; }#HB97UeP3PGnThk1FE3xx7DQNtAwVeyQG > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gGyPe1Dzs8FlBqnXPfsJqCLytATc5XZQ { position:absolute;display:block;z-index:15013;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.1875rem;width:2.1875rem;top:8.25rem;left:50.625001907349rem;overflow:hidden;display:none; }
#e8W2zDB6zwK7k8iOGmwAFCKiV777PPk0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8735625rem;height:2.436525rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:8.1223964691163rem;left:37.326822280884rem;display:none; }
#bUOZdfuBHD1PiG76twrirC9rTZpgFwwo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7KUVWwrqUuzaVDQiGd2n1nzrFVo4U8S { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.54394375rem;top:5.3671875rem;left:24.520833969116rem;font-style:normal;display:none; }
#UgRDuolMvvtehMJALSAG6mIywyGiQ24f { 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:15043;opacity:1;top:4.5833334922791rem;left:52.812501907349rem;display:none; }
#prDbZozHxJV8dfCFSOm2fKkOGN4Uf3dk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8735625rem;height:2.436525rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:12.75rem;left:38.339845657349rem;display:none; }
#ZUUQ7OUP3Rg4x5gW627CaKfH5IDsLCZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wNQT9L2pTxrnWkw8L3lXVbT1c9o9RShH { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:;top:12.875rem;left:50.625001907349rem;overflow:hidden;display:none; }
#bcxuHSS8WoJ3me2pLQO16SQWZDVakcsQ { position:absolute;display:block;z-index:15018;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.1875rem;width:2.1875rem;top:22.125000953674rem;left:50.625001907349rem;overflow:hidden;display:none; }
#kUe5lBCICAfw7ZaICfVrViwz92sSnmM7 { 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.1875rem;width:2.1875rem;top:19.812500953674rem;left:50.625001907349rem;overflow:hidden;display:none; }
#ktwNM3hQLAApEMxKNlrQNKhBrWbFpeXs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3115rem;height:2.436525rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:19.764324188233rem;left:41.979166030884rem;display:none; }
#L3HyI5gubMFg8oR5IUg67SaTc7CkTD1v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m61OZgxVdQcqa0tvGtQGlicFAX5pX94P { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8735625rem;height:2.436525rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:29.000000953674rem;left:37.576822280884rem;display:none; }
#uyS5uNA4zzVrK940RlcollVtGAfFkqik { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HVATFAXl4UNArC05H1uN7bBIlCy67n1a { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.87425rem;height:2.436525rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:22.000000953674rem;left:36.078126907349rem;display:none; }
#tVQtprhEABIJ6JLlLFM29TfdeLbnTwa1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vyMUCWLtTeiHFCO354UIqv3en3KNqTk6 { position:absolute;display:block;z-index:15019;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.1875rem;width:2.1875rem;top:31.437501192093rem;left:50.625001907349rem;overflow:hidden;display:none; }
#APq9FBbe8LE8QhaQVGTg5RhB7BowG1v7 { 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:2.1875rem;width:2.1875rem;top:29.125000953674rem;left:50.625001907349rem;overflow:hidden;display:none; }
#vOhTIsKRJHN2ncIMnb3PO9ZZ87HgtLWu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8735625rem;height:2.436525rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:31.311199188233rem;left:38.527345657349rem;display:none; }
#vtIbBU0x4qpnKzWaVUAkPcb2aeGohMTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FhhzqqkrWGA3hupzGmkM5RkJBSrPyD0I { color:#000000;display:block;width:19.9991875rem;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:26rem;left:2.1875rem;text-align:center;text-align-last:center;display:none; }
#CXF1Q5rI4DtF1WXJRLVEAPazuhTzDbiy { color:#0e849e;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:31.6875rem;left:6.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cscOUGbsXawmIwkQgumelq2NPFp6epLz { 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; }
#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT { position:relative;display:none; }#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT { border-width: 0; border-radius: 0; }#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT > .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; }#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,190,190,0.98);background-image:url("https://images.assets-landingi.com/uc/ff7d2200-0299-4b0b-8149-00cae5b7953c/Untitled201.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT > .row .container.adaptive-delivery-prevent-bg, #MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT > .row .container.lazyload, #MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT > .row .container.lazyloading { background-image: none; }#dzwVMWwLgQqgwMqTziBGPXcMRiE4sd3Q { color:#945f8b;display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0.97006797790525rem;left:19.4375rem;height:2.11289375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KAFgrmFCe7s3uVOgDqO7IgEnOMMKV1K2 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;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:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3.0820465087891rem;left:19.75rem;display:block; }
#VOUWTKZHBOiTWXJenabv6yWyuZVOzNbX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t { position:relative;display:none; }#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t { border-width: 0; border-radius: 0; }#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t > .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; }#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,190,190,0.98);background-image:url("https://images.assets-landingi.com/uc/ff7d2200-0299-4b0b-8149-00cae5b7953c/Untitled201.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t > .row .container.adaptive-delivery-prevent-bg, #oB17slUxz6wuADm7JQmmnOy8GtSVqE8t > .row .container.lazyload, #oB17slUxz6wuADm7JQmmnOy8GtSVqE8t > .row .container.lazyloading { background-image: none; }#TvMqAR3SoHOQl0oIaVLIE2QzeSAdNtVV { 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:17rem;width:9.5625rem;top:1.4953126907349rem;left:46.320705413818rem;overflow:hidden;display:block; }
#LhXPOafOQHb2v4rqD4oThS7vk6l1MSbi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:9.375rem;top:1.5574221611023rem;left:29.753910064698rem;overflow:hidden;display:block; }
#XgPa2Fw28iTsS1q6T4OEQvZp6NinhdAV { color:rgba(var(--color-tertiary-2),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:20.010937690735rem;left:41.460941314698rem;height:11.6161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SZRS97I6eNXXSgyFeye0K9dQhBVN27UT { color:rgba(var(--color-tertiary-2),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:19.072266578674rem;left:6.3070297241213rem;height:11.6161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DIPNKhlrZc2xUv7UoBr7TUtIMPAP89Bz { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.633595466614rem;left:14.560546875rem;display:none; }
#T2QhtRLNadJzl56ZPbAsL1su2TGoMrav { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aObpnDgBFZycGrCrabRTnq3rIXupqVTV { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.633595466614rem;left:14.560546875rem;display:none; }
#OowRTsQpeblciA7bVPefJshxNSVk4pTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc { position:relative;display:none; }#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc { border-width: 0; border-radius: 0; }#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc > .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; }#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,190,190,0.98);background-image:url("https://images.assets-landingi.com/uc/ff7d2200-0299-4b0b-8149-00cae5b7953c/Untitled201.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc > .row .container.adaptive-delivery-prevent-bg, #d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc > .row .container.lazyload, #d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc > .row .container.lazyloading { background-image: none; }#M6baoRtMol5oeJM3FxThmos8TtZpnOF6 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:9.5rem;top:2.0636711120606rem;left:28.751956939698rem;overflow:hidden;display:block; }
#VzHVbNycA5zWsP0CleSR7V2D9kEWnoa3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:9.375rem;top:2.1304683685302rem;left:45.495700836182rem;overflow:hidden;display:block; }
#azTPVqsGkegBn3bJv7Tuy4dqzSAkgT2M { color:rgba(var(--color-tertiary-2),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.093751907349rem;left:41.211330413818rem;height:7.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DM79ESm0UuPElFvIDewL17aE4H2rzhek { color:rgba(var(--color-tertiary-2),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:21.093750476837rem;left:22.210548400879rem;height:7.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S7A2McayG2qgy0edrtzTFdmGi6XS5FxF { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.187501907349rem;left:18.134765625rem;display:none; }
#qBRtT2Goxw1XqSttUJ9Kk7nloAmITnED { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z4qTXpCuSACLZ7E444VOdepsgrMJz2MG { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.187501907349rem;left:18.134765625rem;display:none; }
#A5x8HgVaV4JTih8sUD2hnRfawoUl07Js { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk { position:relative;display:none; }#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk { border-width: 0; border-radius: 0; }#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk > .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; }#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(111,151,132,0.98);background-image:url("https://images.assets-landingi.com/uc/ff7d2200-0299-4b0b-8149-00cae5b7953c/Untitled201.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk > .row .container.adaptive-delivery-prevent-bg, #kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk > .row .container.lazyload, #kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk > .row .container.lazyloading { background-image: none; }#T1CnwIUguhtG7uIHDOJaIJhLPRUBpyuU { 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:17.1875rem;width:9.625rem;top:1.4953126907349rem;left:46.320705413818rem;overflow:hidden;display:block; }
#tckBCm1l0JWzaSBLLL4urZTb3yyWOMCn { color:rgba(var(--color-tertiary-2),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:19.717966079712rem;left:41.998828887939rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vapz50zqCiTT01TEuyt9ugiKvaFQaooi { color:rgba(var(--color-tertiary-2),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:20.465626716614rem;left:21rem;height:5.844725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTHHZBLQUnScEcfEdR6LMFi1ZCJ7QVCC { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.711330413818rem;left:16.681640625rem;display:none; }
#U3bXIAPBLkc2HqsC3FKOLryZ66MR1GVI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uNGxm0XDFdMF5yJe3d50tmoF19n5ngv2 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.711330413818rem;left:16.681640625rem;display:none; }
#m86aXKu1U232cVtqX0u5hIkln5FGB51T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ndLd0Q3KEpc0zunhviduRVg2PtxFMGaM { 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:17.1875rem;width:9.625rem;top:1.4953126907349rem;left:46.320705413818rem;overflow:hidden;display:none; }
#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container { border-width: 0; border-radius: 0; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;text-align:right;text-align-last:right;font-family:cairo; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;text-align:right;text-align-last:right;font-family:amiri;font-weight:700;font-style:normal; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-trigger.adaptive-delivery-prevent-bg, #CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-trigger.lazyload, #CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-trigger.lazyloading { background-image: none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f { box-sizing:content-box;height:auto;width:49.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.4541015625rem;left:7.75rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OwglBkuzIGzrulZlZwmshWiTHW07SquW { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OAcUhxkNZpk09rxUefLMWGtH3ZLAfq4X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #l4MTlKTDuD94gKkxDTs0CQiXt9lEFdcQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #AP8zBFQPEkSfFPIxamZ2pz95GAR5nztF { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #pHdu642Fpy1GwBv74Z9gdttbaFPOi5p0 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #iwAxlU5gX7JZIpkiyKkRW6KTrkuiqHv3 { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #fzFpeagEMpSphCC4RgMR564NxcS40d9x { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #JuhVkN9bS9k9FKLB4Ey5BveXT39iTUND { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #F2fB0ZmOhWQS8NE2Kl9JbiWDaUBgo7Hl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #v8SmkDgmkenwcRcI3TVTJBQccbZeMJPo { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TukhfysiB3g5hs9OTmoNoM3KfO29ZOkM {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TBn1mkbTTopyFTGtdJ0BoiPyOpJnUAb3 { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #e1szwtSUhU6MQqdShBSziyZtBt5GqpUV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #y6LT9vmMmNhBpzgk5upAFozxIFDVEODX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #mvk03m6KCAnO0oazbpXhmBkyWuHKNAOc { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #chROoOOT9N0wwG7fTkAW9psQSCrkZTS4 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #y9lmcbKBQd58O7E5DqxaN4stm0XMLRWU { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #q8FJ5TJ7UOtITbuRamic2V1x7kALJgzw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #zMlAkxoKV8nqDTCBQbymFDdaC5xTgZgk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #yWSqGIThhpi0zQPynTfNwgvxuvAV6FWn { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #yHg9qNIisOLzCL5mkgH1N43sM7psMK27 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Il9GcoLZeaHbfKGuWT0wC2yF0pWfuNSk { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OaVR0JwO4k1rO3QLGtVG0RSk3gonFLTC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oy9wZceM8uwEFMUH4FA9Qp6QRB6EBZRm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #mBRhK7PmcZuvJRRFgMAMO9KTeITkQO3g { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BedPA7Qr2pqKJqDoA7MioDJBuTVfBPL9 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qqM4SOlBi1q4axFXwLgta8bQHcQKeemR { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cTtqJJwvo6tUdHLchNQDckDAwFkSoetH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cvGaFITGqblP7JN4w1gHsfSA6WFo2mQ9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #vcEQaVJA6i2UpIcqmr7gAakypDqpuFXo { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #uVFklxXaaRd4Cbe4yOqgcz3Eyb8PRPnH {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oqaXipLbgFN650y3PK8E5aE3UkiF8UVl { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #i7QBVJO7Cr2G9n1Kc6tK6CXKbPsZbWUs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qE0x036GdXED8tUpH5W7KX0heOPdHLRg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #z9g3b3Mp7xbCQZSo6JeJ8mJ9EQXX9eVm { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #RR8wKCVerehfiSplkTvQA925qubMDUn6 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #KDah8BpTiUixNcbFX0y3kBRFsZMNz5EC { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #ot5UAA6LTLQsOQHmoh9XoD1I85e0KQ4G { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BymxBheAcmm0XT3GCdwP4998xKhTfVyQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TitwSHM6odn7Z86FAD40l5f3TLpdrVNi { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #zxCghzLbGimL9xuhDHbligT7uu1Qxtzz {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Ihgu2uTNKy7JhUiSy3FJozhKwiuuOZP8 { display:none; }
#T59di0zSl4DEfGzudTmorzbPMJs7oP4Q { color:#000000;display:block;width:15.4980625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:5.8125rem;height:2.0317375rem;font-style:normal;display:none; }
#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos { position:relative;display:none; }#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos { border-width: 0; border-radius: 0; }#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos > .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; }#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a34c2b;background-image:url("https://images.assets-landingi.com/uc/49ddbb47-4102-4097-ade8-bf7ddc30dc56/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos > .row .container.adaptive-delivery-prevent-bg, #UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos > .row .container.lazyload, #UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos > .row .container.lazyloading { background-image: none; }#ws1CkFpK9JDLc6tCTTK7FU6bTTVc2VCd { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#PM8MkeXfPafqvV8CJHuRMnzl68mHgih7 { 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:6rem;display:none; }
#DHSDbDKnRMlFGL8rgV6VXcwgA7666UXl { color:#190309;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:36.25rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L2EM5FZkLUESs7VyuLr2J2UkoH3rF2lO { 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:15006;top:4.78125rem;left:50.4375rem;display:block; }
#tka69HhVyCXXkrsSvT0vTrdFyMxe37WU { color:#190309;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:36.25rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#mdyV8xsNlP2FW3IMDKMObFTLhbvwA0NP { color:#190309;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:36.25rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#J5SwJGLCdHmp4AbO55fxUmW5zOt4NOes { position:relative;display:none; }#J5SwJGLCdHmp4AbO55fxUmW5zOt4NOes { border-width: 0; border-radius: 0; }#J5SwJGLCdHmp4AbO55fxUmW5zOt4NOes > .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; }#J5SwJGLCdHmp4AbO55fxUmW5zOt4NOes > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rH60TS3phPAnZhb2hJnoAfaCFT92LlF0 { 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:31.3125rem;width:31.375rem;display:none; }
#s0U3eZXtU771q4PbrKn9IiSSbDpDGkkF { color:#c59656;display:block;width:10.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15159;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:44.550000190735rem;left:18.514843940735rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sNR7kuQ5qCw0u9ngJRirfZ8Qs2dQOmOA { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:18.125rem;top:46.66250038147rem;left:14.546093940735rem;overflow:hidden;display:none; }
#XqmR3TDwPfhgUmDc7THi5vMB7d6veqql { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.625rem;left:1.6875rem;display:none; }
#fns6CTc6InaPoQEK84foDf94CBuZXiTo { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:24.6875rem;left:0.625rem;display:none; }
#xg3AL2A4A3S7VbUJkgitUnEIlaDhJeFF { 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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.37) ;box-sizing:border-box;color:#b98c65;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.625rem;left:0rem;display:none; }
#gKOEirtLX5uWfwqwCzeqO3EMRikkZ5Xe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HKPVAt7Pw2IuzxKqbRFa4TWlRnioxqhs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WJd0cbU5wHIOZneT749JHU5CIvCxAVXr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WJd0cbU5wHIOZneT749JHU5CIvCxAVXr > .row .container { border-width: 0; border-radius: 0; }#WJd0cbU5wHIOZneT749JHU5CIvCxAVXr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WJd0cbU5wHIOZneT749JHU5CIvCxAVXr > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:60rem;position:relative;display:none; }#LhqKEJitZhtvXi5C5Jd3SoV4dMfk51iI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5rem;top:8.625rem;left:6.625rem;overflow:hidden;display:block; }
#hbx7RQTAUVC5pUWbXRUBf4ilxAibLNT8 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cm2T9Q5xOaVPWNFsT51a30cHtu8tlJZV { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tC2DgTy2u5x3pJkRhKwU7S3fXTaH7vbg { color:#585858;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.25rem;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; }
#W38OdT7CiGMOX4w0lfb9dhstUXfOdWnb { 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; }
#ImVNcp3DZJGtoVUTq22zx4bC3qmT4bko { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m2OUfcFd4tCvNUc1eDsQufeJkycqCpDu { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#G6LGSm9GAuyBOtumAk4nWp3TdnzomTIB { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#b3kNvO2h5yeWhHQMvFDnkdAQgrfce0Pm { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eqIAuEZbzT6TG6k1L8t9KBmdsbU8vQV8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5rem;top:8.625rem;left:6.625rem;overflow:hidden;display:none; }
#vCPwXoQxChKndsIHiJOONW5GIM3gWbkA { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KiqEG7ApJc5nKO3qsywHesfDZOEdEGzT { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nk7EnP39LfAtp83JKX183gy8s4XPWs4m { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VytP8FCR2EH0Cv8JfygdHbiL78FVce1Q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5rem;top:8.625rem;left:6.625rem;overflow:hidden;display:none; }
#tt8NBz7TCxuwXwqo4iwG6xCZfngV21lA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#tt8NBz7TCxuwXwqo4iwG6xCZfngV21lA > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#D3RLW7IeqXOU7LIC9cykgZ0pE5Ep2k6c { 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; }
#MofBcEpcekhukZtb1Bwk33fwLAmriBKq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSELHVG6AIyNSZPTG1mft3B9zw8t6Q0o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#MSELHVG6AIyNSZPTG1mft3B9zw8t6Q0o > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Im6h6m1KvC7dRF5OzShg9s57lnxMyvHT { 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; }
#TQ7mhHliZHMGcMT5AByLEUbzrcihBgdk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQt19P9Gp5xccPzMCrQ5F6OJ9puLrH8A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gQt19P9Gp5xccPzMCrQ5F6OJ9puLrH8A > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#PIsH9nJ9J905BklSPCSCHUZbTJbDax9e { 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; }
#U7CUkDEFAMaz9ykow85dBaJJe1g1axTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UAZ97Sy6Tf0NubBRmWMe4OCWSAAc2nAW { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KceCI1h5Opz7sDSivKrkZGTHCbT9AVhw { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SblQqTgR9Amgd5hOB0XJcANtMCXkWmQp { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bV9BAxkR56F6ngrSl6nMu6zbJKZ3T7Ts { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5rem;top:8.625rem;left:6.625rem;overflow:hidden;display:none; }
#NZ3tyXHfVWTEc7bwDDRAUnelrzWNd7TT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#NZ3tyXHfVWTEc7bwDDRAUnelrzWNd7TT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#MGTDEKdRFP5dJylDplXlTptbVgXwdvmx { position:relative;display:none; }#MGTDEKdRFP5dJylDplXlTptbVgXwdvmx { border-width: 0; border-radius: 0; }#MGTDEKdRFP5dJylDplXlTptbVgXwdvmx > .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; }#MGTDEKdRFP5dJylDplXlTptbVgXwdvmx > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fHxuR0rRpCwGt8adVEeIy9TpUkI3ebd5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:4.5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#P9hsu8Wa1iXNWlEmMq0fvnTFpygpEGuf { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#UCeSgEeCVeNl50d8Ffnq7XSPqfaNInfo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KJltlF10NbHquEOHq7ZFd8mJiEf0SqzE { 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; }
#GQyuSQvJGdJtmdr7sfAPCiIUzEUzTt3I { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.9375rem;left:12.25rem;display:none; }
#Zf17qnTMhXTCAz2Q9tOLnLvt1WSMi1hL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jvt1pf9cokG1ePFTLfqvJtcMh5nw1wS9 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#aZV7PKWGMEdWw0ZJDpCoxNkm1G3aRhiX { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#PpeiS7wVttTMMXInxOaUUNAbhT2PcKC2 { 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; }
#Et4J5vSkecfp31i4n6LM7xI5Hk7WV3uz { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.9375rem;left:12.25rem;display:none; }
#A6Dpw6urlZINatJtvHENDz7rJ3heNfgp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iThuxNbxzPooGN0CIBhEWcRQdLcoZiM9 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#oVpcFCtDnGFvbzSH76mphINaCzFOb5WU { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#F8HeE0k6qJ2rdgK3H0z7ZGPPWNqeutzW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:4.5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#GUin4JkWaZl89rnxsu6U9h1WzsacTBPo { 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; }
#gw78XAo4ApIUtyw9ZTv43l0C9mqgBlfn { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.9375rem;left:12.25rem;display:none; }
#L5Ac5bnmsUhTKUThIDfxEdi4pRIpfNpJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fdOnTP0tJgsIznvnXQ3vIcWMHRJydN6q { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#wUkgdf8uCv67SaHlUvSxfICfLxG9f2Tg { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#xCEfSaTJoVH8Gk8o530TOtoTWnpwhGLg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:4.5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#fTucvnvJ37VyxQGxRlguEGWb5fZIsOQ5 { 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; }
#ITOzIgdfw9Jh3IS0nmXRf0yxlRQnyC7J { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.9375rem;left:12.25rem;display:none; }
#DHFAhgS7xVH2hHAJCv7m1yIeLv8Jp58w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lwmxAxLVG14ggpfxDPDZOdS9OGFexqoM { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#HfSzrnz8ARtxWtpbmHS8fIDCox0s1lNh { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#KM5ittkX8JglheLCZPfiTbMA19v5P5KB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:4.5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#vGFKFKH5OnXrwTZEQ6KGOOvNickn4rDH { 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; }
#k9slT2xWadckVKwyyBBzzs61WNNVZdkJ { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.9375rem;left:12.25rem;display:none; }
#FWfyIBTL88bTEcE1R1qQV2wTgWSZCQrV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gB7cV2yd6uDh9McrvkyLGc5bTsTTT9Qa { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#aMy7LcgA710f4XBCk7RX1Z5pLl2uQG9i { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#mbdPc4VPxlfqRuIgV7TJfQHXTHbLocT2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:4.5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#eUE4HOc3KzzStXBiuNw1WiatxBFH3t4w { 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; }
#ada5ZCImJm8WxrNcqlnqBvTItGp03rMa { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.9375rem;left:12.25rem;display:none; }
#hiGvfsGFoV6TpAzi0rRq8KKB5yIsqSRI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vPHt4Sku8vCHKyLoDJsf0nTqy3uBJg44 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#Jb08uoFCudorHdt0FZlAOEsLSQwkT6Ix { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#RA92Ht9vbdzuPxQTXxbUmWragAEUWiLN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:4.5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#za8RfMDSFD7ec0WuT6FhTPyOSnuLo9tG { 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; }
#fXzeqOZVKQmQfpTdv5Uoxb0dJqwe8TDT { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.9375rem;left:12.25rem;display:none; }
#p6l3Ne9ZrVI3T2rKe2x2p5kaEsqk8Qkv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m2I1szW8sDmfvIPCFmwkpJrtv9fJ8HAM { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#frBRHkHs5tHtmKBLcm9MJZmVvOnQ0GbA { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#rmalF8tUsVIPQ2xuPg7FCxJB5gqEIspv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:4.5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#hXCI2hXynlHpKfqnUumn6F1gxWS0schf { 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; }
#eGDZa73Hsb2aA5Gn7tetKmMxQ9sLr3uL { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.9375rem;left:12.25rem;display:none; }
#VXZc0IGyFb8wFwJqdOgVCa1Qm47xQB8H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QVfGuEztTyzOX2IURcTL0KX2x6FTroFc { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#caqWB3yvTTt7am2Abt3OLxlyFf68EW2U { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#iVx1HNmdT22TWDhc2AeyeC9FRIGdgnyl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:4.5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#hgzMGomshP4sV8urmrceSDBRNXVPvEFo { 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; }
#dIU94fZ2MNAWMma7d4UnUJhDwTtdHVvf { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.9375rem;left:12.25rem;display:none; }
#fnKzNZBRSULrHTKlBan1WEDwBxGRdX9s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iGyp450AFqOxptdHEJq5dP8iIn1lCZ3t { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#ed2vxTdTmJ3TQLslTgFc8IMJ7Zr4r8mE { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#MSAyDWt4soUWUAQqQWWv3DNZyaZnDr0n { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:4.5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#xcW9QrByr2dtxyfWwNytszaB2NxPZFgR { 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; }
#HUJJtEW8KXWAa0o6Xb8qivgWvdkhWzLh { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.9375rem;left:12.25rem;display:none; }
#xmw61rEHe8sVoB3VLN7FHw6nc44SKL32 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R7hQ7sAD6AmTTD4qfbLD1EE7isgo2Xzp { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#QxBe8vosV6Eixz11LP3NSNRITMywGTJR { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#ornVXfXtAK8BORBTHbWH9VnUrl3KRgS3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:4.5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#LB0yfAtg4hkJyqOkKITIHpXO7Veht9lz { 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; }
#dpmsDEc8aLu5tiZb5Rwh46aEAg3ydIVU { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.9375rem;left:12.25rem;display:none; }
#R7N2Gq3sGQHEnVfe6r8WvNyIM0AXlg91 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kz6oJ2fUQCiRKVD6lIrm75CXns274I5X { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#mM8VaBeJFmhyIGXRGasB5cbGPNkJIwlM { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#ydZ1uJWUBRhKecArbCXHwW03mtOIN74s { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:4.5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#T7n1u0mKgOFAp9G37R6TDHHn3ab8twRt { position:relative;display:none; }#T7n1u0mKgOFAp9G37R6TDHHn3ab8twRt { border-width: 0; border-radius: 0; }#T7n1u0mKgOFAp9G37R6TDHHn3ab8twRt > .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; }#T7n1u0mKgOFAp9G37R6TDHHn3ab8twRt > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KzisVcmm46zy305veqXw2fM9hKFVqhL7 { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:31.1875rem;display:none; }
#Rl1ovJynpMPDiXpTTeEiSe9TrIT5rFnH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FJN9FrWJPqbhOFCtp3gLywaUoG67GEXX { color:#000000;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.5rem;top:37.1875rem;left:3.6875rem;display:none; }
#qWkeiQlZFSNlTAbmnmpAbvMX0GzzCoWo { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:25.125rem;top:22.3125rem;left:30rem;overflow:hidden;display:none; }
#IkWrQfZhdaODIULJCitbGath3bwlQBd1 { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:31.1875rem;display:none; }
#T6ySEOLBbqPzanWKkvBxQ0Psy3MMdCNf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mE7AQyB08qNDBEDvOwte8gitCMppJ5IF { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.5rem;top:15.5rem;left:0rem;display:none; }
#ZlbT4RcRTcKgrmCRbmsJzruQh6u4Zzi2 { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:25.125rem;top:22.3125rem;left:30rem;overflow:hidden;display:none; }
#IRIxlhbZI8TeRb4596l6xEFllIoXuPwp { color:#0f86a9;display:block;width:23.8125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:1.5rem;left:1.1875rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nWxA6QTLBayeJIZ15Bv2o4xoSA7gBUJB { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:31.1875rem;display:none; }
#nfJKeGKAIGCACk0eHiqWiDzhVSuaKQTw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKfRPZyo3kW4wWlDfeqzTZW4uVJynE6q { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.125rem;top:54.125rem;left:0.1875rem;display:none; }
#HTnsEEnVeSiS02NunEy96gK2gFCQh1JV { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:25.125rem;top:22.3125rem;left:30rem;overflow:hidden;display:none; }
#E8TOSWlefS2TspEgA2zaBBmoPzKg6Wmc { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:31.1875rem;display:none; }
#gDz2wkssMaFy2wTz9vtvyU9Q9OiS8cWG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dWwhuWG0rEuuOtGGxseBng5FQGFHiNKd { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.875rem;top:71.4375rem;left:0rem;display:none; }
#wmTnxTeIhUdBgHfuZkgoPTewQgDfzqH9 { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:25.125rem;top:22.3125rem;left:30rem;overflow:hidden;display:none; }
#rmZo02vucTp5KdHgiezH6219J1VboLpU { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:31.1875rem;display:none; }
#IyKP1NEDc5zeWPZX2nnzGOJNMLq7eE86 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EHigEHo482QesMp8u39dUKGmncTTZOQf { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.625rem;top:91.4375rem;left:0rem;display:none; }
#HNKSi7VOFnkZk3VytScSeZ0AvRmimoI6 { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:25.125rem;top:22.3125rem;left:30rem;overflow:hidden;display:none; }
#GXHxG6fWsyBzTFX7TkolN1X9mO4RwmZV { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:31.1875rem;display:none; }
#cwmxFD9212uyRsSfVlCKOWxWMl0JArFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sy3P19mPuuZorgFLKGwvUeF3MnqCiGdo { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.5rem;top:114.75rem;left:0rem;display:none; }
#kd108tJQl7RayZ1I4wUgxggUJJ0pWxk2 { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:25.125rem;top:22.3125rem;left:30rem;overflow:hidden;display:none; }
#pJLb1ATbtOKOzgC1vULqk7gehXOMtse3 { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:31.1875rem;display:none; }
#idfyZ316HdeC0eNX1H2oy83RvNhmUoa6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hpOOXdGLlBpK5fCNTfICXAdqcIc78lTM { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.875rem;top:133.375rem;left:0rem;display:none; }
#lW2TTgxmzOXX1NqMEfTfXqf7BTDKvTEF { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:25.125rem;top:22.3125rem;left:30rem;overflow:hidden;display:none; }
#gPa5xuE6wNkVeXqqte6AVAdF8sI4DteT { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:31.1875rem;display:none; }
#IJPLAlakTWNTKgzOr77fK6lcFJsSfRxc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pqqzQ2EJo2TqV22qizu28Z8Wdfc5JuhQ { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.125rem;top:152.4375rem;left:0rem;display:none; }
#cyEcwxXko8rm7XRGOlfUFPukZdGIIQuq { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:25.125rem;top:22.3125rem;left:30rem;overflow:hidden;display:none; }
#wXHSJVqkS9yuPGSxetMKdUkzELkv4wkg { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:31.1875rem;display:none; }
#cWZy2ZwTcfir9oUxN7rmTros1omlQUo0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VifLTIrrJOJPQUPNhfanzK5tdqLhdTfg { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.125rem;top:170.6875rem;left:0rem;display:none; }
#Q2UI9D1yUgZH5N7Khlf0sH2vJ3ZdLffz { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:25.125rem;top:22.3125rem;left:30rem;overflow:hidden;display:none; }
#DEpeSGSbyg48OxnBtsIoCVtiSb0M2u62 { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:31.1875rem;display:none; }
#fAFFzvXEaliPWNpdRTs4wqnExH2egwXd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rMIQhAEAkQgMdXCco90P7EmbZpbNP4GA { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.5rem;top:188.1875rem;left:0rem;display:none; }
#olnJFxdCEVnFToFJHBrNECFVQohkNoaX { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:25.125rem;top:22.3125rem;left:30rem;overflow:hidden;display:none; }
#BtqqIF3voBQ9q17z1cyi8ZXeeZ29SrPJ { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:31.1875rem;display:none; }
#cFtapFDcfwMZozX1vJTpqGSWRrTDR2US { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TszTx80UllIp9hThTTLsBpVMTBlbci7F { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.5rem;top:206.9375rem;left:0rem;display:none; }
#uWTN90UuLRv0R10m4HFUmkPdiV9vZP5N { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:25.125rem;top:22.3125rem;left:30rem;overflow:hidden;display:none; }
#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf { position:relative;display:block; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf { background-color: transparent; background-image: none; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container > .video-iframe-container { display: none; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row > .video-iframe-container { display: none; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .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); }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf { border-width: 0; border-radius: 0; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .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; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a34c2b;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:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container.adaptive-delivery-prevent-bg, #WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container.lazyload, #WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container.lazyloading { background-image: none; }#lncnftVh8PLQ7Qrd54FzithiTzFWz4dT { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.54375rem;font-style:normal;display:block; }
#oskdUgLAq9BPICdyfkJM6CTMkBm7Fybm { 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:9.875rem;height:2rem;font-style:normal;display:none; }
#KChWTiZUw4ctBMtMh6Ze1O4yVKltlTCT { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2.00039375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PWl9qVvh1eqWUEqhKT3EPkGWBshOCsaW { 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:6rem;display:none; }
#c66mEkdtGQuubt6WJ51fx71xbJxcxhmQ { color:#0e193d;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0625rem;left:38.3125rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#n3KbUKfeu1p4OheZuJzBitNRy1APqvp4 { 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:15006;top:4.78125rem;left:50.4375rem;display:block; }
#Wgs3deG8O9Qwy4B9eZwSnZziBhJd5uV6 { color:#055a87;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:9.125rem;left:31.5rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#Wteu7HLroGl8GTKMkEoFLsf3wuXiZ9Tv { position:absolute;display:block;z-index:14999;background-color:#ececec;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:2.9375rem;width:20.1875rem;top:8.5625rem;left:31.375rem;display:none; }
body { position:relative;display:block; }
#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi { display:block; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row .container { width:47.75rem;position:relative;display:block; }#JhytqkzGDX02EksBLaLxa34yeN8SReCX { width:12.875rem;height:8.9375rem;top:6.625rem;left:28.875rem;display:none; }
#fW43oJCDAIgcTDLW8k5gP6ydICPV2THP { top:0rem;left:0rem;width:47.75rem;height:5.0625rem;display:none; }
#i0E0hKsFcFUZtzBCbo9MIzctIwkxneQE { top:20.625rem;left:0rem;width:13.125rem;height:1.5rem;font-size:1.1875rem;display:none; }
#a1ukARqBdaSbA0L5Icr5thsk6kuW2L5L { top:1.5625rem;left:29.1875rem;width:2.1875rem;height:1.5rem;display:block; }
#loBdrzT7r7daHpGk8V86do9hPyppaxO8 { display:none; }
#loBdrzT7r7daHpGk8V86do9hPyppaxO8 > img { max-width: 100%;max-height:100%; width:; height:; }#oMM8KWBnv9qcp5ulqmTPFkmtwDd1FxmU { width:17.5rem;height:3.4375rem;top:11.8125rem;left:0.875rem;display:none; }
#nrIfQfJtRhO9vJPsrbMP6SeDqkf79TwV { display:block; }
#xXRRKFOA7P4AZIq8U7hEZwSxTZTUCaVb { width:17.5rem;height:3.4375rem;top:11.8125rem;left:0.875rem;display:none; }
#VUz27y14sxM82vWa2TVPwcsFztz51JeR { display:block; }
#XfzICaudBUPuSLBUbTalPhZCS6a5in5t { top:11.75rem;left:0.8125rem;width:3.5rem;height:3.5rem;display:none; }
#XfzICaudBUPuSLBUbTalPhZCS6a5in5t > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 { display:block; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container { width:47.75rem;position:relative;display:block; }#pySfVgHeGOET26dXc00JqSgEGMK9ac1Q { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
#O3loA1grA2udfunco7vZHLnWOxovaORA { top:28.3125rem;left:4.9375rem;width:9.375rem;height:3.5rem;display:block; }
#MJ91nzHqaqotEAbbaaVHXnXCB05KntxG { top:35.875rem;left:0rem;width:14.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#JUC6cLHOSwVqsNTxoVVRsvt4fPRstWTu { top:28.5625rem;left:0rem;width:6.625rem;height:2.6875rem;display:block; }
#b2veLFwoVVyC2qIllUIvTPUnhJVFWfxP { top:3.0625rem;left:9.7734375rem;width:4.0625rem;height:2.25rem;display:block; }
#cq8fNC8C3G10Dx7rfrSwE4o3vdenTfU7 { top:2.875rem;left:0rem;width:4.625rem;height:2.5625rem;display:block; }
#xZG1za3fNn6MKLANdEWKZ7clCIsb3hbm { top:28.375rem;left:6.375rem;width:6.5625rem;height:1.5609375rem;display:none; }
#cLmGmO71DpQl3wkDOn7rBVwVkupmrLuo { top:28.0625rem;left:0rem;width:6.5625rem;height:2.1859375rem;display:none; }
#Jvpn4qAHkAtZzeBUZSvdmaBUs4LwD3gp { top:26rem;left:0rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#GeF2VN8k7W06Qso4op5eOVHK0kGrGaIV { top:9rem;left:42.3125rem;width:18.125rem;height:1.25rem;display:none; }
#N0WabnUgDRu4w0DTJxu08Iyu6GNROxnI { width:18.875rem;height:13.5625rem;top:6.625rem;left:28.875rem;display:none; }
#pleyMzHRrtQzydTwf1umTvTlsoNUWiiG { top:23.8125rem;left:0rem;width:20rem;height:2.9375rem;font-size:0.9375rem;display:none; }
#UDI9p3CxK5bA3S7fAn3QsFrV6sI2FSTX { top:33.4375rem;left:0rem;width:16.875rem;height:1.5rem;font-size:1.1875rem;display:none; }
#V4x5F8Zcm0m9EvlGU7LTH5fUim8Se0Es { top:32.0625rem;left:0rem;width:20rem;height:1.4375rem;font-size:0.9375rem;display:none; }
#x9bTBr8yUO5yuI6a4dthUn8qqG7K4KbH { top:34.4375rem;left:0rem;width:20rem;height:1.4375rem;font-size:0.9375rem;display:none; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-regular-label { display:block; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ  { width:15rem;height:auto; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ {display:block;}#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ { width:15rem;height:auto;display:none; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #IpauryxJ9xcNx7VH8D3P3zuHzwmRJNJ1 {  }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #UH1eKTQAqJdeSvyl06Xms5QmSZ7lv0wJ { display:block; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #El9hNuqTNMoPXSik86oSQDZdaT5iAb4W {  }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #A1wlEMD0b7CZaCA1etbZ6afr8l0ch4Ni {  }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #GyFWBwwAdq4JkedTA5mPSw5RZzfBBgtu { display:block; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #dWrXEI28L9J4Ta5yNbODyl05d1TnDhBv {  }
#f8HIAsnCw5TNrWN6eXQim8To94GBUJlz { display:block; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #qbWUuQELHI8mpWoXm8FrJ2M1mPlIqAis {  }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #yxughMLFUFtlAddQ8XQV1W4iTBPaJEBB { display:block; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #N4IpLa8pqyciqqZVpbzNHm3BfHy8yRUs {  }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #ntE3GPTReDa6TorEI5QUa33SKaqyHbh7 {  }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #hHzVeKSL5kCDnMB9xcxcWz2BUSfram3F {  }
#ZPmMfJiBTgsxcaoq4TT9SmHR6DWbnD05 { top:26.0625rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.3125rem;display:none; }
#qyZFPwJtOlCZZMoBzBfgLabmSXfcMfFA { top:0.8125rem;left:0rem;width:15.75rem;height:3.0625rem;font-size:2.1875rem;display:none; }
#QGS9pJgTlETd7amdr14UJtTUHCWeDXS9 { display:none; }
#QGS9pJgTlETd7amdr14UJtTUHCWeDXS9 > img { max-width: 100%;max-height:100%; width:; height:; }#zSRcdSM2hkfar6WWgbkZLUIg08gMTuc8 { width:17.5rem;height:3.4375rem;top:11.8125rem;left:0.875rem;display:none; }
#fwn72M52dVm6SdrdMtsVKQfGEJZEm0ZP { display:block; }
#F6QITQTp4lQJ832mfI8DXQVOeUucS7UV { width:17.5rem;height:3.4375rem;top:11.8125rem;left:0.875rem;display:none; }
#QHdnIRTEtr9pA5nD8JwORetIq9AFazBh { display:block; }
#dRpIwSmZznTPFoTP0oTPGdnbgCWlASyc { top:11.75rem;left:0.8125rem;width:3.5rem;height:3.5rem;display:none; }
#dRpIwSmZznTPFoTP0oTPGdnbgCWlASyc > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; }#HB97UeP3PGnThk1FE3xx7DQNtAwVeyQG { display:none; }#HB97UeP3PGnThk1FE3xx7DQNtAwVeyQG > .row .container { width:47.75rem;position:relative;display:none; }#gGyPe1Dzs8FlBqnXPfsJqCLytATc5XZQ { top:8.25rem;left:44.500001907349rem;width:2.1875rem;height:2.1875rem;display:none; }
#e8W2zDB6zwK7k8iOGmwAFCKiV777PPk0 { width:12.8125rem;height:2.375rem;top:8.0625rem;left:31.201822280884rem;display:none; }
#bUOZdfuBHD1PiG76twrirC9rTZpgFwwo { display:block; }
#g7KUVWwrqUuzaVDQiGd2n1nzrFVo4U8S { top:0.25rem;left:0rem;width:18.125rem;height:3.875rem;font-size:1.4375rem;display:none; }
#UgRDuolMvvtehMJALSAG6mIywyGiQ24f { top:4.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#prDbZozHxJV8dfCFSOm2fKkOGN4Uf3dk { width:12.8125rem;height:2.375rem;top:12.75rem;left:32.214845657349rem;display:none; }
#ZUUQ7OUP3Rg4x5gW627CaKfH5IDsLCZD { display:block; }
#wNQT9L2pTxrnWkw8L3lXVbT1c9o9RShH { top:12.875rem;left:44.500001907349rem;width:0;height:0;display:none; }
#bcxuHSS8WoJ3me2pLQO16SQWZDVakcsQ { top:22.125rem;left:44.500001907349rem;width:2.1875rem;height:2.1875rem;display:none; }
#kUe5lBCICAfw7ZaICfVrViwz92sSnmM7 { top:19.8125rem;left:44.500001907349rem;width:2.1875rem;height:2.1875rem;display:none; }
#ktwNM3hQLAApEMxKNlrQNKhBrWbFpeXs { width:9.25rem;height:2.375rem;top:19.75rem;left:35.854166030884rem;display:none; }
#L3HyI5gubMFg8oR5IUg67SaTc7CkTD1v { display:block; }
#m61OZgxVdQcqa0tvGtQGlicFAX5pX94P { width:12.8125rem;height:2.375rem;top:29rem;left:31.451822280884rem;display:none; }
#uyS5uNA4zzVrK940RlcollVtGAfFkqik { display:block; }
#HVATFAXl4UNArC05H1uN7bBIlCy67n1a { width:14.8125rem;height:2.375rem;top:22rem;left:29.953126907349rem;display:none; }
#tVQtprhEABIJ6JLlLFM29TfdeLbnTwa1 { display:block; }
#vyMUCWLtTeiHFCO354UIqv3en3KNqTk6 { top:31.4375rem;left:44.500001907349rem;width:2.1875rem;height:2.1875rem;display:none; }
#APq9FBbe8LE8QhaQVGTg5RhB7BowG1v7 { top:29.125rem;left:44.500001907349rem;width:2.1875rem;height:2.1875rem;display:none; }
#vOhTIsKRJHN2ncIMnb3PO9ZZ87HgtLWu { width:12.8125rem;height:2.375rem;top:31.25rem;left:32.402345657349rem;display:none; }
#vtIbBU0x4qpnKzWaVUAkPcb2aeGohMTX { display:block; }
#FhhzqqkrWGA3hupzGmkM5RkJBSrPyD0I { top:22.25rem;left:0rem;width:18.125rem;height:1.125rem;font-size:1.5625rem;display:none; }
#CXF1Q5rI4DtF1WXJRLVEAPazuhTzDbiy { top:20.5rem;left:0rem;width:14.4375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#cscOUGbsXawmIwkQgumelq2NPFp6epLz { top:9rem;left:42.3125rem;width:18.125rem;height:1.25rem;display:none; }
#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT { display:none; }#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT > .row .container { width:47.75rem;position:relative;display:none; }#dzwVMWwLgQqgwMqTziBGPXcMRiE4sd3Q { top:1.4375rem;left:0rem;width:14.8125rem;height:4.1875rem;font-size:1.625rem;display:block; }
#KAFgrmFCe7s3uVOgDqO7IgEnOMMKV1K2 { width:22.5rem;height:3.4375rem;top:3.0625rem;left:13.625rem;display:block; }
#VOUWTKZHBOiTWXJenabv6yWyuZVOzNbX { display:block; }
#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t { display:none; }#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t > .row .container { width:47.75rem;position:relative;display:none; }#TvMqAR3SoHOQl0oIaVLIE2QzeSAdNtVV { top:1.4375rem;left:38.0625rem;width:9.5625rem;height:17rem;display:block; }
#LhXPOafOQHb2v4rqD4oThS7vk6l1MSbi { top:1.5rem;left:23.628910064698rem;width:9.375rem;height:16.75rem;display:block; }
#XgPa2Fw28iTsS1q6T4OEQvZp6NinhdAV { top:17.625rem;left:0rem;width:18rem;height:;font-size:0.5625rem;display:block; }
#SZRS97I6eNXXSgyFeye0K9dQhBVN27UT { top:48.25rem;left:0rem;width:18rem;height:;font-size:0.5625rem;display:block; }
#DIPNKhlrZc2xUv7UoBr7TUtIMPAP89Bz { width:25.75rem;height:4.5625rem;top:31.625rem;left:8.435546875rem;display:none; }
#T2QhtRLNadJzl56ZPbAsL1su2TGoMrav { display:block; }
#aObpnDgBFZycGrCrabRTnq3rIXupqVTV { width:25.75rem;height:4.5625rem;top:31.625rem;left:8.435546875rem;display:none; }
#OowRTsQpeblciA7bVPefJshxNSVk4pTy { display:block; }
#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc { display:none; }#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc > .row .container { width:47.75rem;position:relative;display:none; }#M6baoRtMol5oeJM3FxThmos8TtZpnOF6 { top:2.0625rem;left:22.626956939698rem;width:9.5rem;height:16.9375rem;display:block; }
#VzHVbNycA5zWsP0CleSR7V2D9kEWnoa3 { top:2.125rem;left:38.375rem;width:9.375rem;height:16.75rem;display:block; }
#azTPVqsGkegBn3bJv7Tuy4dqzSAkgT2M { top:48.75rem;left:0rem;width:18rem;height:;font-size:0.5625rem;display:block; }
#DM79ESm0UuPElFvIDewL17aE4H2rzhek { top:18.5625rem;left:0rem;width:18rem;height:;font-size:0.5625rem;display:block; }
#S7A2McayG2qgy0edrtzTFdmGi6XS5FxF { width:25.75rem;height:4.5625rem;top:30.1875rem;left:12.009765625rem;display:none; }
#qBRtT2Goxw1XqSttUJ9Kk7nloAmITnED { display:block; }
#z4qTXpCuSACLZ7E444VOdepsgrMJz2MG { width:25.75rem;height:4.5625rem;top:30.1875rem;left:12.009765625rem;display:none; }
#A5x8HgVaV4JTih8sUD2hnRfawoUl07Js { display:block; }
#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk { display:none; }#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk > .row .container { width:47.75rem;position:relative;display:none; }#T1CnwIUguhtG7uIHDOJaIJhLPRUBpyuU { top:1.4375rem;left:38.0625rem;width:9.625rem;height:17.1875rem;display:block; }
#tckBCm1l0JWzaSBLLL4urZTb3yyWOMCn { top:18.4375rem;left:0rem;width:18rem;height:;font-size:0.5625rem;display:block; }
#Vapz50zqCiTT01TEuyt9ugiKvaFQaooi { top:46.375rem;left:0rem;width:18rem;height:;font-size:0.5rem;display:block; }
#aTHHZBLQUnScEcfEdR6LMFi1ZCJ7QVCC { width:25.75rem;height:4.5625rem;top:27.6875rem;left:10.556640625rem;display:none; }
#U3bXIAPBLkc2HqsC3FKOLryZ66MR1GVI { display:block; }
#uNGxm0XDFdMF5yJe3d50tmoF19n5ngv2 { width:25.75rem;height:4.5625rem;top:27.6875rem;left:10.556640625rem;display:none; }
#m86aXKu1U232cVtqX0u5hIkln5FGB51T { display:block; }
#ndLd0Q3KEpc0zunhviduRVg2PtxFMGaM { top:1.4375rem;left:38.0625rem;width:9.625rem;height:17.1875rem;display:none; }
#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs { display:none; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container { width:47.75rem;position:relative;display:none; }#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OwglBkuzIGzrulZlZwmshWiTHW07SquW {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OAcUhxkNZpk09rxUefLMWGtH3ZLAfq4X {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #l4MTlKTDuD94gKkxDTs0CQiXt9lEFdcQ {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #AP8zBFQPEkSfFPIxamZ2pz95GAR5nztF {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #pHdu642Fpy1GwBv74Z9gdttbaFPOi5p0 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #iwAxlU5gX7JZIpkiyKkRW6KTrkuiqHv3 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #fzFpeagEMpSphCC4RgMR564NxcS40d9x {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #JuhVkN9bS9k9FKLB4Ey5BveXT39iTUND {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #F2fB0ZmOhWQS8NE2Kl9JbiWDaUBgo7Hl {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #v8SmkDgmkenwcRcI3TVTJBQccbZeMJPo {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TukhfysiB3g5hs9OTmoNoM3KfO29ZOkM {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TBn1mkbTTopyFTGtdJ0BoiPyOpJnUAb3 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #e1szwtSUhU6MQqdShBSziyZtBt5GqpUV {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #y6LT9vmMmNhBpzgk5upAFozxIFDVEODX {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #mvk03m6KCAnO0oazbpXhmBkyWuHKNAOc {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #chROoOOT9N0wwG7fTkAW9psQSCrkZTS4 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #y9lmcbKBQd58O7E5DqxaN4stm0XMLRWU {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #q8FJ5TJ7UOtITbuRamic2V1x7kALJgzw {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #zMlAkxoKV8nqDTCBQbymFDdaC5xTgZgk {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #yWSqGIThhpi0zQPynTfNwgvxuvAV6FWn {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #yHg9qNIisOLzCL5mkgH1N43sM7psMK27 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Il9GcoLZeaHbfKGuWT0wC2yF0pWfuNSk {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OaVR0JwO4k1rO3QLGtVG0RSk3gonFLTC {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oy9wZceM8uwEFMUH4FA9Qp6QRB6EBZRm {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #mBRhK7PmcZuvJRRFgMAMO9KTeITkQO3g {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BedPA7Qr2pqKJqDoA7MioDJBuTVfBPL9 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qqM4SOlBi1q4axFXwLgta8bQHcQKeemR {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cTtqJJwvo6tUdHLchNQDckDAwFkSoetH {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cvGaFITGqblP7JN4w1gHsfSA6WFo2mQ9 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #vcEQaVJA6i2UpIcqmr7gAakypDqpuFXo {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #uVFklxXaaRd4Cbe4yOqgcz3Eyb8PRPnH {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oqaXipLbgFN650y3PK8E5aE3UkiF8UVl {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #i7QBVJO7Cr2G9n1Kc6tK6CXKbPsZbWUs {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qE0x036GdXED8tUpH5W7KX0heOPdHLRg {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #z9g3b3Mp7xbCQZSo6JeJ8mJ9EQXX9eVm {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #RR8wKCVerehfiSplkTvQA925qubMDUn6 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #KDah8BpTiUixNcbFX0y3kBRFsZMNz5EC {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #ot5UAA6LTLQsOQHmoh9XoD1I85e0KQ4G {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BymxBheAcmm0XT3GCdwP4998xKhTfVyQ {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TitwSHM6odn7Z86FAD40l5f3TLpdrVNi {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #zxCghzLbGimL9xuhDHbligT7uu1Qxtzz {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Ihgu2uTNKy7JhUiSy3FJozhKwiuuOZP8 {  }
#T59di0zSl4DEfGzudTmorzbPMJs7oP4Q { top:1.25rem;left:0rem;width:15.375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos { display:none; }#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos > .row .container { width:47.75rem;position:relative;display:none; }#ws1CkFpK9JDLc6tCTTK7FU6bTTVc2VCd { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#PM8MkeXfPafqvV8CJHuRMnzl68mHgih7 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#DHSDbDKnRMlFGL8rgV6VXcwgA7666UXl { top:13.125rem;left:28.3125rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
#L2EM5FZkLUESs7VyuLr2J2UkoH3rF2lO { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
#tka69HhVyCXXkrsSvT0vTrdFyMxe37WU { top:4.9375rem;left:0rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:none; }
#mdyV8xsNlP2FW3IMDKMObFTLhbvwA0NP { top:1.5rem;left:0rem;width:16.25rem;height:1.25rem;font-size:1.375rem;display:none; }
#J5SwJGLCdHmp4AbO55fxUmW5zOt4NOes { display:none; }#J5SwJGLCdHmp4AbO55fxUmW5zOt4NOes > .row .container { width:47.75rem;position:relative;display:none; }#rH60TS3phPAnZhb2hJnoAfaCFT92LlF0 { width:24.9375rem;height:24.875rem;display:none; }
#s0U3eZXtU771q4PbrKn9IiSSbDpDGkkF { top:44.5rem;left:4.8898439407349rem;width:10.1875rem;height:1.25rem;font-size:1rem;display:none; }
#sNR7kuQ5qCw0u9ngJRirfZ8Qs2dQOmOA { top:46.625rem;left:0.92109394073488rem;width:18.125rem;height:1.25rem;display:none; }
#XqmR3TDwPfhgUmDc7THi5vMB7d6veqql { top:1.625rem;left:0rem;width:16.4375rem;height:;font-size:1.1875rem;display:none; }
#fns6CTc6InaPoQEK84foDf94CBuZXiTo { top:24.6875rem;left:0rem;width:18.5625rem;height:1.9375rem;font-size:0.75rem;display:none; }
#xg3AL2A4A3S7VbUJkgitUnEIlaDhJeFF { width:9.5rem;height:2.25rem;top:0.625rem;left:0rem;display:none; }
#gKOEirtLX5uWfwqwCzeqO3EMRikkZ5Xe { display:block; }
#HKPVAt7Pw2IuzxKqbRFa4TWlRnioxqhs { display:none; }
#WJd0cbU5wHIOZneT749JHU5CIvCxAVXr { display:none; }#WJd0cbU5wHIOZneT749JHU5CIvCxAVXr > .row .container { width:47.75rem;position:relative;display:none; }#LhqKEJitZhtvXi5C5Jd3SoV4dMfk51iI { width:3.5rem;height:3.4375rem;top:8.625rem;left:4.5625rem;display:block; }
#hbx7RQTAUVC5pUWbXRUBf4ilxAibLNT8 { width:18.75rem;height:3.0625rem;top:14.875rem;left:0rem;font-size:1.1875rem;display:block; }
#Cm2T9Q5xOaVPWNFsT51a30cHtu8tlJZV { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
#tC2DgTy2u5x3pJkRhKwU7S3fXTaH7vbg { width:20rem;height:;top:0.75rem;left:0rem;font-size:1.25rem;display:block; }
#W38OdT7CiGMOX4w0lfb9dhstUXfOdWnb { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#ImVNcp3DZJGtoVUTq22zx4bC3qmT4bko { display:block; }
#m2OUfcFd4tCvNUc1eDsQufeJkycqCpDu { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#G6LGSm9GAuyBOtumAk4nWp3TdnzomTIB { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#b3kNvO2h5yeWhHQMvFDnkdAQgrfce0Pm { width:17.0625rem;height:3.875rem;top:50.5625rem;left:0rem;font-size:1rem;display:none; }
#eqIAuEZbzT6TG6k1L8t9KBmdsbU8vQV8 { width:3.5rem;height:3.4375rem;top:8.625rem;left:4.5625rem;display:none; }
#vCPwXoQxChKndsIHiJOONW5GIM3gWbkA { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#KiqEG7ApJc5nKO3qsywHesfDZOEdEGzT { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#nk7EnP39LfAtp83JKX183gy8s4XPWs4m { width:18.75rem;height:3.0625rem;top:86.6875rem;left:0rem;font-size:1.1875rem;display:none; }
#VytP8FCR2EH0Cv8JfygdHbiL78FVce1Q { width:3.5rem;height:3.4375rem;top:8.625rem;left:4.5625rem;display:none; }
#tt8NBz7TCxuwXwqo4iwG6xCZfngV21lA { display:none; }
#tt8NBz7TCxuwXwqo4iwG6xCZfngV21lA > img { max-width: 100%;max-height:100%; width:; height:; }#D3RLW7IeqXOU7LIC9cykgZ0pE5Ep2k6c { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#MofBcEpcekhukZtb1Bwk33fwLAmriBKq { display:block; }
#MSELHVG6AIyNSZPTG1mft3B9zw8t6Q0o { display:none; }
#MSELHVG6AIyNSZPTG1mft3B9zw8t6Q0o > img { max-width: 100%;max-height:100%; width:; height:; }#Im6h6m1KvC7dRF5OzShg9s57lnxMyvHT { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#TQ7mhHliZHMGcMT5AByLEUbzrcihBgdk { display:block; }
#gQt19P9Gp5xccPzMCrQ5F6OJ9puLrH8A { display:none; }
#gQt19P9Gp5xccPzMCrQ5F6OJ9puLrH8A > img { max-width: 100%;max-height:100%; width:; height:; }#PIsH9nJ9J905BklSPCSCHUZbTJbDax9e { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#U7CUkDEFAMaz9ykow85dBaJJe1g1axTu { display:block; }
#UAZ97Sy6Tf0NubBRmWMe4OCWSAAc2nAW { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#KceCI1h5Opz7sDSivKrkZGTHCbT9AVhw { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#SblQqTgR9Amgd5hOB0XJcANtMCXkWmQp { width:18.75rem;height:3.0625rem;top:105.5rem;left:0rem;font-size:1.1875rem;display:none; }
#bV9BAxkR56F6ngrSl6nMu6zbJKZ3T7Ts { width:3.5rem;height:3.4375rem;top:8.625rem;left:4.5625rem;display:none; }
#NZ3tyXHfVWTEc7bwDDRAUnelrzWNd7TT { display:none; }
#NZ3tyXHfVWTEc7bwDDRAUnelrzWNd7TT > img { max-width: 100%;max-height:100%; width:; height:; }#MGTDEKdRFP5dJylDplXlTptbVgXwdvmx { display:none; }#MGTDEKdRFP5dJylDplXlTptbVgXwdvmx > .row .container { width:47.75rem;position:relative;display:none; }#fHxuR0rRpCwGt8adVEeIy9TpUkI3ebd5 { width:8.625rem;height:4.5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#P9hsu8Wa1iXNWlEmMq0fvnTFpygpEGuf { width:;height:;display:none; }
#UCeSgEeCVeNl50d8Ffnq7XSPqfaNInfo { display:block; }
#KJltlF10NbHquEOHq7ZFd8mJiEf0SqzE { display:none; }
#GQyuSQvJGdJtmdr7sfAPCiIUzEUzTt3I { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#Zf17qnTMhXTCAz2Q9tOLnLvt1WSMi1hL { display:block; }
#Jvt1pf9cokG1ePFTLfqvJtcMh5nw1wS9 { top:17.25rem;left:0rem;width:16.8125rem;height:7.375rem;font-size:0.8125rem;display:none; }
#aZV7PKWGMEdWw0ZJDpCoxNkm1G3aRhiX { top:15.625rem;left:0rem;width:17.5625rem;height:1rem;font-size:0.8125rem;display:none; }
#PpeiS7wVttTMMXInxOaUUNAbhT2PcKC2 { display:none; }
#Et4J5vSkecfp31i4n6LM7xI5Hk7WV3uz { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#A6Dpw6urlZINatJtvHENDz7rJ3heNfgp { display:block; }
#iThuxNbxzPooGN0CIBhEWcRQdLcoZiM9 { top:39.8125rem;left:0rem;width:17.5625rem;height:6.3125rem;font-size:0.8125rem;display:none; }
#oVpcFCtDnGFvbzSH76mphINaCzFOb5WU { top:38.3125rem;left:0rem;width:17.5625rem;height:1rem;font-size:0.8125rem;display:none; }
#F8HeE0k6qJ2rdgK3H0z7ZGPPWNqeutzW { width:8.625rem;height:4.5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#GUin4JkWaZl89rnxsu6U9h1WzsacTBPo { display:none; }
#gw78XAo4ApIUtyw9ZTv43l0C9mqgBlfn { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#L5Ac5bnmsUhTKUThIDfxEdi4pRIpfNpJ { display:block; }
#fdOnTP0tJgsIznvnXQ3vIcWMHRJydN6q { top:63.625rem;left:0rem;width:17.5625rem;height:3.125rem;font-size:0.8125rem;display:none; }
#wUkgdf8uCv67SaHlUvSxfICfLxG9f2Tg { top:61.0625rem;left:0rem;width:17.5625rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#xCEfSaTJoVH8Gk8o530TOtoTWnpwhGLg { width:8.625rem;height:4.5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#fTucvnvJ37VyxQGxRlguEGWb5fZIsOQ5 { display:none; }
#ITOzIgdfw9Jh3IS0nmXRf0yxlRQnyC7J { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#DHFAhgS7xVH2hHAJCv7m1yIeLv8Jp58w { display:block; }
#lwmxAxLVG14ggpfxDPDZOdS9OGFexqoM { top:84rem;left:0rem;width:17.5625rem;height:5.25rem;font-size:0.8125rem;display:none; }
#HfSzrnz8ARtxWtpbmHS8fIDCox0s1lNh { top:81.3125rem;left:0rem;width:17.5625rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#KM5ittkX8JglheLCZPfiTbMA19v5P5KB { width:8.625rem;height:4.5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#vGFKFKH5OnXrwTZEQ6KGOOvNickn4rDH { display:none; }
#k9slT2xWadckVKwyyBBzzs61WNNVZdkJ { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#FWfyIBTL88bTEcE1R1qQV2wTgWSZCQrV { display:block; }
#gB7cV2yd6uDh9McrvkyLGc5bTsTTT9Qa { top:105.9375rem;left:0rem;width:17.5625rem;height:11.5625rem;font-size:0.8125rem;display:none; }
#aMy7LcgA710f4XBCk7RX1Z5pLl2uQG9i { top:103.5rem;left:0rem;width:17.5625rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#mbdPc4VPxlfqRuIgV7TJfQHXTHbLocT2 { width:8.625rem;height:4.5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#eUE4HOc3KzzStXBiuNw1WiatxBFH3t4w { display:none; }
#ada5ZCImJm8WxrNcqlnqBvTItGp03rMa { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#hiGvfsGFoV6TpAzi0rRq8KKB5yIsqSRI { display:block; }
#vPHt4Sku8vCHKyLoDJsf0nTqy3uBJg44 { top:134.375rem;left:0rem;width:17.5625rem;height:5.25rem;font-size:0.8125rem;display:none; }
#Jb08uoFCudorHdt0FZlAOEsLSQwkT6Ix { top:131.9375rem;left:1.0625rem;width:14.3125rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#RA92Ht9vbdzuPxQTXxbUmWragAEUWiLN { width:8.625rem;height:4.5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#za8RfMDSFD7ec0WuT6FhTPyOSnuLo9tG { display:none; }
#fXzeqOZVKQmQfpTdv5Uoxb0dJqwe8TDT { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#p6l3Ne9ZrVI3T2rKe2x2p5kaEsqk8Qkv { display:block; }
#m2I1szW8sDmfvIPCFmwkpJrtv9fJ8HAM { top:157.25rem;left:0rem;width:18.0625rem;height:3.125rem;font-size:0.8125rem;display:none; }
#frBRHkHs5tHtmKBLcm9MJZmVvOnQ0GbA { top:154.5625rem;left:1.0625rem;width:14.3125rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#rmalF8tUsVIPQ2xuPg7FCxJB5gqEIspv { width:8.625rem;height:4.5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#hXCI2hXynlHpKfqnUumn6F1gxWS0schf { display:none; }
#eGDZa73Hsb2aA5Gn7tetKmMxQ9sLr3uL { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#VXZc0IGyFb8wFwJqdOgVCa1Qm47xQB8H { display:block; }
#QVfGuEztTyzOX2IURcTL0KX2x6FTroFc { top:177.8125rem;left:0.375rem;width:15.625rem;height:4.1875rem;font-size:0.8125rem;display:none; }
#caqWB3yvTTt7am2Abt3OLxlyFf68EW2U { top:175.125rem;left:1.375rem;width:14rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#iVx1HNmdT22TWDhc2AeyeC9FRIGdgnyl { width:8.625rem;height:4.5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#hgzMGomshP4sV8urmrceSDBRNXVPvEFo { display:none; }
#dIU94fZ2MNAWMma7d4UnUJhDwTtdHVvf { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#fnKzNZBRSULrHTKlBan1WEDwBxGRdX9s { display:block; }
#iGyp450AFqOxptdHEJq5dP8iIn1lCZ3t { top:199.1875rem;left:0.375rem;width:15.625rem;height:5.25rem;font-size:0.8125rem;display:none; }
#ed2vxTdTmJ3TQLslTgFc8IMJ7Zr4r8mE { top:196.5rem;left:1.375rem;width:14rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#MSAyDWt4soUWUAQqQWWv3DNZyaZnDr0n { width:8.625rem;height:4.5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#xcW9QrByr2dtxyfWwNytszaB2NxPZFgR { display:none; }
#HUJJtEW8KXWAa0o6Xb8qivgWvdkhWzLh { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#xmw61rEHe8sVoB3VLN7FHw6nc44SKL32 { display:block; }
#R7hQ7sAD6AmTTD4qfbLD1EE7isgo2Xzp { top:221.25rem;left:0rem;width:18.4375rem;height:5.25rem;font-size:0.8125rem;display:none; }
#QxBe8vosV6Eixz11LP3NSNRITMywGTJR { top:218.5625rem;left:1.375rem;width:14rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#ornVXfXtAK8BORBTHbWH9VnUrl3KRgS3 { width:8.625rem;height:4.5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#LB0yfAtg4hkJyqOkKITIHpXO7Veht9lz { display:none; }
#dpmsDEc8aLu5tiZb5Rwh46aEAg3ydIVU { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#R7N2Gq3sGQHEnVfe6r8WvNyIM0AXlg91 { display:block; }
#kz6oJ2fUQCiRKVD6lIrm75CXns274I5X { top:243.9375rem;left:0rem;width:18.4375rem;height:5.25rem;font-size:0.8125rem;display:none; }
#mM8VaBeJFmhyIGXRGasB5cbGPNkJIwlM { top:241.25rem;left:0rem;width:16.5625rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#ydZ1uJWUBRhKecArbCXHwW03mtOIN74s { width:8.625rem;height:4.5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#T7n1u0mKgOFAp9G37R6TDHHn3ab8twRt { display:none; }#T7n1u0mKgOFAp9G37R6TDHHn3ab8twRt > .row .container { width:47.75rem;position:relative;display:none; }#KzisVcmm46zy305veqXw2fM9hKFVqhL7 { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:23.875rem;display:none; }
#Rl1ovJynpMPDiXpTTeEiSe9TrIT5rFnH { display:block; }
#FJN9FrWJPqbhOFCtp3gLywaUoG67GEXX { top:37.1875rem;left:0.625rem;width:12.125rem;height:5.5rem;font-size:1.0625rem;display:none; }
#qWkeiQlZFSNlTAbmnmpAbvMX0GzzCoWo { top:22.3125rem;left:19.4375rem;width:28.3125rem;height:14.791715613371rem;display:none; }
#IkWrQfZhdaODIULJCitbGath3bwlQBd1 { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:23.875rem;display:none; }
#T6ySEOLBbqPzanWKkvBxQ0Psy3MMdCNf { display:block; }
#mE7AQyB08qNDBEDvOwte8gitCMppJ5IF { top:15.5rem;left:0rem;width:18.0625rem;height:5.5rem;font-size:1.0625rem;display:none; }
#ZlbT4RcRTcKgrmCRbmsJzruQh6u4Zzi2 { top:22.3125rem;left:19.4375rem;width:28.3125rem;height:14.791715613371rem;display:none; }
#IRIxlhbZI8TeRb4596l6xEFllIoXuPwp { width:23.8125rem;height:2.5rem;top:1.5rem;left:0rem;font-size:2.125rem;display:none; }
#nWxA6QTLBayeJIZ15Bv2o4xoSA7gBUJB { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:23.875rem;display:none; }
#nfJKeGKAIGCACk0eHiqWiDzhVSuaKQTw { display:block; }
#XKfRPZyo3kW4wWlDfeqzTZW4uVJynE6q { top:54.125rem;left:0rem;width:15.5625rem;height:4.125rem;font-size:1.0625rem;display:none; }
#HTnsEEnVeSiS02NunEy96gK2gFCQh1JV { top:22.3125rem;left:19.4375rem;width:28.3125rem;height:14.791715613371rem;display:none; }
#E8TOSWlefS2TspEgA2zaBBmoPzKg6Wmc { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:23.875rem;display:none; }
#gDz2wkssMaFy2wTz9vtvyU9Q9OiS8cWG { display:block; }
#dWwhuWG0rEuuOtGGxseBng5FQGFHiNKd { top:71.4375rem;left:0rem;width:17.3125rem;height:6.875rem;font-size:1.0625rem;display:none; }
#wmTnxTeIhUdBgHfuZkgoPTewQgDfzqH9 { top:22.3125rem;left:19.4375rem;width:28.3125rem;height:14.791715613371rem;display:none; }
#rmZo02vucTp5KdHgiezH6219J1VboLpU { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:23.875rem;display:none; }
#IyKP1NEDc5zeWPZX2nnzGOJNMLq7eE86 { display:block; }
#EHigEHo482QesMp8u39dUKGmncTTZOQf { top:91.4375rem;left:0rem;width:17.3125rem;height:9.625rem;font-size:1.0625rem;display:none; }
#HNKSi7VOFnkZk3VytScSeZ0AvRmimoI6 { top:22.3125rem;left:19.4375rem;width:28.3125rem;height:14.791715613371rem;display:none; }
#GXHxG6fWsyBzTFX7TkolN1X9mO4RwmZV { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:23.875rem;display:none; }
#cwmxFD9212uyRsSfVlCKOWxWMl0JArFG { display:block; }
#sy3P19mPuuZorgFLKGwvUeF3MnqCiGdo { top:114.75rem;left:0rem;width:18.875rem;height:5.5rem;font-size:1.0625rem;display:none; }
#kd108tJQl7RayZ1I4wUgxggUJJ0pWxk2 { top:22.3125rem;left:19.4375rem;width:28.3125rem;height:14.791715613371rem;display:none; }
#pJLb1ATbtOKOzgC1vULqk7gehXOMtse3 { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:23.875rem;display:none; }
#idfyZ316HdeC0eNX1H2oy83RvNhmUoa6 { display:block; }
#hpOOXdGLlBpK5fCNTfICXAdqcIc78lTM { top:133.375rem;left:0rem;width:18.875rem;height:6.875rem;font-size:1.0625rem;display:none; }
#lW2TTgxmzOXX1NqMEfTfXqf7BTDKvTEF { top:22.3125rem;left:19.4375rem;width:28.3125rem;height:14.791715613371rem;display:none; }
#gPa5xuE6wNkVeXqqte6AVAdF8sI4DteT { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:23.875rem;display:none; }
#IJPLAlakTWNTKgzOr77fK6lcFJsSfRxc { display:block; }
#pqqzQ2EJo2TqV22qizu28Z8Wdfc5JuhQ { top:152.4375rem;left:0rem;width:18.875rem;height:4.125rem;font-size:1.0625rem;display:none; }
#cyEcwxXko8rm7XRGOlfUFPukZdGIIQuq { top:22.3125rem;left:19.4375rem;width:28.3125rem;height:14.791715613371rem;display:none; }
#wXHSJVqkS9yuPGSxetMKdUkzELkv4wkg { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:23.875rem;display:none; }
#cWZy2ZwTcfir9oUxN7rmTros1omlQUo0 { display:block; }
#VifLTIrrJOJPQUPNhfanzK5tdqLhdTfg { top:170.6875rem;left:0rem;width:18.875rem;height:4.125rem;font-size:1.0625rem;display:none; }
#Q2UI9D1yUgZH5N7Khlf0sH2vJ3ZdLffz { top:22.3125rem;left:19.4375rem;width:28.3125rem;height:14.791715613371rem;display:none; }
#DEpeSGSbyg48OxnBtsIoCVtiSb0M2u62 { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:23.875rem;display:none; }
#fAFFzvXEaliPWNpdRTs4wqnExH2egwXd { display:block; }
#rMIQhAEAkQgMdXCco90P7EmbZpbNP4GA { top:188.1875rem;left:0rem;width:18.875rem;height:5.5rem;font-size:1.0625rem;display:none; }
#olnJFxdCEVnFToFJHBrNECFVQohkNoaX { top:22.3125rem;left:19.4375rem;width:28.3125rem;height:14.791715613371rem;display:none; }
#BtqqIF3voBQ9q17z1cyi8ZXeeZ29SrPJ { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:23.875rem;display:none; }
#cFtapFDcfwMZozX1vJTpqGSWRrTDR2US { display:block; }
#TszTx80UllIp9hThTTLsBpVMTBlbci7F { top:206.9375rem;left:0rem;width:18.875rem;height:5.5rem;font-size:1.0625rem;display:none; }
#uWTN90UuLRv0R10m4HFUmkPdiV9vZP5N { top:22.3125rem;left:19.4375rem;width:28.3125rem;height:14.791715613371rem;display:none; }
#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf { display:block; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container { width:47.75rem;position:relative;display:block; }#lncnftVh8PLQ7Qrd54FzithiTzFWz4dT { width:28.8125rem;height:2.5rem;top:1.4375rem;left:18.9375rem;font-size:1.375rem;display:block; }
#oskdUgLAq9BPICdyfkJM6CTMkBm7Fybm { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#KChWTiZUw4ctBMtMh6Ze1O4yVKltlTCT { width:45.0625rem;height:2rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
#PWl9qVvh1eqWUEqhKT3EPkGWBshOCsaW { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#c66mEkdtGQuubt6WJ51fx71xbJxcxhmQ { top:13.0625rem;left:28.3125rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
#n3KbUKfeu1p4OheZuJzBitNRy1APqvp4 { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
#Wgs3deG8O9Qwy4B9eZwSnZziBhJd5uV6 { width:19.25rem;height:1.75rem;top:9.125rem;left:25.375rem;font-size:1.0625rem;display:block; }
#Wteu7HLroGl8GTKMkEoFLsf3wuXiZ9Tv { top:8.5625rem;left:25.25rem;width:20.125rem;height:2.875rem;display:block; }
body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi { position:relative;z-index:auto;display:block; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi { background-color: transparent; background-image: none; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row .container > .video-iframe-container { display: none; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row > .video-iframe-container { display: none; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .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); }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi { border-width: 0; border-radius: 0; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row .container { width:20rem;height:25rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d691bd94-554a-4351-8cf5-b727fb043bba/ad1430805a84ab9b331c9d679413f820.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row .container.adaptive-delivery-prevent-bg, #FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row .container.lazyload, #FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row .container.lazyloading { background-image: none; }#JhytqkzGDX02EksBLaLxa34yeN8SReCX { top:0rem;left:1.2180396318436rem;width:17.5625rem;height:12.1875rem;z-index:15198;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fW43oJCDAIgcTDLW8k5gP6ydICPV2THP { width:20rem;height:3.68696875rem;top:21.3125rem;left:0rem;z-index:15001;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#3f0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#i0E0hKsFcFUZtzBCbo9MIzctIwkxneQE { top:22.1875rem;left:0.9375rem;width:13.125rem;height:1.54385625rem;z-index:15004;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);font-weight:700;font-style:normal;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
#a1ukARqBdaSbA0L5Icr5thsk6kuW2L5L { width:4.249825rem;height:2.74946875rem;top:21.8125rem;left:14.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#loBdrzT7r7daHpGk8V86do9hPyppaxO8 { display:flex;top:16.529651641846rem;left:1.2171519994736rem;width:3.49964375rem;height:3.49964375rem;z-index:15040; }
#loBdrzT7r7daHpGk8V86do9hPyppaxO8 > img { max-width: 100%;max-height:100%; width:3.49964375rem; height:3.49964375rem; }#oMM8KWBnv9qcp5ulqmTPFkmtwDd1FxmU { width:17.5rem;height:3.4375rem;top:16.561611175537rem;left:1.2491122484207rem;background-color:rgba(var(--color-tertiary-0),0.75);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;z-index:15039;display:block; }
#nrIfQfJtRhO9vJPsrbMP6SeDqkf79TwV { display:block; }
#xXRRKFOA7P4AZIq8U7hEZwSxTZTUCaVb { width:17.5rem;height:3.4375rem;top:12rem;left:1.25rem;background-color:rgba(var(--color-tertiary-0),0.75);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;z-index:15038;display:block; }
#VUz27y14sxM82vWa2TVPwcsFztz51JeR { display:block; }
#XfzICaudBUPuSLBUbTalPhZCS6a5in5t { width:3.49875625rem;height:3.49875625rem;top:11.875rem;left:1.2171519994736rem;z-index:15039;display:block; }
#XfzICaudBUPuSLBUbTalPhZCS6a5in5t > img { max-width: 100%;max-height:100%; width:3.49875625rem; height:3.49875625rem; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 { display:block; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 { background-color: transparent; background-image: none; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container > .video-iframe-container { display: none; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row > .video-iframe-container { display: none; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .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); }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 { border-width: 0; border-radius: 0; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .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; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container { width:20rem;height:56.5625rem;background-color:#0b2808;background-image:url("https://images.assets-landingi.com/uc/d691bd94-554a-4351-8cf5-b727fb043bba/ad1430805a84ab9b331c9d679413f820.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container.adaptive-delivery-prevent-bg, #OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container.lazyload, #OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container.lazyloading { background-image: none; }#pySfVgHeGOET26dXc00JqSgEGMK9ac1Q { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#O3loA1grA2udfunco7vZHLnWOxovaORA { width:9.375rem;height:3.4995125rem;top:45.5rem;left:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#MJ91nzHqaqotEAbbaaVHXnXCB05KntxG { width:14.4375rem;height:1.21875rem;top:50.8125rem;left:2.8125rem;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:#eef2f3;display:block; }
#JUC6cLHOSwVqsNTxoVVRsvt4fPRstWTu { width:6.5625rem;height:2.6615821727808rem;top:46.125rem;left:12.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#b2veLFwoVVyC2qIllUIvTPUnhJVFWfxP { width:5.0625rem;height:2.8125rem;top:44.868056774139rem;left:12.375000119209rem;display:none; }
#cq8fNC8C3G10Dx7rfrSwE4o3vdenTfU7 { width:5.1875rem;height:2.875rem;top:44.125rem;left:0.875rem;display:none; }
#xZG1za3fNn6MKLANdEWKZ7clCIsb3hbm { width:6.5625rem;height:1.56055rem;top:39.6875rem;left:11rem;z-index:15035;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#cLmGmO71DpQl3wkDOn7rBVwVkupmrLuo { width:6.5625rem;height:2.18555rem;top:39.375rem;left:3.8125rem;z-index:15034;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Jvpn4qAHkAtZzeBUZSvdmaBUs4LwD3gp { top:52.8125rem;left:0.9375rem;width:18.125rem;height:1.13725rem;z-index:15188;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#GeF2VN8k7W06Qso4op5eOVHK0kGrGaIV { width:17.5rem;height:1.25rem;top:54.5rem;left:1.25rem;z-index:15001;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#N0WabnUgDRu4w0DTJxu08Iyu6GNROxnI { top:1.2231903076172rem;left:0.875rem;width:8.5618125rem;height:6.124825rem;z-index:15197;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pleyMzHRrtQzydTwf1umTvTlsoNUWiiG { width:20rem;height:3rem;top:8.8742904663088rem;left:0rem;font-size:0.9375rem;z-index:15198;color:#000000;display:block; }
#UDI9p3CxK5bA3S7fAn3QsFrV6sI2FSTX { width:16.875rem;height:1.54385625rem;top:48.375rem;left:1.5625rem;font-size:1.1875rem;font-family:"alw arabic";z-index:15008;color:#e7eaea;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; }
#V4x5F8Zcm0m9EvlGU7LTH5fUim8Se0Es { width:20rem;height:1.5rem;top:48.375rem;left:0rem;font-size:0.9375rem;z-index:15199;color:#000000;display:block; }
#x9bTBr8yUO5yuI6a4dthUn8qqG7K4KbH { width:20rem;height:1.5rem;top:50.6875rem;left:0rem;font-size:0.9375rem;z-index:15200;color:#000000;display:block; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-regular-label { display:block;color:#eeeff3;text-align:center;text-align-last:center;width:15.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.9375rem;overflow:hidden;height:auto; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-input-text { width:15.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-textarea { width:15.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-input-select { width:15.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#e9eaed;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-input-button { width:15.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#0d4d28;background-image:none;box-shadow: none;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;text-align:center;text-align-last:center;font-size:2rem;overflow:hidden; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-checkbox-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ  { width:15.125rem;height:auto;top:26.3125rem;left:1.1875rem;background-color:#3f0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .radio-container { width:15.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ .widget-info-text { color:#000000;font-family:"open sans";font-size:0.6875rem; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ {display:block;}#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ { width:15.125rem;height:auto;top:26.3125rem;left:1.1875rem;background-color:#3f0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #IpauryxJ9xcNx7VH8D3P3zuHzwmRJNJ1 {  }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #UH1eKTQAqJdeSvyl06Xms5QmSZ7lv0wJ { display:block; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #El9hNuqTNMoPXSik86oSQDZdaT5iAb4W {  }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #A1wlEMD0b7CZaCA1etbZ6afr8l0ch4Ni {  }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #GyFWBwwAdq4JkedTA5mPSw5RZzfBBgtu { display:block; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #dWrXEI28L9J4Ta5yNbODyl05d1TnDhBv {  }
#f8HIAsnCw5TNrWN6eXQim8To94GBUJlz { display:block; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #qbWUuQELHI8mpWoXm8FrJ2M1mPlIqAis {  }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #yxughMLFUFtlAddQ8XQV1W4iTBPaJEBB { display:block; }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #N4IpLa8pqyciqqZVpbzNHm3BfHy8yRUs {  }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #ntE3GPTReDa6TorEI5QUa33SKaqyHbh7 {  }
#ALbNNXfFJpkIky09H4TTA6bhnRwCZOKJ #hHzVeKSL5kCDnMB9xcxcWz2BUSfram3F {  }
#ZPmMfJiBTgsxcaoq4TT9SmHR6DWbnD05 { width:20rem;height:2.0996125rem;top:22.5rem;left:0rem;font-size:1.3125rem;z-index:15199;color:#bc2c2c;display:block; }
#qyZFPwJtOlCZZMoBzBfgLabmSXfcMfFA { width:10.2494375rem;height:7rem;top:0.93856620788575rem;left:8.8073505163194rem;font-size:2.1875rem;z-index:15199;color:#000000;display:block; }
#QGS9pJgTlETd7amdr14UJtTUHCWeDXS9 { display:flex;top:17.6875rem;left:1.25rem;width:3.49875625rem;height:3.49875625rem;z-index:15044; }
#QGS9pJgTlETd7amdr14UJtTUHCWeDXS9 > img { max-width: 100%;max-height:100%; width:3.49875625rem; height:3.49875625rem; }#zSRcdSM2hkfar6WWgbkZLUIg08gMTuc8 { width:17.5rem;height:3.4375rem;top:17.75rem;left:1.25rem;background-color:rgba(var(--color-tertiary-0),0.75);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;z-index:15043;display:block; }
#fwn72M52dVm6SdrdMtsVKQfGEJZEm0ZP { display:block; }
#F6QITQTp4lQJ832mfI8DXQVOeUucS7UV { width:17.5rem;height:3.4375rem;top:13.1875rem;left:1.25rem;background-color:rgba(var(--color-tertiary-0),0.75);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;z-index:15042;display:block; }
#QHdnIRTEtr9pA5nD8JwORetIq9AFazBh { display:block; }
#dRpIwSmZznTPFoTP0oTPGdnbgCWlASyc { width:3.49786875rem;height:3.49786875rem;top:13.0625rem;left:1.25rem;z-index:15043;display:block; }
#dRpIwSmZznTPFoTP0oTPGdnbgCWlASyc > img { max-width: 100%;max-height:100%; width:3.49786875rem; height:3.49786875rem; }#HB97UeP3PGnThk1FE3xx7DQNtAwVeyQG { display:block; }#HB97UeP3PGnThk1FE3xx7DQNtAwVeyQG { background-color: transparent; background-image: none; }#HB97UeP3PGnThk1FE3xx7DQNtAwVeyQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB97UeP3PGnThk1FE3xx7DQNtAwVeyQG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB97UeP3PGnThk1FE3xx7DQNtAwVeyQG > .row .container > .video-iframe-container { display: none; }#HB97UeP3PGnThk1FE3xx7DQNtAwVeyQG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB97UeP3PGnThk1FE3xx7DQNtAwVeyQG > .row > .video-iframe-container { display: none; }#HB97UeP3PGnThk1FE3xx7DQNtAwVeyQG > .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); }#HB97UeP3PGnThk1FE3xx7DQNtAwVeyQG > .row .container { width:20rem;height:25.9375rem;background-color:#0b2808;background-image:none;position:relative;display:block; }#gGyPe1Dzs8FlBqnXPfsJqCLytATc5XZQ { width:2.1875rem;height:2.1875rem;top:5.4375rem;left:16.5625rem;z-index:15055;display:block; }
#e8W2zDB6zwK7k8iOGmwAFCKiV777PPk0 { width:12.8125rem;height:2.375rem;top:5.0625rem;left:3.375rem;z-index:15076;color:#875e5e;display:block; }
#bUOZdfuBHD1PiG76twrirC9rTZpgFwwo { display:block; }
#g7KUVWwrqUuzaVDQiGd2n1nzrFVo4U8S { top:0.25rem;left:0.875rem;width:18.125rem;height:3.736325rem;z-index:15085;font-weight:700;font-style:normal;font-family:cairo;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#UgRDuolMvvtehMJALSAG6mIywyGiQ24f { display:flex;width:3.125rem;height:3.125rem;top:1.94921875rem;left:2rem;z-index:15009; }
#prDbZozHxJV8dfCFSOm2fKkOGN4Uf3dk { width:12.8125rem;height:2.375rem;top:9.5625rem;left:4.3125rem;z-index:15077;color:#875e5e;display:block; }
#ZUUQ7OUP3Rg4x5gW627CaKfH5IDsLCZD { display:block; }
#wNQT9L2pTxrnWkw8L3lXVbT1c9o9RShH { width:2.1875rem;height:2.1875rem;top:9.9375rem;left:16.625rem;z-index:15058;display:block; }
#bcxuHSS8WoJ3me2pLQO16SQWZDVakcsQ { width:2.1875rem;height:2.1875rem;top:17.3125rem;left:16.5625rem;z-index:15060;display:block; }
#kUe5lBCICAfw7ZaICfVrViwz92sSnmM7 { width:2.1875rem;height:2.1875rem;top:15rem;left:16.5625rem;z-index:15057;display:block; }
#ktwNM3hQLAApEMxKNlrQNKhBrWbFpeXs { width:8.8125rem;height:2.375rem;top:14.4375rem;left:7.6875rem;z-index:15083;color:#875e5e;display:block; }
#L3HyI5gubMFg8oR5IUg67SaTc7CkTD1v { display:block; }
#m61OZgxVdQcqa0tvGtQGlicFAX5pX94P { width:12.8125rem;height:2.375rem;top:11.9375rem;left:3.4375rem;z-index:15084;color:#875e5e;display:block; }
#uyS5uNA4zzVrK940RlcollVtGAfFkqik { display:block; }
#HVATFAXl4UNArC05H1uN7bBIlCy67n1a { width:14.8125rem;height:2.375rem;top:16.6875rem;left:2rem;z-index:15078;color:#875e5e;display:block; }
#tVQtprhEABIJ6JLlLFM29TfdeLbnTwa1 { display:block; }
#vyMUCWLtTeiHFCO354UIqv3en3KNqTk6 { width:2.1875rem;height:2.1875rem;top:7.75rem;left:16.625rem;z-index:15061;display:block; }
#APq9FBbe8LE8QhaQVGTg5RhB7BowG1v7 { width:2.1875rem;height:2.1875rem;top:12.5625rem;left:16.625rem;z-index:15063;display:block; }
#vOhTIsKRJHN2ncIMnb3PO9ZZ87HgtLWu { width:12.8125rem;height:2.375rem;top:7.375rem;left:4.5rem;z-index:15084;color:#875e5e;display:block; }
#vtIbBU0x4qpnKzWaVUAkPcb2aeGohMTX { display:block; }
#FhhzqqkrWGA3hupzGmkM5RkJBSrPyD0I { top:22.25rem;left:0.9375rem;width:18.125rem;height:1.13725rem;z-index:15196;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#CXF1Q5rI4DtF1WXJRLVEAPazuhTzDbiy { width:14.4375rem;height:1.21875rem;top:20.5rem;left:3.375rem;font-size:0.9375rem;font-family:var(--paragraphs-font-family);z-index:15013;color:#ffffff;display:block; }
#cscOUGbsXawmIwkQgumelq2NPFp6epLz { width:17.5rem;height:1.25rem;top:24.25rem;left:1.25rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT { display:block; }#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT { background-color: transparent; background-image: none; }#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT > .row .container > .video-iframe-container { display: none; }#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT > .row > .video-iframe-container { display: none; }#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT > .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); }#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT { border-width: 0; border-radius: 0; }#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT > .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; }#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT > .row .container { width:20rem;height:6.875rem;background-color:#0b2808;background-image:url("https://images.assets-landingi.com/uc/d691bd94-554a-4351-8cf5-b727fb043bba/ad1430805a84ab9b331c9d679413f820.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT > .row .container.adaptive-delivery-prevent-bg, #MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT > .row .container.lazyload, #MnvNiF0fb8zPD8BxUHHUb4v62yRaBXHT > .row .container.lazyloading { background-image: none; }#dzwVMWwLgQqgwMqTziBGPXcMRiE4sd3Q { width:18.375rem;height:2.11230625rem;top:0.9990234375rem;left:0.8125rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#KAFgrmFCe7s3uVOgDqO7IgEnOMMKV1K2 { width:20rem;height:3.3125rem;top:3.5322265625rem;left:0rem;font-size:1.0625rem;border-top:0.3125rem solid #b2ae8a;border-left:0.3125rem solid #b2ae8a;border-right:0.3125rem solid #b2ae8a;border-bottom:0.3125rem solid #b2ae8a;color:#d1d1d1;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#VOUWTKZHBOiTWXJenabv6yWyuZVOzNbX { display:block; }
#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t { display:block; }#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t { background-color: transparent; background-image: none; }#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t > .row .container > .video-iframe-container { display: none; }#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t > .row > .video-iframe-container { display: none; }#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t > .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); }#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t { border-width: 0; border-radius: 0; }#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t > .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; }#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t > .row .container { width:20rem;height:61.2744125rem;background-color:rgba(11,40,8,0.99);background-image:url("https://images.assets-landingi.com/uc/d691bd94-554a-4351-8cf5-b727fb043bba/ad1430805a84ab9b331c9d679413f820.jpg");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#oB17slUxz6wuADm7JQmmnOy8GtSVqE8t > .row .container.adaptive-delivery-prevent-bg, #oB17slUxz6wuADm7JQmmnOy8GtSVqE8t > .row .container.lazyload, #oB17slUxz6wuADm7JQmmnOy8GtSVqE8t > .row .container.lazyloading { background-image: none; }#TvMqAR3SoHOQl0oIaVLIE2QzeSAdNtVV { width:9.5625rem;height:17.0625rem;top:0.57890510559082rem;left:5.1867187023163rem;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LhXPOafOQHb2v4rqD4oThS7vk6l1MSbi { width:9.4375rem;height:16.875rem;top:30.875rem;left:4.9375rem;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#XgPa2Fw28iTsS1q6T4OEQvZp6NinhdAV { width:18rem;height:9.496125rem;top:17.6396484375rem;left:0.998046875rem;text-align:center;text-align-last:center;font-size:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SZRS97I6eNXXSgyFeye0K9dQhBVN27UT { width:18rem;height:9.496125rem;top:48.310548782349rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DIPNKhlrZc2xUv7UoBr7TUtIMPAP89Bz { width:14.143375rem;height:3.45820625rem;top:57.81679725647rem;left:2.8957033157349rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #bab79d;border-left:0.375rem solid #bab79d;border-right:0.375rem solid #bab79d;border-bottom:0.375rem solid #bab79d;color:#ffffff;z-index:15015;display:block; }
#T2QhtRLNadJzl56ZPbAsL1su2TGoMrav { display:block; }
#aObpnDgBFZycGrCrabRTnq3rIXupqVTV { width:14.143375rem;height:3.45820625rem;top:26.8154296875rem;left:2.9267578125rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #bab79d;border-left:0.375rem solid #bab79d;border-right:0.375rem solid #bab79d;border-bottom:0.375rem solid #bab79d;color:#ffffff;z-index:15016;display:block; }
#OowRTsQpeblciA7bVPefJshxNSVk4pTy { display:block; }
#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc { display:block; }#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc { background-color: transparent; background-image: none; }#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc > .row .container > .video-iframe-container { display: none; }#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc > .row > .video-iframe-container { display: none; }#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc > .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); }#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc { border-width: 0; border-radius: 0; }#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc > .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; }#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc > .row .container { width:20rem;height:57.518553125rem;background-color:#0b2808;background-image:url("https://images.assets-landingi.com/uc/d691bd94-554a-4351-8cf5-b727fb043bba/ad1430805a84ab9b331c9d679413f820.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc > .row .container.adaptive-delivery-prevent-bg, #d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc > .row .container.lazyload, #d2GOZOMTNUpRKrn3LVhMeNiDuwKb08Cc > .row .container.lazyloading { background-image: none; }#M6baoRtMol5oeJM3FxThmos8TtZpnOF6 { width:9.5rem;height:16.9375rem;top:30.6865234375rem;left:5.2177734375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;overflow:hidden;display:block; }
#VzHVbNycA5zWsP0CleSR7V2D9kEWnoa3 { width:9.375rem;height:16.75rem;top:1.1859431266784rem;left:5.2804687023163rem;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#azTPVqsGkegBn3bJv7Tuy4dqzSAkgT2M { width:18rem;height:3.65234375rem;top:48.751953125rem;left:0.998046875rem;text-align:center;text-align-last:center;font-size:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DM79ESm0UuPElFvIDewL17aE4H2rzhek { width:18rem;height:7.3046875rem;top:18.623439311981rem;left:0.99843752384188rem;text-align:center;text-align-last:center;font-size:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S7A2McayG2qgy0edrtzTFdmGi6XS5FxF { width:14.143375rem;height:3.45820625rem;top:54.060546875rem;left:2.9267578125rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #bab79d;border-left:0.375rem solid #bab79d;border-right:0.375rem solid #bab79d;border-bottom:0.375rem solid #bab79d;color:#ffffff;z-index:15015;display:block; }
#qBRtT2Goxw1XqSttUJ9Kk7nloAmITnED { display:block; }
#z4qTXpCuSACLZ7E444VOdepsgrMJz2MG { width:14.143375rem;height:3.45820625rem;top:27.12109375rem;left:2.9267578125rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #bab79d;border-left:0.375rem solid #bab79d;border-right:0.375rem solid #bab79d;border-bottom:0.375rem solid #bab79d;color:#ffffff;z-index:15016;display:block; }
#A5x8HgVaV4JTih8sUD2hnRfawoUl07Js { display:block; }
#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk { display:block; }#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk { background-color: transparent; background-image: none; }#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk > .row .container > .video-iframe-container { display: none; }#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk > .row > .video-iframe-container { display: none; }#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk > .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); }#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk { border-width: 0; border-radius: 0; }#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk > .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; }#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk > .row .container { width:20rem;height:57.1875rem;background-color:#0b2808;background-image:url("https://images.assets-landingi.com/uc/d691bd94-554a-4351-8cf5-b727fb043bba/ad1430805a84ab9b331c9d679413f820.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk > .row .container.adaptive-delivery-prevent-bg, #kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk > .row .container.lazyload, #kNTMeD8G4PdTFrEzvKsgepTsXPr9dDbk > .row .container.lazyloading { background-image: none; }#T1CnwIUguhtG7uIHDOJaIJhLPRUBpyuU { width:9.5625rem;height:17.0625rem;top:0.57890510559082rem;left:5.1867187023163rem;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#tckBCm1l0JWzaSBLLL4urZTb3yyWOMCn { width:18rem;height:4.3828125rem;top:18.499603271484rem;left:0.99960935115812rem;text-align:center;text-align-last:center;font-size:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vapz50zqCiTT01TEuyt9ugiKvaFQaooi { width:18rem;height:5.844725rem;top:46.413284301757rem;left:0.99843752384188rem;text-align:center;text-align-last:center;font-size:0.5rem;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; }
#aTHHZBLQUnScEcfEdR6LMFi1ZCJ7QVCC { width:18.249625rem;height:4.5621125rem;top:52.453128814698rem;left:0.873046875rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #bab79d;border-left:0.375rem solid #bab79d;border-right:0.375rem solid #bab79d;border-bottom:0.375rem solid #bab79d;color:#ffffff;z-index:15016;display:block; }
#U3bXIAPBLkc2HqsC3FKOLryZ66MR1GVI { display:block; }
#uNGxm0XDFdMF5yJe3d50tmoF19n5ngv2 { width:18.249625rem;height:4.5621125rem;top:23.19960975647rem;left:0.873046875rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #bab79d;border-left:0.375rem solid #bab79d;border-right:0.375rem solid #bab79d;border-bottom:0.375rem solid #bab79d;color:#ffffff;z-index:15017;display:block; }
#m86aXKu1U232cVtqX0u5hIkln5FGB51T { display:block; }
#ndLd0Q3KEpc0zunhviduRVg2PtxFMGaM { width:9.5625rem;height:17.0625rem;top:28.4375rem;left:5.21875rem;overflow:hidden;z-index:15016;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs { position:relative;z-index:auto;display:block; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs { background-color: transparent; background-image: none; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container > .video-iframe-container { display: none; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row > .video-iframe-container { display: none; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .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); }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs { border-width: 0; border-radius: 0; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .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; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container { width:20rem;height:59.550796875rem;background-color:#0b2808;background-image:url("https://images.assets-landingi.com/uc/d691bd94-554a-4351-8cf5-b727fb043bba/ad1430805a84ab9b331c9d679413f820.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container.adaptive-delivery-prevent-bg, #FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container.lazyload, #FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container.lazyloading { background-image: none; }#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-element-container { background-color:#e1e8ed;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; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-heading-text { font-size:0.6875rem;height:auto;line-height:1.3;overflow:hidden;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family); }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-desc-text { font-family:var(--paragraphs-font-family);font-size:0.5625rem;height:auto;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);line-height:1.6;overflow:hidden; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-trigger { height:1.375rem;width:1.375rem;min-width:1.375rem;background-image:url("https://icons.assets-landingi.com/icon_e38ff10e0dae4801a2700830f978383e36ededb3.svg");background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important; }#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-trigger.adaptive-delivery-prevent-bg, #CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-trigger.lazyload, #CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-trigger.lazyloading { background-image: none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f { display:flex;height:auto;width:18.2431875rem;top:4.1859130859375rem;left:0.12734371423721rem;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;gap:0.75rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem;background-color:#0b2808;background-image:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OwglBkuzIGzrulZlZwmshWiTHW07SquW {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OAcUhxkNZpk09rxUefLMWGtH3ZLAfq4X {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #l4MTlKTDuD94gKkxDTs0CQiXt9lEFdcQ {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #AP8zBFQPEkSfFPIxamZ2pz95GAR5nztF {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #pHdu642Fpy1GwBv74Z9gdttbaFPOi5p0 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #iwAxlU5gX7JZIpkiyKkRW6KTrkuiqHv3 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #fzFpeagEMpSphCC4RgMR564NxcS40d9x {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #JuhVkN9bS9k9FKLB4Ey5BveXT39iTUND {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #F2fB0ZmOhWQS8NE2Kl9JbiWDaUBgo7Hl {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #v8SmkDgmkenwcRcI3TVTJBQccbZeMJPo {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TukhfysiB3g5hs9OTmoNoM3KfO29ZOkM {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TBn1mkbTTopyFTGtdJ0BoiPyOpJnUAb3 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #e1szwtSUhU6MQqdShBSziyZtBt5GqpUV {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #y6LT9vmMmNhBpzgk5upAFozxIFDVEODX {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #mvk03m6KCAnO0oazbpXhmBkyWuHKNAOc {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #chROoOOT9N0wwG7fTkAW9psQSCrkZTS4 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #y9lmcbKBQd58O7E5DqxaN4stm0XMLRWU {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #q8FJ5TJ7UOtITbuRamic2V1x7kALJgzw {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #zMlAkxoKV8nqDTCBQbymFDdaC5xTgZgk {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #yWSqGIThhpi0zQPynTfNwgvxuvAV6FWn {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #yHg9qNIisOLzCL5mkgH1N43sM7psMK27 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Il9GcoLZeaHbfKGuWT0wC2yF0pWfuNSk {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OaVR0JwO4k1rO3QLGtVG0RSk3gonFLTC {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oy9wZceM8uwEFMUH4FA9Qp6QRB6EBZRm {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #mBRhK7PmcZuvJRRFgMAMO9KTeITkQO3g {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BedPA7Qr2pqKJqDoA7MioDJBuTVfBPL9 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qqM4SOlBi1q4axFXwLgta8bQHcQKeemR {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cTtqJJwvo6tUdHLchNQDckDAwFkSoetH {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cvGaFITGqblP7JN4w1gHsfSA6WFo2mQ9 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #vcEQaVJA6i2UpIcqmr7gAakypDqpuFXo {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #uVFklxXaaRd4Cbe4yOqgcz3Eyb8PRPnH {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oqaXipLbgFN650y3PK8E5aE3UkiF8UVl {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #i7QBVJO7Cr2G9n1Kc6tK6CXKbPsZbWUs {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qE0x036GdXED8tUpH5W7KX0heOPdHLRg {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #z9g3b3Mp7xbCQZSo6JeJ8mJ9EQXX9eVm {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #RR8wKCVerehfiSplkTvQA925qubMDUn6 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #KDah8BpTiUixNcbFX0y3kBRFsZMNz5EC {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #ot5UAA6LTLQsOQHmoh9XoD1I85e0KQ4G {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BymxBheAcmm0XT3GCdwP4998xKhTfVyQ {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TitwSHM6odn7Z86FAD40l5f3TLpdrVNi {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #zxCghzLbGimL9xuhDHbligT7uu1Qxtzz {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Ihgu2uTNKy7JhUiSy3FJozhKwiuuOZP8 {  }
#T59di0zSl4DEfGzudTmorzbPMJs7oP4Q { width:15.4375rem;height:1.94921875rem;top:1.312518119812rem;left:2.2812500596046rem;font-size:1.5rem;color:#ece2e2;z-index:15015;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos { display:block; }#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos { background-color: transparent; background-image: none; }#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos > .row .container > .video-iframe-container { display: none; }#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos > .row > .video-iframe-container { display: none; }#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos > .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); }#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos { border-width: 0; border-radius: 0; }#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos > .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; }#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos > .row .container { width:20rem;height:11.25rem;background-color:rgba(186,183,157,0.72);background-image:url("https://images.assets-landingi.com/uc/d691bd94-554a-4351-8cf5-b727fb043bba/ad1430805a84ab9b331c9d679413f820.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos > .row .container.adaptive-delivery-prevent-bg, #UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos > .row .container.lazyload, #UltnDhTzlJFBpNH3CSGX0QbnFeT9Fuos > .row .container.lazyloading { background-image: none; }#ws1CkFpK9JDLc6tCTTK7FU6bTTVc2VCd { width:20rem;height:2rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
#PM8MkeXfPafqvV8CJHuRMnzl68mHgih7 { width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
#DHSDbDKnRMlFGL8rgV6VXcwgA7666UXl { width:19.4375rem;height:1.29980625rem;top:8.6250038146975rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:1rem;color:#f3eaec;display:block; }
#L2EM5FZkLUESs7VyuLr2J2UkoH3rF2lO { width:3.125rem;height:3.125rem;top:4.0478515625rem;left:16.875rem;font-size:2.1875rem;display:block; }
#tka69HhVyCXXkrsSvT0vTrdFyMxe37WU { width:16.312125rem;height:2.5996125rem;top:4.6306810379028rem;left:1.1187855005264rem;text-align:center;text-align-last:center;font-size:1rem;color:#f3eaec;z-index:15011;display:block; }
#mdyV8xsNlP2FW3IMDKMObFTLhbvwA0NP { width:16.31125rem;height:3.57421875rem;top:0.53000640869141rem;left:0.27965199947357rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f3eaec;z-index:15012;font-weight:700;font-style:normal;display:block; }
#J5SwJGLCdHmp4AbO55fxUmW5zOt4NOes { display:none; }#J5SwJGLCdHmp4AbO55fxUmW5zOt4NOes > .row .container { width:20rem;height:35.9375rem;background-color:#0b2808;background-image:none;position:relative;display:none; }#rH60TS3phPAnZhb2hJnoAfaCFT92LlF0 { top:4.8082389831543rem;left:0.74928975105287rem;width:18.4375rem;height:18.3125rem;z-index:15000;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#s0U3eZXtU771q4PbrKn9IiSSbDpDGkkF { width:13.18625rem;height:1.29980625rem;top:31.875rem;left:3.375rem;font-size:1rem;z-index:15160;font-family:var(--paragraphs-font-family);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);color:#f5f0e9;display:block; }
#sNR7kuQ5qCw0u9ngJRirfZ8Qs2dQOmOA { width:18.125rem;height:1.25rem;top:33.75rem;left:0.9375rem;z-index:15102;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XqmR3TDwPfhgUmDc7THi5vMB7d6veqql { top:1.6337065696716rem;left:1.7498222589493rem;width:16.4985625rem;height:;z-index:15171;color:rgba(var(--color-tertiary-0),1);font-size:1.1875rem;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;display:block; }
#fns6CTc6InaPoQEK84foDf94CBuZXiTo { top:24.246273040771rem;left:0.68714487552644rem;width:18.6230625rem;height:0.9747875rem;z-index:15138;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;font-weight:400;font-style:normal;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#xg3AL2A4A3S7VbUJkgitUnEIlaDhJeFF { width:7.9368125rem;height:2.6225125rem;top:27.5rem;left:7.625rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);background-color:#894e13;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;box-shadow: 0.125rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.37) ;color:#efeae3;z-index:15003;text-align:center;text-align-last:center;display:block; }
#gKOEirtLX5uWfwqwCzeqO3EMRikkZ5Xe { display:block; }
#HKPVAt7Pw2IuzxKqbRFa4TWlRnioxqhs { display:flex;top:27.6875rem;left:4.375rem;width:2.5rem;height:2.5rem;z-index:15172; }
#WJd0cbU5wHIOZneT749JHU5CIvCxAVXr { display:none; }#WJd0cbU5wHIOZneT749JHU5CIvCxAVXr { border-width: 0; border-radius: 0; }#WJd0cbU5wHIOZneT749JHU5CIvCxAVXr > .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; }#WJd0cbU5wHIOZneT749JHU5CIvCxAVXr > .row .container { width:20rem;height:113.625rem;background-color:#0b2808;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:none; }#LhqKEJitZhtvXi5C5Jd3SoV4dMfk51iI { width:18.499625rem;height:18.3744375rem;top:4.6138135194779rem;left:0.74928975105287rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#hbx7RQTAUVC5pUWbXRUBf4ilxAibLNT8 { width:18.75rem;height:3.0859375rem;top:23.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#f8f0f1;display:block; }
#Cm2T9Q5xOaVPWNFsT51a30cHtu8tlJZV { width:18.75rem;height:1.5996125rem;top:25.5rem;left:0rem;text-align:center;text-align-last:center;color:#49604c;display:block; }
#tC2DgTy2u5x3pJkRhKwU7S3fXTaH7vbg { width:20rem;height:3.25rem;top:0.81232261657713rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#f7e7e9;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);display:block; }
#W38OdT7CiGMOX4w0lfb9dhstUXfOdWnb { width:12.9368125rem;height:2.3117875rem;top:28.0625rem;left:4.625rem;z-index:15183;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ImVNcp3DZJGtoVUTq22zx4bC3qmT4bko { display:block; }
#m2OUfcFd4tCvNUc1eDsQufeJkycqCpDu { width:18.75rem;height:1.5996125rem;top:52.12481880188rem;left:0rem;text-align:center;text-align-last:center;color:#480810;z-index:15012;display:block; }
#G6LGSm9GAuyBOtumAk4nWp3TdnzomTIB { width:18.75rem;height:1.5996125rem;top:53.68731880188rem;left:0rem;text-align:center;text-align-last:center;color:#49604c;z-index:15011;display:block; }
#b3kNvO2h5yeWhHQMvFDnkdAQgrfce0Pm { width:17.1244375rem;height:3.89941875rem;top:50.56231880188rem;left:1.4373222589493rem;text-align:center;text-align-last:center;font-size:1rem;color:#f4f3f3;z-index:15011;display:block; }
#eqIAuEZbzT6TG6k1L8t9KBmdsbU8vQV8 { width:18.499625rem;height:18.3744375rem;top:32.37393283844rem;left:0.74928975105287rem;overflow:hidden;z-index:15010;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#vCPwXoQxChKndsIHiJOONW5GIM3gWbkA { width:18.75rem;height:1.5996125rem;top:80.125rem;left:0.875rem;text-align:center;text-align-last:center;color:#49604c;z-index:15024;display:block; }
#KiqEG7ApJc5nKO3qsywHesfDZOEdEGzT { width:18.75rem;height:1.5996125rem;top:80.125rem;left:0.25rem;text-align:center;text-align-last:center;color:#49604c;z-index:15023;display:block; }
#nk7EnP39LfAtp83JKX183gy8s4XPWs4m { width:18.75rem;height:3.0859375rem;top:78.5rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#f1e9ea;z-index:15023;display:block; }
#VytP8FCR2EH0Cv8JfygdHbiL78FVce1Q { width:18.5rem;height:18.375rem;top:59.185899019241rem;left:0.74875700473787rem;overflow:hidden;z-index:15022;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#tt8NBz7TCxuwXwqo4iwG6xCZfngV21lA { display:flex;top:28.0625rem;left:2.125rem;width:2.43696875rem;height:2.43696875rem;z-index:15205;opacity:.79; }
#tt8NBz7TCxuwXwqo4iwG6xCZfngV21lA > img { max-width: 100%;max-height:100%; width:2.43696875rem; height:2.43696875rem; }#D3RLW7IeqXOU7LIC9cykgZ0pE5Ep2k6c { width:12.9368125rem;height:2.3125rem;top:55.311964035034rem;left:4.4371446371079rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MofBcEpcekhukZtb1Bwk33fwLAmriBKq { display:block; }
#MSELHVG6AIyNSZPTG1mft3B9zw8t6Q0o { display:flex;top:55.186786651611rem;left:1.9371448755264rem;width:2.43696875rem;height:2.43696875rem;z-index:15208;opacity:.79; }
#MSELHVG6AIyNSZPTG1mft3B9zw8t6Q0o > img { max-width: 100%;max-height:100%; width:2.43696875rem; height:2.43696875rem; }#Im6h6m1KvC7dRF5OzShg9s57lnxMyvHT { width:12.9368125rem;height:2.3125rem;top:82.375rem;left:5rem;z-index:15192;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TQ7mhHliZHMGcMT5AByLEUbzrcihBgdk { display:block; }
#gQt19P9Gp5xccPzMCrQ5F6OJ9puLrH8A { display:flex;top:82.4375rem;left:2.5rem;width:2.43696875rem;height:2.43696875rem;z-index:15212;opacity:.79; }
#gQt19P9Gp5xccPzMCrQ5F6OJ9puLrH8A > img { max-width: 100%;max-height:100%; width:2.43696875rem; height:2.43696875rem; }#PIsH9nJ9J905BklSPCSCHUZbTJbDax9e { width:12.9368125rem;height:2.3125rem;top:109.375rem;left:4.875rem;z-index:15197;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#U7CUkDEFAMaz9ykow85dBaJJe1g1axTu { display:block; }
#UAZ97Sy6Tf0NubBRmWMe4OCWSAAc2nAW { width:18.75rem;height:1.5996125rem;top:107.125rem;left:0.9375rem;text-align:center;text-align-last:center;color:#49604c;z-index:15029;display:block; }
#KceCI1h5Opz7sDSivKrkZGTHCbT9AVhw { width:18.75rem;height:1.5996125rem;top:107.125rem;left:0.3125rem;text-align:center;text-align-last:center;color:#49604c;z-index:15028;display:block; }
#SblQqTgR9Amgd5hOB0XJcANtMCXkWmQp { width:18.75rem;height:3.0859375rem;top:105.5rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#f4f1f1;z-index:15028;display:block; }
#bV9BAxkR56F6ngrSl6nMu6zbJKZ3T7Ts { width:18.3125rem;height:18.25rem;top:86.1875rem;left:0.8125rem;overflow:hidden;z-index:15027;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#NZ3tyXHfVWTEc7bwDDRAUnelrzWNd7TT { display:flex;top:109.43696403503rem;left:2.3064628839493rem;width:2.43696875rem;height:2.43696875rem;z-index:15213;opacity:.79; }
#NZ3tyXHfVWTEc7bwDDRAUnelrzWNd7TT > img { max-width: 100%;max-height:100%; width:2.43696875rem; height:2.43696875rem; }#MGTDEKdRFP5dJylDplXlTptbVgXwdvmx { display:none; }#MGTDEKdRFP5dJylDplXlTptbVgXwdvmx > .row .container { width:20rem;background-color:#0b2808;background-image:none;height:251.4375rem;position:relative;display:none; }#fHxuR0rRpCwGt8adVEeIy9TpUkI3ebd5 { top:4.775390625rem;left:0rem;width:20rem;height:10.4375rem;z-index:15010;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#P9hsu8Wa1iXNWlEmMq0fvnTFpygpEGuf { top:0.6875rem;left:3.25rem;width:13.5rem;height:2.25rem;z-index:15251;background-color:#ffffff;background-image:none;color:#4b893e;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;line-height:1.3;display:block; }
#UCeSgEeCVeNl50d8Ffnq7XSPqfaNInfo { display:block; }
#KJltlF10NbHquEOHq7ZFd8mJiEf0SqzE { top:15.375rem;left:0.28125rem;width:19.4375rem;height:10.3125rem;z-index:15030;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
#GQyuSQvJGdJtmdr7sfAPCiIUzEUzTt3I { top:24rem;left:4.75rem;width:10.5rem;height:1.4375rem;z-index:15207;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));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; }
#Zf17qnTMhXTCAz2Q9tOLnLvt1WSMi1hL { display:block; }
#Jvt1pf9cokG1ePFTLfqvJtcMh5nw1wS9 { top:17.125rem;left:1.5rem;width:17.5625rem;height:6.333975rem;z-index:15203;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#aZV7PKWGMEdWw0ZJDpCoxNkm1G3aRhiX { top:15.6328125rem;left:0.84375rem;width:17.5625rem;height:1.0556625rem;z-index:15204;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ab853c;display:block; }
#PpeiS7wVttTMMXInxOaUUNAbhT2PcKC2 { top:38.0625rem;left:0.3125rem;width:19.4375rem;height:10.375rem;z-index:15035;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
#Et4J5vSkecfp31i4n6LM7xI5Hk7WV3uz { top:46.75rem;left:4.75rem;width:10.5rem;height:1.4375rem;z-index:15212;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));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; }
#A6Dpw6urlZINatJtvHENDz7rJ3heNfgp { display:block; }
#iThuxNbxzPooGN0CIBhEWcRQdLcoZiM9 { top:39.8125rem;left:1.5rem;width:17.5625rem;height:4.22265rem;z-index:15208;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#oVpcFCtDnGFvbzSH76mphINaCzFOb5WU { top:38.3125rem;left:0.875rem;width:17.5625rem;height:1.0556625rem;z-index:15209;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ab853c;display:block; }
#F8HeE0k6qJ2rdgK3H0z7ZGPPWNqeutzW { top:27.4375rem;left:0rem;width:20rem;height:10.4375rem;z-index:15015;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GUin4JkWaZl89rnxsu6U9h1WzsacTBPo { top:60.8125rem;left:0.3125rem;width:19.4375rem;height:8.625rem;z-index:15040;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; }
#gw78XAo4ApIUtyw9ZTv43l0C9mqgBlfn { top:67.625rem;left:4.75rem;width:10.5rem;height:1.4375rem;z-index:15217;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));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; }
#L5Ac5bnmsUhTKUThIDfxEdi4pRIpfNpJ { display:block; }
#fdOnTP0tJgsIznvnXQ3vIcWMHRJydN6q { top:63.75rem;left:1.5rem;width:17.5625rem;height:3.16699375rem;z-index:15213;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#wUkgdf8uCv67SaHlUvSxfICfLxG9f2Tg { top:61.0625rem;left:0.875rem;width:17.5625rem;height:1.0556625rem;z-index:15214;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ab853c;display:block; }
#xCEfSaTJoVH8Gk8o530TOtoTWnpwhGLg { top:50.1875rem;left:0rem;width:20rem;height:10.4375rem;z-index:15020;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fTucvnvJ37VyxQGxRlguEGWb5fZIsOQ5 { top:81.0625rem;left:0.3125rem;width:19.4375rem;height:10.375rem;z-index:15045;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; }
#ITOzIgdfw9Jh3IS0nmXRf0yxlRQnyC7J { top:89.5625rem;left:4.75rem;width:10.5rem;height:1.4375rem;z-index:15222;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));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; }
#DHFAhgS7xVH2hHAJCv7m1yIeLv8Jp58w { display:block; }
#lwmxAxLVG14ggpfxDPDZOdS9OGFexqoM { top:83.75rem;left:1.5rem;width:17.5625rem;height:4.22265rem;z-index:15218;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#HfSzrnz8ARtxWtpbmHS8fIDCox0s1lNh { top:81.3125rem;left:0.875rem;width:17.5625rem;height:2.111325rem;z-index:15219;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ab853c;display:block; }
#KM5ittkX8JglheLCZPfiTbMA19v5P5KB { top:70.4375rem;left:0rem;width:20rem;height:10.4375rem;z-index:15025;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vGFKFKH5OnXrwTZEQ6KGOOvNickn4rDH { top:103.25rem;left:0.3125rem;width:19.4375rem;height:16.9375rem;z-index:15050;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; }
#k9slT2xWadckVKwyyBBzzs61WNNVZdkJ { top:118.25rem;left:4.75rem;width:10.5rem;height:1.4375rem;z-index:15227;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));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; }
#FWfyIBTL88bTEcE1R1qQV2wTgWSZCQrV { display:block; }
#gB7cV2yd6uDh9McrvkyLGc5bTsTTT9Qa { top:105.9375rem;left:1.5rem;width:17.5625rem;height:8.44530625rem;z-index:15223;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#aMy7LcgA710f4XBCk7RX1Z5pLl2uQG9i { top:103.5rem;left:3.5rem;width:14.9375rem;height:2.111325rem;z-index:15224;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ab853c;display:block; }
#mbdPc4VPxlfqRuIgV7TJfQHXTHbLocT2 { top:92.625rem;left:0rem;width:20rem;height:10.4375rem;z-index:15030;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eUE4HOc3KzzStXBiuNw1WiatxBFH3t4w { top:131.6875rem;left:0.3125rem;width:19.625rem;height:10.8125rem;z-index:15055;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; }
#ada5ZCImJm8WxrNcqlnqBvTItGp03rMa { top:140.4375rem;left:4.75rem;width:10.5rem;height:1.4375rem;z-index:15232;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));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; }
#hiGvfsGFoV6TpAzi0rRq8KKB5yIsqSRI { display:block; }
#vPHt4Sku8vCHKyLoDJsf0nTqy3uBJg44 { top:134.625rem;left:1rem;width:18.0625rem;height:3.1669875rem;z-index:15228;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#Jb08uoFCudorHdt0FZlAOEsLSQwkT6Ix { top:131.9375rem;left:4.125rem;width:14.3125rem;height:2.111325rem;z-index:15229;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ab853c;display:block; }
#RA92Ht9vbdzuPxQTXxbUmWragAEUWiLN { top:121.0625rem;left:0rem;width:20rem;height:10.4375rem;z-index:15035;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#za8RfMDSFD7ec0WuT6FhTPyOSnuLo9tG { top:154.3125rem;left:0.3125rem;width:19.625rem;height:8.8125rem;z-index:15060;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; }
#fXzeqOZVKQmQfpTdv5Uoxb0dJqwe8TDT { top:161.3125rem;left:4.75rem;width:10.5rem;height:1.4375rem;z-index:15237;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));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; }
#p6l3Ne9ZrVI3T2rKe2x2p5kaEsqk8Qkv { display:block; }
#m2I1szW8sDmfvIPCFmwkpJrtv9fJ8HAM { top:157.25rem;left:1rem;width:18.0625rem;height:2.111325rem;z-index:15233;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#frBRHkHs5tHtmKBLcm9MJZmVvOnQ0GbA { top:154.5625rem;left:4.125rem;width:14.3125rem;height:2.111325rem;z-index:15234;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ab853c;display:block; }
#rmalF8tUsVIPQ2xuPg7FCxJB5gqEIspv { top:143.6875rem;left:0rem;width:20rem;height:10.4375rem;z-index:15040;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hXCI2hXynlHpKfqnUumn6F1gxWS0schf { top:174.875rem;left:0.3125rem;width:19.625rem;height:9.6875rem;z-index:15065;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; }
#eGDZa73Hsb2aA5Gn7tetKmMxQ9sLr3uL { top:182.625rem;left:4.75rem;width:10.5rem;height:1.4375rem;z-index:15242;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));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; }
#VXZc0IGyFb8wFwJqdOgVCa1Qm47xQB8H { display:block; }
#QVfGuEztTyzOX2IURcTL0KX2x6FTroFc { top:177.8125rem;left:3.4375rem;width:15.625rem;height:4.22265rem;z-index:15238;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#caqWB3yvTTt7am2Abt3OLxlyFf68EW2U { top:175.125rem;left:4.4375rem;width:14rem;height:1.0556625rem;z-index:15239;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ab853c;display:block; }
#iVx1HNmdT22TWDhc2AeyeC9FRIGdgnyl { top:164.25rem;left:0rem;width:20rem;height:10.4375rem;z-index:15045;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hgzMGomshP4sV8urmrceSDBRNXVPvEFo { top:196.25rem;left:0.3125rem;width:19.625rem;height:10.375rem;z-index:15070;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; }
#dIU94fZ2MNAWMma7d4UnUJhDwTtdHVvf { top:204.8125rem;left:4.75rem;width:10.5rem;height:1.4375rem;z-index:15247;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));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; }
#fnKzNZBRSULrHTKlBan1WEDwBxGRdX9s { display:block; }
#iGyp450AFqOxptdHEJq5dP8iIn1lCZ3t { top:199.1875rem;left:3.4375rem;width:15.625rem;height:4.22265rem;z-index:15243;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#ed2vxTdTmJ3TQLslTgFc8IMJ7Zr4r8mE { top:196.5rem;left:4.4375rem;width:14rem;height:1.0556625rem;z-index:15244;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ab853c;display:block; }
#MSAyDWt4soUWUAQqQWWv3DNZyaZnDr0n { top:185.625rem;left:0rem;width:20rem;height:10.4375rem;z-index:15050;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xcW9QrByr2dtxyfWwNytszaB2NxPZFgR { top:218.3125rem;left:0.3125rem;width:19.625rem;height:10.6875rem;z-index:15075;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; }
#HUJJtEW8KXWAa0o6Xb8qivgWvdkhWzLh { top:227.125rem;left:4.75rem;width:10.5rem;height:1.4375rem;z-index:15252;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));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; }
#xmw61rEHe8sVoB3VLN7FHw6nc44SKL32 { display:block; }
#R7hQ7sAD6AmTTD4qfbLD1EE7isgo2Xzp { top:221.25rem;left:0.625rem;width:18.4375rem;height:5.2783125rem;z-index:15248;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#QxBe8vosV6Eixz11LP3NSNRITMywGTJR { top:218.5625rem;left:1rem;width:17.4375rem;height:2.111325rem;z-index:15249;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ab853c;display:block; }
#ornVXfXtAK8BORBTHbWH9VnUrl3KRgS3 { top:207.6875rem;left:0rem;width:20rem;height:10.4375rem;z-index:15055;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LB0yfAtg4hkJyqOkKITIHpXO7Veht9lz { top:241rem;left:0.3125rem;width:19.625rem;height:10.3125rem;z-index:15080;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; }
#dpmsDEc8aLu5tiZb5Rwh46aEAg3ydIVU { top:249.5625rem;left:4.75rem;width:10.5rem;height:1.4375rem;z-index:15257;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));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; }
#R7N2Gq3sGQHEnVfe6r8WvNyIM0AXlg91 { display:block; }
#kz6oJ2fUQCiRKVD6lIrm75CXns274I5X { top:243.9375rem;left:0.625rem;width:18.4375rem;height:3.1669875rem;z-index:15253;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#mM8VaBeJFmhyIGXRGasB5cbGPNkJIwlM { top:241.25rem;left:1.875rem;width:16.5625rem;height:2.111325rem;z-index:15254;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ab853c;display:block; }
#ydZ1uJWUBRhKecArbCXHwW03mtOIN74s { top:230.375rem;left:0rem;width:20rem;height:10.4375rem;z-index:15060;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#T7n1u0mKgOFAp9G37R6TDHHn3ab8twRt { display:none; }#T7n1u0mKgOFAp9G37R6TDHHn3ab8twRt { border-width: 0; border-radius: 0; }#T7n1u0mKgOFAp9G37R6TDHHn3ab8twRt > .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; }#T7n1u0mKgOFAp9G37R6TDHHn3ab8twRt > .row .container { width:20rem;background-color:#0b2808;background-image:none;height:214.6875rem;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; }#KzisVcmm46zy305veqXw2fM9hKFVqhL7 { top:40rem;left:0.75rem;width:5.76855625rem;height:2.01855625rem;z-index:14999;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#Rl1ovJynpMPDiXpTTeEiSe9TrIT5rFnH { display:block; }
#FJN9FrWJPqbhOFCtp3gLywaUoG67GEXX { top:36rem;left:3.8125rem;width:15.5625rem;height:4.142575rem;z-index:15109;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-0),1);display:block; }
#qWkeiQlZFSNlTAbmnmpAbvMX0GzzCoWo { width:19.5rem;height:10.1875rem;top:25.25rem;left:0.0625rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15097;display:block; }
#IkWrQfZhdaODIULJCitbGath3bwlQBd1 { top:22.125rem;left:0.6875rem;width:5.76855625rem;height:2.01855625rem;z-index:14999;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#T6ySEOLBbqPzanWKkvBxQ0Psy3MMdCNf { display:block; }
#mE7AQyB08qNDBEDvOwte8gitCMppJ5IF { top:16.0625rem;left:1.375rem;width:18.0625rem;height:5.5234375rem;z-index:15110;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-0),1);display:block; }
#ZlbT4RcRTcKgrmCRbmsJzruQh6u4Zzi2 { width:19.5rem;height:10.1875rem;top:5.375rem;left:0rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15098;display:block; }
#IRIxlhbZI8TeRb4596l6xEFllIoXuPwp { width:13.873375rem;height:2.76171875rem;top:1.8741250038147rem;left:3.061967253685rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2.125rem;color:#e9eff3;z-index:15084;font-family:var(--headlines-font-family);display:block; }
#nWxA6QTLBayeJIZ15Bv2o4xoSA7gBUJB { top:57.5625rem;left:1rem;width:5.76855625rem;height:2.01855625rem;z-index:15002;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#nfJKeGKAIGCACk0eHiqWiDzhVSuaKQTw { display:block; }
#XKfRPZyo3kW4wWlDfeqzTZW4uVJynE6q { top:54.125rem;left:3.9375rem;width:15.5625rem;height:4.142575rem;z-index:15112;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-0),1);display:block; }
#HTnsEEnVeSiS02NunEy96gK2gFCQh1JV { width:19.5rem;height:10.1875rem;top:43.375rem;left:0.25rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15100;display:block; }
#E8TOSWlefS2TspEgA2zaBBmoPzKg6Wmc { top:77.5rem;left:1rem;width:5.76855625rem;height:2.01855625rem;z-index:15005;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#gDz2wkssMaFy2wTz9vtvyU9Q9OiS8cWG { display:block; }
#dWwhuWG0rEuuOtGGxseBng5FQGFHiNKd { top:71.4375rem;left:2.1875rem;width:17.3125rem;height:6.90430625rem;z-index:15115;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-0),1);display:block; }
#wmTnxTeIhUdBgHfuZkgoPTewQgDfzqH9 { width:19.5rem;height:10.1875rem;top:60.6875rem;left:0.25rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15103;display:block; }
#rmZo02vucTp5KdHgiezH6219J1VboLpU { top:99.4375rem;left:1.0625rem;width:5.76855625rem;height:2.01855625rem;z-index:15008;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#IyKP1NEDc5zeWPZX2nnzGOJNMLq7eE86 { display:block; }
#EHigEHo482QesMp8u39dUKGmncTTZOQf { top:91.4375rem;left:0.625rem;width:18.875rem;height:9.66603125rem;z-index:15118;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-0),1);display:block; }
#HNKSi7VOFnkZk3VytScSeZ0AvRmimoI6 { width:19.5rem;height:10.1875rem;top:80.6875rem;left:0.25rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15106;display:block; }
#GXHxG6fWsyBzTFX7TkolN1X9mO4RwmZV { top:119.5rem;left:1.0625rem;width:6.3125rem;height:2rem;z-index:15011;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#cwmxFD9212uyRsSfVlCKOWxWMl0JArFG { display:block; }
#sy3P19mPuuZorgFLKGwvUeF3MnqCiGdo { top:114.75rem;left:0.625rem;width:18.875rem;height:5.5234375rem;z-index:15121;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-0),1);display:block; }
#kd108tJQl7RayZ1I4wUgxggUJJ0pWxk2 { width:19.5rem;height:10.1875rem;top:104rem;left:0.25rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15109;display:block; }
#pJLb1ATbtOKOzgC1vULqk7gehXOMtse3 { top:138.5625rem;left:1.0625rem;width:6.3125rem;height:2rem;z-index:15014;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#idfyZ316HdeC0eNX1H2oy83RvNhmUoa6 { display:block; }
#hpOOXdGLlBpK5fCNTfICXAdqcIc78lTM { top:133.375rem;left:0.625rem;width:18.875rem;height:6.9043rem;z-index:15124;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-0),1);display:block; }
#lW2TTgxmzOXX1NqMEfTfXqf7BTDKvTEF { width:19.5rem;height:10.1875rem;top:122.625rem;left:0.25rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15112;display:block; }
#gPa5xuE6wNkVeXqqte6AVAdF8sI4DteT { top:156.9375rem;left:1.0625rem;width:6.3125rem;height:2rem;z-index:15017;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#IJPLAlakTWNTKgzOr77fK6lcFJsSfRxc { display:block; }
#pqqzQ2EJo2TqV22qizu28Z8Wdfc5JuhQ { top:152.4375rem;left:0.625rem;width:18.875rem;height:4.142575rem;z-index:15127;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-0),1);display:block; }
#cyEcwxXko8rm7XRGOlfUFPukZdGIIQuq { width:19.5rem;height:10.1875rem;top:141.6875rem;left:0.25rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15115;display:block; }
#wXHSJVqkS9yuPGSxetMKdUkzELkv4wkg { top:174.25rem;left:1.0625rem;width:6.3125rem;height:2rem;z-index:15020;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#cWZy2ZwTcfir9oUxN7rmTros1omlQUo0 { display:block; }
#VifLTIrrJOJPQUPNhfanzK5tdqLhdTfg { top:170.6875rem;left:0.625rem;width:18.875rem;height:4.142575rem;z-index:15130;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-0),1);display:block; }
#Q2UI9D1yUgZH5N7Khlf0sH2vJ3ZdLffz { width:19.5rem;height:10.1875rem;top:159.9375rem;left:0.25rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15118;display:block; }
#DEpeSGSbyg48OxnBtsIoCVtiSb0M2u62 { top:193.0625rem;left:1.0625rem;width:6.3125rem;height:2rem;z-index:15023;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#fAFFzvXEaliPWNpdRTs4wqnExH2egwXd { display:block; }
#rMIQhAEAkQgMdXCco90P7EmbZpbNP4GA { top:188.1875rem;left:0.625rem;width:18.875rem;height:5.5234375rem;z-index:15133;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-0),1);display:block; }
#olnJFxdCEVnFToFJHBrNECFVQohkNoaX { width:19.5rem;height:10.1875rem;top:177.4375rem;left:0.25rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15121;display:block; }
#BtqqIF3voBQ9q17z1cyi8ZXeeZ29SrPJ { top:212.4375rem;left:1.0625rem;width:6.3125rem;height:2rem;z-index:15026;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#cFtapFDcfwMZozX1vJTpqGSWRrTDR2US { display:block; }
#TszTx80UllIp9hThTTLsBpVMTBlbci7F { top:206.9375rem;left:1.3125rem;width:18.1875rem;height:5.5234375rem;z-index:15136;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-0),1);display:block; }
#uWTN90UuLRv0R10m4HFUmkPdiV9vZP5N { width:19.5rem;height:10.1875rem;top:196.1875rem;left:0.25rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15124;display:block; }
#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf { display:block; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf { background-color: transparent; background-image: none; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container > .video-iframe-container { display: none; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row > .video-iframe-container { display: none; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .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); }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf { border-width: 0; border-radius: 0; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .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; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container { width:20rem;height:10.9375rem;background-color:#0b2808;background-image:url("https://images.assets-landingi.com/uc/d691bd94-554a-4351-8cf5-b727fb043bba/ad1430805a84ab9b331c9d679413f820.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;position:relative;display:block; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container.adaptive-delivery-prevent-bg, #WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container.lazyload, #WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container.lazyloading { background-image: none; }#lncnftVh8PLQ7Qrd54FzithiTzFWz4dT { width:16.6875rem;height:1.51189375rem;top:1.75rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:var(--paragraphs-font-family);color:#f7e7e7;display:block; }
#oskdUgLAq9BPICdyfkJM6CTMkBm7Fybm { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:none; }
#KChWTiZUw4ctBMtMh6Ze1O4yVKltlTCT { width:15.874rem;height:3.19921875rem;top:4.3359375rem;left:1.06201171875rem;text-align:center;text-align-last:center;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#PWl9qVvh1eqWUEqhKT3EPkGWBshOCsaW { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#c66mEkdtGQuubt6WJ51fx71xbJxcxhmQ { width:19.4375rem;height:1.29980625rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:#ebedf5;display:block; }
#n3KbUKfeu1p4OheZuJzBitNRy1APqvp4 { width:3.12378125rem;height:3.12378125rem;top:4.37255859375rem;left:16.38916015625rem;font-size:2.1875rem;display:block; }
#Wgs3deG8O9Qwy4B9eZwSnZziBhJd5uV6 { width:18.812125rem;height:0;top:10.5rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;font-family:var(--paragraphs-font-family);display:none; }
#Wteu7HLroGl8GTKMkEoFLsf3wuXiZ9Tv { width:17.9375rem;height:2.9375rem;top:9.875rem;left:1.0625rem;background-color:#ececec;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;display:none; }
