.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:229,246,242;--color-primary-1:145,230,199;--color-primary-2:72,213,161;--color-primary-3:93,149,134;--color-primary-4:45,167,96;--color-secondary-0:229,238,225;--color-secondary-1:178,203,166;--color-secondary-2:127,169,106;--color-secondary-3:58,149,48;--color-secondary-4:42,111,6;--color-tertiary-0:255,255,255;--color-tertiary-1:112,123,139;--color-tertiary-2:57,91,146;--color-tertiary-3:14,132,158;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3CmxgdS1GXOl1DHSzMwzeEOT3qBPqWA { position:relative;display:none; }#w3CmxgdS1GXOl1DHSzMwzeEOT3qBPqWA { border-width: 0; border-radius: 0; }#w3CmxgdS1GXOl1DHSzMwzeEOT3qBPqWA > .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; }#w3CmxgdS1GXOl1DHSzMwzeEOT3qBPqWA > .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:3.9375rem;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; }#GcRl0eVxPyGOCTBwrPJyNXK3ziZ2k35D { color:#006c35;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1585941314698rem;left:34.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yT80AyNohwVbNwDc4h8rVVJ9t3lFED9F { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:4.625rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#C1bKbJ6TmilNb92ERipuGrJ6rtApfaAP { 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; }
#G2pb4T5l6A4EEs7Cyz3nGS3C9JWKciNo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3595573-1352-4b08-a4dd-21a75ec54ddd/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80.adaptive-delivery-prevent-bg, #vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80.lazyload, #vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80.lazyloading { background-image: none; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container { background-color: transparent; background-image: none; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container > .video-iframe-container { display: none; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row > .video-iframe-container { display: none; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .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); }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container { border-width: 0; border-radius: 0; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container { font-size:0.875rem;font-family:arial;height:65.375rem;width:60rem;position:relative;display:block; }#xTgnSvi9LRLWv7okh1DgNt0V4RI7ZQt3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15198;opacity:1;top:27.3125rem;left:36.6875rem; }
#xTgnSvi9LRLWv7okh1DgNt0V4RI7ZQt3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#syQr1dXumtmCHShiCx5dkGKcdIcae8fn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.3125rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:27.6875rem;left:26.8125rem;display:block; }
#Jcc8pSy88b3he5vkUbACFx0BaIXDSnAA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klVBoECQtm2EVlhvT5Jne48nl4a80Gpd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:27.75rem;left:27.5625rem; }
#ydRPkHSHfKXZr9uTGHPBbApPlw4oGLKI { box-sizing:content-box;height:8.625rem;width:5.1875rem;position:absolute;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:33.875rem;left:33.25rem;display:block; }
#VoFvt7iX07Inc8ZbizpTnzxBCPy2OHx7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3rem;width:4.9375rem;top:34.625rem;left:33.372289156626rem;overflow:hidden;display:block; }
#e4GX0k9R2EtR21VIe5Wd13vQmfa7MRcy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:35.1875rem;left:27.5625rem;overflow:hidden;display:block; }
#c3rfXgpgJz8sliHkob5pI3RSnOgw5xri { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:34.5rem;left:21.3125rem;overflow:hidden;display:block; }
#rhlDJgtB8cu0h21Nf5ZTgzRxSGFqH69V { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:39.125rem;left:20.5625rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zfqm57yRHyqVtlavx2WEt85gT4hUlGnI { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:12.875rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S7ggPEXPl7lZlSCmTXf86zRk5ha36ihK { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:57.5625rem;left:20rem;text-align:center;text-align-last:center;display:block; }
#lVEvR62UHGn0inCZ9bzXMCUuJgShblE2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1234375rem;width:3.1234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:51.124996185302rem;left:28.4375rem; }
#zCXRob3tFAFcMvFJ1a8dXopxlEUwoC3l { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.19375rem;top:55.4375rem;left:19.3125rem;text-align:center;text-align-last:center;display:block; }
#Rnz4HcTC8D4iJoRC45O3TBPu9ozxOzno { 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:61.0625rem;left:20.25rem;overflow:hidden;display:block; }
#CxdfRqmlTqB4reTNdlOGec7hfVMSuVoG { background-color:#5d92ff;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.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; }
#z9Hm4v7VN2NAa2gwrgJuRyQPFdr3SwGn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJAaTsp5NntO5uqVk0aLMOJRw7EwvsLI { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:39.125rem;left:20.5625rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Vmacw3W91K87kRr5shw9u9BqMKopQBoD { background-color:#5d92ff;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.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; }
#tFhozMltEsxcwkh4URb1ywsWUM1ffWTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GODbfpK1Ar0RwFCPLLTgnHbVCMwTJgv0 { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:39.125rem;left:20.5625rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JLxXImcWvwRRcST0f642U7MCXKftszis { background-color:#5d92ff;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.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; }
#WXGwTnepxcNJ5ZOIfVWKgNvBuVETOHqv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4ziAtTZBU7Tq4QvJ65TKbEgVccuGJe7 { background-color:#5d92ff;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.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; }
#rc4WNvcp5ACuxpXNPo94SwytbZq43B7A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dcmBO77sqeMzfcA1qLLn6e3Q9WDXlSAK { background-color:#5d92ff;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.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; }
#NEiw8U2DztRZAPFsztiNsxNcGkiDSqKk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MW4kILNAbzZKONxD89TJIrszs0LhFyH0 { background-color:#5d92ff;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.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; }
#gcRt1wS6Nh2UM1vWyhW7QSSaOEzZu1ZK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dh7RxTtXRXITX1nsHq6TyvemaHC3qVmR { color:#000000;display:block;width:16.5rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:12.3125rem;left:2.75rem;display:none; }
#dwGEKwkCbfTpD60AWyRgOnqhtmShTHn4 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:21.3125rem;left:0.625rem;display:none; }
#oM6Fdz950KNmhc40IIcFJgxCX0RRLZfO { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:22.5rem;display:none; }
#rWmQi5duFE0NTyJzLHnrSck6I6XAP2tJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:45.6875rem;display:none; }
#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o.adaptive-delivery-prevent-bg, #TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o.lazyload, #TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o.lazyloading { background-image: none; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .row .container { border-width: 0; border-radius: 0; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:none; }#O7AwcZbOoVbGE60eSd6qlWz0lPqrE633 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#LweLTOf3oZknUPaZgrKL48Aif5VOGGFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOSxJOT0yupNrn2w2EymiVw2EbV3wizN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#FQ03LPaTKNzSR3QJEfF1hXdpZfcfziUz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AaK4D5akf3sM7WhGrNcTIcK5iuQcRCXm { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#IuwaWsFZT8FisA4kF2oH09LIArHChewW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M4Ts8eRrauGwhhFJfx7fwBCunRhGlyE2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#M4Ts8eRrauGwhhFJfx7fwBCunRhGlyE2 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Wwq3JERaJkwSDiUIINfOpUv4coXHx1xK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#Wwq3JERaJkwSDiUIINfOpUv4coXHx1xK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JVXdU4xl3Thq5RL8E2cTrVguEs8uwP31 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#gW41P8ASHmnL8alab6OCetkoGX7dQIOW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rs3c7WhCEA4PCBRwiqG7S6SRLnvrvEgK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9366875rem;width:9.812125rem;top:0.64687496423719rem;left:15.001171112061rem;display:block; }
#vsx4aHtB6KddCsRlzaFZMlcM0xwdKr84 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"alw font";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:17.647264480591rem;left:35.61328125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PT2mPRNVghCqvyDL15xy1Zyf1PRgEoMH { background-color:#40b356;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:29.25rem;left:39.125rem;display:none; }
#Wb6pvsvJQJhkN7MT5cohl4vGoWb53EIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#icCIZeo7GlntGWnEOsy61Jh889zrTrPU { 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.9375rem;height:2.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:25.9375rem;left:39.437501907349rem;display:block; }
#fLZQLNfFPxJSiE30zHnAG6Tt8k9T9X0z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rEqDR8m9yDk4wMkRmLpmLgypTekaVIrV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:29.625rem;left:39.4375rem; }
#WVu5Bv8oXNAMP2Qn6zTeeTZAwdT1fmoq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:26.4375rem;left:40.937501907349rem; }
#ImksLViBNK007Tn6c9CmgaFf6EzE621I { 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; }
#PtZ8CAleBWh3ErkrJ1gh2TPT3fpbcmTJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.385936737061rem;left:44.466796875rem; }
#woq8M0MrMcPZTeCogRGqWsKXUaJ2nOxV { color:#000000;display:block;width:19.9991875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:35.4375rem;left:36.25rem;text-align:center;text-align-last:center;display:block; }
#kDaMBaov23fRzG7VfDk2SRtefZvzMk4x { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.19375rem;top:35.508981943131rem;left:9.498046875rem;text-align:center;text-align-last:center;display:block; }
#DbFvwIUCymEBcN4FW7euMMvzH0ToD1hb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:36.133981943131rem;left:26.446868896484rem; }
#uuzFBJMygSaeQcR8o8HPPtQH9RyeiQN4 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:69.25rem;left:0rem;display:none; }
#g67aEfOf336r4Uqv9mlUcitKNdmvWq0v { color:#000000;display:block;width:13.125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:5.0542964935303rem;left:22.489452362061rem;height:1.875rem;font-style:normal;display:block; }
#f5svugEnWeHSK9Jx62laIuGJxtsGxf41 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:11.0625rem;left:5rem;display:none; }
#SOV12go1hO19oTsKlyrKRAZlQJTW4DdP { color:#395b92;display:block;width:17.625rem;position:absolute;font-family:"alw arabic";font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0542964935303rem;left:23.363670349121rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TyJbLW0xmk7M3xnlr10xf9kHx7Q0EJbx { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:5rem;top:38.6875rem;left:19.75rem;overflow:hidden;display:block; }
#Ubi2Caq3Gd0bdDLL9JDAJTt85Vo8RprJ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:5.25rem;top:38.5rem;left:14.25rem;overflow:hidden;display:block; }
#JVrlzVIfhNqbdLvmEm5Pizrbwu7UciGZ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.18671875rem;width:6.5625rem;top:37.4375rem;left:39.125rem;overflow:hidden;display:block; }
#hkpXsZvi8Cf6yFmPNx7BbsklxeidGBtt { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49926875rem;width:18.3105625rem;top:34rem;left:2.8125rem;overflow:hidden;display:none; }
#MDOZEcxRXVNudx3JpaFgEqTcypJf4AET { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.56210625rem;width:6.5625rem;top:37.6875rem;left:46.75rem;overflow:hidden;display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-form-header {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.375rem;font-weight:bold;color:#000000;width:15rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:1.0625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-text {padding-top: 0; padding-bottom: 0;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:1.75rem;color:#161616;font-family:cairo;font-size:1rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.1;font-weight:400;font-style:normal; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-select {padding-top: 0; padding-bottom: 0;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(212deg, #0b4a2b, #73cca1);background-image: -moz-linear-gradient(212deg, #0b4a2b, #73cca1);background-image: -ms-linear-gradient(212deg, #0b4a2b, #73cca1);background-image: -o-linear-gradient(212deg, #0b4a2b, #73cca1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4a2b', endColorstr='#73cca1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4a2b', endColorstr='#73cca1' );";background-image: linear-gradient(212deg, #0b4a2b, #73cca1);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.6875rem;margin-bottom:0.25rem;margin-left:2.6875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:9.5625rem;height:2.75rem;font-family:cairo;overflow:hidden;box-shadow: none;line-height:.4; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.8125rem; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.8125rem; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.8125rem; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.8125rem; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .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; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .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; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:cairo;font-size:0.75rem;font-weight:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-container:first-of-type{padding-top:0;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-container:last-of-type{padding-bottom:0;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP  { 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:11.15625rem;top:15.862501144409rem;z-index:15029;position:absolute;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 1rem 2.6875rem rgba(var(--color-tertiary-4),1) ; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP {display:block;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP { 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:11.15625rem;top:15.862501144409rem;z-index:15029;position:absolute;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 1rem 2.6875rem rgba(var(--color-tertiary-4),1) ; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #AlQ0ybdyIvg0MqdimWQxRgDNEQRENTds { position:relative; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #lDxogUSoMSwKyaBOg21729AwzkTmg47n { position:relative;display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #N2SuoSUSTdVbdU94gBmm2nLrwxVUZltt { position:relative; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #arIntS6DVT1VKkK3ZXA5CcbKk7LzJl2D { position:relative; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #BSbSV8R495MEAThkEI2mzW21qD9uXN05 { position:relative;display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #ZwhZRSIdH771EZv1g65JUwddvAMd7K9X { position:relative; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #DoyPuOmlUIWeRinKnOW7epCheR1ckz6T { position:relative; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #vir4MJhw98umn8wmKpayMZwD1b12PmKD { position:relative;display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #wFBRBhLgSKUoa5WvUToGkzLp197wQJ5O { position:relative; }
#CeMltbnlgbFX3ZGfkUTPVtIhQc5rrIq8 { position:relative;display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #pGTfkdFh5EgPFtJJchGOqSfGz9Fip1zT { position:relative; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #PHB2HHssoR896t3gJRzWTxJX12i32nEz { position:relative; }
#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .row .container { border-width: 0; border-radius: 0; }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;position:relative;display:none; }#ifgcAw9uLTWWrIiwoJtaSdSwPFzUFOAK { 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:44.4375rem;width:25rem;top:2.8732633590698rem;left:17.500001907349rem;overflow:hidden;display:block; }
#i32m8UOOc1Oyllz3C2uRTwHb6eyx0A3r { 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.9375rem;height:2.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:25.9375rem;left:39.437501907349rem;display:none; }
#rHhB9hBgXQWwWQmx0r4xPuogBStUs3ou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bQ6ZgA6KoQBv40mLrlRxISyb9TyERcxU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:26.4375rem;left:40.937501907349rem;display:none; }
#sfon21yaT9dBeFSoDqEcGF3ibdmoS8B0 { 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:14.0625rem;width:25rem;top:2.8732633590698rem;left:17.500001907349rem;overflow:hidden;display:block; }
#Wu6rlUFg4xZh42nz4Ik1baGmOhvEnu5a { 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.9375rem;height:2.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:25.9375rem;left:39.437501907349rem;display:none; }
#CpMWKZ1NI7dxgdOgEhzS7ucozMKdgF7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AMFy7bkU5QQKcDUIRq3FgOCOXtqTl4DD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:26.4375rem;left:40.937501907349rem;display:none; }
#q5D9cyh8pPnTJRz5AALzVOd60qW85c8O { color:#0e849e;display:block;width:12.3116875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.375rem;left:36.5625rem;height:5.36198125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tiz4ul2MN7dbNcLQIgMRtMKLJF3B1LLH { color:#0e849e;display:block;width:12.3116875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.375rem;left:36.5625rem;height:5.36198125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container { background-color: transparent; background-image: none; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container > .video-iframe-container { display: none; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row > .video-iframe-container { display: none; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .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); }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container { border-width: 0; border-radius: 0; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#ATpDOTSUaZnwk3x5iLAK3I36bANTsGkG { 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: 0.5rem 0.75rem 0.4375rem rgba(0,0,0,0.5) ;height:17.625rem;width:9.812125rem;top:7.8125rem;left:14.4375rem;overflow:hidden;display:block; }
#eTkJfRx90kipEQDrRZO6wUPlPC3gwiNe { position:absolute;display:block;z-index:15001;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: 0.5rem 0.75rem 0.4375rem rgba(0,0,0,0.5) ;height:17.25rem;width:13.749625rem;top:7.8125rem;left:30.625rem;overflow:hidden;display:block; }
#f6VLhwmo95lemfluXa9OnsasS7L7EabB { color:#000000;display:block;width:35.9355625rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:2.4375rem;top:3.1242189407349rem;left:12.030467987061rem;text-align:center;text-align-last:center;display:block; }
#z3ZkdbDIqOSab9u3HAbdTHJ7Jx8DunNR { position:absolute;display:block;z-index:15219;height:3.3125rem;width:5.9375rem;top:1.5625057220459rem;left:6.1484375rem;display:block; }
#KB7m09fgDsbRT1e6bCePocyk5qpHzCUb { position:absolute;display:block;z-index:15219;height:3.3125rem;width:5.9375rem;top:9.0625rem;left:4.625rem;display:block; }
#vgedhnNvlwE50suP9bBTvvZHglXyvksF { position:absolute;display:block;z-index:15180;height:3.874025rem;width:6.999rem;top:11.500777721405rem;left:48.9375rem;display:block; }
#Q3Klrv1VSUKv3JMAtGhcSTMQ8MKbsg4O { position:relative;display:none; }#Q3Klrv1VSUKv3JMAtGhcSTMQ8MKbsg4O { border-width: 0; border-radius: 0; }#Q3Klrv1VSUKv3JMAtGhcSTMQ8MKbsg4O > .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; }#Q3Klrv1VSUKv3JMAtGhcSTMQ8MKbsg4O > .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; }#TNKfePrTWbTKBetAaMMMIlqdPx72hGu1 { color:#000000;display:block;width:35.9366875rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:3.3117184638977rem;left:12.030467987061rem;text-align:center;text-align-last:center;display:block; }
#FTv9sT39lz9sKQJr3xb3FXgtPfEZn2rq { 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:27.75rem;width:47.75rem;display:none; }
#lv88DlcVlF2HxOK4Gcvv18rRCqoU7vrQ { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.9375rem;left:37.375rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Sgk248wJNNoDRzuJl3cOD2Q8QALvVNya { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.9375rem;left:37.375rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LdW1JUxB8K4EgKMsrNywxqdLTwo4Zqkf { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#cwfHyaBHZvInFyzUiLd7UPudbhwtBbu8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VATSo64DvmzOgVyPWwOTbhqCTn7C4w9O { 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:27.75rem;width:47.75rem;display:none; }
#FBsK1XqsAI92qXwSFOLC8piQp6EtcAPB { 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:27.75rem;width:47.75rem;display:none; }
#z7BulhSiqFnuzxnC3R31FIwWEV3xFZbM { 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:27.75rem;width:47.75rem;display:none; }
#LbL4UVTUzKTEvWxopNLTgGmITgJDrH9e { 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:27.75rem;width:47.75rem;display:none; }
#qpXS0R4gfusGXpLRnavwm2DRnaBV45rF { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#QOtZoSRG0gU80RtQGfcks8Q4zTh3QuH5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lL3eIZFAxeSnyTBVk0XC29bdT5K8WpnK { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#FB0LThaMpR4MVOVfWD8BtzARi4xS2hVr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JPQWckMZTV2QlnQbVKyITUOV8T5loLHU { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#pgsyLzMfebb0eApgvPUwafIMAOAecDWO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lDerxbIGWLsaEg4Uuk6speyp4yO1NgUq { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#n8pZDowmD8uv4ZkprFbykbx1aT4I1OTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iRU9NkAHhcnAPIWMC13dA4PMqg5GqVVF { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.9375rem;left:37.375rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bsRULfV4uV8WKTNfTH8loCeEODGTxSbr { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.9375rem;left:37.375rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#N9a6K6pb54WHeA1zqE1U6UevNBnpgSg3 { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.9375rem;left:37.375rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU { 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/d3595573-1352-4b08-a4dd-21a75ec54ddd/pattern.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU.adaptive-delivery-prevent-bg, #RkN068AfpFVgB10LZp0JLFUwKZMeqrcU.lazyload, #RkN068AfpFVgB10LZp0JLFUwKZMeqrcU.lazyloading { background-image: none; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row .container { border-width: 0; border-radius: 0; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:none; }#vaJSJVdxx3MnfmSvA8JW1OhUpHsS6JQh { 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; }
#TTVJvfRrLKTh3s6siv8e5Txgu13w0gHh { color:#0e849e;display:block;width:21.9375rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:36.475780546665rem;left:19.885543823243rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZKiI4VzXlZeEMaVevRimwkSa4QoJh21y { color:#002323;display:block;width:28.8110625rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:9.259033203125rem;left:15.59326171875rem;height:3.0046875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Wo0rw5adZXn1SmISEWrqSsWoM2qbbVdF { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49926875rem;width:18.3105625rem;top:9.1875rem;left:41.75rem;overflow:hidden;display:block; }
#CXx5dW8WIoK3fCGbWrVlhrOkyWOQWvkw { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15098;line-height:1.2;letter-spacing:0;top:9.75rem;left:44.125rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LxC0JsQwsBZz0XX3OezT79iJubwelhWB { color:#383838;display:block;width:2.436525rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:12.75rem;left:42.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vp4DgeAuxbnuATJ2danLBGgrDdgRDggX { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:12.25rem;left:44.8125rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNmQxJarT6KBz0m3HnmrZ0QhKr0uTtlm { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49926875rem;width:18.3105625rem;top:9.1875rem;left:2.875rem;overflow:hidden;display:block; }
#Fauy0ZRmOKh4HclE7w0yNXVlqcozW8bl { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15100;line-height:1.2;letter-spacing:0;top:10.0625rem;left:5.375rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EOgg4A1ft2ggndgZ33P1wtaCeRxNxuhK { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15093;line-height:1.6;letter-spacing:0;top:12.375rem;left:6.1871070861816rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lHz87gWzLIDmLu149KTJpwqf22phUUlq { color:#383838;display:block;width:2.436325rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:12.834377348423rem;left:4.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#benoadimpdJe6iNioehF0uT39NPom4wG { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49926875rem;width:18.3105625rem;top:16.5rem;left:2.875rem;overflow:hidden;display:block; }
#qgGpmu5K627Tca8eCVzHohrPC716InyT { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15097;line-height:1.6;letter-spacing:0;top:19.6875rem;left:5.6875rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qI6nxaeHacCnnEiaxadhcbpB6iiWEmgk { color:#0f86a9;display:block;width:14.687125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15104;line-height:1.2;letter-spacing:0;top:17.399221479892rem;left:5.2164039611816rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x1NcmBBHC85EvuOhpF2FAiy59TFriqqb { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49926875rem;width:18.3105625rem;top:16.5rem;left:41.75rem;overflow:hidden;display:block; }
#R44uoec8uXFZmqTM4lTLzSLiOvJR8r2n { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15101;line-height:1.6;letter-spacing:0;top:19.5625rem;left:44.75rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AzuVrTowBDFWXhgJVc5oUT3UfpLgmzGX { color:#383838;display:block;width:2.436525rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:20.0625rem;left:42.75rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p6cppZ9fqb2Z5yTF20hDAPSmIqhhNhN3 { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15108;line-height:1.2;letter-spacing:0;top:17.4375rem;left:43.75rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KOa04kHn8WAID8WvbV3LD2mwbsngGTuC { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49926875rem;width:18.3105625rem;top:16.5rem;left:22.0625rem;overflow:hidden;display:block; }
#xDqKv2seq5ZU2bqN9Ds4tFv2SRbXnq6c { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15101;line-height:1.6;letter-spacing:0;top:19.6875rem;left:24.875rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OkJ2sOBpiTyT8FCywa8L0cVRchIafHL8 { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15108;line-height:1.2;letter-spacing:0;top:17.75rem;left:24.25rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Be4cSAwUvw740mBeEbB7VGmF4SRis51v { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49926875rem;width:18.3105625rem;top:23.8125rem;left:41.75rem;overflow:hidden;display:block; }
#SrEfbtzAe2Fhc57a6g3HsNnOdM4fbIMh { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15105;line-height:1.6;letter-spacing:0;top:26.875rem;left:44.6875rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PT83qsvTBcwHzOzG4c2qatA1shfb7oiP { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15112;line-height:1.2;letter-spacing:0;top:24.5rem;left:43.75rem;height:2.548825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XWEoNOgsu1XR3af5It1G3TX6iclDurga { color:#383838;display:block;width:2.436525rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:27.0625rem;left:23.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oPo3dCxH3O8RcV419nup5zQ5rbexLOfI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;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:#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:22.124rem;height:4.1870125rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:31.0625rem;left:19rem;display:block; }
#ihKLaU6fOKaOGSuAgr9su4UbVMQV2Z8I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z0zOKECGzAcTJ1aRBmWJFiQvpGf6l4ZV { 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.9375rem;height:2.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#swzFlH5FcnDL3klHgwfHE0UpkRZ1w5gv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qwAJM9GxcDneyeR1W7hbZlD054T7WIRV { 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.9375rem;height:2.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#nNS8f0Is9hwTZNmRhutRzTXnysaK2HtM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DcfIWD6uQevVUwU0aKu2kAOSCn97MIgW { 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.9375rem;height:2.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#EvkDuGFAhgRCcWWTVyRq0II6oVfIgi8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XbPMs3MXRLIZlmNZIIJv146pvFwinVrN { 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.9375rem;height:2.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#fue7lmRpTtmryagKLv6WkL2G8fQPmHZq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e4rhmuyqyHX1vOJ81XrobLbkMJlr5FTl { 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.9375rem;height:2.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#deK3Ksp3DdzHURPur1U0z9r0Gd2oyPBL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qwrDewUKkvLIQIBGTThvynMOJ3sZ6Sf5 { 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.9375rem;height:2.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#pQGn2P3kyJZx0EGeC6ReJkvUoIle8qTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KczQmGC7Wh7Pi8TOMfhPiMp7zdy7yHJV { color:#383838;display:block;width:2.43515625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:19.937498152256rem;left:3.8246078491211rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sJGi0FJ91lvxIXtpRMD5EsLkUooW0IEX { color:#383838;display:block;width:2.436525rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:20.125rem;left:23.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Vi2gd50KvxDwJuZkt80CCs2RsTfv341Z { 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.9375rem;height:2.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#D3klx5wZliTuQ2IPdH0mqux1iXsTnZHe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aRTUgwimb6KXAb2Uy0k3mXAF094bPpI0 { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49926875rem;width:18.3105625rem;top:23.8125rem;left:41.75rem;overflow:hidden;display:none; }
#V445qCgMQRc8fimHxetnBW8XMozElqne { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15112;line-height:1.2;letter-spacing:0;top:24.5rem;left:43.75rem;height:2.548825rem;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; }
#qcuSM6lTh4D5Mx32BmKsxQhcLkuFVuvS { color:#383838;display:block;width:2.436525rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:27.375rem;left:42.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hd3wxie30OOTEz8Ww0sZhyyaZyv9y0F8 { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15105;line-height:1.6;letter-spacing:0;top:26.875rem;left:44.6875rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VtVo8vAXGtTTustikxwS9qJFZvxRhA1u { 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:34.875rem;width:60rem;display:none; }
#pTzvTWA3sO8UZq0FGcH5Foba0mnE6wxe { 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:34.875rem;width:60rem;display:none; }
#GVKb7wHyrqUWCoGuvaawMfrHqEstTzhd { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49926875rem;width:18.3105625rem;top:9.1875rem;left:2.875rem;overflow:hidden;display:none; }
#yG7tPf71ULk9DOXI09yMXG3F0DP8mFFH { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15100;line-height:1.2;letter-spacing:0;top:10.0625rem;left:5.375rem;height:2.8496125rem;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; }
#RM2vUgdRuZ1MR8ntS1Oz8UTbiwbGKfaV { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15093;line-height:1.6;letter-spacing:0;top:12.375rem;left:6.1871070861816rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wHmbGEnIhIwEHoIAtEfQQRvOQ5efAkNT { 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.9375rem;height:2.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:20.3125rem;left:35.0625rem;display:none; }
#PMOvuepbFTMqswxEZp6bvwQycRp47O4C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EtTQ5ZN5MKpiQDmqJ6GlhonZ0OzqTE39 { color:#383838;display:block;width:2.436325rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:12.834377348423rem;left:4.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qfJluJ2lQ9tBxmlDzUhfVI3ITUOnrgZy { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15100;line-height:1.2;letter-spacing:0;top:10.0625rem;left:5.375rem;height:2.8496125rem;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; }
#qcAJiml1Zso0K5UXt7JyFpBZVTGmWmgU { color:#383838;display:block;width:2.436525rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:12.75rem;left:42.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#waFrIVmbx41xwLGQwLTRpHufkkioEbRE { 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:61.0625rem;left:20.25rem;overflow:hidden;display:none; }
#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row .container { background-color: transparent; background-image: none; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row .container > .video-iframe-container { display: none; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row > .video-iframe-container { display: none; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .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); }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row .container { border-width: 0; border-radius: 0; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row .container { font-size:0.875rem;font-family:arial;height:73rem;width:60rem;position:relative;display:block; }#GeWd2HVU0w8eESDNlbd4GsB7wHTmwFaF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:7.5rem;left:31.000001907349rem;overflow:hidden;display:block; }
#g3GSyNLPeQqgFMuRX3vI6TmhdCe0pALV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:7.5rem;left:7.5rem;overflow:hidden;display:block; }
#uvVwTMQz66o9y4QFI7lO3H0rG3kDsbEB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:28.625rem;left:31.6875rem;overflow:hidden;display:block; }
#GVd9pN3iobPsXMt3mVTnmZfar135b1lO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:28.625rem;left:8.75rem;overflow:hidden;display:block; }
#Ct2laSuRqPMZAeJ7ckKB104JaB4PzlMh { box-sizing:content-box;height:6.9375rem;width:18.4375rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15000;background-color:rgba(227,227,227,0.37);background-image:none;top:26.3125rem;left:49.35000038147rem;display:none; }
#L5dShg5Kvic2ReOOA90pEsyZDkXQ2PG1 { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.54375rem;top:21.8125rem;left:31.31406211853rem;text-align:center;text-align-last:center;display:block; }
#Uick8bv7T6F4S62yTqqG1WKm633qUvbH { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9359375rem;height:2.8734375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.017189025879rem;left:34.0625rem;display:block; }
#kNZz09anU8MRgt63VP6yAibIPFvXQ1ft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y2nJ1bgHEK7f1G5lJ3PLmgorbyM1x95X { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:1.54375rem;top:21.812500953674rem;left:8.3765640258787rem;text-align:center;text-align-last:center;display:block; }
#tUQky0mdLnTqq6wI7c4giG6Vu8fmm36k { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9359375rem;height:2.8734375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.017188072204rem;left:10.174995422363rem;display:block; }
#OptQZ9IS1tq3EvLs8e6ThlP4dvgA4oDH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ldaKQoBQaEd3SgGKKeubP1LGCgv9R0fC { color:#000000;display:block;width:22.125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:1.54375rem;top:41.75rem;left:31rem;text-align:center;text-align-last:center;display:block; }
#pD03PkOTyBUqfwABhghuVlLKUwJQh1kt { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.562500953674rem;left:10.59375rem;display:none; }
#sBGnpxMmpQ5x0Htd7ySuM2tWSOXw5DIB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xNXcnaTkQ7kgvaRe67CncJBvIyCKEV55 { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;height:1.54375rem;top:41.748438835144rem;left:8.6031265258787rem;text-align:center;text-align-last:center;display:block; }
#rsswgdRPZ6LVheyP37tpHRfyxqqITZBg { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:58.512500762939rem;left:34.97500038147rem;display:none; }
#wTeDGcuDPsd1rZIHrgsLi0pKkTGhT3ml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GspdygCA8h8XEUQD64GpmN8sFuwgRrTb { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9359375rem;height:2.8734375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:45.437500953674rem;left:11.8125rem;display:block; }
#VBOA5on7ycgQSiXioKDSMJyugEJaXSQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HpEgUyU7fVplTRedItmJ3nTMTPIWkEmi { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9359375rem;height:2.8734375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:45.435938835144rem;left:35.09375rem;display:block; }
#xaygfLaCazEs2Z5mVXeTaZvPdL2prXnD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xfz92ADBCNL5g0IEBt07zJWnSsbz2rxR { color:#000000;display:block;width:26.1234375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.9375rem;left:16.625783920288rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xw7Mmq2dV788PJ8fDrONbEmb6Tc2dVdh { color:#000000;display:block;width:26.1234375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.96875rem;left:15.687501907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HzJBUrfAdLWNV1RIFxdvGiTccJxKOBsp { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9359375rem;height:2.8734375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:67.0625rem;left:35.1875rem;display:block; }
#arOC28ioJopRcOaAtzRxSdwhF6ucxAOE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cpTuuofuWVbQCTIoiSZfFaLimTUUnPai { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;height:1.54375rem;top:63.375rem;left:31.9375rem;text-align:center;text-align-last:center;display:block; }
#Qq1lIy20aH9SEz9QisSPN56zn01EnPSX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:50.25rem;left:32.125rem;overflow:hidden;display:block; }
#ApHWVvShsLvFgCeScctoC39CXbDvsfoB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container { background-color: transparent; background-image: none; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container > .video-iframe-container { display: none; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row > .video-iframe-container { display: none; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .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); }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container { border-width: 0; border-radius: 0; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;position:relative;display:block; }#N1GboOIrIbz2EAB4r0IZlAKOWf26vUAq { 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: 0.5rem 0.75rem 0.4375rem rgba(0,0,0,0.5) ;height:16.5rem;width:19.6875rem;top:2.4300780296326rem;left:32.464447021484rem;overflow:hidden;display:block; }
#HTqsAQRZU7qSCf1pR5uFZMPO8K1qq8Eq { color:#0e849e;display:block;width:21.9375rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.099998235703rem;left:31.338279724121rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xetXIQSInBU2SHl8I4I22IKWIDlhpPdN { position:absolute;display:block;z-index:15001;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: 0.5rem 0.75rem 0.4375rem rgba(0,0,0,0.5) ;height:16.5rem;width:19.6875rem;top:2.4914054870606rem;left:8.6507797241213rem;overflow:hidden;display:block; }
#huw0aw0NHpPObavT8fbvz83Ja3H5amTr { color:#0e849e;display:block;width:21.9375rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.097654342651rem;left:7.5234375rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#McXOwGXia2Wpxp0bm9vEpoE4ddArCsKN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:58.0625rem;display:none; }
#ICV0lWti4rlES4PnUReaXX4AE1zKTQEC { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:64.0625rem;left:0.0625rem;display:none; }
#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.adaptive-delivery-prevent-bg, #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.lazyload, #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.lazyloading { background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { background-color: transparent; background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .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); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { border-width: 0; border-radius: 0; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#i4tpUrm6vVd7Xeg0VRsQA9f5hqJDirFa { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:29.0625rem;height:2.4375rem;font-style:normal;display:block; }
#dqr90JZgVVEFqa57znLf98B1FzW0d8At { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:22.1875rem;top:6.75rem;left:35.9375rem;display:block; }
#cq7W87WlcHNg5HgtV4JX07TIhK1qIqLd { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:37.1875rem;height:8.9238125rem;text-align:justify;text-align-last:initial;display:block; }
#UeRcuirlWmDGiWxWv25CuKTAhsdBTcNH { position:absolute;display:block;z-index:15004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:53.875rem;display:block; }
#g6LMS2BxWhWRnX8kxgqFAb87rcMecLOT { color:#707b8b;display:block;width:20.811625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:18.34418463707rem;left:37.3828125rem;height:2.975rem;text-align:justify;text-align-last:initial;display:block; }
#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI { position:relative;display:block; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI { background-color: transparent; background-image: none; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .row .container > .video-iframe-container { display: none; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .row > .video-iframe-container { display: none; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .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); }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI { border-width: 0; border-radius: 0; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .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; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .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:21.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IeGeCTbCP03sbspJBqcsTCqA0LFFfGhT { position:absolute;display:block;z-index:15173;height:18.9375rem;width:38.75rem;top:0.96328163146975rem;left:12.336326599121rem;display:block; }
#ODrflpJdTtcpleymaady0uA9WTo9RQBW { position:relative;display:block; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW { background-color: transparent; background-image: none; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container > .video-iframe-container { display: none; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row > .video-iframe-container { display: none; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .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); }#ODrflpJdTtcpleymaady0uA9WTo9RQBW { border-width: 0; border-radius: 0; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .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; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ChWokC9E5yusfg8TXH8JPOF4fvv9JOBs { color:#050505;display:block;width:37.0616875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:4.5621185302734rem;left:17.061325073243rem;height:2.0003875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#phI0FcX0mBmLfomiSacA4TNnXTrmt9d2 { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:8.4375rem;left:2.25rem;height:2.0003875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#XkeZaQrt9uckyRT2bW4SdvSp90x2w8bb { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#VICFhcGePEV5FGTIumoIugfQ5oEmyJVy { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:9.5692272186281rem;left:54.246963500976rem;display:none; }
#drZ65ANwnmHSTn5dbaq5yTi1zEhSaGrF { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.0679264068604rem;left:54.246963500976rem;display:none; }
#mnhaAx58EHgOQ1g5ENIt5w4Pqh4UDha4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:2.75rem;top:0.62461090087891rem;left:35.525390625rem;display:block; }
#ow1HJB8S4N98bTTZXlw7e4V1KnlyD5Te { color:#0c0b0c;display:block;width:33.437125rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:10.154296875rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
body { position:relative;display:block; }
#w3CmxgdS1GXOl1DHSzMwzeEOT3qBPqWA { display:none; }#w3CmxgdS1GXOl1DHSzMwzeEOT3qBPqWA > .row .container { width:47.75rem;position:relative;display:none; }#GcRl0eVxPyGOCTBwrPJyNXK3ziZ2k35D { top:1.125rem;left:28.0625rem;width:5.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#yT80AyNohwVbNwDc4h8rVVJ9t3lFED9F { top:1.6875rem;left:19.061767578125rem;width:4.625rem;height:2.8125rem;display:none; }
#C1bKbJ6TmilNb92ERipuGrJ6rtApfaAP { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#G2pb4T5l6A4EEs7Cyz3nGS3C9JWKciNo { display:block; }
#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 { display:none; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container { width:47.75rem;position:relative;display:none; }#xTgnSvi9LRLWv7okh1DgNt0V4RI7ZQt3 { top:27.3125rem;left:30.5625rem;width:3.125rem;height:3.125rem;display:none; }
#xTgnSvi9LRLWv7okh1DgNt0V4RI7ZQt3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#syQr1dXumtmCHShiCx5dkGKcdIcae8fn { width:12.5625rem;height:2.3125rem;top:27.6875rem;left:20.6875rem;display:none; }
#Jcc8pSy88b3he5vkUbACFx0BaIXDSnAA { display:block; }
#klVBoECQtm2EVlhvT5Jne48nl4a80Gpd { top:27.75rem;left:21.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#ydRPkHSHfKXZr9uTGHPBbApPlw4oGLKI { top:33.875rem;left:27.125rem;width:5.1875rem;height:8.625rem;display:none; }
#VoFvt7iX07Inc8ZbizpTnzxBCPy2OHx7 { width:4.9375rem;height:3rem;top:34.625rem;left:27.247289156626rem;display:none; }
#e4GX0k9R2EtR21VIe5Wd13vQmfa7MRcy { width:3.8125rem;height:3.8125rem;top:35.1875rem;left:21.4375rem;display:none; }
#c3rfXgpgJz8sliHkob5pI3RSnOgw5xri { width:3.8125rem;height:3.8125rem;top:34.5rem;left:15.1875rem;display:none; }
#rhlDJgtB8cu0h21Nf5ZTgzRxSGFqH69V { top:39.125rem;left:14.4375rem;width:5.5625rem;height:1rem;font-size:0.8125rem;display:none; }
#Zfqm57yRHyqVtlavx2WEt85gT4hUlGnI { top:8.9375rem;left:6.75rem;width:32.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
#S7ggPEXPl7lZlSCmTXf86zRk5ha36ihK { top:57.5625rem;left:13.875rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#lVEvR62UHGn0inCZ9bzXMCUuJgShblE2 { top:51.0625rem;left:22.3125rem;width:3.0625rem;height:3.0625rem;display:none; }
#zCXRob3tFAFcMvFJ1a8dXopxlEUwoC3l { top:55.4375rem;left:13.1875rem;width:19.9375rem;height:2.1875rem;font-size:1.6875rem;display:none; }
#Rnz4HcTC8D4iJoRC45O3TBPu9ozxOzno { top:61.0625rem;left:14.125rem;width:18.125rem;height:1.25rem;display:none; }
#CxdfRqmlTqB4reTNdlOGec7hfVMSuVoG { width:;height:;display:none; }
#z9Hm4v7VN2NAa2gwrgJuRyQPFdr3SwGn { display:block; }
#TJAaTsp5NntO5uqVk0aLMOJRw7EwvsLI { top:35.75rem;left:1.09375rem;width:5.5625rem;height:0.9375rem;font-size:0.8125rem;display:none; }
#Vmacw3W91K87kRr5shw9u9BqMKopQBoD { width:;height:;display:none; }
#tFhozMltEsxcwkh4URb1ywsWUM1ffWTi { display:block; }
#GODbfpK1Ar0RwFCPLLTgnHbVCMwTJgv0 { top:36.125rem;left:7.609375rem;width:5.5625rem;height:0.9375rem;font-size:0.8125rem;display:none; }
#JLxXImcWvwRRcST0f642U7MCXKftszis { width:;height:;display:none; }
#WXGwTnepxcNJ5ZOIfVWKgNvBuVETOHqv { display:block; }
#T4ziAtTZBU7Tq4QvJ65TKbEgVccuGJe7 { width:;height:;display:none; }
#rc4WNvcp5ACuxpXNPo94SwytbZq43B7A { display:block; }
#dcmBO77sqeMzfcA1qLLn6e3Q9WDXlSAK { width:;height:;display:none; }
#NEiw8U2DztRZAPFsztiNsxNcGkiDSqKk { display:block; }
#MW4kILNAbzZKONxD89TJIrszs0LhFyH0 { width:;height:;display:none; }
#gcRt1wS6Nh2UM1vWyhW7QSSaOEzZu1ZK { display:block; }
#Dh7RxTtXRXITX1nsHq6TyvemaHC3qVmR { top:12.3125rem;left:0rem;width:16.5rem;height:3.875rem;font-size:1.625rem;display:none; }
#dwGEKwkCbfTpD60AWyRgOnqhtmShTHn4 { top:21.3125rem;left:0rem;width:19.125rem;height:;font-size:1.5rem;display:none; }
#oM6Fdz950KNmhc40IIcFJgxCX0RRLZfO { width:22.5rem;height:22.5rem;display:none; }
#rWmQi5duFE0NTyJzLHnrSck6I6XAP2tJ { width:45.6875rem;height:21.3125rem;display:none; }
#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o { display:block; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .row .container { width:47.75rem;position:relative;display:block; }#O7AwcZbOoVbGE60eSd6qlWz0lPqrE633 { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#LweLTOf3oZknUPaZgrKL48Aif5VOGGFz { display:block; }
#oOSxJOT0yupNrn2w2EymiVw2EbV3wizN { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#FQ03LPaTKNzSR3QJEfF1hXdpZfcfziUz { display:block; }
#AaK4D5akf3sM7WhGrNcTIcK5iuQcRCXm { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#IuwaWsFZT8FisA4kF2oH09LIArHChewW { display:block; }
#M4Ts8eRrauGwhhFJfx7fwBCunRhGlyE2 { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#M4Ts8eRrauGwhhFJfx7fwBCunRhGlyE2 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Wwq3JERaJkwSDiUIINfOpUv4coXHx1xK { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#Wwq3JERaJkwSDiUIINfOpUv4coXHx1xK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JVXdU4xl3Thq5RL8E2cTrVguEs8uwP31 { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#gW41P8ASHmnL8alab6OCetkoGX7dQIOW { display:block; }
#rs3c7WhCEA4PCBRwiqG7S6SRLnvrvEgK { width:9.75rem;height:8.8801052906481rem;top:0.625rem;left:8.8761711120606rem;display:none; }
#vsx4aHtB6KddCsRlzaFZMlcM0xwdKr84 { top:17.625rem;left:28.625rem;width:19.125rem;height:4.875rem;font-size:1.25rem;display:none; }
#PT2mPRNVghCqvyDL15xy1Zyf1PRgEoMH { width:13.75rem;height:2.25rem;top:29.25rem;left:33rem;display:none; }
#Wb6pvsvJQJhkN7MT5cohl4vGoWb53EIg { display:block; }
#icCIZeo7GlntGWnEOsy61Jh889zrTrPU { width:13.9375rem;height:2.875rem;top:25.9375rem;left:33.312501907349rem;display:none; }
#fLZQLNfFPxJSiE30zHnAG6Tt8k9T9X0z { display:block; }
#rEqDR8m9yDk4wMkRmLpmLgypTekaVIrV { top:29.625rem;left:33.3125rem;width:1.5rem;height:1.5rem;display:none; }
#WVu5Bv8oXNAMP2Qn6zTeeTZAwdT1fmoq { top:26.4375rem;left:34.812501907349rem;width:1.875rem;height:1.875rem;display:none; }
#ImksLViBNK007Tn6c9CmgaFf6EzE621I { display:none; }
#PtZ8CAleBWh3ErkrJ1gh2TPT3fpbcmTJ { top:32.375rem;left:38.341796875rem;width:3.0625rem;height:3.0625rem;display:none; }
#woq8M0MrMcPZTeCogRGqWsKXUaJ2nOxV { top:35.4375rem;left:27.8125rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#kDaMBaov23fRzG7VfDk2SRtefZvzMk4x { top:35.5rem;left:3.373046875rem;width:19.9375rem;height:2.1875rem;font-size:1.6875rem;display:none; }
#DbFvwIUCymEBcN4FW7euMMvzH0ToD1hb { top:36.125rem;left:20.321868896484rem;width:3.0625rem;height:3.0625rem;display:none; }
#uuzFBJMygSaeQcR8o8HPPtQH9RyeiQN4 { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#g67aEfOf336r4Uqv9mlUcitKNdmvWq0v { top:5rem;left:16.364452362061rem;width:13.125rem;height:1.875rem;font-size:1.25rem;display:block; }
#f5svugEnWeHSK9Jx62laIuGJxtsGxf41 { top:11.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#SOV12go1hO19oTsKlyrKRAZlQJTW4DdP { top:5rem;left:17.238670349121rem;width:17.625rem;height:7.3125rem;font-size:2.8125rem;display:block; }
#TyJbLW0xmk7M3xnlr10xf9kHx7Q0EJbx { top:38.6875rem;left:13.625rem;width:4.9375rem;height:1.7893518518519rem;display:none; }
#Ubi2Caq3Gd0bdDLL9JDAJTt85Vo8RprJ { top:38.5rem;left:8.125rem;width:5.25rem;height:2.0625rem;display:none; }
#JVrlzVIfhNqbdLvmEm5Pizrbwu7UciGZ { top:37.4375rem;left:33rem;width:6.5625rem;height:2.18671875rem;display:none; }
#hkpXsZvi8Cf6yFmPNx7BbsklxeidGBtt { top:34rem;left:0rem;width:18.25rem;height:5.4810798241452rem;display:none; }
#MDOZEcxRXVNudx3JpaFgEqTcypJf4AET { top:37.6875rem;left:40.625rem;width:6.5625rem;height:1.56210625rem;display:none; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-regular-label { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP  { width:15rem;height:auto; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP {display:block;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP { width:15rem;height:auto; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #AlQ0ybdyIvg0MqdimWQxRgDNEQRENTds {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #lDxogUSoMSwKyaBOg21729AwzkTmg47n { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #N2SuoSUSTdVbdU94gBmm2nLrwxVUZltt {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #arIntS6DVT1VKkK3ZXA5CcbKk7LzJl2D {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #BSbSV8R495MEAThkEI2mzW21qD9uXN05 { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #ZwhZRSIdH771EZv1g65JUwddvAMd7K9X {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #DoyPuOmlUIWeRinKnOW7epCheR1ckz6T {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #vir4MJhw98umn8wmKpayMZwD1b12PmKD { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #wFBRBhLgSKUoa5WvUToGkzLp197wQJ5O {  }
#CeMltbnlgbFX3ZGfkUTPVtIhQc5rrIq8 { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #pGTfkdFh5EgPFtJJchGOqSfGz9Fip1zT {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #PHB2HHssoR896t3gJRzWTxJX12i32nEz {  }
#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A { display:block; }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .row .container { width:47.75rem;position:relative;display:block; }#ifgcAw9uLTWWrIiwoJtaSdSwPFzUFOAK { top:2.8125rem;left:11.375001907349rem;width:25rem;height:44.4375rem;display:block; }
#i32m8UOOc1Oyllz3C2uRTwHb6eyx0A3r { width:13.9375rem;height:2.875rem;top:25.9375rem;left:33.312501907349rem;display:none; }
#rHhB9hBgXQWwWQmx0r4xPuogBStUs3ou { display:block; }
#bQ6ZgA6KoQBv40mLrlRxISyb9TyERcxU { top:26.4375rem;left:34.812501907349rem;width:1.875rem;height:1.875rem;display:none; }
#sfon21yaT9dBeFSoDqEcGF3ibdmoS8B0 { top:2.8125rem;left:11.375001907349rem;width:25rem;height:14.0625rem;display:block; }
#Wu6rlUFg4xZh42nz4Ik1baGmOhvEnu5a { width:13.9375rem;height:2.875rem;top:25.9375rem;left:33.312501907349rem;display:none; }
#CpMWKZ1NI7dxgdOgEhzS7ucozMKdgF7V { display:block; }
#AMFy7bkU5QQKcDUIRq3FgOCOXtqTl4DD { top:26.4375rem;left:34.812501907349rem;width:1.875rem;height:1.875rem;display:none; }
#q5D9cyh8pPnTJRz5AALzVOd60qW85c8O { top:57.9375rem;left:0rem;width:12.1875rem;height:7.625rem;font-size:1.0625rem;display:none; }
#Tiz4ul2MN7dbNcLQIgMRtMKLJF3B1LLH { top:37.9375rem;left:0rem;width:17.75rem;height:3.8125rem;font-size:1.0625rem;display:none; }
#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA { display:block; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container { width:47.75rem;position:relative;display:block; }#ATpDOTSUaZnwk3x5iLAK3I36bANTsGkG { top:7.8125rem;left:8.3125rem;width:9.75rem;height:17.513408155726rem;display:block; }
#eTkJfRx90kipEQDrRZO6wUPlPC3gwiNe { top:7.8125rem;left:24.5rem;width:13.6875rem;height:17.172059237979rem;display:block; }
#f6VLhwmo95lemfluXa9OnsasS7L7EabB { top:3.0625rem;left:5.9054679870606rem;width:35.875rem;height:;font-size:1.875rem;display:none; }
#z3ZkdbDIqOSab9u3HAbdTHJ7Jx8DunNR { top:1.5625rem;left:0.0234375rem;width:5.9375rem;height:3.3125rem;display:block; }
#KB7m09fgDsbRT1e6bCePocyk5qpHzCUb { top:9.0625rem;left:0rem;width:5.9375rem;height:3.3125rem;display:block; }
#vgedhnNvlwE50suP9bBTvvZHglXyvksF { top:11.5rem;left:40.8125rem;width:6.9375rem;height:3.8125rem;display:block; }
#Q3Klrv1VSUKv3JMAtGhcSTMQ8MKbsg4O { display:none; }#Q3Klrv1VSUKv3JMAtGhcSTMQ8MKbsg4O > .row .container { width:47.75rem;position:relative;display:none; }#TNKfePrTWbTKBetAaMMMIlqdPx72hGu1 { top:3.25rem;left:5.9054679870606rem;width:35.875rem;height:2.4375rem;font-size:1.875rem;display:none; }
#FTv9sT39lz9sKQJr3xb3FXgtPfEZn2rq { width:47.75rem;height:27.75rem;display:none; }
#lv88DlcVlF2HxOK4Gcvv18rRCqoU7vrQ { top:38.5625rem;left:4.6247833371163rem;width:15rem;height:;font-size:0.75rem;display:none; }
#Sgk248wJNNoDRzuJl3cOD2Q8QALvVNya { top:16.5625rem;left:0rem;width:4.6875rem;height:;font-size:1rem;display:none; }
#LdW1JUxB8K4EgKMsrNywxqdLTwo4Zqkf { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#cwfHyaBHZvInFyzUiLd7UPudbhwtBbu8 { display:block; }
#VATSo64DvmzOgVyPWwOTbhqCTn7C4w9O { width:47.75rem;height:27.75rem;display:none; }
#FBsK1XqsAI92qXwSFOLC8piQp6EtcAPB { width:47.75rem;height:27.75rem;display:none; }
#z7BulhSiqFnuzxnC3R31FIwWEV3xFZbM { width:47.75rem;height:27.75rem;display:none; }
#LbL4UVTUzKTEvWxopNLTgGmITgJDrH9e { width:47.75rem;height:27.75rem;display:none; }
#qpXS0R4gfusGXpLRnavwm2DRnaBV45rF { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#QOtZoSRG0gU80RtQGfcks8Q4zTh3QuH5 { display:block; }
#lL3eIZFAxeSnyTBVk0XC29bdT5K8WpnK { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#FB0LThaMpR4MVOVfWD8BtzARi4xS2hVr { display:block; }
#JPQWckMZTV2QlnQbVKyITUOV8T5loLHU { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#pgsyLzMfebb0eApgvPUwafIMAOAecDWO { display:block; }
#lDerxbIGWLsaEg4Uuk6speyp4yO1NgUq { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#n8pZDowmD8uv4ZkprFbykbx1aT4I1OTQ { display:block; }
#iRU9NkAHhcnAPIWMC13dA4PMqg5GqVVF { top:91.125rem;left:0rem;width:15.0625rem;height:;font-size:0.75rem;display:none; }
#bsRULfV4uV8WKTNfTH8loCeEODGTxSbr { top:93.5rem;left:0rem;width:15.0625rem;height:;font-size:0.75rem;display:none; }
#N9a6K6pb54WHeA1zqE1U6UevNBnpgSg3 { top:89.875rem;left:0rem;width:4.6875rem;height:;font-size:1rem;display:none; }
#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU { display:block; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row .container { width:47.75rem;position:relative;display:block; }#vaJSJVdxx3MnfmSvA8JW1OhUpHsS6JQh { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
#TTVJvfRrLKTh3s6siv8e5Txgu13w0gHh { top:36.4375rem;left:13.760543823243rem;width:21.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
#ZKiI4VzXlZeEMaVevRimwkSa4QoJh21y { width:28.75rem;height:3rem;top:9.25rem;left:9.46826171875rem;font-size:2.3125rem;display:block; }
#Wo0rw5adZXn1SmISEWrqSsWoM2qbbVdF { top:9.1875rem;left:29.5rem;width:18.25rem;height:5.4802513235189rem;display:block; }
#CXx5dW8WIoK3fCGbWrVlhrOkyWOQWvkw { width:14.625rem;height:2.8125rem;top:9.75rem;left:33.0625rem;font-size:1.1875rem;display:block; }
#LxC0JsQwsBZz0XX3OezT79iJubwelhWB { width:2.375rem;height:1.5rem;top:12.75rem;left:36.75rem;font-size:0.9375rem;display:block; }
#Vp4DgeAuxbnuATJ2danLBGgrDdgRDggX { width:3.75rem;height:2.25rem;top:12.25rem;left:38.6875rem;font-size:1.4375rem;display:block; }
#hNmQxJarT6KBz0m3HnmrZ0QhKr0uTtlm { top:9.1875rem;left:0rem;width:18.25rem;height:5.4802513235189rem;display:block; }
#Fauy0ZRmOKh4HclE7w0yNXVlqcozW8bl { width:14.625rem;height:2.8125rem;top:10.0625rem;left:0rem;font-size:1.1875rem;display:block; }
#EOgg4A1ft2ggndgZ33P1wtaCeRxNxuhK { width:3.75rem;height:2.25rem;top:12.375rem;left:0.062107086181641rem;font-size:1.4375rem;display:block; }
#lHz87gWzLIDmLu149KTJpwqf22phUUlq { width:2.375rem;height:1.5rem;top:12.8125rem;left:0rem;font-size:0.9375rem;display:block; }
#benoadimpdJe6iNioehF0uT39NPom4wG { top:16.5rem;left:0rem;width:18.25rem;height:5.4802513235189rem;display:block; }
#qgGpmu5K627Tca8eCVzHohrPC716InyT { width:3.75rem;height:2.25rem;top:19.6875rem;left:0rem;font-size:1.4375rem;display:block; }
#qI6nxaeHacCnnEiaxadhcbpB6iiWEmgk { width:14.625rem;height:2.6875rem;top:17.375rem;left:0rem;font-size:1.125rem;display:block; }
#x1NcmBBHC85EvuOhpF2FAiy59TFriqqb { top:16.5rem;left:29.5rem;width:18.25rem;height:5.4802513235189rem;display:block; }
#R44uoec8uXFZmqTM4lTLzSLiOvJR8r2n { width:3.75rem;height:2.25rem;top:19.5625rem;left:38.625rem;font-size:1.4375rem;display:block; }
#AzuVrTowBDFWXhgJVc5oUT3UfpLgmzGX { width:2.375rem;height:1.5rem;top:20.0625rem;left:36.625rem;font-size:0.9375rem;display:block; }
#p6cppZ9fqb2Z5yTF20hDAPSmIqhhNhN3 { width:14.6875rem;height:;top:87.5625rem;left:0rem;font-size:1.1875rem;display:block; }
#KOa04kHn8WAID8WvbV3LD2mwbsngGTuC { top:16.5rem;left:15.9375rem;width:18.25rem;height:5.4802513235189rem;display:block; }
#xDqKv2seq5ZU2bqN9Ds4tFv2SRbXnq6c { width:3.75rem;height:2.25rem;top:19.6875rem;left:18.75rem;font-size:1.4375rem;display:block; }
#OkJ2sOBpiTyT8FCywa8L0cVRchIafHL8 { width:14.6875rem;height:;top:79.3125rem;left:0rem;font-size:1.1875rem;display:block; }
#Be4cSAwUvw740mBeEbB7VGmF4SRis51v { top:23.8125rem;left:29.5rem;width:18.25rem;height:5.4802513235189rem;display:block; }
#SrEfbtzAe2Fhc57a6g3HsNnOdM4fbIMh { width:3.75rem;height:2.25rem;top:87.625rem;left:0.31163245439529rem;font-size:1.4375rem;display:block; }
#PT83qsvTBcwHzOzG4c2qatA1shfb7oiP { width:14.625rem;height:2.5rem;top:24.5rem;left:33.0625rem;font-size:1.0625rem;display:block; }
#XWEoNOgsu1XR3af5It1G3TX6iclDurga { width:2.375rem;height:1.4375rem;top:27.0625rem;left:16.9375rem;font-size:1.125rem;display:block; }
#oPo3dCxH3O8RcV419nup5zQ5rbexLOfI { width:22.0625rem;height:4.125rem;top:31.0625rem;left:12.875rem;display:block; }
#ihKLaU6fOKaOGSuAgr9su4UbVMQV2Z8I { display:block; }
#Z0zOKECGzAcTJ1aRBmWJFiQvpGf6l4ZV { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#swzFlH5FcnDL3klHgwfHE0UpkRZ1w5gv { display:block; }
#qwAJM9GxcDneyeR1W7hbZlD054T7WIRV { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#nNS8f0Is9hwTZNmRhutRzTXnysaK2HtM { display:block; }
#DcfIWD6uQevVUwU0aKu2kAOSCn97MIgW { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#EvkDuGFAhgRCcWWTVyRq0II6oVfIgi8c { display:block; }
#XbPMs3MXRLIZlmNZIIJv146pvFwinVrN { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#fue7lmRpTtmryagKLv6WkL2G8fQPmHZq { display:block; }
#e4rhmuyqyHX1vOJ81XrobLbkMJlr5FTl { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#deK3Ksp3DdzHURPur1U0z9r0Gd2oyPBL { display:block; }
#qwrDewUKkvLIQIBGTThvynMOJ3sZ6Sf5 { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#pQGn2P3kyJZx0EGeC6ReJkvUoIle8qTo { display:block; }
#KczQmGC7Wh7Pi8TOMfhPiMp7zdy7yHJV { width:2.375rem;height:1.4375rem;top:19.875rem;left:0rem;font-size:1.125rem;display:block; }
#sJGi0FJ91lvxIXtpRMD5EsLkUooW0IEX { width:2.375rem;height:1.4375rem;top:20.125rem;left:16.9375rem;font-size:1.125rem;display:none; }
#Vi2gd50KvxDwJuZkt80CCs2RsTfv341Z { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#D3klx5wZliTuQ2IPdH0mqux1iXsTnZHe { display:block; }
#aRTUgwimb6KXAb2Uy0k3mXAF094bPpI0 { top:23.8125rem;left:29.5rem;width:18.25rem;height:5.4802513235189rem;display:none; }
#V445qCgMQRc8fimHxetnBW8XMozElqne { width:15.6875rem;height:;top:105.5625rem;left:0rem;font-size:1rem;display:none; }
#qcuSM6lTh4D5Mx32BmKsxQhcLkuFVuvS { width:2.375rem;height:1.4375rem;top:27.375rem;left:36.625rem;font-size:1.125rem;display:none; }
#hd3wxie30OOTEz8Ww0sZhyyaZyv9y0F8 { width:3.75rem;height:2.25rem;top:109.5rem;left:0.31250029802322rem;font-size:1.4375rem;display:none; }
#VtVo8vAXGtTTustikxwS9qJFZvxRhA1u { width:47.75rem;height:27.75rem;display:none; }
#pTzvTWA3sO8UZq0FGcH5Foba0mnE6wxe { width:47.75rem;height:27.75rem;display:none; }
#GVKb7wHyrqUWCoGuvaawMfrHqEstTzhd { top:9.1875rem;left:0rem;width:18.25rem;height:5.4802513235189rem;display:none; }
#yG7tPf71ULk9DOXI09yMXG3F0DP8mFFH { width:14.6875rem;height:;top:63.0625rem;left:0rem;font-size:1.1875rem;display:none; }
#RM2vUgdRuZ1MR8ntS1Oz8UTbiwbGKfaV { width:3.75rem;height:2.25rem;top:42.4375rem;left:0rem;font-size:1.4375rem;display:none; }
#wHmbGEnIhIwEHoIAtEfQQRvOQ5efAkNT { width:13.875rem;height:2.875rem;top:20.3125rem;left:28.9375rem;display:none; }
#PMOvuepbFTMqswxEZp6bvwQycRp47O4C { display:block; }
#EtTQ5ZN5MKpiQDmqJ6GlhonZ0OzqTE39 { width:2.375rem;height:1.5rem;top:12.8125rem;left:0rem;font-size:0.9375rem;display:none; }
#qfJluJ2lQ9tBxmlDzUhfVI3ITUOnrgZy { width:14.6875rem;height:;top:62.125rem;left:0rem;font-size:1.1875rem;display:none; }
#qcAJiml1Zso0K5UXt7JyFpBZVTGmWmgU { width:2.375rem;height:1.5rem;top:12.75rem;left:36.75rem;font-size:0.9375rem;display:none; }
#waFrIVmbx41xwLGQwLTRpHufkkioEbRE { top:61.0625rem;left:14.125rem;width:18.125rem;height:1.25rem;display:none; }
#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK { display:block; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row .container { width:47.75rem;position:relative;display:block; }#GeWd2HVU0w8eESDNlbd4GsB7wHTmwFaF { top:7.5rem;left:24.875001907349rem;width:20.0625rem;height:11.625rem;display:block; }
#g3GSyNLPeQqgFMuRX3vI6TmhdCe0pALV { top:7.5rem;left:1.375rem;width:20.0625rem;height:11.625rem;display:block; }
#uvVwTMQz66o9y4QFI7lO3H0rG3kDsbEB { top:28.625rem;left:25.5625rem;width:20.0625rem;height:11.625rem;display:block; }
#GVd9pN3iobPsXMt3mVTnmZfar135b1lO { top:28.625rem;left:2.625rem;width:20.0625rem;height:11.625rem;display:block; }
#Ct2laSuRqPMZAeJ7ckKB104JaB4PzlMh { top:26.9375rem;left:29.3125rem;width:18.4375rem;height:6.9375rem;display:none; }
#L5dShg5Kvic2ReOOA90pEsyZDkXQ2PG1 { top:21.8125rem;left:25.189064025879rem;width:19.9375rem;height:1.5rem;font-size:1.1875rem;display:none; }
#Uick8bv7T6F4S62yTqqG1WKm633qUvbH { width:13.875rem;height:2.8125rem;top:24rem;left:27.9375rem;display:none; }
#kNZz09anU8MRgt63VP6yAibIPFvXQ1ft { display:block; }
#y2nJ1bgHEK7f1G5lJ3PLmgorbyM1x95X { top:21.8125rem;left:2.2515640258789rem;width:18.3125rem;height:1.5rem;font-size:1.1875rem;display:none; }
#tUQky0mdLnTqq6wI7c4giG6Vu8fmm36k { width:13.875rem;height:2.8125rem;top:24rem;left:4.0499954223633rem;display:none; }
#OptQZ9IS1tq3EvLs8e6ThlP4dvgA4oDH { display:block; }
#ldaKQoBQaEd3SgGKKeubP1LGCgv9R0fC { top:41.75rem;left:24.875rem;width:22.125rem;height:1.5rem;font-size:1.1875rem;display:none; }
#pD03PkOTyBUqfwABhghuVlLKUwJQh1kt { width:13.875rem;height:2.8125rem;top:30.5625rem;left:4.46875rem;display:none; }
#sBGnpxMmpQ5x0Htd7ySuM2tWSOXw5DIB { display:block; }
#xNXcnaTkQ7kgvaRe67CncJBvIyCKEV55 { top:41.6875rem;left:2.4781265258789rem;width:19.9375rem;height:1.5rem;font-size:1.1875rem;display:none; }
#rsswgdRPZ6LVheyP37tpHRfyxqqITZBg { width:13.875rem;height:2.8125rem;top:58.5rem;left:28.85000038147rem;display:none; }
#wTeDGcuDPsd1rZIHrgsLi0pKkTGhT3ml { display:block; }
#GspdygCA8h8XEUQD64GpmN8sFuwgRrTb { width:13.875rem;height:2.8125rem;top:45.4375rem;left:5.6875rem;display:none; }
#VBOA5on7ycgQSiXioKDSMJyugEJaXSQ5 { display:block; }
#HpEgUyU7fVplTRedItmJ3nTMTPIWkEmi { width:13.875rem;height:2.8125rem;top:45.375rem;left:28.96875rem;display:none; }
#xaygfLaCazEs2Z5mVXeTaZvPdL2prXnD { display:block; }
#xfz92ADBCNL5g0IEBt07zJWnSsbz2rxR { width:26.0625rem;height:2rem;top:0.9375rem;left:10.500783920288rem;font-size:1.125rem;display:block; }
#xw7Mmq2dV788PJ8fDrONbEmb6Tc2dVdh { width:26.0625rem;height:2rem;top:2.9375rem;left:9.5625019073488rem;font-size:1.375rem;display:block; }
#HzJBUrfAdLWNV1RIFxdvGiTccJxKOBsp { width:13.875rem;height:2.8125rem;top:67.0625rem;left:29.0625rem;display:none; }
#arOC28ioJopRcOaAtzRxSdwhF6ucxAOE { display:block; }
#cpTuuofuWVbQCTIoiSZfFaLimTUUnPai { top:63.375rem;left:25.8125rem;width:19.9375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
#Qq1lIy20aH9SEz9QisSPN56zn01EnPSX { top:50.25rem;left:26rem;width:20.0625rem;height:11.625rem;display:block; }
#ApHWVvShsLvFgCeScctoC39CXbDvsfoB { display:block; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container { width:47.75rem;position:relative;display:block; }#N1GboOIrIbz2EAB4r0IZlAKOWf26vUAq { top:2.375rem;left:26.339447021484rem;width:19.6875rem;height:16.5rem;display:block; }
#HTqsAQRZU7qSCf1pR5uFZMPO8K1qq8Eq { top:23.0625rem;left:25.213279724121rem;width:21.9375rem;height:5.3125rem;font-size:1.125rem;display:none; }
#xetXIQSInBU2SHl8I4I22IKWIDlhpPdN { top:2.4375rem;left:2.5257797241211rem;width:19.6875rem;height:16.5rem;display:block; }
#huw0aw0NHpPObavT8fbvz83Ja3H5amTr { top:23.0625rem;left:1.3984375rem;width:21.9375rem;height:7.125rem;font-size:1.125rem;display:none; }
#McXOwGXia2Wpxp0bm9vEpoE4ddArCsKN { width:46.125rem;height:26.8125rem;display:none; }
#ICV0lWti4rlES4PnUReaXX4AE1zKTQEC { top:64.0625rem;left:0rem;width:19.5625rem;height:9.0625rem;font-size:1rem;display:none; }
#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh { display:block; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { width:47.75rem;position:relative;display:block; }#i4tpUrm6vVd7Xeg0VRsQA9f5hqJDirFa { width:29.0625rem;height:2.375rem;top:3.125rem;left:18.6875rem;font-size:1.4375rem;display:block; }
#dqr90JZgVVEFqa57znLf98B1FzW0d8At { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
#cq7W87WlcHNg5HgtV4JX07TIhK1qIqLd { width:20.75rem;height:10.375rem;top:7.875rem;left:27rem;font-size:0.75rem;display:block; }
#UeRcuirlWmDGiWxWv25CuKTAhsdBTcNH { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
#g6LMS2BxWhWRnX8kxgqFAb87rcMecLOT { width:20.75rem;height:4.4375rem;top:18.3125rem;left:27rem;font-size:0.75rem;display:block; }
#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI { display:block; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .row .container { width:47.75rem;position:relative;display:block; }#IeGeCTbCP03sbspJBqcsTCqA0LFFfGhT { top:0.9375rem;left:6.2113265991211rem;width:38.75rem;height:18.9375rem;display:block; }
#ODrflpJdTtcpleymaady0uA9WTo9RQBW { display:none; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container { width:47.75rem;position:relative;display:none; }#ChWokC9E5yusfg8TXH8JPOF4fvv9JOBs { width:37rem;height:2rem;top:4.5rem;left:10.6875rem;font-size:0.875rem;display:none; }
#phI0FcX0mBmLfomiSacA4TNnXTrmt9d2 { width:47.75rem;height:2rem;top:8.4375rem;left:0rem;font-size:0.875rem;display:none; }
#XkeZaQrt9uckyRT2bW4SdvSp90x2w8bb { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#VICFhcGePEV5FGTIumoIugfQ5oEmyJVy { width:3.625rem;height:3.625rem;top:9.5625rem;left:44.125rem;font-size:2.5rem;display:none; }
#drZ65ANwnmHSTn5dbaq5yTi1zEhSaGrF { width:3.625rem;height:3.625rem;top:4.0625rem;left:44.125rem;font-size:2.5rem;display:none; }
#mnhaAx58EHgOQ1g5ENIt5w4Pqh4UDha4 { width:2.75rem;height:3.375rem;top:0.5625rem;left:29.400390625rem;display:none; }
#ow1HJB8S4N98bTTZXlw7e4V1KnlyD5Te { top:0rem;left:4.029296875rem;width:33.375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
body { position:relative;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3CmxgdS1GXOl1DHSzMwzeEOT3qBPqWA { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#w3CmxgdS1GXOl1DHSzMwzeEOT3qBPqWA { background-color: transparent; background-image: none; }#w3CmxgdS1GXOl1DHSzMwzeEOT3qBPqWA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3CmxgdS1GXOl1DHSzMwzeEOT3qBPqWA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3CmxgdS1GXOl1DHSzMwzeEOT3qBPqWA > .row .container > .video-iframe-container { display: none; }#w3CmxgdS1GXOl1DHSzMwzeEOT3qBPqWA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3CmxgdS1GXOl1DHSzMwzeEOT3qBPqWA > .row > .video-iframe-container { display: none; }#w3CmxgdS1GXOl1DHSzMwzeEOT3qBPqWA > .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); }#w3CmxgdS1GXOl1DHSzMwzeEOT3qBPqWA { border-width: 0; border-radius: 0; }#w3CmxgdS1GXOl1DHSzMwzeEOT3qBPqWA > .row .container { width:20rem;height:5.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#GcRl0eVxPyGOCTBwrPJyNXK3ziZ2k35D { width:3.1875rem;height:1.3rem;top:1.625rem;left:10.562500536442rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15161;color:#006c35;font-family:"saudi nd";display:none; }
#yT80AyNohwVbNwDc4h8rVVJ9t3lFED9F { width:6.125rem;height:3.5625rem;top:0.9375rem;left:0.84375rem;z-index:15019;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#C1bKbJ6TmilNb92ERipuGrJ6rtApfaAP { width:12.1875rem;height:2.25rem;top:1.59375rem;left:7.8125rem;z-index:15183;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -moz-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -ms-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -o-linear-gradient(180deg, #c59656, #b1b1b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );";background-image: linear-gradient(180deg, #c59656, #b1b1b1);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.625rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0.125rem dashed #49604c;border-left:0.125rem dashed #49604c;border-right:0.125rem dashed #49604c;border-bottom:0.125rem dashed #49604c;display:block; }
#G2pb4T5l6A4EEs7Cyz3nGS3C9JWKciNo { display:block; }
#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 { background-color:#49604c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container { background-color: transparent; background-image: none; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container > .video-iframe-container { display: none; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row > .video-iframe-container { display: none; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .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); }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container { border-width: 0; border-radius: 0; }#vPDDGKqoisa9ZLTHkWtmUGpwrI1STn80 > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; }#xTgnSvi9LRLWv7okh1DgNt0V4RI7ZQt3 { display:flex;width:3.125rem;height:3.125rem;top:26.374567031861rem;left:13.374566376209rem;z-index:15209; }
#xTgnSvi9LRLWv7okh1DgNt0V4RI7ZQt3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#syQr1dXumtmCHShiCx5dkGKcdIcae8fn { width:12.1875rem;height:2.3125rem;top:26.811849594116rem;left:3.8747833371162rem;z-index:15178;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #37840e, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #37840e, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #37840e, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #37840e, rgba(var(--color-secondary-4),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.625rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Jcc8pSy88b3he5vkUbACFx0BaIXDSnAA { display:block; }
#klVBoECQtm2EVlhvT5Jne48nl4a80Gpd { display:flex;width:2.3125rem;height:2.3125rem;top:26.936632156372rem;left:4.1872833371163rem;font-size:2.1875rem;z-index:15199; }
#ydRPkHSHfKXZr9uTGHPBbApPlw4oGLKI { top:31.125rem;left:13.717968523503rem;width:5.1875rem;height:8.625rem;z-index:15210;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:none; }
#VoFvt7iX07Inc8ZbizpTnzxBCPy2OHx7 { top:33.999349594116rem;left:14.561632454395rem;width:3.8125rem;height:2.5rem;z-index:15213;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#e4GX0k9R2EtR21VIe5Wd13vQmfa7MRcy { top:34.311849594116rem;left:8.1250002980231rem;width:3.8125rem;height:3.8125rem;z-index:15213;overflow:hidden;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#c3rfXgpgJz8sliHkob5pI3RSnOgw5xri { top:34.062284469604rem;left:2.1245661377907rem;width:3.8125rem;height:3.8125rem;z-index:15213;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rhlDJgtB8cu0h21Nf5ZTgzRxSGFqH69V { width:5.5625rem;height:0.9746125rem;top:38.249567031861rem;left:0.81163197755812rem;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1);z-index:15216;font-family:var(--paragraphs-font-family);display:block; }
#Zfqm57yRHyqVtlavx2WEt85gT4hUlGnI { width:19.9984375rem;height:2.11230625rem;top:15.061632156372rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#ffffff;font-family:var(--paragraphs-font-family);display:block; }
#S7ggPEXPl7lZlSCmTXf86zRk5ha36ihK { top:47.375rem;left:0rem;width:19.9984375rem;height:1.13671875rem;z-index:15195;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#lVEvR62UHGn0inCZ9bzXMCUuJgShblE2 { display:flex;top:44.187068939209rem;left:8.5622838139531rem;width:2.93671875rem;height:2.93671875rem;z-index:15202; }
#zCXRob3tFAFcMvFJ1a8dXopxlEUwoC3l { top:48.437286376953rem;left:0rem;width:20rem;height:1.3808625rem;z-index:15193;font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#Rnz4HcTC8D4iJoRC45O3TBPu9ozxOzno { width:18.125rem;height:1.25rem;top:50.749568939209rem;left:0.93750005960463rem;z-index:15101;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CxdfRqmlTqB4reTNdlOGec7hfVMSuVoG { top:33.186634063721rem;left:7.5000002980231rem;width:5.25rem;height:9.4375rem;z-index:14996;background-color:#eef2f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;text-shadow:0.0625rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-0),0.5);color:#262628;font-size:0.75rem;line-height:1;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#z9Hm4v7VN2NAa2gwrgJuRyQPFdr3SwGn { display:block; }
#TJAaTsp5NntO5uqVk0aLMOJRw7EwvsLI { width:5.5625rem;height:0.9746125rem;top:39.124134063721rem;left:7.1875002980231rem;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1);z-index:15217;font-family:var(--paragraphs-font-family);display:block; }
#Vmacw3W91K87kRr5shw9u9BqMKopQBoD { top:32.812284469604rem;left:1.1241319775581rem;width:5.25rem;height:9.4375rem;z-index:14997;background-color:#eef2f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;text-shadow:0.0625rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-0),0.5);color:#262628;font-size:0.75rem;line-height:1;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tFhozMltEsxcwkh4URb1ywsWUM1ffWTi { display:block; }
#GODbfpK1Ar0RwFCPLLTgnHbVCMwTJgv0 { width:5.5625rem;height:0.9746125rem;top:38.249567031861rem;left:13.750000298023rem;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1);z-index:15218;font-family:var(--paragraphs-font-family);display:block; }
#JLxXImcWvwRRcST0f642U7MCXKftszis { top:32.812284469604rem;left:13.811849892139rem;width:5.25rem;height:9.4375rem;z-index:14997;background-color:#eef2f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;text-shadow:0.0625rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-0),0.5);color:#262628;font-size:0.75rem;line-height:1;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WXGwTnepxcNJ5ZOIfVWKgNvBuVETOHqv { display:block; }
#T4ziAtTZBU7Tq4QvJ65TKbEgVccuGJe7 { top:32.812284469604rem;left:13.811849892139rem;width:5.25rem;height:9.4375rem;z-index:15219;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;text-shadow:0.0625rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-0),0.5);color:#262628;font-size:0.75rem;line-height:1;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rc4WNvcp5ACuxpXNPo94SwytbZq43B7A { display:block; }
#dcmBO77sqeMzfcA1qLLn6e3Q9WDXlSAK { top:33.1865234375rem;left:7.4990234375rem;width:5.25rem;height:9.4375rem;z-index:15220;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;text-shadow:0.0625rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-0),0.5);color:#262628;font-size:0.75rem;line-height:1;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NEiw8U2DztRZAPFsztiNsxNcGkiDSqKk { display:block; }
#MW4kILNAbzZKONxD89TJIrszs0LhFyH0 { top:33.124784469604rem;left:1.1241319775581rem;width:5.25rem;height:9.4375rem;z-index:15221;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;text-shadow:0.0625rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-0),0.5);color:#262628;font-size:0.75rem;line-height:1;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gcRt1wS6Nh2UM1vWyhW7QSSaOEzZu1ZK { display:block; }
#Dh7RxTtXRXITX1nsHq6TyvemaHC3qVmR { top:18.499132156372rem;left:0.93750005960463rem;width:18.125rem;height:2.11230625rem;z-index:15222;font-size:1.625rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:#ffffff;display:block; }
#dwGEKwkCbfTpD60AWyRgOnqhtmShTHn4 { top:21.361545562744rem;left:0.62608510255812rem;width:19.185125rem;height:;z-index:15233;font-size:1.5rem;font-family:"alw arabic";font-weight:700;font-style:normal;line-height:1.2;color:#ffffff;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; }
#oM6Fdz950KNmhc40IIcFJgxCX0RRLZfO { top:19.26757979393rem;left:1.2814670205116rem;width:17.436rem;height:17.436rem;z-index:15243;overflow:hidden;display:none; }
#rWmQi5duFE0NTyJzLHnrSck6I6XAP2tJ { top:5.7486982345581rem;left:0rem;width:20rem;height:9.3125rem;z-index:15244;overflow:hidden;display:block; }
#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o { display:none; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o { border-width: 0; border-radius: 0; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .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; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .row .container { width:20rem;height:45rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .row .container.adaptive-delivery-prevent-bg, #TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .row .container.lazyload, #TAwDNyVCNIuNaT5p3tAUGWJqrSvHtq1o > .row .container.lazyloading { background-image: none; }#O7AwcZbOoVbGE60eSd6qlWz0lPqrE633 { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#LweLTOf3oZknUPaZgrKL48Aif5VOGGFz { display:block; }
#oOSxJOT0yupNrn2w2EymiVw2EbV3wizN { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#FQ03LPaTKNzSR3QJEfF1hXdpZfcfziUz { display:block; }
#AaK4D5akf3sM7WhGrNcTIcK5iuQcRCXm { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#IuwaWsFZT8FisA4kF2oH09LIArHChewW { display:block; }
#M4Ts8eRrauGwhhFJfx7fwBCunRhGlyE2 { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#M4Ts8eRrauGwhhFJfx7fwBCunRhGlyE2 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#Wwq3JERaJkwSDiUIINfOpUv4coXHx1xK { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#Wwq3JERaJkwSDiUIINfOpUv4coXHx1xK > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#JVXdU4xl3Thq5RL8E2cTrVguEs8uwP31 { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#gW41P8ASHmnL8alab6OCetkoGX7dQIOW { display:block; }
#rs3c7WhCEA4PCBRwiqG7S6SRLnvrvEgK { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vsx4aHtB6KddCsRlzaFZMlcM0xwdKr84 { top:23.5625rem;left:0.0625rem;width:20rem;height:3.9rem;z-index:15186;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#25324d;display:block; }
#PT2mPRNVghCqvyDL15xy1Zyf1PRgEoMH { top:37.125rem;left:3.9375rem;width:12.125rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Wb6pvsvJQJhkN7MT5cohl4vGoWb53EIg { display:block; }
#icCIZeo7GlntGWnEOsy61Jh889zrTrPU { top:17.792534828186rem;left:2.8750001192093rem;width:14.25rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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; }
#fLZQLNfFPxJSiE30zHnAG6Tt8k9T9X0z { display:block; }
#rEqDR8m9yDk4wMkRmLpmLgypTekaVIrV { display:flex;top:37.375rem;left:4.3125rem;width:1.62421875rem;height:1.62421875rem;z-index:15190; }
#WVu5Bv8oXNAMP2Qn6zTeeTZAwdT1fmoq { display:flex;top:18.387152671814rem;left:4.3107639551162rem;width:1.62413125rem;height:1.62413125rem;z-index:15191; }
#ImksLViBNK007Tn6c9CmgaFf6EzE621I { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#PtZ8CAleBWh3ErkrJ1gh2TPT3fpbcmTJ { display:flex;top:29.4375rem;left:8.5625rem;width:2.93671875rem;height:2.93671875rem;z-index:15194; }
#woq8M0MrMcPZTeCogRGqWsKXUaJ2nOxV { top:32.375rem;left:0rem;width:19.9991875rem;height:1.1375rem;z-index:15187;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#kDaMBaov23fRzG7VfDk2SRtefZvzMk4x { top:40.75rem;left:0rem;width:20rem;height:1.38125rem;z-index:15189;font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#DbFvwIUCymEBcN4FW7euMMvzH0ToD1hb { display:flex;top:37.875rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#uuzFBJMygSaeQcR8o8HPPtQH9RyeiQN4 { top:11.9375rem;left:3.5615234375rem;width:12.874rem;height:2.275rem;z-index:15191;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; }
#g67aEfOf336r4Uqv9mlUcitKNdmvWq0v { width:13.125rem;height:1.875rem;top:22.75rem;left:3.2812501192093rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#f5svugEnWeHSK9Jx62laIuGJxtsGxf41 { top:9.64804649353rem;left:3.0890622735024rem;width:12.4980625rem;height:0;z-index:15200;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#SOV12go1hO19oTsKlyrKRAZlQJTW4DdP { width:17.625rem;height:2.6003875rem;top:6.748046875rem;left:1.1875rem;font-size:2rem;color:rgba(var(--color-tertiary-2),1);display:block; }
#TyJbLW0xmk7M3xnlr10xf9kHx7Q0EJbx { width:4.3125rem;height:1.5625rem;top:42.5rem;left:9.9375rem;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ubi2Caq3Gd0bdDLL9JDAJTt85Vo8RprJ { width:3.875rem;height:1.4375rem;top:42.4375rem;left:5.9375rem;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JVrlzVIfhNqbdLvmEm5Pizrbwu7UciGZ { width:7.6875rem;height:2.31210625rem;top:34.125rem;left:9.875rem;z-index:15033;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hkpXsZvi8Cf6yFmPNx7BbsklxeidGBtt { width:20rem;height:5.75rem;top:22.75rem;left:0rem;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MDOZEcxRXVNudx3JpaFgEqTcypJf4AET { width:7.6875rem;height:1.875rem;top:34.25rem;left:1.8125rem;z-index:15034;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;color:rgba(var(--color-tertiary-4),1); }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1); }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-text {padding-top: 0; padding-bottom: 0;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1); }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1); }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-select {padding-top: 0; padding-bottom: 0;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-input-button { width:9.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.6875rem;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);background-color:transparent;background-image: -webkit-linear-gradient(212deg, #0b4a2b, #73cca1);background-image: -moz-linear-gradient(212deg, #0b4a2b, #73cca1);background-image: -ms-linear-gradient(212deg, #0b4a2b, #73cca1);background-image: -o-linear-gradient(212deg, #0b4a2b, #73cca1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4a2b', endColorstr='#73cca1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4a2b', endColorstr='#73cca1' );";background-image: linear-gradient(212deg, #0b4a2b, #73cca1);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP [class*="-text"]:-moz-placeholder { font-family:var(--paragraphs-font-family); }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP [class*="-text"]::-moz-placeholder { font-family:var(--paragraphs-font-family); }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP [class*="-text"]:-ms-input-placeholder { font-family:var(--paragraphs-font-family); }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP [class*="-text"]::-webkit-input-placeholder { font-family:var(--paragraphs-font-family); }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-radio-label { font-family:var(--paragraphs-font-family); }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP  { width:15rem;height:auto;top:15.3359375rem;left:1.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.0625rem 1rem 2.6875rem rgba(var(--color-tertiary-4),1) ; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP {display:block;}#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP { width:15rem;height:auto;top:15.3359375rem;left:1.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.0625rem 1rem 2.6875rem rgba(var(--color-tertiary-4),1) ;display:none; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #AlQ0ybdyIvg0MqdimWQxRgDNEQRENTds {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #lDxogUSoMSwKyaBOg21729AwzkTmg47n { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #N2SuoSUSTdVbdU94gBmm2nLrwxVUZltt {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #arIntS6DVT1VKkK3ZXA5CcbKk7LzJl2D {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #BSbSV8R495MEAThkEI2mzW21qD9uXN05 { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #ZwhZRSIdH771EZv1g65JUwddvAMd7K9X {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #DoyPuOmlUIWeRinKnOW7epCheR1ckz6T {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #vir4MJhw98umn8wmKpayMZwD1b12PmKD { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #wFBRBhLgSKUoa5WvUToGkzLp197wQJ5O {  }
#CeMltbnlgbFX3ZGfkUTPVtIhQc5rrIq8 { display:block; }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #pGTfkdFh5EgPFtJJchGOqSfGz9Fip1zT {  }
#BKFTDMLFUFqSlhzo7pfTpPGLya3lXToP #PHB2HHssoR896t3gJRzWTxJX12i32nEz {  }
#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .row .container { background-color: transparent; background-image: none; }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .row .container > .video-iframe-container { display: none; }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .row > .video-iframe-container { display: none; }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .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); }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .row .container { border-width: 0; border-radius: 0; }#nzQrCmJacaP018Wr6pVdWSy5ETXIpc3A > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; }#ifgcAw9uLTWWrIiwoJtaSdSwPFzUFOAK { width:19.75rem;height:35.1875rem;top:1.25rem;left:0rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#i32m8UOOc1Oyllz3C2uRTwHb6eyx0A3r { top:43.1875rem;left:2.875rem;width:14.25rem;height:2.8125rem;z-index:15189;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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; }
#rHhB9hBgXQWwWQmx0r4xPuogBStUs3ou { display:block; }
#bQ6ZgA6KoQBv40mLrlRxISyb9TyERcxU { display:flex;top:43.875rem;left:4.0625rem;width:1.6232625rem;height:1.6232625rem;z-index:15192; }
#sfon21yaT9dBeFSoDqEcGF3ibdmoS8B0 { width:19.75rem;height:11.0625rem;top:48.4375rem;left:0rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Wu6rlUFg4xZh42nz4Ik1baGmOhvEnu5a { top:67.375rem;left:3.375rem;width:14.25rem;height:2.8125rem;z-index:15190;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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; }
#CpMWKZ1NI7dxgdOgEhzS7ucozMKdgF7V { display:block; }
#AMFy7bkU5QQKcDUIRq3FgOCOXtqTl4DD { display:flex;top:67.9375rem;left:4.5625rem;width:1.62239375rem;height:1.62239375rem;z-index:15193; }
#q5D9cyh8pPnTJRz5AALzVOd60qW85c8O { width:17.75rem;height:5.736325rem;top:60.4375rem;left:1.1875rem;font-size:1.0625rem;line-height:1.8;z-index:15004;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#Tiz4ul2MN7dbNcLQIgMRtMKLJF3B1LLH { width:17.75rem;height:3.82421875rem;top:37.9375rem;left:1.125rem;font-size:1.0625rem;line-height:1.8;z-index:15005;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container { background-color: transparent; background-image: none; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container > .video-iframe-container { display: none; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row > .video-iframe-container { display: none; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .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); }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container { border-width: 0; border-radius: 0; }#qEiycOU6VGZ6nQKp0coJqt8z05RnrWvA > .row .container { width:20rem;height:61.875rem;position:relative;display:block; }#ATpDOTSUaZnwk3x5iLAK3I36bANTsGkG { width:16.187125rem;height:29.8125rem;top:5.9375rem;left:1.875rem;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;box-shadow: 0rem 0.875rem 1.8125rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eTkJfRx90kipEQDrRZO6wUPlPC3gwiNe { width:16.374625rem;height:20.499625rem;top:38.819526672363rem;left:1.8105466961861rem;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;box-shadow: 0rem 0.875rem 1.8125rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#f6VLhwmo95lemfluXa9OnsasS7L7EabB { top:1.2550780773163rem;left:0rem;width:19.9980625rem;height:3.75rem;z-index:15123;font-weight:700;font-style:normal;font-size:1.875rem;line-height:2;text-align:center;text-align-last:center;font-family:"aref ruqaa";color:rgba(var(--color-tertiary-4),1);display:block; }
#z3ZkdbDIqOSab9u3HAbdTHJ7Jx8DunNR { width:5.93671875rem;height:3.31171875rem;top:37.999217033386rem;left:10.947655498981rem;display:none; }
#KB7m09fgDsbRT1e6bCePocyk5qpHzCUb { width:5.93671875rem;height:3.31171875rem;top:37.999217033386rem;left:10.947655498981rem;display:none; }
#vgedhnNvlwE50suP9bBTvvZHglXyvksF { width:3.5625rem;height:2rem;top:4.5093736648559rem;left:1.3722655177116rem;z-index:15199;display:none; }
#Q3Klrv1VSUKv3JMAtGhcSTMQ8MKbsg4O { display:block; }#Q3Klrv1VSUKv3JMAtGhcSTMQ8MKbsg4O > .row .container { width:20rem;height:98.9375rem;position:relative;display:block; }#TNKfePrTWbTKBetAaMMMIlqdPx72hGu1 { top:0.0010547637939453rem;left:1.6552084088326rem;width:16.6864375rem;height:3.75rem;z-index:15123;font-weight:700;font-style:normal;font-size:1.875rem;line-height:2;text-align:center;text-align-last:center;font-family:"aref ruqaa";color:rgba(var(--color-tertiary-4),1);display:block; }
#FTv9sT39lz9sKQJr3xb3FXgtPfEZn2rq { top:4.2833337783814rem;left:0.3125rem;width:19.6875rem;height:11.4375rem;z-index:15082;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#lv88DlcVlF2HxOK4Gcvv18rRCqoU7vrQ { width:15.0625rem;height:7.796875rem;top:16.595834732056rem;left:4.3041670918464rem;text-align:justify;text-align-last:initial;font-size:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15026;display:block; }
#Sgk248wJNNoDRzuJl3cOD2Q8QALvVNya { width:4.74895625rem;height:3.8994125rem;top:16.596876144409rem;left:1.1166667342186rem;text-align:center;text-align-last:center;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15027;font-weight:400;font-style:normal;font-family:rakkas-regular;color:#000000;display:block; }
#LdW1JUxB8K4EgKMsrNywxqdLTwo4Zqkf { top:24.395835876465rem;left:0.81979185342787rem;width:5.5rem;height:2.0625rem;z-index:14998;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:#1d8c2b;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; }
#cwfHyaBHZvInFyzUiLd7UPudbhwtBbu8 { display:block; }
#VATSo64DvmzOgVyPWwOTbhqCTn7C4w9O { top:29.033203125rem;left:0rem;width:19.6875rem;height:11.4375rem;z-index:15083;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#FBsK1XqsAI92qXwSFOLC8piQp6EtcAPB { top:44.783203125rem;left:0rem;width:19.6875rem;height:11.4375rem;z-index:15084;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#z7BulhSiqFnuzxnC3R31FIwWEV3xFZbM { top:61.533203125rem;left:0rem;width:19.6875rem;height:11.4375rem;z-index:15085;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#LbL4UVTUzKTEvWxopNLTgGmITgJDrH9e { top:77.970703125rem;left:0rem;width:19.6875rem;height:11.4375rem;z-index:15086;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#qpXS0R4gfusGXpLRnavwm2DRnaBV45rF { top:42rem;left:0.740234375rem;width:5.5rem;height:2.0625rem;z-index:14999;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:#1d8c2b;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; }
#QOtZoSRG0gU80RtQGfcks8Q4zTh3QuH5 { display:block; }
#lL3eIZFAxeSnyTBVk0XC29bdT5K8WpnK { top:58.625rem;left:0.740234375rem;width:5.5rem;height:2.0625rem;z-index:15000;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:#1d8c2b;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; }
#FB0LThaMpR4MVOVfWD8BtzARi4xS2hVr { display:block; }
#JPQWckMZTV2QlnQbVKyITUOV8T5loLHU { top:74.875rem;left:0.740234375rem;width:5.5rem;height:2.0625rem;z-index:15001;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:#1d8c2b;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; }
#pgsyLzMfebb0eApgvPUwafIMAOAecDWO { display:block; }
#lDerxbIGWLsaEg4Uuk6speyp4yO1NgUq { top:96.125rem;left:0.740234375rem;width:5.5rem;height:2.0625rem;z-index:15002;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:#1d8c2b;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; }
#n8pZDowmD8uv4ZkprFbykbx1aT4I1OTQ { display:block; }
#iRU9NkAHhcnAPIWMC13dA4PMqg5GqVVF { width:15.0625rem;height:0.9746125rem;top:90.783203125rem;left:4.3037109375rem;text-align:justify;text-align-last:initial;font-size:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15027;display:block; }
#bsRULfV4uV8WKTNfTH8loCeEODGTxSbr { width:15.0625rem;height:0.9746125rem;top:93.8203125rem;left:4.3037109375rem;text-align:justify;text-align-last:initial;font-size:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15028;display:block; }
#N9a6K6pb54WHeA1zqE1U6UevNBnpgSg3 { width:4.74805rem;height:;top:89.921875rem;left:1.1162109375rem;text-align:center;text-align-last:center;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15028;font-weight:400;font-style:normal;font-family:rakkas-regular;color:#000000;display:block; }
#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU { position:relative;z-index:auto;display:none; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU { border-width: 0; border-radius: 0; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .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; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row .container { width:20rem;height:117rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:bottom 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:none; }#RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row .container.adaptive-delivery-prevent-bg, #RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row .container.lazyload, #RkN068AfpFVgB10LZp0JLFUwKZMeqrcU > .row .container.lazyloading { background-image: none; }#vaJSJVdxx3MnfmSvA8JW1OhUpHsS6JQh { width:20rem;height:5.3333333333333rem;top:74.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TTVJvfRrLKTh3s6siv8e5Txgu13w0gHh { width:19.0625rem;height:2.025rem;top:111.0625rem;left:0.9375rem;font-size:1.125rem;line-height:1.8;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#ZKiI4VzXlZeEMaVevRimwkSa4QoJh21y { width:14.6875rem;height:0;top:5.748291015625rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.8;color:#000102;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-family:var(--paragraphs-font-family);display:none; }
#Wo0rw5adZXn1SmISEWrqSsWoM2qbbVdF { width:18.25rem;height:5.4810798241452rem;top:53rem;left:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CXx5dW8WIoK3fCGbWrVlhrOkyWOQWvkw { width:14.6875rem;height:3.0859375rem;top:53.5rem;left:3.25rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.1875rem;color:#045386;font-family:var(--headlines-font-family);display:block; }
#LxC0JsQwsBZz0XX3OezT79iJubwelhWB { width:2.37426875rem;height:1.21875rem;top:65.9375rem;left:2.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#045386;font-family:var(--headlines-font-family);display:block; }
#Vp4DgeAuxbnuATJ2danLBGgrDdgRDggX { width:3.75rem;height:2.30035rem;top:55.5625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-family:var(--paragraphs-font-family);display:block; }
#hNmQxJarT6KBz0m3HnmrZ0QhKr0uTtlm { width:18.25rem;height:5.4810798241452rem;top:43.4375rem;left:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Fauy0ZRmOKh4HclE7w0yNXVlqcozW8bl { width:14.6875rem;height:3.0859375rem;top:44.125rem;left:2.875rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.1875rem;color:#045386;font-family:var(--headlines-font-family);display:block; }
#EOgg4A1ft2ggndgZ33P1wtaCeRxNxuhK { width:3.75rem;height:2.30035rem;top:46.0625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-family:var(--paragraphs-font-family);display:block; }
#lHz87gWzLIDmLu149KTJpwqf22phUUlq { width:2.374025rem;height:1.21875rem;top:47rem;left:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#045386;font-family:var(--headlines-font-family);display:block; }
#benoadimpdJe6iNioehF0uT39NPom4wG { width:18.25rem;height:5.4810798241452rem;top:62.8125rem;left:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qgGpmu5K627Tca8eCVzHohrPC716InyT { width:3.75rem;height:2.30035rem;top:65.1875rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-family:var(--paragraphs-font-family);display:block; }
#qI6nxaeHacCnnEiaxadhcbpB6iiWEmgk { width:14.6875rem;height:2.923825rem;top:63.375rem;left:2.875rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.125rem;color:#045386;font-family:var(--headlines-font-family);display:block; }
#x1NcmBBHC85EvuOhpF2FAiy59TFriqqb { width:18.25rem;height:5.4810798241452rem;top:13.0625rem;left:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#R44uoec8uXFZmqTM4lTLzSLiOvJR8r2n { width:3.75rem;height:2.30035rem;top:16.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-family:var(--paragraphs-font-family);display:block; }
#AzuVrTowBDFWXhgJVc5oUT3UfpLgmzGX { width:2.37426875rem;height:1.21875rem;top:16.625rem;left:1.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#045386;font-family:var(--headlines-font-family);display:block; }
#p6cppZ9fqb2Z5yTF20hDAPSmIqhhNhN3 { width:14.6875rem;height:1.54375rem;top:13.9375rem;left:2.375rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.1875rem;color:#045386;font-family:var(--headlines-font-family);display:block; }
#KOa04kHn8WAID8WvbV3LD2mwbsngGTuC { width:20rem;height:6.5rem;top:72.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xDqKv2seq5ZU2bqN9Ds4tFv2SRbXnq6c { width:3.75rem;height:2.30035rem;top:76.1875rem;left:5rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-family:var(--paragraphs-font-family);display:block; }
#OkJ2sOBpiTyT8FCywa8L0cVRchIafHL8 { width:17.1875rem;height:4.62890625rem;top:72.6875rem;left:1.8125rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.1875rem;color:#045386;font-family:var(--headlines-font-family);display:block; }
#Be4cSAwUvw740mBeEbB7VGmF4SRis51v { width:18.25rem;height:7.625rem;top:83.4375rem;left:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SrEfbtzAe2Fhc57a6g3HsNnOdM4fbIMh { width:3.75rem;height:2.30035rem;top:87.6875rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-family:var(--paragraphs-font-family);display:block; }
#PT83qsvTBcwHzOzG4c2qatA1shfb7oiP { width:14.6875rem;height:2.76171875rem;top:84.625rem;left:3.0625rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.0625rem;color:#045386;font-family:var(--headlines-font-family);display:block; }
#XWEoNOgsu1XR3af5It1G3TX6iclDurga { width:2.8125rem;height:1.462675rem;top:88.5rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#045386;font-family:var(--headlines-font-family);display:block; }
#oPo3dCxH3O8RcV419nup5zQ5rbexLOfI { width:13.4375rem;height:2.4375rem;top:87.623779296875rem;left:3.2688218971527rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ihKLaU6fOKaOGSuAgr9su4UbVMQV2Z8I { display:block; }
#Z0zOKECGzAcTJ1aRBmWJFiQvpGf6l4ZV { top:49.4375rem;left:4.6875rem;width:10.937125rem;height:2.31210625rem;z-index:15189;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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; }
#swzFlH5FcnDL3klHgwfHE0UpkRZ1w5gv { display:block; }
#qwAJM9GxcDneyeR1W7hbZlD054T7WIRV { top:58.875rem;left:4.6875rem;width:10.937125rem;height:2.31210625rem;z-index:15191;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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; }
#nNS8f0Is9hwTZNmRhutRzTXnysaK2HtM { display:block; }
#DcfIWD6uQevVUwU0aKu2kAOSCn97MIgW { top:68.625rem;left:4.5rem;width:10.937125rem;height:2.31210625rem;z-index:15192;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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; }
#EvkDuGFAhgRCcWWTVyRq0II6oVfIgi8c { display:block; }
#XbPMs3MXRLIZlmNZIIJv146pvFwinVrN { top:79.0625rem;left:4.875rem;width:10.937125rem;height:2.31210625rem;z-index:15193;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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; }
#fue7lmRpTtmryagKLv6WkL2G8fQPmHZq { display:block; }
#e4rhmuyqyHX1vOJ81XrobLbkMJlr5FTl { top:18.75rem;left:4.5rem;width:10.9365rem;height:2.311525rem;z-index:15194;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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; }
#deK3Ksp3DdzHURPur1U0z9r0Gd2oyPBL { display:block; }
#qwrDewUKkvLIQIBGTThvynMOJ3sZ6Sf5 { top:92.5rem;left:4.5rem;width:10.9364375rem;height:2.31145625rem;z-index:15197;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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; }
#pQGn2P3kyJZx0EGeC6ReJkvUoIle8qTo { display:block; }
#KczQmGC7Wh7Pi8TOMfhPiMp7zdy7yHJV { width:2.375rem;height:auto;top:19.875rem;left:8.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#045386;font-family:var(--headlines-font-family);display:none; }
#sJGi0FJ91lvxIXtpRMD5EsLkUooW0IEX { width:2.75rem;height:1.21875rem;top:77.0625rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#045386;z-index:15110;font-family:var(--headlines-font-family);display:block; }
#Vi2gd50KvxDwJuZkt80CCs2RsTfv341Z { top:107.8125rem;left:4.875rem;width:10.9365rem;height:2.311525rem;z-index:15200;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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; }
#D3klx5wZliTuQ2IPdH0mqux1iXsTnZHe { display:block; }
#aRTUgwimb6KXAb2Uy0k3mXAF094bPpI0 { width:18.25rem;height:10.3125rem;top:97rem;left:0.875rem;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#V445qCgMQRc8fimHxetnBW8XMozElqne { width:15.6875rem;height:2.599825rem;top:98.625rem;left:2.25rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1rem;color:#045386;z-index:15115;font-family:var(--headlines-font-family);display:block; }
#qcuSM6lTh4D5Mx32BmKsxQhcLkuFVuvS { width:2.37395625rem;height:1.462675rem;top:104.25rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#045386;z-index:15114;font-family:var(--headlines-font-family);display:block; }
#hd3wxie30OOTEz8Ww0sZhyyaZyv9y0F8 { width:3.75rem;height:2.30035rem;top:102.5625rem;left:6.125rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15106;font-family:var(--paragraphs-font-family);display:block; }
#VtVo8vAXGtTTustikxwS9qJFZvxRhA1u { top:0.8125rem;left:0rem;width:20rem;height:11.625rem;z-index:15201;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pTzvTWA3sO8UZq0FGcH5Foba0mnE6wxe { top:22.0625rem;left:0.1875rem;width:20rem;height:11.625rem;z-index:15203;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GVKb7wHyrqUWCoGuvaawMfrHqEstTzhd { width:20rem;height:5.625rem;top:33.6875rem;left:0rem;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yG7tPf71ULk9DOXI09yMXG3F0DP8mFFH { width:10.5625rem;height:3.0859375rem;top:35.875rem;left:7.875rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.1875rem;color:#045386;z-index:15104;font-family:var(--headlines-font-family);display:block; }
#RM2vUgdRuZ1MR8ntS1Oz8UTbiwbGKfaV { width:3.75rem;height:2.30035rem;top:36.75rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15097;font-family:var(--paragraphs-font-family);display:block; }
#wHmbGEnIhIwEHoIAtEfQQRvOQ5efAkNT { top:40.1875rem;left:4.75rem;width:10.9365rem;height:2.311525rem;z-index:15193;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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; }
#PMOvuepbFTMqswxEZp6bvwQycRp47O4C { display:block; }
#EtTQ5ZN5MKpiQDmqJ6GlhonZ0OzqTE39 { width:2.374025rem;height:1.21875rem;top:37.8125rem;left:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#045386;z-index:15102;font-family:var(--headlines-font-family);display:block; }
#qfJluJ2lQ9tBxmlDzUhfVI3ITUOnrgZy { width:14.5rem;height:1.54375rem;top:34.1875rem;left:3rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.1875rem;color:#045386;z-index:15105;font-family:var(--headlines-font-family);display:block; }
#qcAJiml1Zso0K5UXt7JyFpBZVTGmWmgU { width:2.37426875rem;height:1.21875rem;top:56.6875rem;left:2.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#045386;font-family:var(--headlines-font-family);z-index:15099;display:block; }
#waFrIVmbx41xwLGQwLTRpHufkkioEbRE { width:18.125rem;height:1.25rem;top:114.8125rem;left:0.9375rem;z-index:15102;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row .container { border-width: 0; border-radius: 0; }#UWJcZsb2FkPBi0lkWJDTTJDJRUWc9LcK > .row .container { width:20rem;height:109.8125rem;position:relative;display:none; }#GeWd2HVU0w8eESDNlbd4GsB7wHTmwFaF { width:19.9375rem;height:11.5625rem;top:8.361328125rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#g3GSyNLPeQqgFMuRX3vI6TmhdCe0pALV { width:19.875rem;height:11.5rem;top:28.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uvVwTMQz66o9y4QFI7lO3H0rG3kDsbEB { width:19.875rem;height:11.5rem;top:48.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GVd9pN3iobPsXMt3mVTnmZfar135b1lO { width:19.875rem;height:11.5rem;top:68.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ct2laSuRqPMZAeJ7ckKB104JaB4PzlMh { top:29.020312309265rem;left:0rem;width:19.4375rem;height:6.75rem;z-index:15021;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:none; }
#L5dShg5Kvic2ReOOA90pEsyZDkXQ2PG1 { top:21.055469512939rem;left:0rem;width:19.9375rem;height:1.54375rem;z-index:15195;font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#Uick8bv7T6F4S62yTqqG1WKm633qUvbH { top:23.732814788818rem;left:3.0624999403954rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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; }
#kNZz09anU8MRgt63VP6yAibIPFvXQ1ft { display:block; }
#y2nJ1bgHEK7f1G5lJ3PLmgorbyM1x95X { top:41.9375rem;left:0.6875rem;width:18.3125rem;height:1.54375rem;z-index:15195;font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#tUQky0mdLnTqq6wI7c4giG6Vu8fmm36k { top:44.25rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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; }
#OptQZ9IS1tq3EvLs8e6ThlP4dvgA4oDH { display:block; }
#ldaKQoBQaEd3SgGKKeubP1LGCgv9R0fC { top:61.1875rem;left:0rem;width:19.9375rem;height:3.0859375rem;z-index:15195;font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#pD03PkOTyBUqfwABhghuVlLKUwJQh1kt { top:83.625rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15189;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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; }
#sBGnpxMmpQ5x0Htd7ySuM2tWSOXw5DIB { display:block; }
#xNXcnaTkQ7kgvaRe67CncJBvIyCKEV55 { top:81.4375rem;left:0rem;width:19.9375rem;height:1.54375rem;z-index:15195;font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#rsswgdRPZ6LVheyP37tpHRfyxqqITZBg { top:138.21093559265rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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:none; }
#wTeDGcuDPsd1rZIHrgsLi0pKkTGhT3ml { display:block; }
#GspdygCA8h8XEUQD64GpmN8sFuwgRrTb { top:64.25rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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; }
#VBOA5on7ycgQSiXioKDSMJyugEJaXSQ5 { display:block; }
#HpEgUyU7fVplTRedItmJ3nTMTPIWkEmi { top:45.375rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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:none; }
#xaygfLaCazEs2Z5mVXeTaZvPdL2prXnD { display:block; }
#xfz92ADBCNL5g0IEBt07zJWnSsbz2rxR { width:19.434375rem;height:1.4625rem;top:1.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5);font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#xw7Mmq2dV788PJ8fDrONbEmb6Tc2dVdh { width:20rem;height:1.7875rem;top:3.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5);font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#HzJBUrfAdLWNV1RIFxdvGiTccJxKOBsp { top:104.86250286103rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),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; }
#arOC28ioJopRcOaAtzRxSdwhF6ucxAOE { display:block; }
#cpTuuofuWVbQCTIoiSZfFaLimTUUnPai { top:100.52500286103rem;left:0rem;width:19.9375rem;height:3.0859375rem;z-index:15195;font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#Qq1lIy20aH9SEz9QisSPN56zn01EnPSX { width:20rem;height:11.588785046729rem;top:87.687502861025rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ApHWVvShsLvFgCeScctoC39CXbDvsfoB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container { background-color: transparent; background-image: none; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container > .video-iframe-container { display: none; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row > .video-iframe-container { display: none; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .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); }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container { border-width: 0; border-radius: 0; }#ApHWVvShsLvFgCeScctoC39CXbDvsfoB > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; }#N1GboOIrIbz2EAB4r0IZlAKOWf26vUAq { width:16.8116875rem;height:14.0625rem;top:1.5609374046326rem;left:1.5925779938698rem;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;box-shadow: 0rem 0.875rem 1.8125rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HTqsAQRZU7qSCf1pR5uFZMPO8K1qq8Eq { width:19.0616875rem;height:6.07324375rem;top:16.873046875rem;left:0.43710935115814rem;font-size:1.125rem;line-height:1.8;z-index:15003;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#xetXIQSInBU2SHl8I4I22IKWIDlhpPdN { width:19.6875rem;height:16.5rem;top:24.510546875rem;left:0.125rem;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;box-shadow: 0rem 0.875rem 1.8125rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#huw0aw0NHpPObavT8fbvz83Ja3H5amTr { width:19.9991875rem;height:8.097625rem;top:42.260546875rem;left:0rem;font-size:1.125rem;line-height:1.8;z-index:15003;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#McXOwGXia2Wpxp0bm9vEpoE4ddArCsKN { top:52.561889648438rem;left:0.4375rem;width:19.125rem;height:11.0625rem;z-index:15004;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ICV0lWti4rlES4PnUReaXX4AE1zKTQEC { top:64.1875rem;left:0.09375rem;width:19.5625rem;height:9.098625rem;z-index:15005;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.adaptive-delivery-prevent-bg, #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.lazyload, #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.lazyloading { background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { background-color: transparent; background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .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); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { border-width: 0; border-radius: 0; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { width:20rem;height:18.75rem;position:relative;display:block; }#i4tpUrm6vVd7Xeg0VRsQA9f5hqJDirFa { width:20rem;height:1.7252625rem;top:0.37435150146484rem;left:-1.1254338622093rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.4375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#dqr90JZgVVEFqa57znLf98B1FzW0d8At { width:14.625rem;height:0.1875rem;top:2.625rem;left:4.1875rem;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cq7W87WlcHNg5HgtV4JX07TIhK1qIqLd { width:17.625rem;height:7.875rem;top:3.5625rem;left:1.3125rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:block; }
#UeRcuirlWmDGiWxWv25CuKTAhsdBTcNH { width:4.25rem;height:0.1875rem;top:2.625rem;left:14.625000298023rem;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#g6LMS2BxWhWRnX8kxgqFAb87rcMecLOT { width:15.686875rem;height:3.375rem;top:12.743056297303rem;left:3.3170574307442rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:block; }
#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI { display:block; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI { background-color: transparent; background-image: none; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .row .container > .video-iframe-container { display: none; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .row > .video-iframe-container { display: none; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .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); }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI { border-width: 0; border-radius: 0; }#DoHPk11SKaHMtPmRmabOHvMzhi7uksEI > .row .container { width:20rem;height:21.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#IeGeCTbCP03sbspJBqcsTCqA0LFFfGhT { width:15.9375rem;height:18.9375rem;top:1.25rem;left:2.125rem;display:block; }
#ODrflpJdTtcpleymaady0uA9WTo9RQBW { display:block; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW { background-color: transparent; background-image: none; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container > .video-iframe-container { display: none; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row > .video-iframe-container { display: none; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .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); }#ODrflpJdTtcpleymaady0uA9WTo9RQBW { border-width: 0; border-radius: 0; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container { width:20rem;height:10.9375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container.adaptive-delivery-prevent-bg, #ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container.lazyload, #ODrflpJdTtcpleymaady0uA9WTo9RQBW > .row .container.lazyloading { background-image: none; }#ChWokC9E5yusfg8TXH8JPOF4fvv9JOBs { width:18rem;height:2.798825rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;font-family:var(--paragraphs-font-family);display:block; }
#phI0FcX0mBmLfomiSacA4TNnXTrmt9d2 { width:15.8125rem;height:0;top:11.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;font-family:var(--paragraphs-font-family);display:none; }
#XkeZaQrt9uckyRT2bW4SdvSp90x2w8bb { width:2.43706875rem;height:2.43706875rem;top:7.0138893127444rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15009;display:block; }
#VICFhcGePEV5FGTIumoIugfQ5oEmyJVy { width:2.43706875rem;height:2.43706875rem;top:11.5625rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15010;display:none; }
#drZ65ANwnmHSTn5dbaq5yTi1zEhSaGrF { width:2.43706875rem;height:2.43706875rem;top:20.200738906861rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15012;display:none; }
#mnhaAx58EHgOQ1g5ENIt5w4Pqh4UDha4 { top:1.0753040313721rem;left:11.129557669162rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ow1HJB8S4N98bTTZXlw7e4V1KnlyD5Te { width:15.061875rem;height:2.5996125rem;top:3.4320735931396rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;font-family:var(--headlines-font-family);display:block; }
