.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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); }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .row .container { background-color: transparent; background-image: none; }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .row .container > .video-iframe-container { display: none; }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .row > .video-iframe-container { display: none; }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .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); }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .row .container { border-width: 0; border-radius: 0; }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#rZnc63GZ8D6rAl0LSWumfm0T82WdgVDI { 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:16.0625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.75rem;left:24.375rem;display:none; }
#JaLMTC7yLAR036uR1B0FTeVRVw9gtqRS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BP8hfLAJC2P8J6oppHaN9KJdKwJ4mTPc { color:#006c35;display:block;width:4rem;position:absolute;font-family:cairo;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.0625rem;left:15.9375rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfOHcEEwCG4v53Ts6lDBiV6W5goq0ESr { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:7.0625rem;top:0.0625rem;left:40.875rem;overflow:hidden;display:block; }
#ebOr5xeNuon8Le8S0zVsZz5Zvfi8DlxM { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#006c35;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.625rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:0.75rem;left:29.937501907349rem;display:block; }
#cToS4JZGOK5FewQfAMaSMGx3ATRQPrxI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nk9TNf4OicoWlTzPb6t4zUT08mkec9AL { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#006c35;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:7.125rem;height:2.6875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:0.78125rem;left:22.144533157349rem;display:block; }
#yavsVtM2DpXgZhgsyLdUtbVbWMXDaOKP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP { 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; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP.adaptive-delivery-prevent-bg, #gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP.lazyload, #gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP.lazyloading { background-image: none; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container { background-color: transparent; background-image: none; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container > .video-iframe-container { display: none; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row > .video-iframe-container { display: none; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .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); }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container { border-width: 0; border-radius: 0; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:60rem;position:relative;display:block; }#T7FotGUJs6yaSsXh26R97CT7pO45lsJz { 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:31.8125rem;left:49.6875rem; }
#T7FotGUJs6yaSsXh26R97CT7pO45lsJz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vv6umWX14yFwazzeJPpXI4TbmDyKxpAk { 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:32.25rem;left:40.375rem;display:block; }
#A9hsMUMtcdRffFoLvvU2FoobkZmCgoDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#myll6i5oyxTL0mcfiDMKUKhd0LXfGmVx { 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:32.25rem;left:41.6875rem; }
#ldd6LI6NKz8PV2ynTaJltXxNrx4V9MMC { 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; }
#qbDgBpIGneSodFThkcHPXfBH9IsbeZH6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:27.375rem;width:15.3125rem;top:10.5rem;left:38.9375rem;overflow:hidden;display:block; }
#RFpBtUklHT4GpvqDa2J8wcHbHRzwRJPm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.8125rem;top:0rem;left:24.8125rem;display:block; }
#QcnhQ7NfmN4d7eyPw4ETbFWoCxzhyOB4 { 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:45.1875rem;left:23rem;text-align:center;text-align-last:center;display:block; }
#UoPtbquzOofyNxK22wLdq93BKvQTwVF5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12395625rem;width:3.12395625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:39.3125rem;left:30.3125rem; }
#BtXwpUOwfPzglxVJkaeQgt44iTI9wWrZ { 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:43.059377193451rem;left:23rem;text-align:center;text-align-last:center;display:block; }
#VZXXJE7iT2vuQVezQ79fzSkrg0zdwLur { 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:48.6875rem;left:23.3125rem;overflow:hidden;display:block; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-form-header {  }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;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; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:1.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.9375rem;overflow:hidden;vertical-align:top; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .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; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #77ac98, #eaf3f3);background-image: -moz-linear-gradient(102deg, #77ac98, #eaf3f3);background-image: -ms-linear-gradient(102deg, #77ac98, #eaf3f3);background-image: -o-linear-gradient(102deg, #77ac98, #eaf3f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#77ac98', endColorstr='#eaf3f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#77ac98', endColorstr='#eaf3f3' );";background-image: linear-gradient(102deg, #77ac98, #eaf3f3);background-size:initial !important;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.4375rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:8.0625rem;height:2.6875rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .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; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .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; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .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:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-container:first-of-type{padding-top:0;}#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-container:last-of-type{padding-bottom:0;}#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0  { background-color:#fffbf4;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.0625rem;top:16.687501907349rem;z-index:15030;position:absolute;border-top-right-radius:4.25rem;border-bottom-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-top-left-radius:4.25rem;box-shadow: 0.0625rem 0.5rem 0.1875rem rgba(0,0,0,0.5) ; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 {display:block;}#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 { background-color:#fffbf4;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.0625rem;top:16.687501907349rem;z-index:15030;position:absolute;border-top-right-radius:4.25rem;border-bottom-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-top-left-radius:4.25rem;box-shadow: 0.0625rem 0.5rem 0.1875rem rgba(0,0,0,0.5) ; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #RbOg7K7PakOIxuomowqw3l55rZRTh6gx { position:relative; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #Zeczo75OIcZ4xEEBAOo6QI4WfQVEREdW { position:relative;display:block; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #aDOVnuz0H2TFdwUi4RTK8n9XOKWIEbNk { position:relative; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #c2neadRRSuSHFQa2GrTr8qp3QviU8tmu { position:relative; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #iLT44iTSZBbEmFCurfgZOM9O266NX1zP { position:relative;display:block; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #k0kWJKngFpNLtox4Tx0kfoILbbd1pKns { position:relative; }
#MH9eT2Hdpd50Z3T44zzTBee8APAFcSXT { position:relative;display:block; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #K1lqL1N7KA1zI2bymUIvBHVLIuiZ5ycp { position:relative; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #WN8BUQhu0XyhAl7WfXfOMwmOOsdngtUZ { position:relative;display:block; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #w11Oks35bq8mGMayBzQfPInvcU6p8U3t { position:relative; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #aX8TApgtoeiQDOEsqRsTCuhWtrOnkQ0q { position:relative; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #q4aMnG5rR1hEuKtfayNvCVblxLpCV5Pd { position:relative; }
#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row .container { background-color: transparent; background-image: none; }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row .container > .video-iframe-container { display: none; }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row > .video-iframe-container { display: none; }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .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); }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row .container { border-width: 0; border-radius: 0; }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;position:relative;display:block; }#vPZysiXNnFahQccir2vTa6dqpT6ubhy1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.812rem;width:6.8745rem;top:0.875rem;left:42.25rem;overflow:hidden;display:block; }
#boS9M4nP5O2hGvbIHVpJ6CHWKKIluUFy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:8.0625rem;left:40.875rem;display:block; }
#EIAxrTWTX1wtiZ9TTIFCWTLakAgCODhz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wWROEeneJwHtiGKJvW7rSualw6whS94v { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.812rem;width:6.8745rem;top:0.8125rem;left:27.625rem;overflow:hidden;display:block; }
#ce9t4vTT4brg7Zsxu27V2Vy8z0DCbIDQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.5625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:8rem;left:26.75rem;display:block; }
#RgqMLnnc1kD04ailSyg1uDMiV9LQiSL6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LwgeZMCE4AwT49NthgN3uds8h1ULywDd { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:6.875rem;top:11.75rem;left:42.312501907349rem;overflow:hidden;display:block; }
#XbCAsoCIn3lwqexypn40ToTB6zOKhuXH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:18.625rem;left:42.125rem;display:block; }
#EA3bo0xU8EgHuyxeZbVq2wnKIl8NWku8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JhnxAq5fW4zrFkkhgBTBwDXlRQoSFHUG { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:6.1875rem;top:2.4375rem;left:11.9375rem;overflow:hidden;display:block; }
#uH8UMkN1qOLMKr4vmma81dQUCFIce5kV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:8.1875rem;left:10rem;display:block; }
#x99ynWT8RFl6qoS7dqTVRWUF2Xx81Iux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wMh8VtIVV5Sy0Ub9WCiqWt516P78Xte3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.375rem;top:8.375rem;left:40.5625rem;overflow:hidden;display:block; }
#tDKo6T9NPEf38Eul0XPHGMIEcPbsK5V2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.875rem;top:8.4375rem;left:25.75rem;overflow:hidden;display:block; }
#t12NHpXlCxDvBrq2vMOJDDsvf9rHNnPg { position:absolute;display:block;z-index:15003;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.9375rem;width:10.875rem;top:8.5rem;left:9.1875rem;overflow:hidden;display:block; }
#teiKbr57Aq3SKIdSgT3IxH9aNPzfEmin { position:absolute;display:block;z-index:15003;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.6875rem;width:9.8125rem;top:19rem;left:40.75rem;overflow:hidden;display:block; }
#qxLulq5ISl7mRzfAix8sybM2pgxJdtTT { z-index:15115;top:13.375rem;left:45.5rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:6rem;height:2.4984375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#eTKxJOlBWtxFRoltRok7awpFvAw7uLvJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V4hTW8CliCyJeXF1hrdLRa0CABMKyC36 { 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:15008;opacity:1;left:1.0625rem;top:0.625rem;display:none; }
#V4hTW8CliCyJeXF1hrdLRa0CABMKyC36 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JXLwMNMGnGSOBnP9aVNCqyXQsAGzTTcc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:18.6875rem;left:25.375rem;display:block; }
#Wg3kLJMLbIbGU0Rt5npLkuoFdHNwnWJC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a7gGJzxi0cTn3TA2wzWAo6pfskopukKf { position:absolute;display:block;z-index:15003;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.9375rem;width:10.875rem;top:19rem;left:24.5625rem;overflow:hidden;display:block; }
#zpcF8JgW0eliLqRvCK8lHX7UwbTwWHNm { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:4.8125rem;top:12rem;left:27.593751907349rem;overflow:hidden;display:block; }
#BtsLLitLxIoGcTAH6mMWAcplRVbABLtp { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:6rem;top:11.375rem;left:11.125rem;overflow:hidden;display:block; }
#JM8ZQWKIqr5lKeUECpM3W4NKDpAT7Tfl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:18.5625rem;left:9.75rem;display:block; }
#NF8BSCS9sUW0tUD565KG5o48HkKOWBub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#avxNaXalr7AJVwIh8L0FNZ1Jf0Xxmd5B { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.375rem;top:18.875rem;left:9.4375rem;overflow:hidden;display:block; }
#syrexDEDodAp1t6ZtbwoWTP5PZ7XFLPx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#syrexDEDodAp1t6ZtbwoWTP5PZ7XFLPx > .row .container { background-color: transparent; background-image: none; }#syrexDEDodAp1t6ZtbwoWTP5PZ7XFLPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syrexDEDodAp1t6ZtbwoWTP5PZ7XFLPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syrexDEDodAp1t6ZtbwoWTP5PZ7XFLPx > .row .container > .video-iframe-container { display: none; }#syrexDEDodAp1t6ZtbwoWTP5PZ7XFLPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syrexDEDodAp1t6ZtbwoWTP5PZ7XFLPx > .row > .video-iframe-container { display: none; }#syrexDEDodAp1t6ZtbwoWTP5PZ7XFLPx > .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); }#syrexDEDodAp1t6ZtbwoWTP5PZ7XFLPx > .row .container { border-width: 0; border-radius: 0; }#syrexDEDodAp1t6ZtbwoWTP5PZ7XFLPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#syrexDEDodAp1t6ZtbwoWTP5PZ7XFLPx > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#KPrqFLMT6xM99KhoFlZTg54Tq9MwUAaX { color:#006c35;display:block;width:23.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.0968751907349rem;left:16.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rd6kNEfJHmr4586ALKmmHO0llIihXHuK { 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:16.0625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.75rem;left:24.375rem;display:none; }
#NTHHkWvqWyOSk0T50fS0H0FT4Oeo7kMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ycgDtzFOAFGw9Cm71bDByCGG1Z0m2KfA { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.625rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:1.0625rem;left:30.875rem;display:block; }
#cTnSrW4EWW7gTTT4eciX2y9cGaikL0Op { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CnDuffXgHfonG0vvWXBU44GKTiM9dt1m { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.6875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:0.84375rem;left:22.082556089464rem;display:block; }
#bWi4Lyo8FOW2gMtXTrwKdIn44Id2k9Z7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row .container { background-color: transparent; background-image: none; }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row .container > .video-iframe-container { display: none; }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row > .video-iframe-container { display: none; }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .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); }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row .container { border-width: 0; border-radius: 0; }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row .container { font-size:0.875rem;font-family:arial;height:92.0625rem;width:60rem;position:relative;display:block; }#t54b46hxXR2DCApwTxJcLCzUcMlMXnhH { 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; }
#vlpnXUWc2WnizeXIXLgVoDrebZAbnl89 { 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; }
#dmmB5aC9NgvAHZZkv3aaAts91Ah5NAp3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:34.5rem;left:30.4375rem;overflow:hidden;display:block; }
#C23PpTNTwyaRiyDgDF9VxRsUPsQR9MyW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:34.5rem;left:7.5rem;overflow:hidden;display:block; }
#Ik1F5HCAmX9z3fAOtSw9DVwdn31ELWnz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:64.18750190735rem;left:17.937501907349rem;overflow:hidden;display:block; }
#znbOJ3L8IoU2rBr2bEJDXAeUXa0sz694 { box-sizing:content-box;height:9rem;width:18.4375rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:14999;background-color:rgba(227,227,227,0.37);background-image:none;top:21.375rem;left:31.843751907349rem;display:block; }
#fPAANcWeXtrwzC30tUV1vIUB6OPKRTvs { 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; }
#SHo8h6cEArK0DHupx7DUU98kKTRQZTAV { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:7.71875rem;top:21.8125rem;left:31.31406211853rem;text-align:center;text-align-last:center;display:block; }
#xX7XBHN2W1MrXfVQnT2PQK28ZwrLb2TU { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:1.4625rem;top:28.212500572204rem;left:37.281251907349rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MKVb5ZwafbH2U8Hd1sHHP4RhgR2TfhRz { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31rem;left:34.093751907349rem;display:block; }
#AUyAtAoOcQ4c9rTlet4Pm8G4ZkdJnNiO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GWksvTCBMkpSfETD5ToSVmbpX0OB0kOH { box-sizing:content-box;height:9rem;width:18.4375rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15000;background-color:rgba(227,227,227,0.37);background-image:none;top:20.956250190735rem;left:8.59375rem;display:block; }
#gZFCsyQbKuutuOxOOBNnhT6Wbof7biHN { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:6.16875rem;top:21.812500953674rem;left:8.3765640258787rem;text-align:center;text-align-last:center;display:block; }
#hAtm0ycHvV3NO20NDzcoBA5K2guSoQDO { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:1.4625rem;top:28.087500572204rem;left:13.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KUqMen5Pa4uKweL6IsHbDR4FKrIisIso { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.562500953674rem;left:10.59375rem;display:block; }
#x7lTfHF5OXeL8ATHBX1RkwZs9NyzImfI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lM6qlmLKlBCNGPaeCB8TgCl8l7nH4p1J { box-sizing:content-box;height:9rem;width:18.4375rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15000;background-color:rgba(227,227,227,0.37);background-image:none;top:48.6875rem;left:31.843751907349rem;display:block; }
#oadmLZgA8SvNfUsSUMu1hFJE39bymc4N { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:6.15rem;top:50.140625rem;left:31.06406211853rem;text-align:center;text-align-last:center;display:block; }
#uPIM5Fa3zn1Hl4rIhM5kcdSQtQzHDuX6 { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:1.4625rem;top:55.12734413147rem;left:37.468751907349rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ASlG2DoEEaHpJRQBdSGgl9wOBukv3SFL { 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; }
#EWLFMLbSHEywXFzXu8AoQQKKSBgKyIOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cGeD1KTkn02yas8LXXsce1FV7HTarTTT { box-sizing:content-box;height:9rem;width:18.4375rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15001;background-color:rgba(227,227,227,0.37);background-image:none;top:48.686719894409rem;left:8.34375rem;display:block; }
#CEy2HW4nOqlFQGPAQAmH9ER8BLSXiIWL { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;height:6.16875rem;top:49.639844894409rem;left:7.14687538147rem;text-align:center;text-align-last:center;display:block; }
#NiJeS1mDhX8cZW2XyIfBBd8Vnb9ZgK4p { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;height:1.4625rem;top:54.87734413147rem;left:14.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nqmUr6JpwnU96DWtBxoUHpcv33IrnDVn { 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; }
#F3VfTgGWoommpMpftnO8S9ZNXctizp4Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lfTgl6kHGoMWE5wGkvTqWbWKT7LtHs2w { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:58.561719894409rem;left:10.59375rem;display:block; }
#CDmriRDzHDlvmqrVlVs5noFITM1fz4mE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FCd3gQIDCuZu8LtvRWSlPMHrfyQIr3DV { box-sizing:content-box;height:9rem;width:18.4375rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15002;background-color:rgba(227,227,227,0.37);background-image:none;top:77.249212265013rem;left:18.781251907349rem;display:block; }
#Bc6ngtG9xLMFfSNv6yZB9M0lXGeItJfw { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;height:5.9375rem;top:77.247657775881rem;left:18.00156211853rem;text-align:center;text-align-last:center;display:block; }
#I8n7M75nRlR1py4ryEa4yPs4BZycmqdD { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:87.12500190735rem;left:21.031251907349rem;display:block; }
#FPuOWDe1OchiSuwRK34mhfXlBirr1aET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQTWFtptpT9dtBD4SUXqRGtzDA4GMQ3i { color:#000000;display:block;width:9.875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;height:1.1875rem;top:83.997657775881rem;left:22.768751144409rem;text-align:center;text-align-last:center;display:block; }
#uzGcTO5MwA0s4nXbkyze1FbuQzZnxcwM { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:59.436719894409rem;left:32.643751144409rem;display:block; }
#bBhlgqBzDoTs8uZqMUtmwz5ayyhzWcMF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LneTuFlRTJEqNKe2T4mRB6MDgugoQb1q { 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; }
#nrwOSBlNHtszu8O9avNWNG246kTqyaiE { 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; }
#ZD7EZlMVTEo7xl1AhsMX145b316xI83A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZD7EZlMVTEo7xl1AhsMX145b316xI83A > .row .container { background-color: transparent; background-image: none; }#ZD7EZlMVTEo7xl1AhsMX145b316xI83A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZD7EZlMVTEo7xl1AhsMX145b316xI83A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZD7EZlMVTEo7xl1AhsMX145b316xI83A > .row .container > .video-iframe-container { display: none; }#ZD7EZlMVTEo7xl1AhsMX145b316xI83A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZD7EZlMVTEo7xl1AhsMX145b316xI83A > .row > .video-iframe-container { display: none; }#ZD7EZlMVTEo7xl1AhsMX145b316xI83A > .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); }#ZD7EZlMVTEo7xl1AhsMX145b316xI83A > .row .container { border-width: 0; border-radius: 0; }#ZD7EZlMVTEo7xl1AhsMX145b316xI83A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZD7EZlMVTEo7xl1AhsMX145b316xI83A > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#nWSgBZcMwqGv4y7wGCSuSCf7WEr3x78F { color:#006c35;display:block;width:23.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.0968751907349rem;left:16.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GaQKo4HDixGVJv7b8I9ENmyWdX0pMNnc { 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:16.0625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.75rem;left:24.375rem;display:none; }
#w7wuzI9qQK0CDk1ktWVCZk8mhNsEpTpF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTg39tGsRdTFgsJC0wSzxX2JJJRXOHFX { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.625rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:1.0625rem;left:30.875rem;display:block; }
#FKvmm4oT5PfeapkR14CT9eEbTGHe3AHx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eh8XTnkBcs0lxnEXDBGHNBsXW8EERHKb { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.6875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:0.84375rem;left:22.082556089464rem;display:block; }
#Xskin5VCb0oVfCKvSu78lKN5UZeMt1XQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZq7IVhzzxJNfFrSVthFBdsapP99Osbt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZq7IVhzzxJNfFrSVthFBdsapP99Osbt > .row .container { background-color: transparent; background-image: none; }#TZq7IVhzzxJNfFrSVthFBdsapP99Osbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZq7IVhzzxJNfFrSVthFBdsapP99Osbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZq7IVhzzxJNfFrSVthFBdsapP99Osbt > .row .container > .video-iframe-container { display: none; }#TZq7IVhzzxJNfFrSVthFBdsapP99Osbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZq7IVhzzxJNfFrSVthFBdsapP99Osbt > .row > .video-iframe-container { display: none; }#TZq7IVhzzxJNfFrSVthFBdsapP99Osbt > .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); }#TZq7IVhzzxJNfFrSVthFBdsapP99Osbt > .row .container { border-width: 0; border-radius: 0; }#TZq7IVhzzxJNfFrSVthFBdsapP99Osbt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZq7IVhzzxJNfFrSVthFBdsapP99Osbt > .row .container { font-size:0.875rem;font-family:arial;height:73rem;width:60rem;position:relative;display:block; }#JUiTt0hFBA0D138cwxtZV34oH3mERGDd { 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; }
#VOe6suQSTE1k3Tr4hiO6ZMh6Lv6ON2py { 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; }
#RT9aGRbF7GQOeaqKglL8H8rKlh04Blyi { 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; }
#VuPT4ZlS0ZkhF63mLncOUk6W7V3Iz3PB { 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; }
#UFZH3hvxky206mSTUosmU32MWb02l65z { 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; }
#Ty2LJFTFmVHr12JFKDWIh3i9MIuqBiXw { 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; }
#TQABnmcXtTvgLuuMZP0D7mIO5sbE3qaS { 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; }
#XJNqNnLdvStm0T5kPB2TFHqOeK9iXLwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XpUWkHW6vUMuLQnbxD9Voymh5D9mEJUl { 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; }
#f1kz9H1tfqMTT23EUIPUC1O08kBBkxLC { 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; }
#Vak3LVZrEh3RHz5E30fQfat5UmAZ8lUS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#krqwA6Hp4TBHxrVT3Vbgd6Co2W03EuFD { 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; }
#ELtvc8fbpQwSILixMDo2T5hBlSTZnU2H { 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; }
#Ti8HHw5poxZK1EhMUqG4gXfcTd2sd02y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ACL3x3b1VFrQZ6XIWP9SFInGeCeHNQhu { 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; }
#CgiqX18N2LnkmOJSEJlGZawDA3el6isK { 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; }
#bz8CKLW5qEE3A2mEsCGUHqkB9TEXiMZB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CLaDW42z7Ag2VWo2lMwSDVBe1WR0BgO7 { 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; }
#FNeqtrHXLoGHACq37qaoVte1xkwHSC8I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#clIUGy8XFrx7VrAnR0AUQ8tHRBsRra6o { 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; }
#l7KlaAtzHR8C9wLUzAccJAgWSNC9Vrt8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bba5TpkOu6DplKmfsvxctNQZ1u9LZkdL { 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; }
#z5v4cERKpqw7Hy93x4PbaiWVeDla0TzN { 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; }
#wNMblJr0VuZEbRvuQdpe5T5HZSa6JAPR { 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:68.3125rem;left:23.125rem;display:block; }
#wSEocW5tsAT87N1MOOH0Ie5PtTcAMhaV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X9v57LUFgqE5Xz0fJrFDikvEorFStpEF { 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:3.0875rem;top:64.625rem;left:19.875rem;text-align:center;text-align-last:center;display:block; }
#Rv6cWh6W1LNTuu1ms1AWB9CRbMUWIPrS { 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:51.5rem;left:20.0625rem;overflow:hidden;display:block; }
#vqgUhCzi21pf2epkZym0iCe4vi6XT0NR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vqgUhCzi21pf2epkZym0iCe4vi6XT0NR > .row .container { background-color: transparent; background-image: none; }#vqgUhCzi21pf2epkZym0iCe4vi6XT0NR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqgUhCzi21pf2epkZym0iCe4vi6XT0NR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqgUhCzi21pf2epkZym0iCe4vi6XT0NR > .row .container > .video-iframe-container { display: none; }#vqgUhCzi21pf2epkZym0iCe4vi6XT0NR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqgUhCzi21pf2epkZym0iCe4vi6XT0NR > .row > .video-iframe-container { display: none; }#vqgUhCzi21pf2epkZym0iCe4vi6XT0NR > .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); }#vqgUhCzi21pf2epkZym0iCe4vi6XT0NR > .row .container { border-width: 0; border-radius: 0; }#vqgUhCzi21pf2epkZym0iCe4vi6XT0NR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vqgUhCzi21pf2epkZym0iCe4vi6XT0NR > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#zNTt6g2U2T28PStZwk2PD3lTTFWHVX1u { color:#006c35;display:block;width:23.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.0968751907349rem;left:16.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXAw3hQm5CHBsmcx0cVNy3XrVTemiDUU { 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:16.0625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.75rem;left:24.375rem;display:none; }
#XerdB5ExvoSo79dn4DiAgmGrKzB4RaI0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EuXthETCqT5qmEsIPFcNsE0UxrD59cpa { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.625rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:1.0625rem;left:30.875rem;display:block; }
#SczyzBtlDimN4tMgsC8EyzipSfUbAE7k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6FxNZH2LpSoiJpLkOQ3RSWNHeRnsDUg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.6875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:0.84375rem;left:22.082556089464rem;display:block; }
#lAIcRLq6t4gangXu6NirWq3lsXWJi3Vg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTXeqig1woJyyfe67trCatSiyz3idRi7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LTXeqig1woJyyfe67trCatSiyz3idRi7 > .row .container { background-color: transparent; background-image: none; }#LTXeqig1woJyyfe67trCatSiyz3idRi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTXeqig1woJyyfe67trCatSiyz3idRi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTXeqig1woJyyfe67trCatSiyz3idRi7 > .row .container > .video-iframe-container { display: none; }#LTXeqig1woJyyfe67trCatSiyz3idRi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTXeqig1woJyyfe67trCatSiyz3idRi7 > .row > .video-iframe-container { display: none; }#LTXeqig1woJyyfe67trCatSiyz3idRi7 > .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); }#LTXeqig1woJyyfe67trCatSiyz3idRi7 > .row .container { border-width: 0; border-radius: 0; }#LTXeqig1woJyyfe67trCatSiyz3idRi7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTXeqig1woJyyfe67trCatSiyz3idRi7 > .row .container { font-size:0.875rem;font-family:arial;height:61.3125rem;width:60rem;position:relative;display:block; }#G2ohNv9vUWLAb0fkpcFAJVo2TLG9K3ZG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:10.8125rem;width:18.625rem;top:4.84375rem;left:35.250001907349rem;overflow:hidden;display:block; }
#OCOT1beHXGIcTaNVVKXbym7V6yr0JAdb { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9355625rem;height:2.87305rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.5rem;left:37.5rem;display:block; }
#OMkX9T3rzUTqIvNIM6vzuhNKBrdWkiS7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mz5Hq3f94wIkBei5q45MMTB1TfZoAWad { 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:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#tFq8m3TPUTEcsHusVeDLbhu0AWdBJsI4 { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9355625rem;height:2.87305rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.5rem;left:12.625rem;display:block; }
#kEulz6OFe91ZVZBl9qWrcDBT1IABNlA5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsuVPasowKfNAlzNGQOw1yui1AM13EOu { 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:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#OqFzFF8HSlrcTU4HzciGDJ3KVnPeTDSD { position:absolute;display:block;z-index:15000;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:10.3125rem;width:17.8125rem;top:5.09375rem;left:10.8125rem;overflow:hidden;display:block; }
#fHNDvhx0D9WipS9vt0ZAEORamTWxXFQt { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.7875rem;top:2.5rem;left:20.879165649414rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zl9l0fxl49uLx09xTdJniZmm6n8lSBNs { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35625rem;top:0.375rem;left:16.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wk9r1iT9gV2FLMQqKz8VsBHtKAMJl2oi { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9355625rem;height:2.87305rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.875rem;left:37.5625rem;display:block; }
#TEzJcJql1TVitWFt7t3sMSfkEv1pEyHP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkfkHR6P3oHp3NCG5Igu7Qbf7ThmCPm1 { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9355625rem;height:2.87305rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.875rem;left:12.6875rem;display:block; }
#v2RiOlNkXtZPuei3qwfg3Jm43SxBpZgI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTbbSarEE60O1QJVTbm79WHhntK6X8wP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:10.8125rem;width:18.625rem;top:22.75rem;left:35.4375rem;overflow:hidden;display:block; }
#cLIRl3pp4zh3AOioh8ochX41INFAlBXy { position:absolute;display:block;z-index:15004;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:10.3125rem;width:17.8125rem;top:23rem;left:11rem;overflow:hidden;display:block; }
#A7DDaQXLkyPfV9PDcC2UHMnC45VqOQin { 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.934875rem;height:2.87239375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:56.125rem;left:24.5625rem;display:block; }
#NZHMNzLb0ORTieF7tOhg74QDxZdEnOa8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lHpQnZM5DWXgLOIEi81w1CnmgtMgAT9n { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:10.8125rem;width:18.625rem;top:42.5625rem;left:22.1875rem;overflow:hidden;display:block; }
#qcHU2XPoGJMNEos5WQM0SuGtPhAT7vhT { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:1.7875rem;top:16.081597328186rem;left:35.250001907349rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qwyZ9kKGTysP5olKd7T4GGdAK3oePQ3w { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:1.7875rem;top:16.080728530884rem;left:9.5920162200925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkf7A2gOPQTS3qOmmLEUZXDrPGPnpPyQ { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:1.7875rem;top:34.5625rem;left:35.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m8h8piVWP9TuIsdOOJ3EawMTIl6486td { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;height:1.7875rem;top:34.5625rem;left:9.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wiXfKH5az7V2XKeOfIwl2TwyV18DhSEC { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;height:1.7875rem;top:54rem;left:21.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vi7D26uUfnKHyf14qmAnT3dJksUVXQtv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vi7D26uUfnKHyf14qmAnT3dJksUVXQtv > .row .container { background-color: transparent; background-image: none; }#vi7D26uUfnKHyf14qmAnT3dJksUVXQtv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vi7D26uUfnKHyf14qmAnT3dJksUVXQtv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vi7D26uUfnKHyf14qmAnT3dJksUVXQtv > .row .container > .video-iframe-container { display: none; }#vi7D26uUfnKHyf14qmAnT3dJksUVXQtv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vi7D26uUfnKHyf14qmAnT3dJksUVXQtv > .row > .video-iframe-container { display: none; }#vi7D26uUfnKHyf14qmAnT3dJksUVXQtv > .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); }#vi7D26uUfnKHyf14qmAnT3dJksUVXQtv > .row .container { border-width: 0; border-radius: 0; }#vi7D26uUfnKHyf14qmAnT3dJksUVXQtv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vi7D26uUfnKHyf14qmAnT3dJksUVXQtv > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#kbZGgmSkROZLOP0EKBL5lOPdo5JzE72X { color:#006c35;display:block;width:23.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.0968751907349rem;left:16.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SZGQIfbe9l0N2fxpZdf36EfIw1d2p1ge { 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:16.0625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.75rem;left:24.375rem;display:none; }
#kDzucOR1Eb1Xd4qXTTtTS6SrVLw6KpzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JF1bB8q64J3lfmPaZdUMGdOBHmTqMTLE { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.625rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:1.0625rem;left:30.875rem;display:block; }
#RbsdTmA4OzCvoDFIleiahnASP6sQbGEn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X19yKKGwAn7m7Daf3Aw0NRxnDIAw0CoZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.6875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:0.84375rem;left:22.082556089464rem;display:block; }
#itQlZlFuhfvdXS3goWI0PGO7R7StkbkG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GeATVegD0XVRqSF5HymQXyFufAG2ywQV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GeATVegD0XVRqSF5HymQXyFufAG2ywQV > .row .container { background-color: transparent; background-image: none; }#GeATVegD0XVRqSF5HymQXyFufAG2ywQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeATVegD0XVRqSF5HymQXyFufAG2ywQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeATVegD0XVRqSF5HymQXyFufAG2ywQV > .row .container > .video-iframe-container { display: none; }#GeATVegD0XVRqSF5HymQXyFufAG2ywQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeATVegD0XVRqSF5HymQXyFufAG2ywQV > .row > .video-iframe-container { display: none; }#GeATVegD0XVRqSF5HymQXyFufAG2ywQV > .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); }#GeATVegD0XVRqSF5HymQXyFufAG2ywQV > .row .container { border-width: 0; border-radius: 0; }#GeATVegD0XVRqSF5HymQXyFufAG2ywQV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeATVegD0XVRqSF5HymQXyFufAG2ywQV > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:60rem;position:relative;display:block; }#HIol6Owfw9onVlbviZHttQ3cUfxlwHC8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:10.8125rem;width:18.625rem;top:4.84375rem;left:35.250001907349rem;overflow:hidden;display:block; }
#UfrdfTmrcWQBKKhRCftcWl9eyxTTP4FL { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9355625rem;height:2.87305rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.875rem;left:37.8125rem;display:block; }
#RkPmyeqAWNAbHQLTMCzzQPJgsgOQMAOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fy3CJ3PMVmWQkyXTpOCqV7gLVwKKsKGh { 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:15007;opacity:1;top:0.5625rem;left:46rem; }
#DoKAD6UVI2qEJkkULdhOJloldqpBCify { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9355625rem;height:2.87305rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.875rem;left:12.9375rem;display:block; }
#u2y03QmtInN3yp381FNsTxMGqDZ9ah80 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xFVdQGbSBvhIy8wLSEWiyXpslaI9T6Qs { 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:15007;opacity:1;top:0.5625rem;left:46rem; }
#X8Ftq6dJINyU7W9vTMxxic9zXLOw9K7z { position:absolute;display:block;z-index:15000;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:10.3125rem;width:17.8125rem;top:5.09375rem;left:10.8125rem;overflow:hidden;display:block; }
#JHxgdFf64EivJgtR5GmRiFRRECybun7o { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.7875rem;top:2.9812507629394rem;left:20rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hWFC0pO5mJV6yoGT0aVcJ6Zag3Py053l { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35625rem;top:0.6875rem;left:16.941665649414rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wf51ng6yRysJ7nQGUwI8aFdclCfE9a1e { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9355625rem;height:2.87305rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.3125rem;left:12.875rem;display:block; }
#oIG79wc3KSvBxiLh0LuyeEJx7vFnKtle { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#upNEHHuH2o6xVT2mZFDglUfCcFqNtoRo { position:absolute;display:block;z-index:15004;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:10.3125rem;width:17.8125rem;top:23.0625rem;left:10.8125rem;overflow:hidden;display:block; }
#qWCwMccnA8COLIT2gMMt96XEJuXIWhEw { 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.934875rem;height:2.87239375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:54.750001907349rem;left:37.592882156372rem;display:block; }
#i31wNkGTulhnXe4shEiOerp7V5XR6msL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UXdTF2xTithkZp3Gxv0NsDvvsThWMfDi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:10.8125rem;width:18.625rem;top:41.0625rem;left:35.3125rem;overflow:hidden;display:block; }
#WyTvbP43pITQH5hisXemGQHADnGeZSpE { 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.934875rem;height:2.87239375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:54.748264312744rem;left:12.217882156372rem;display:block; }
#kRTzbiZJxoTq4fcZKpb8cl6gzLkP3O3S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dhNOxlHBdDm5JgGylDxwdudV5JRPoQeK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:10.75rem;width:18.5625rem;top:41.1875rem;left:10.375rem;overflow:hidden;display:block; }
#kZG2bEQQnQ9q8lQ2oiHiaLfR1Rlz5RqJ { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:;top:16.6875rem;left:34.5625rem;text-align:center;text-align-last:center;display:block; }
#S7qtr9tBGdX3i5lWQrZuexI2IoEciGzt { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:1.3rem;top:16.687500476837rem;left:34.562501907349rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wyowSXM15w0B2Jrq8e48foUqKIggKHfq { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:1.3rem;top:16.6875rem;left:9.84218788147rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E7PxxTlsZrZB0gR8JchpmRATDQRoeZwF { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;height:1.3rem;top:34.4375rem;left:10.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WQpw4BFLUkXq71vvXMESuO8IIXEF4g2N { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;height:1.3rem;top:52.9375rem;left:33.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tr3bX4zodg6iQiMbcymhhLqKMwZ1BGiq { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;height:1.3rem;top:52.9375rem;left:9.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K2aXPE2pTKQKKbLwS7h1fHRsaSJ8Tou9 { 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:15007;opacity:1;top:0.5625rem;left:46rem; }
#WSIqkKPn6DMHh5TBX74aLU7tZXRytbe6 { 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:15007;opacity:1;top:0.5625rem;left:46rem; }
#MFuzvKBfK7VX38OZxWKSHdpTXQo4sbOW { 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:15007;opacity:1;top:0.5625rem;left:46rem; }
#sn3TE8uKBJzaAmx0SJmn4eIkzAaqfmGF { 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:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#KPZ2gyyJNrofo5GHQILiLKu6pXxCIiTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KPZ2gyyJNrofo5GHQILiLKu6pXxCIiTl > .row .container { background-color: transparent; background-image: none; }#KPZ2gyyJNrofo5GHQILiLKu6pXxCIiTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPZ2gyyJNrofo5GHQILiLKu6pXxCIiTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPZ2gyyJNrofo5GHQILiLKu6pXxCIiTl > .row .container > .video-iframe-container { display: none; }#KPZ2gyyJNrofo5GHQILiLKu6pXxCIiTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPZ2gyyJNrofo5GHQILiLKu6pXxCIiTl > .row > .video-iframe-container { display: none; }#KPZ2gyyJNrofo5GHQILiLKu6pXxCIiTl > .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); }#KPZ2gyyJNrofo5GHQILiLKu6pXxCIiTl > .row .container { border-width: 0; border-radius: 0; }#KPZ2gyyJNrofo5GHQILiLKu6pXxCIiTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPZ2gyyJNrofo5GHQILiLKu6pXxCIiTl > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#PaT96eVES45ZsFZwRHiWsIZzUSMmtpka { color:#006c35;display:block;width:23.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.0968751907349rem;left:16.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#koG3FeuRU6pTgui2CRdhevFyT7e8DBby { 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:16.0625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.75rem;left:24.375rem;display:none; }
#wEzipbLZMqULKovIaXF0NBHl6nQ8tvfi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nLM0hrLfcpQkSwlN1ld2OMgnTG9Gb99d { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.625rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:1.0625rem;left:30.875rem;display:block; }
#bdJVQFfIbaTb4eTgb5P0v9RhXdTAsqEe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r47qd6mM6krw6A5DKUA875Jezp72owGZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.6875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:0.84375rem;left:22.082556089464rem;display:block; }
#at3m4ZpGOmfrHadUaxw5PFJq1cE5GCqq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU.adaptive-delivery-prevent-bg, #zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU.lazyload, #zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU.lazyloading { background-image: none; }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row .container { background-color: transparent; background-image: none; }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row .container > .video-iframe-container { display: none; }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row > .video-iframe-container { display: none; }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .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); }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row .container { border-width: 0; border-radius: 0; }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row .container { font-size:0.875rem;font-family:arial;height:242.0625rem;width:60rem;position:relative;display:block; }#HdyAJntNVUC9Tk7PFXbmdHMTfOE8NVlw { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:28rem;top:1.25rem;left:30.5rem;overflow:hidden;display:block; }
#WkVcWJeAZpID5oIhnztEGiuClZiN7DF4 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:28rem;top:1.25rem;left:0.6875rem;overflow:hidden;display:block; }
#MyT9VE5C36nrN59WXQ1kdkG6AtCQZKGD { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.2480625rem;width:27.9975625rem;top:31.625rem;left:30.4375rem;overflow:hidden;display:block; }
#rD56amJWZ5x6iWmtHMl48r60zCsAetwF { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9975625rem;width:27.6855625rem;top:31.75rem;left:0.8125rem;overflow:hidden;display:block; }
#w59n5ZVQtuacknW2UggnSi9f8J0MZ8Rp { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:28rem;top:59.75rem;left:30.375rem;overflow:hidden;display:block; }
#hhp6FqIfCTlyKd1lh0fzW8fAwTpMXQFS { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:28rem;top:59.75rem;left:0rem;overflow:hidden;display:block; }
#UDLZvM7Ot2u1Sz92SpDRPKG2K7ebqx07 { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:28rem;top:87.875rem;left:31.1875rem;overflow:hidden;display:block; }
#cvFpgCi3E43G8Tt3lSw4a5uOxau6SOva { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:28rem;top:87.875rem;left:0.8125rem;overflow:hidden;display:block; }
#XQzgfI1cybx0NJTQ1fyrRt6FhgTPvH6z { 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.4360625rem;height:3.12011875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.8125rem;left:34.25rem;display:block; }
#PysgIoWJvAOnpyS61W30zIuDdgxMNgRA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UwZxKVnIChGJkC8fDAt1LZdaLTpqR4BN { 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.4360625rem;height:3.12011875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.8125rem;left:4.25rem;display:block; }
#STbNSLXWaqyVLIg71ET6tU9a0194TUni { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SAbRW39VrrEza5EMHXEuTNG19b8yI1kh { 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.12305rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:54.875rem;left:35.125rem;display:block; }
#SyqqPHL3XRKo39iUo5S0VOrXIvkQ5mzw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rMdnB2y6c9eJsqVe1bSTMyeKZ5gsE4xv { 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.12305rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:54.875rem;left:4.4375rem;display:block; }
#BB8dGbGc5JWSNTsvE16FRNOdaTpoKVcO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lnz3uo5sI4cQksvDriBwFVWJRrCDTbuz { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:82.625rem;left:34.875rem;display:block; }
#nKBq1i1vk6pTy7EbIp28q3owzTvosT3W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GZXLz3A8ivwTtJLHFRKLPO6X139GBmnS { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:82.5625rem;left:3.75rem;display:block; }
#m6fnu0mXbniCWaxfXJ09diIWAtFQgBwI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JmV4W3ztLrRGiK7yFudffU6ctofXcF2k { 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.12305rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:111.5625rem;left:34.8125rem;display:block; }
#wwAgu1LULRBwBcCkzV5nG46bAQdVLq4N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#khlJfhIiHLTr3NKRQb19BMaF1Dn2cl1F { 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.12305rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:111.5625rem;left:3.3125rem;display:block; }
#J4CrdJFb85lQ4WEwpIPiZecxNpdru7eD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KhrxDKMboDoXRPTeus0JtpEeBC9CETK0 { 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:15007;opacity:1;top:1rem;left:38.5rem;display:none; }
#dJ74b7TSTO8wgNoNlqTwlHqzhwFGZQQT { 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:15007;opacity:1;top:1rem;left:38.5rem;display:none; }
#AaTMP825wVdKU2VzeGPN7mmsyztWceUM { 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:15007;opacity:1;top:1rem;left:38.5rem;display:none; }
#TU4LT4tWcFITLoTTkEP3AKF3KVUmzwmC { 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:15007;opacity:1;top:1rem;left:38.5rem;display:none; }
#rWlkhULXWVTmdD6KHB7rlf5TkWOOTI2p { 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:15007;opacity:1;top:1rem;left:38.5rem;display:none; }
#kCuuXcJU5RTQJkhg1HyUTm48cO4MAt19 { 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:15007;opacity:1;top:1rem;left:38.5rem;display:none; }
#yxQ1w55CLp0oDpC0HsRdzgD01FKkgXfp { 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:15007;opacity:1;top:1rem;left:38.5rem;display:none; }
#Ab5Utx1TXGsFIrypXd59DZqQxVQHZU4H { 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.12305rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:141.125rem;left:36.3125rem;display:block; }
#MFTA5kTHaRvuICTIEstgDVAfZ1cJ48zp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QqUA2VqQ8dW0pkQOlCfdJr1wFP5q0N9u { 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.12305rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:141.25rem;left:3.25rem;display:block; }
#asvNK5LNDyeplJPWnX1kX7gO9AF9x6Zb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BErkMNSyREfM5dIG18gDDF7VVo1kDTXa { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:28rem;top:117.125rem;left:31.1875rem;overflow:hidden;display:block; }
#aBVdUub784r1yh5rBJTOCBQ3fb238K0l { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:28rem;top:117.125rem;left:0.8125rem;overflow:hidden;display:block; }
#iGn5biRSzu4dvX7AG5tcrMnKWBUfMcSg { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:27.9375rem;top:145.5625rem;left:31.25rem;overflow:hidden;display:block; }
#Wtfb6NqoRVhVVvFIvUR306fbPJu1gvTM { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:27.9375rem;top:145.5625rem;left:0.875rem;overflow:hidden;display:block; }
#g0qJARCpFyPdrfUe3plgssKlf0k4HXVs { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:27.75rem;top:176.1875rem;left:30.5625rem;overflow:hidden;display:block; }
#MVGx9U2kGHHgBESC77QTwLx9eDFcFRMz { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:27.75rem;top:176.1875rem;left:0rem;overflow:hidden;display:block; }
#m6BXi7dDMnoWlo333b8QS8ODw0lWf2ud { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0605625rem;width:27.6855625rem;top:211.9375rem;left:15.1875rem;overflow:hidden;display:block; }
#JK5gdmun3MXvTExJMkWnlrp6QuVqlRqo { color:#000000;display:block;width:17.3100625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:18.5625rem;left:35.375rem;height:6.58125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZIJ9HVdgFgLFAoQtsON6FgnH5pxBCXyI { 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.4360625rem;height:3.12305rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:204.5rem;left:35.1875rem;display:block; }
#ug7H9GElBzCpZQehgl3MnGwiVHNphsBh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hVVwZ4lTawbTk6GuPG3SvL2ueICEXB65 { 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.4360625rem;height:3.12305rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:204.5rem;left:2.75rem;display:block; }
#NiEQJKv8qOiKZnGECXxDvWmhXcA3VDGz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UA1nnBAr11eUO8ddxeccqbbJT8bkCfJ5 { color:#000000;display:block;width:17.308625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:18.5625rem;left:6.25rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jm9rEve2LsMukpEBJOT0ZWEWTTEJQmFV { 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.433125rem;height:3.12011875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:235.5rem;left:19.375rem;display:block; }
#ugoF3mvw43L2rwvyGDPp17rZKkp1JolR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ehipnIVTVkhUKVx4XDtly0bdT4LmENRP { 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.4360625rem;height:3.12305rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:169.6875rem;left:35.5625rem;display:block; }
#b9BVewsf66fiEg5vLBgeJo094xEU7MAl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#frNONFAq2mOdm6MsoTMlM5icDm7a0o1b { 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.4360625rem;height:3.12305rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:169.6875rem;left:3.75rem;display:block; }
#nOh48CisHrDbTDgWcTFt53TZQIlL8e5e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#itXNpMulTHHQTrrRqBPup8XsgKewfA7w { color:#000000;display:block;width:17.3100625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:48.9375rem;left:4.9375rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y4xJ7JlBefrHz1S4ynkHdUvIxkadS1Q4 { color:#000000;display:block;width:17.308625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:48.3125rem;left:36.875rem;height:6.58125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o31dzM2BLcJNMbgQrDf0O6BNJMubWf20 { color:#000000;display:block;width:17.308625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:76.5625rem;left:36rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ekGT7CJmfGsNgAb9pLlZTSoNm2vEFvX1 { color:#000000;display:block;width:17.3100625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:77.1875rem;left:4rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IDsQh6TOgdrQyiUVh0iDtHSGXo0CCClO { color:#000000;display:block;width:17.308625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:105rem;left:35.3125rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STbOl0CfaxoFesKctVkwlCm5KebX3TcR { color:#000000;display:block;width:17.3100625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:105rem;left:3.3125rem;height:6.58125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BunqEfLRJm2QtbWLC52NIvfOU6rzi4mx { color:#000000;display:block;width:17.308625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:134.3125rem;left:4.8125rem;height:6.58125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wwDPHw1Uwd5p3XsXuSCQCsQlTbmPntSb { color:#000000;display:block;width:17.3100625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:134.3125rem;left:35.875rem;height:6.58125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWatdBdZVByBAIlfTQsdXUfPrOVaKFH1 { color:#000000;display:block;width:17.3100625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:162.5rem;left:36.375rem;height:6.58125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LaDZC7LqyFmKhJSDRbT4lqlFfh3J6rzO { color:#000000;display:block;width:17.308625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:162.5rem;left:5.125rem;height:6.58125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VIoAo7LpPx9u3L2xEv5fUWZ3ddNPnLAq { color:#000000;display:block;width:17.3100625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:193.4375rem;left:34.875rem;height:10.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gtgO3RdRrxNZ9APHxwwu635msgfDyKPg { color:#000000;display:block;width:17.308625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:193.4375rem;left:3.5625rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#htTkITyhhTUkRLqmzll9oBmszKlUCBod { color:#000000;display:block;width:17.3100625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:228.75rem;left:20.9375rem;height:6.58125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { background-color: transparent; background-image: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container > .video-iframe-container { display: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container { display: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { border-width: 0; border-radius: 0; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#uCXJ3FaAdhBy76BmnEbII3D9NpEg5kg5 { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:5.6875rem;left:17.875rem;height:2.0003875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MI3fsdvyyyLEa9iU0E2Ku48vR4nfqyie { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:8.4375rem;left:2.25rem;height:2.0003875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KE6sRrik8yw8wMfASZsbh1dtQDUDcKoV { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#QFQchOQI3boW3GD2U6bxKN7axzZgvGyF { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:9.5692272186281rem;left:54.246963500976rem;display:none; }
#XdDXBdmD65bdCunoKZSctyerPR4I3swE { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.0679264068604rem;left:54.246963500976rem;display:none; }
#OOpMUEQXF5Hf7KrLWg4qLRsPUTLeK8KE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:2.75rem;top:0.62461090087891rem;left:35.525390625rem;display:block; }
#R3uzmMEhB3FpoTGwl2pDym1rDEzJ4awK { color:#0c0b0c;display:block;width:33.437125rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:10.154296875rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb { display:none; }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rZnc63GZ8D6rAl0LSWumfm0T82WdgVDI { width:16.0625rem;height:3.125rem;top:22.75rem;left:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JaLMTC7yLAR036uR1B0FTeVRVw9gtqRS { display:block; }
 }@media only screen and (max-width: 763px) { #BP8hfLAJC2P8J6oppHaN9KJdKwJ4mTPc { top:0.0625rem;left:9.8125rem;width:4rem;height:3.1875rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfOHcEEwCG4v53Ts6lDBiV6W5goq0ESr { top:0.0625rem;left:34.75rem;width:7.0625rem;height:2.9501582278481rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebOr5xeNuon8Le8S0zVsZz5Zvfi8DlxM { width:6.3125rem;height:2.625rem;top:0.75rem;left:23.812501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #cToS4JZGOK5FewQfAMaSMGx3ATRQPrxI { display:block; }
 }@media only screen and (max-width: 763px) { #Nk9TNf4OicoWlTzPb6t4zUT08mkec9AL { width:7.125rem;height:2.6875rem;top:0.75rem;left:16.019533157349rem;display:none; }
 }@media only screen and (max-width: 763px) { #yavsVtM2DpXgZhgsyLdUtbVbWMXDaOKP { display:block; }
 }@media only screen and (max-width: 763px) { #gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP { display:none; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T7FotGUJs6yaSsXh26R97CT7pO45lsJz { top:31.8125rem;left:43.5625rem;width:3.125rem;height:3.125rem;display:none; }
#T7FotGUJs6yaSsXh26R97CT7pO45lsJz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vv6umWX14yFwazzeJPpXI4TbmDyKxpAk { width:12.5625rem;height:2.3125rem;top:32.25rem;left:34.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9hsMUMtcdRffFoLvvU2FoobkZmCgoDf { display:block; }
 }@media only screen and (max-width: 763px) { #myll6i5oyxTL0mcfiDMKUKhd0LXfGmVx { top:32.25rem;left:35.5625rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldd6LI6NKz8PV2ynTaJltXxNrx4V9MMC { top:8.9375rem;left:6.75rem;width:32.8125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbDgBpIGneSodFThkcHPXfBH9IsbeZH6 { width:15.3125rem;height:27.375rem;top:10.5rem;left:32.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFpBtUklHT4GpvqDa2J8wcHbHRzwRJPm { width:9.8125rem;height:8.9375rem;top:0rem;left:18.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcnhQ7NfmN4d7eyPw4ETbFWoCxzhyOB4 { top:45.1875rem;left:16.875rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UoPtbquzOofyNxK22wLdq93BKvQTwVF5 { top:39.3125rem;left:24.1875rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtXwpUOwfPzglxVJkaeQgt44iTI9wWrZ { top:43rem;left:16.875rem;width:19.9375rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZXXJE7iT2vuQVezQ79fzSkrg0zdwLur { top:48.6875rem;left:17.1875rem;width:18.125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-regular-label { display:block; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0  { width:15rem;height:auto; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 {display:block;}#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #RbOg7K7PakOIxuomowqw3l55rZRTh6gx {  }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #Zeczo75OIcZ4xEEBAOo6QI4WfQVEREdW { display:block; }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #aDOVnuz0H2TFdwUi4RTK8n9XOKWIEbNk {  }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #c2neadRRSuSHFQa2GrTr8qp3QviU8tmu {  }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #iLT44iTSZBbEmFCurfgZOM9O266NX1zP { display:block; }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #k0kWJKngFpNLtox4Tx0kfoILbbd1pKns {  }
 }@media only screen and (max-width: 763px) { #MH9eT2Hdpd50Z3T44zzTBee8APAFcSXT { display:block; }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #K1lqL1N7KA1zI2bymUIvBHVLIuiZ5ycp {  }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #WN8BUQhu0XyhAl7WfXfOMwmOOsdngtUZ { display:block; }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #w11Oks35bq8mGMayBzQfPInvcU6p8U3t {  }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #aX8TApgtoeiQDOEsqRsTCuhWtrOnkQ0q {  }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #q4aMnG5rR1hEuKtfayNvCVblxLpCV5Pd {  }
 }@media only screen and (max-width: 763px) { #eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK { display:block; }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPZysiXNnFahQccir2vTa6dqpT6ubhy1 { top:0.875rem;left:36.125rem;width:6.8125rem;height:7.7416208641335rem;display:block; }
 }@media only screen and (max-width: 763px) { #boS9M4nP5O2hGvbIHVpJ6CHWKKIluUFy { width:9.75rem;height:2.4375rem;top:8.0625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIAxrTWTX1wtiZ9TTIFCWTLakAgCODhz { display:block; }
 }@media only screen and (max-width: 763px) { #wWROEeneJwHtiGKJvW7rSualw6whS94v { top:0.8125rem;left:21.5rem;width:6.8125rem;height:7.7416208641335rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce9t4vTT4brg7Zsxu27V2Vy8z0DCbIDQ { width:8.875rem;height:2.5625rem;top:8rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgqMLnnc1kD04ailSyg1uDMiV9LQiSL6 { display:block; }
 }@media only screen and (max-width: 763px) { #LwgeZMCE4AwT49NthgN3uds8h1ULywDd { top:11.75rem;left:36.187501907349rem;width:6.875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbCAsoCIn3lwqexypn40ToTB6zOKhuXH { width:7.5rem;height:2.4375rem;top:18.625rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA3bo0xU8EgHuyxeZbVq2wnKIl8NWku8 { display:block; }
 }@media only screen and (max-width: 763px) { #JhnxAq5fW4zrFkkhgBTBwDXlRQoSFHUG { top:2.4375rem;left:5.8125rem;width:6.1875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH8UMkN1qOLMKr4vmma81dQUCFIce5kV { width:9.25rem;height:2.4375rem;top:8.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x99ynWT8RFl6qoS7dqTVRWUF2Xx81Iux { display:block; }
 }@media only screen and (max-width: 763px) { #wMh8VtIVV5Sy0Ub9WCiqWt516P78Xte3 { top:8.375rem;left:34.4375rem;width:10.375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDKo6T9NPEf38Eul0XPHGMIEcPbsK5V2 { top:8.4375rem;left:19.625rem;width:10.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t12NHpXlCxDvBrq2vMOJDDsvf9rHNnPg { top:8.5rem;left:3.0625rem;width:10.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teiKbr57Aq3SKIdSgT3IxH9aNPzfEmin { top:19rem;left:34.625rem;width:9.8125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxLulq5ISl7mRzfAix8sybM2pgxJdtTT { top:13.375rem;left:39.375rem;width:6rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTKxJOlBWtxFRoltRok7awpFvAw7uLvJ { display:block; }
 }@media only screen and (max-width: 763px) { #V4hTW8CliCyJeXF1hrdLRa0CABMKyC36 { top:0.625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
#V4hTW8CliCyJeXF1hrdLRa0CABMKyC36 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #JXLwMNMGnGSOBnP9aVNCqyXQsAGzTTcc { width:9.25rem;height:2.4375rem;top:18.6875rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg3kLJMLbIbGU0Rt5npLkuoFdHNwnWJC { display:block; }
 }@media only screen and (max-width: 763px) { #a7gGJzxi0cTn3TA2wzWAo6pfskopukKf { top:19rem;left:18.4375rem;width:10.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpcF8JgW0eliLqRvCK8lHX7UwbTwWHNm { top:12rem;left:21.468751907349rem;width:4.8125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtsLLitLxIoGcTAH6mMWAcplRVbABLtp { top:11.375rem;left:5rem;width:6rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM8ZQWKIqr5lKeUECpM3W4NKDpAT7Tfl { width:9.75rem;height:2.4375rem;top:18.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF8BSCS9sUW0tUD565KG5o48HkKOWBub { display:block; }
 }@media only screen and (max-width: 763px) { #avxNaXalr7AJVwIh8L0FNZ1Jf0Xxmd5B { top:18.875rem;left:3.3125rem;width:10.375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syrexDEDodAp1t6ZtbwoWTP5PZ7XFLPx { display:none; }#syrexDEDodAp1t6ZtbwoWTP5PZ7XFLPx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KPrqFLMT6xM99KhoFlZTg54Tq9MwUAaX { top:1.0625rem;left:10.1875rem;width:23.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rd6kNEfJHmr4586ALKmmHO0llIihXHuK { width:16.0625rem;height:3.125rem;top:22.75rem;left:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTHHkWvqWyOSk0T50fS0H0FT4Oeo7kMR { display:block; }
 }@media only screen and (max-width: 763px) { #ycgDtzFOAFGw9Cm71bDByCGG1Z0m2KfA { width:6.3125rem;height:2.625rem;top:1.0625rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTnSrW4EWW7gTTT4eciX2y9cGaikL0Op { display:block; }
 }@media only screen and (max-width: 763px) { #CnDuffXgHfonG0vvWXBU44GKTiM9dt1m { width:7.125rem;height:2.6875rem;top:0.8125rem;left:15.957556089464rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWi4Lyo8FOW2gMtXTrwKdIn44Id2k9Z7 { display:block; }
 }@media only screen and (max-width: 763px) { #OBXyrsl4WIi1TcB577rvbH6cH9Cy084N { display:block; }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t54b46hxXR2DCApwTxJcLCzUcMlMXnhH { top:7.5rem;left:24.875001907349rem;width:20.0625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlpnXUWc2WnizeXIXLgVoDrebZAbnl89 { top:7.5rem;left:1.375rem;width:20.0625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmmB5aC9NgvAHZZkv3aaAts91Ah5NAp3 { top:34.5rem;left:24.3125rem;width:20.0625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C23PpTNTwyaRiyDgDF9VxRsUPsQR9MyW { top:34.5rem;left:1.375rem;width:20.0625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik1F5HCAmX9z3fAOtSw9DVwdn31ELWnz { top:64.1875rem;left:11.812501907349rem;width:20.0625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znbOJ3L8IoU2rBr2bEJDXAeUXa0sz694 { top:21.375rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPAANcWeXtrwzC30tUV1vIUB6OPKRTvs { top:26.9375rem;left:29.3125rem;width:18.4375rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHo8h6cEArK0DHupx7DUU98kKTRQZTAV { top:21.8125rem;left:25.18906211853rem;width:19.9375rem;height:7.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xX7XBHN2W1MrXfVQnT2PQK28ZwrLb2TU { top:28.1875rem;left:31.156251907349rem;width:6.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKVb5ZwafbH2U8Hd1sHHP4RhgR2TfhRz { width:13.875rem;height:2.8125rem;top:31rem;left:27.968751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUyAtAoOcQ4c9rTlet4Pm8G4ZkdJnNiO { display:block; }
 }@media only screen and (max-width: 763px) { #GWksvTCBMkpSfETD5ToSVmbpX0OB0kOH { top:20.9375rem;left:2.46875rem;width:18.4375rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZFCsyQbKuutuOxOOBNnhT6Wbof7biHN { top:21.8125rem;left:2.2515640258789rem;width:18.3125rem;height:0;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAtm0ycHvV3NO20NDzcoBA5K2guSoQDO { top:28.0625rem;left:7.46875rem;width:6.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUqMen5Pa4uKweL6IsHbDR4FKrIisIso { width:13.875rem;height:2.8125rem;top:30.5625rem;left:4.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7lTfHF5OXeL8ATHBX1RkwZs9NyzImfI { display:block; }
 }@media only screen and (max-width: 763px) { #lM6qlmLKlBCNGPaeCB8TgCl8l7nH4p1J { top:48.6875rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #oadmLZgA8SvNfUsSUMu1hFJE39bymc4N { top:120.125rem;left:0rem;width:19.9375rem;height:0;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPIM5Fa3zn1Hl4rIhM5kcdSQtQzHDuX6 { top:55.125rem;left:31.343751907349rem;width:6.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASlG2DoEEaHpJRQBdSGgl9wOBukv3SFL { width:13.875rem;height:2.8125rem;top:30.5625rem;left:4.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWLFMLbSHEywXFzXu8AoQQKKSBgKyIOs { display:block; }
 }@media only screen and (max-width: 763px) { #cGeD1KTkn02yas8LXXsce1FV7HTarTTT { top:48.625rem;left:2.21875rem;width:18.4375rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEy2HW4nOqlFQGPAQAmH9ER8BLSXiIWL { top:49.625rem;left:1.0218753814698rem;width:19.9375rem;height:0;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiJeS1mDhX8cZW2XyIfBBd8Vnb9ZgK4p { top:54.875rem;left:8.21875rem;width:6.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqmUr6JpwnU96DWtBxoUHpcv33IrnDVn { width:13.875rem;height:2.8125rem;top:58.5rem;left:28.85000038147rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3VfTgGWoommpMpftnO8S9ZNXctizp4Z { display:block; }
 }@media only screen and (max-width: 763px) { #lfTgl6kHGoMWE5wGkvTqWbWKT7LtHs2w { width:13.875rem;height:2.8125rem;top:58.5rem;left:4.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDmriRDzHDlvmqrVlVs5noFITM1fz4mE { display:block; }
 }@media only screen and (max-width: 763px) { #FCd3gQIDCuZu8LtvRWSlPMHrfyQIr3DV { top:77.1875rem;left:12.656251907349rem;width:18.4375rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bc6ngtG9xLMFfSNv6yZB9M0lXGeItJfw { top:77.1875rem;left:11.87656211853rem;width:19.9375rem;height:5.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8n7M75nRlR1py4ryEa4yPs4BZycmqdD { width:13.875rem;height:2.8125rem;top:87.125rem;left:14.906251907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPuOWDe1OchiSuwRK34mhfXlBirr1aET { display:block; }
 }@media only screen and (max-width: 763px) { #cQTWFtptpT9dtBD4SUXqRGtzDA4GMQ3i { top:83.9375rem;left:16.643751144409rem;width:9.875rem;height:1.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzGcTO5MwA0s4nXbkyze1FbuQzZnxcwM { width:13.875rem;height:2.8125rem;top:59.375rem;left:26.518751144409rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBhlgqBzDoTs8uZqMUtmwz5ayyhzWcMF { display:block; }
 }@media only screen and (max-width: 763px) { #LneTuFlRTJEqNKe2T4mRB6MDgugoQb1q { width:26.0625rem;height:2rem;top:0.9375rem;left:10.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrwOSBlNHtszu8O9avNWNG246kTqyaiE { width:26.0625rem;height:2rem;top:2.9375rem;left:9.5625019073488rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD7EZlMVTEo7xl1AhsMX145b316xI83A { display:none; }#ZD7EZlMVTEo7xl1AhsMX145b316xI83A > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nWSgBZcMwqGv4y7wGCSuSCf7WEr3x78F { top:1.0625rem;left:10.1875rem;width:23.4375rem;height:0;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaQKo4HDixGVJv7b8I9ENmyWdX0pMNnc { width:16.0625rem;height:3.125rem;top:22.75rem;left:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7wuzI9qQK0CDk1ktWVCZk8mhNsEpTpF { display:block; }
 }@media only screen and (max-width: 763px) { #LTg39tGsRdTFgsJC0wSzxX2JJJRXOHFX { width:6.3125rem;height:2.625rem;top:1.0625rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKvmm4oT5PfeapkR14CT9eEbTGHe3AHx { display:block; }
 }@media only screen and (max-width: 763px) { #eh8XTnkBcs0lxnEXDBGHNBsXW8EERHKb { width:7.125rem;height:2.6875rem;top:0.8125rem;left:15.957556089464rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xskin5VCb0oVfCKvSu78lKN5UZeMt1XQ { display:block; }
 }@media only screen and (max-width: 763px) { #TZq7IVhzzxJNfFrSVthFBdsapP99Osbt { display:block; }#TZq7IVhzzxJNfFrSVthFBdsapP99Osbt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUiTt0hFBA0D138cwxtZV34oH3mERGDd { top:7.5rem;left:24.875001907349rem;width:20.0625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOe6suQSTE1k3Tr4hiO6ZMh6Lv6ON2py { top:7.5rem;left:1.375rem;width:20.0625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT9aGRbF7GQOeaqKglL8H8rKlh04Blyi { top:28.625rem;left:25.5625rem;width:20.0625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuPT4ZlS0ZkhF63mLncOUk6W7V3Iz3PB { top:28.625rem;left:2.625rem;width:20.0625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFZH3hvxky206mSTUosmU32MWb02l65z { top:26.9375rem;left:29.3125rem;width:18.4375rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ty2LJFTFmVHr12JFKDWIh3i9MIuqBiXw { top:21.8125rem;left:25.189064025879rem;width:19.9375rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQABnmcXtTvgLuuMZP0D7mIO5sbE3qaS { width:13.875rem;height:2.8125rem;top:24rem;left:27.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJNqNnLdvStm0T5kPB2TFHqOeK9iXLwT { display:block; }
 }@media only screen and (max-width: 763px) { #XpUWkHW6vUMuLQnbxD9Voymh5D9mEJUl { top:21.8125rem;left:2.2515640258789rem;width:18.3125rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1kz9H1tfqMTT23EUIPUC1O08kBBkxLC { width:13.875rem;height:2.8125rem;top:24rem;left:4.0499954223633rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vak3LVZrEh3RHz5E30fQfat5UmAZ8lUS { display:block; }
 }@media only screen and (max-width: 763px) { #krqwA6Hp4TBHxrVT3Vbgd6Co2W03EuFD { top:41.75rem;left:24.875rem;width:22.125rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELtvc8fbpQwSILixMDo2T5hBlSTZnU2H { width:13.875rem;height:2.8125rem;top:30.5625rem;left:4.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ti8HHw5poxZK1EhMUqG4gXfcTd2sd02y { display:block; }
 }@media only screen and (max-width: 763px) { #ACL3x3b1VFrQZ6XIWP9SFInGeCeHNQhu { top:41.6875rem;left:2.4781265258789rem;width:19.9375rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgiqX18N2LnkmOJSEJlGZawDA3el6isK { width:13.875rem;height:2.8125rem;top:58.5rem;left:28.85000038147rem;display:none; }
 }@media only screen and (max-width: 763px) { #bz8CKLW5qEE3A2mEsCGUHqkB9TEXiMZB { display:block; }
 }@media only screen and (max-width: 763px) { #CLaDW42z7Ag2VWo2lMwSDVBe1WR0BgO7 { width:13.875rem;height:2.8125rem;top:45.4375rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNeqtrHXLoGHACq37qaoVte1xkwHSC8I { display:block; }
 }@media only screen and (max-width: 763px) { #clIUGy8XFrx7VrAnR0AUQ8tHRBsRra6o { width:13.875rem;height:2.8125rem;top:45.375rem;left:28.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7KlaAtzHR8C9wLUzAccJAgWSNC9Vrt8 { display:block; }
 }@media only screen and (max-width: 763px) { #Bba5TpkOu6DplKmfsvxctNQZ1u9LZkdL { width:26.0625rem;height:2rem;top:0.9375rem;left:10.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5v4cERKpqw7Hy93x4PbaiWVeDla0TzN { width:26.0625rem;height:2rem;top:2.9375rem;left:9.5625019073488rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNMblJr0VuZEbRvuQdpe5T5HZSa6JAPR { width:13.875rem;height:2.8125rem;top:68.3125rem;left:17rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSEocW5tsAT87N1MOOH0Ie5PtTcAMhaV { display:block; }
 }@media only screen and (max-width: 763px) { #X9v57LUFgqE5Xz0fJrFDikvEorFStpEF { top:64.625rem;left:13.75rem;width:19.9375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rv6cWh6W1LNTuu1ms1AWB9CRbMUWIPrS { top:51.5rem;left:13.9375rem;width:20.0625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqgUhCzi21pf2epkZym0iCe4vi6XT0NR { display:none; }#vqgUhCzi21pf2epkZym0iCe4vi6XT0NR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zNTt6g2U2T28PStZwk2PD3lTTFWHVX1u { top:1.0625rem;left:10.1875rem;width:23.4375rem;height:0;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXAw3hQm5CHBsmcx0cVNy3XrVTemiDUU { width:16.0625rem;height:3.125rem;top:22.75rem;left:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XerdB5ExvoSo79dn4DiAgmGrKzB4RaI0 { display:block; }
 }@media only screen and (max-width: 763px) { #EuXthETCqT5qmEsIPFcNsE0UxrD59cpa { width:6.3125rem;height:2.625rem;top:1.0625rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SczyzBtlDimN4tMgsC8EyzipSfUbAE7k { display:block; }
 }@media only screen and (max-width: 763px) { #q6FxNZH2LpSoiJpLkOQ3RSWNHeRnsDUg { width:7.125rem;height:2.6875rem;top:0.8125rem;left:15.957556089464rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAIcRLq6t4gangXu6NirWq3lsXWJi3Vg { display:block; }
 }@media only screen and (max-width: 763px) { #LTXeqig1woJyyfe67trCatSiyz3idRi7 { display:none; }#LTXeqig1woJyyfe67trCatSiyz3idRi7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G2ohNv9vUWLAb0fkpcFAJVo2TLG9K3ZG { width:18.625rem;height:10.8125rem;top:4.8125rem;left:29.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCOT1beHXGIcTaNVVKXbym7V6yr0JAdb { width:13.875rem;height:2.8125rem;top:18.5rem;left:31.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMkX9T3rzUTqIvNIM6vzuhNKBrdWkiS7 { display:block; }
 }@media only screen and (max-width: 763px) { #Mz5Hq3f94wIkBei5q45MMTB1TfZoAWad { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFq8m3TPUTEcsHusVeDLbhu0AWdBJsI4 { width:13.875rem;height:2.8125rem;top:18.5rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEulz6OFe91ZVZBl9qWrcDBT1IABNlA5 { display:block; }
 }@media only screen and (max-width: 763px) { #QsuVPasowKfNAlzNGQOw1yui1AM13EOu { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqFzFF8HSlrcTU4HzciGDJ3KVnPeTDSD { width:17.8125rem;height:10.3125rem;top:5.0625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHNDvhx0D9WipS9vt0ZAEORamTWxXFQt { top:2.5rem;left:14.754165649414rem;width:20rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zl9l0fxl49uLx09xTdJniZmm6n8lSBNs { top:0.375rem;left:10.09375rem;width:27.5625rem;height:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wk9r1iT9gV2FLMQqKz8VsBHtKAMJl2oi { width:13.875rem;height:2.8125rem;top:36.875rem;left:31.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEzJcJql1TVitWFt7t3sMSfkEv1pEyHP { display:block; }
 }@media only screen and (max-width: 763px) { #rkfkHR6P3oHp3NCG5Igu7Qbf7ThmCPm1 { width:13.875rem;height:2.8125rem;top:36.875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2RiOlNkXtZPuei3qwfg3Jm43SxBpZgI { display:block; }
 }@media only screen and (max-width: 763px) { #mTbbSarEE60O1QJVTbm79WHhntK6X8wP { width:18.625rem;height:10.8125rem;top:22.75rem;left:29.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLIRl3pp4zh3AOioh8ochX41INFAlBXy { width:17.8125rem;height:10.3125rem;top:23rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7DDaQXLkyPfV9PDcC2UHMnC45VqOQin { width:13.875rem;height:2.8125rem;top:56.125rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZHMNzLb0ORTieF7tOhg74QDxZdEnOa8 { display:block; }
 }@media only screen and (max-width: 763px) { #lHpQnZM5DWXgLOIEi81w1CnmgtMgAT9n { width:18.625rem;height:10.8125rem;top:42.5625rem;left:16.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcHU2XPoGJMNEos5WQM0SuGtPhAT7vhT { top:16.0625rem;left:27.75rem;width:20rem;height:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwyZ9kKGTysP5olKd7T4GGdAK3oePQ3w { top:16.0625rem;left:3.4670162200927rem;width:20rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkf7A2gOPQTS3qOmmLEUZXDrPGPnpPyQ { top:34.5625rem;left:27.75rem;width:20rem;height:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8h8piVWP9TuIsdOOJ3EawMTIl6486td { top:34.5625rem;left:3.5000019073486rem;width:20rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiXfKH5az7V2XKeOfIwl2TwyV18DhSEC { top:54rem;left:15.375rem;width:20rem;height:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vi7D26uUfnKHyf14qmAnT3dJksUVXQtv { display:none; }#vi7D26uUfnKHyf14qmAnT3dJksUVXQtv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kbZGgmSkROZLOP0EKBL5lOPdo5JzE72X { top:1.0625rem;left:10.1875rem;width:23.4375rem;height:0;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZGQIfbe9l0N2fxpZdf36EfIw1d2p1ge { width:16.0625rem;height:3.125rem;top:22.75rem;left:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDzucOR1Eb1Xd4qXTTtTS6SrVLw6KpzD { display:block; }
 }@media only screen and (max-width: 763px) { #JF1bB8q64J3lfmPaZdUMGdOBHmTqMTLE { width:6.3125rem;height:2.625rem;top:1.0625rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbsdTmA4OzCvoDFIleiahnASP6sQbGEn { display:block; }
 }@media only screen and (max-width: 763px) { #X19yKKGwAn7m7Daf3Aw0NRxnDIAw0CoZ { width:7.125rem;height:2.6875rem;top:0.8125rem;left:15.957556089464rem;display:none; }
 }@media only screen and (max-width: 763px) { #itQlZlFuhfvdXS3goWI0PGO7R7StkbkG { display:block; }
 }@media only screen and (max-width: 763px) { #GeATVegD0XVRqSF5HymQXyFufAG2ywQV { display:none; }#GeATVegD0XVRqSF5HymQXyFufAG2ywQV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HIol6Owfw9onVlbviZHttQ3cUfxlwHC8 { width:18.625rem;height:10.8125rem;top:4.8125rem;left:29.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfrdfTmrcWQBKKhRCftcWl9eyxTTP4FL { width:13.875rem;height:2.8125rem;top:18.875rem;left:31.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkPmyeqAWNAbHQLTMCzzQPJgsgOQMAOT { display:block; }
 }@media only screen and (max-width: 763px) { #Fy3CJ3PMVmWQkyXTpOCqV7gLVwKKsKGh { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoKAD6UVI2qEJkkULdhOJloldqpBCify { width:13.875rem;height:2.8125rem;top:18.875rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2y03QmtInN3yp381FNsTxMGqDZ9ah80 { display:block; }
 }@media only screen and (max-width: 763px) { #xFVdQGbSBvhIy8wLSEWiyXpslaI9T6Qs { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8Ftq6dJINyU7W9vTMxxic9zXLOw9K7z { width:17.8125rem;height:10.3125rem;top:5.0625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHxgdFf64EivJgtR5GmRiFRRECybun7o { top:2.9375rem;left:13.875rem;width:20rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWFC0pO5mJV6yoGT0aVcJ6Zag3Py053l { top:0.6875rem;left:10.816665649414rem;width:23.125rem;height:2.3125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wf51ng6yRysJ7nQGUwI8aFdclCfE9a1e { width:13.875rem;height:2.8125rem;top:36.3125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIG79wc3KSvBxiLh0LuyeEJx7vFnKtle { display:block; }
 }@media only screen and (max-width: 763px) { #upNEHHuH2o6xVT2mZFDglUfCcFqNtoRo { width:17.8125rem;height:10.3125rem;top:23.0625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWCwMccnA8COLIT2gMMt96XEJuXIWhEw { width:13.875rem;height:2.8125rem;top:54.75rem;left:31.467882156372rem;display:none; }
 }@media only screen and (max-width: 763px) { #i31wNkGTulhnXe4shEiOerp7V5XR6msL { display:block; }
 }@media only screen and (max-width: 763px) { #UXdTF2xTithkZp3Gxv0NsDvvsThWMfDi { width:18.625rem;height:10.8125rem;top:41.0625rem;left:29.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyTvbP43pITQH5hisXemGQHADnGeZSpE { width:13.875rem;height:2.8125rem;top:54.6875rem;left:6.0928821563721rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRTzbiZJxoTq4fcZKpb8cl6gzLkP3O3S { display:block; }
 }@media only screen and (max-width: 763px) { #dhNOxlHBdDm5JgGylDxwdudV5JRPoQeK { width:18.5625rem;height:10.75rem;top:41.1875rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZG2bEQQnQ9q8lQ2oiHiaLfR1Rlz5RqJ { top:16.6875rem;left:28.4375rem;width:18.6875rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7qtr9tBGdX3i5lWQrZuexI2IoEciGzt { top:16.6875rem;left:27.75rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyowSXM15w0B2Jrq8e48foUqKIggKHfq { top:16.6875rem;left:3.7171878814698rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7PxxTlsZrZB0gR8JchpmRATDQRoeZwF { top:34.4375rem;left:4.6875rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQpw4BFLUkXq71vvXMESuO8IIXEF4g2N { top:52.9375rem;left:27.75rem;width:20rem;height:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tr3bX4zodg6iQiMbcymhhLqKMwZ1BGiq { top:52.9375rem;left:3.0625rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2aXPE2pTKQKKbLwS7h1fHRsaSJ8Tou9 { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSIqkKPn6DMHh5TBX74aLU7tZXRytbe6 { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFuzvKBfK7VX38OZxWKSHdpTXQo4sbOW { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sn3TE8uKBJzaAmx0SJmn4eIkzAaqfmGF { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPZ2gyyJNrofo5GHQILiLKu6pXxCIiTl { display:none; }#KPZ2gyyJNrofo5GHQILiLKu6pXxCIiTl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PaT96eVES45ZsFZwRHiWsIZzUSMmtpka { top:1.0625rem;left:10.1875rem;width:23.4375rem;height:0;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #koG3FeuRU6pTgui2CRdhevFyT7e8DBby { width:16.0625rem;height:3.125rem;top:22.75rem;left:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEzipbLZMqULKovIaXF0NBHl6nQ8tvfi { display:block; }
 }@media only screen and (max-width: 763px) { #nLM0hrLfcpQkSwlN1ld2OMgnTG9Gb99d { width:6.3125rem;height:2.625rem;top:1.0625rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdJVQFfIbaTb4eTgb5P0v9RhXdTAsqEe { display:block; }
 }@media only screen and (max-width: 763px) { #r47qd6mM6krw6A5DKUA875Jezp72owGZ { width:7.125rem;height:2.6875rem;top:0.8125rem;left:15.957556089464rem;display:none; }
 }@media only screen and (max-width: 763px) { #at3m4ZpGOmfrHadUaxw5PFJq1cE5GCqq { display:block; }
 }@media only screen and (max-width: 763px) { #zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU { display:block; }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HdyAJntNVUC9Tk7PFXbmdHMTfOE8NVlw { top:1.25rem;left:19.75rem;width:28rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkVcWJeAZpID5oIhnztEGiuClZiN7DF4 { top:1.25rem;left:0rem;width:28rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyT9VE5C36nrN59WXQ1kdkG6AtCQZKGD { top:31.625rem;left:19.8125rem;width:27.9375rem;height:16.213479322469rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD56amJWZ5x6iWmtHMl48r60zCsAetwF { top:31.75rem;left:0rem;width:27.625rem;height:15.961953712128rem;display:block; }
 }@media only screen and (max-width: 763px) { #w59n5ZVQtuacknW2UggnSi9f8J0MZ8Rp { top:59.75rem;left:19.75rem;width:28rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhp6FqIfCTlyKd1lh0fzW8fAwTpMXQFS { top:59.75rem;left:0rem;width:28rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDLZvM7Ot2u1Sz92SpDRPKG2K7ebqx07 { top:87.875rem;left:19.75rem;width:28rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvFpgCi3E43G8Tt3lSw4a5uOxau6SOva { top:87.875rem;left:0rem;width:28rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQzgfI1cybx0NJTQ1fyrRt6FhgTPvH6z { width:20.375rem;height:3.0625rem;top:25.8125rem;left:27.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PysgIoWJvAOnpyS61W30zIuDdgxMNgRA { display:block; }
 }@media only screen and (max-width: 763px) { #UwZxKVnIChGJkC8fDAt1LZdaLTpqR4BN { width:20.375rem;height:3.0625rem;top:25.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #STbNSLXWaqyVLIg71ET6tU9a0194TUni { display:block; }
 }@media only screen and (max-width: 763px) { #SAbRW39VrrEza5EMHXEuTNG19b8yI1kh { width:20.4375rem;height:3.0625rem;top:54.875rem;left:27.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyqqPHL3XRKo39iUo5S0VOrXIvkQ5mzw { display:block; }
 }@media only screen and (max-width: 763px) { #rMdnB2y6c9eJsqVe1bSTMyeKZ5gsE4xv { width:20.4375rem;height:3.0625rem;top:54.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BB8dGbGc5JWSNTsvE16FRNOdaTpoKVcO { display:block; }
 }@media only screen and (max-width: 763px) { #Lnz3uo5sI4cQksvDriBwFVWJRrCDTbuz { width:20.4375rem;height:3.0625rem;top:82.625rem;left:27.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKBq1i1vk6pTy7EbIp28q3owzTvosT3W { display:block; }
 }@media only screen and (max-width: 763px) { #GZXLz3A8ivwTtJLHFRKLPO6X139GBmnS { width:20.4375rem;height:3.0625rem;top:82.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6fnu0mXbniCWaxfXJ09diIWAtFQgBwI { display:block; }
 }@media only screen and (max-width: 763px) { #JmV4W3ztLrRGiK7yFudffU6ctofXcF2k { width:20.4375rem;height:3.0625rem;top:111.5625rem;left:27.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwAgu1LULRBwBcCkzV5nG46bAQdVLq4N { display:block; }
 }@media only screen and (max-width: 763px) { #khlJfhIiHLTr3NKRQb19BMaF1Dn2cl1F { width:20.4375rem;height:3.0625rem;top:111.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4CrdJFb85lQ4WEwpIPiZecxNpdru7eD { display:block; }
 }@media only screen and (max-width: 763px) { #KhrxDKMboDoXRPTeus0JtpEeBC9CETK0 { top:1rem;left:32.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dJ74b7TSTO8wgNoNlqTwlHqzhwFGZQQT { top:1rem;left:32.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaTMP825wVdKU2VzeGPN7mmsyztWceUM { top:1rem;left:32.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TU4LT4tWcFITLoTTkEP3AKF3KVUmzwmC { top:1rem;left:32.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWlkhULXWVTmdD6KHB7rlf5TkWOOTI2p { top:1rem;left:32.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCuuXcJU5RTQJkhg1HyUTm48cO4MAt19 { top:1rem;left:32.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxQ1w55CLp0oDpC0HsRdzgD01FKkgXfp { top:1rem;left:32.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ab5Utx1TXGsFIrypXd59DZqQxVQHZU4H { width:20.4375rem;height:3.0625rem;top:141.125rem;left:27.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFTA5kTHaRvuICTIEstgDVAfZ1cJ48zp { display:block; }
 }@media only screen and (max-width: 763px) { #QqUA2VqQ8dW0pkQOlCfdJr1wFP5q0N9u { width:20.4375rem;height:3.0625rem;top:141.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #asvNK5LNDyeplJPWnX1kX7gO9AF9x6Zb { display:block; }
 }@media only screen and (max-width: 763px) { #BErkMNSyREfM5dIG18gDDF7VVo1kDTXa { top:117.125rem;left:19.75rem;width:28rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBVdUub784r1yh5rBJTOCBQ3fb238K0l { top:117.125rem;left:0rem;width:28rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGn5biRSzu4dvX7AG5tcrMnKWBUfMcSg { top:145.5625rem;left:19.8125rem;width:27.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtfb6NqoRVhVVvFIvUR306fbPJu1gvTM { top:145.5625rem;left:0rem;width:27.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0qJARCpFyPdrfUe3plgssKlf0k4HXVs { top:176.1875rem;left:20rem;width:27.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVGx9U2kGHHgBESC77QTwLx9eDFcFRMz { top:176.1875rem;left:0rem;width:27.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6BXi7dDMnoWlo333b8QS8ODw0lWf2ud { top:211.9375rem;left:9.0625rem;width:27.625rem;height:16.025377454754rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK5gdmun3MXvTExJMkWnlrp6QuVqlRqo { top:18.5625rem;left:29.25rem;width:17.25rem;height:6.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIJ9HVdgFgLFAoQtsON6FgnH5pxBCXyI { width:20.375rem;height:3.0625rem;top:204.5rem;left:27.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ug7H9GElBzCpZQehgl3MnGwiVHNphsBh { display:block; }
 }@media only screen and (max-width: 763px) { #hVVwZ4lTawbTk6GuPG3SvL2ueICEXB65 { width:20.375rem;height:3.0625rem;top:204.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiEQJKv8qOiKZnGECXxDvWmhXcA3VDGz { display:block; }
 }@media only screen and (max-width: 763px) { #UA1nnBAr11eUO8ddxeccqbbJT8bkCfJ5 { top:18.5625rem;left:0.125rem;width:17.25rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm9rEve2LsMukpEBJOT0ZWEWTTEJQmFV { width:20.375rem;height:3.0625rem;top:235.5rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugoF3mvw43L2rwvyGDPp17rZKkp1JolR { display:block; }
 }@media only screen and (max-width: 763px) { #ehipnIVTVkhUKVx4XDtly0bdT4LmENRP { width:20.375rem;height:3.0625rem;top:169.6875rem;left:27.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9BVewsf66fiEg5vLBgeJo094xEU7MAl { display:block; }
 }@media only screen and (max-width: 763px) { #frNONFAq2mOdm6MsoTMlM5icDm7a0o1b { width:20.375rem;height:3.0625rem;top:169.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOh48CisHrDbTDgWcTFt53TZQIlL8e5e { display:block; }
 }@media only screen and (max-width: 763px) { #itXNpMulTHHQTrrRqBPup8XsgKewfA7w { top:48.9375rem;left:0rem;width:17.25rem;height:4.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4xJ7JlBefrHz1S4ynkHdUvIxkadS1Q4 { top:48.3125rem;left:30.5rem;width:17.25rem;height:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o31dzM2BLcJNMbgQrDf0O6BNJMubWf20 { top:76.5625rem;left:29.875rem;width:17.25rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekGT7CJmfGsNgAb9pLlZTSoNm2vEFvX1 { top:77.1875rem;left:0rem;width:17.25rem;height:4.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDsQh6TOgdrQyiUVh0iDtHSGXo0CCClO { top:105rem;left:29.1875rem;width:17.25rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STbOl0CfaxoFesKctVkwlCm5KebX3TcR { top:105rem;left:0rem;width:17.25rem;height:6.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BunqEfLRJm2QtbWLC52NIvfOU6rzi4mx { top:134.3125rem;left:0rem;width:17.25rem;height:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwDPHw1Uwd5p3XsXuSCQCsQlTbmPntSb { top:134.3125rem;left:29.75rem;width:17.25rem;height:6.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWatdBdZVByBAIlfTQsdXUfPrOVaKFH1 { top:162.5rem;left:30.25rem;width:17.25rem;height:6.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaDZC7LqyFmKhJSDRbT4lqlFfh3J6rzO { top:162.5rem;left:0rem;width:17.25rem;height:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIoAo7LpPx9u3L2xEv5fUWZ3ddNPnLAq { top:193.4375rem;left:28.75rem;width:17.25rem;height:10.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtgO3RdRrxNZ9APHxwwu635msgfDyKPg { top:193.4375rem;left:0rem;width:17.25rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htTkITyhhTUkRLqmzll9oBmszKlUCBod { top:228.75rem;left:14.8125rem;width:17.25rem;height:6.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { display:none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uCXJ3FaAdhBy76BmnEbII3D9NpEg5kg5 { width:37.0625rem;height:2rem;top:5.6875rem;left:10.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MI3fsdvyyyLEa9iU0E2Ku48vR4nfqyie { width:47.75rem;height:2rem;top:8.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KE6sRrik8yw8wMfASZsbh1dtQDUDcKoV { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFQchOQI3boW3GD2U6bxKN7axzZgvGyF { width:3.625rem;height:3.625rem;top:9.5625rem;left:44.125rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdDXBdmD65bdCunoKZSctyerPR4I3swE { width:3.625rem;height:3.625rem;top:4.0625rem;left:44.125rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOpMUEQXF5Hf7KrLWg4qLRsPUTLeK8KE { width:2.75rem;height:3.375rem;top:0.5625rem;left:29.400390625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3uzmMEhB3FpoTGwl2pDym1rDEzJ4awK { top:0rem;left:4.029296875rem;width:33.375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb { display:block; }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZnc63GZ8D6rAl0LSWumfm0T82WdgVDI { top:0.5625rem;left:8.8125005364419rem;width:3.1875rem;height:2.1875rem;z-index:15160;background-color:#ffffff;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.8125rem;text-align:center;text-align-last:center;color:#006c35;display:block; }
 }@media only screen and (max-width: 763px) { #JaLMTC7yLAR036uR1B0FTeVRVw9gtqRS { display:block; }
 }@media only screen and (max-width: 763px) { #BP8hfLAJC2P8J6oppHaN9KJdKwJ4mTPc { width:3.1875rem;height:2.7625rem;top:0rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;z-index:15160;color:#006c35;font-family:"saudi nd";display:block; }
 }@media only screen and (max-width: 763px) { #TfOHcEEwCG4v53Ts6lDBiV6W5goq0ESr { width:4.9375rem;height:2.0625rem;top:0.625rem;left:14.375000536442rem;z-index:15167;border-top-left-radius:27.4375rem;border-top-right-radius:27.4375rem;border-bottom-left-radius:27.4375rem;border-bottom-right-radius:27.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ebOr5xeNuon8Le8S0zVsZz5Zvfi8DlxM { top:7.5625rem;left:6.8125rem;width:6.3125rem;height:1.875rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cToS4JZGOK5FewQfAMaSMGx3ATRQPrxI { display:block; }
 }@media only screen and (max-width: 763px) { #Nk9TNf4OicoWlTzPb6t4zUT08mkec9AL { top:0.32499997615814rem;left:3.7903028946562rem;width:4.625rem;height:2.375rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#006c35;display:block; }
 }@media only screen and (max-width: 763px) { #yavsVtM2DpXgZhgsyLdUtbVbWMXDaOKP { display:block; }
 }@media only screen and (max-width: 763px) { #gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP { background-color:#ffffff;background-image:none;display:block; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container { background-color: transparent; background-image: none; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container > .video-iframe-container { display: none; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row > .video-iframe-container { display: none; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .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); }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7FotGUJs6yaSsXh26R97CT7pO45lsJz { display:flex;width:3.125rem;height:3.125rem;top:34.625rem;left:13rem;z-index:15209; }
#T7FotGUJs6yaSsXh26R97CT7pO45lsJz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vv6umWX14yFwazzeJPpXI4TbmDyKxpAk { width:12.1875rem;height:2.3125rem;top:35.0625rem;left:3.875rem;z-index:15178;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;color:#ffffff;font-size:1.625rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9hsMUMtcdRffFoLvvU2FoobkZmCgoDf { display:block; }
 }@media only screen and (max-width: 763px) { #myll6i5oyxTL0mcfiDMKUKhd0LXfGmVx { display:flex;width:2.3125rem;height:2.3125rem;top:35.0625rem;left:4.3125rem;font-size:2.1875rem;z-index:15199; }
 }@media only screen and (max-width: 763px) { #ldd6LI6NKz8PV2ynTaJltXxNrx4V9MMC { width:19.9984375rem;height:2.1125rem;top:6.7500002384187rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#0e0e0e;display:block; }
 }@media only screen and (max-width: 763px) { #qbDgBpIGneSodFThkcHPXfBH9IsbeZH6 { top:6.125rem;left:5.7500000596046rem;width:8.5rem;height:15.25rem;z-index:14996;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFpBtUklHT4GpvqDa2J8wcHbHRzwRJPm { top:0rem;left:6.2812500596044rem;width:7.43675rem;height:6.7484375rem;z-index:15185;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QcnhQ7NfmN4d7eyPw4ETbFWoCxzhyOB4 { top:42.5625rem;left:0rem;width:19.9984375rem;height:1.1375rem;z-index:15195;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UoPtbquzOofyNxK22wLdq93BKvQTwVF5 { display:flex;top:39.375rem;left:8.5625rem;width:2.93671875rem;height:2.93671875rem;z-index:15202; }
 }@media only screen and (max-width: 763px) { #BtXwpUOwfPzglxVJkaeQgt44iTI9wWrZ { top:43.625rem;left:0rem;width:20rem;height:1.38125rem;z-index:15193;font-family:cairo;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VZXXJE7iT2vuQVezQ79fzSkrg0zdwLur { width:18.125rem;height:1.25rem;top:45.9375rem;left:0.9375rem;z-index:15101;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-regular-label { display:block;text-align:center;text-align-last:center;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.125rem;overflow:hidden;height:auto;line-height:.6; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-input-text { height:1.375rem;width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;overflow:hidden; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-input-button { width:8.0625rem;margin-top:0.25rem;margin-right:3rem;margin-bottom:0.25rem;margin-left:3.4375rem;height:2rem;font-size:0.75rem;overflow:hidden;line-height:.4;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:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffffff;box-shadow: none; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-container:first-of-type{padding-top:0;}#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-container:last-of-type{padding-bottom:0;}#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0  { width:15rem;height:auto;top:17.6875rem;left:1.2500000596046rem;background-color:#ffffff;background-image:none; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 .widget-info-text { color:#000000;font-family:"open sans";font-size:0.6875rem; }
#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 {display:block;}#akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 { width:15rem;height:auto;top:17.6875rem;left:1.2500000596046rem;background-color:#ffffff;background-image:none; }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #RbOg7K7PakOIxuomowqw3l55rZRTh6gx {  }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #Zeczo75OIcZ4xEEBAOo6QI4WfQVEREdW { display:block; }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #aDOVnuz0H2TFdwUi4RTK8n9XOKWIEbNk {  }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #c2neadRRSuSHFQa2GrTr8qp3QviU8tmu {  }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #iLT44iTSZBbEmFCurfgZOM9O266NX1zP { display:block; }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #k0kWJKngFpNLtox4Tx0kfoILbbd1pKns {  }
 }@media only screen and (max-width: 763px) { #MH9eT2Hdpd50Z3T44zzTBee8APAFcSXT { display:block; }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #K1lqL1N7KA1zI2bymUIvBHVLIuiZ5ycp {  }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #WN8BUQhu0XyhAl7WfXfOMwmOOsdngtUZ { display:block; }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #w11Oks35bq8mGMayBzQfPInvcU6p8U3t {  }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #aX8TApgtoeiQDOEsqRsTCuhWtrOnkQ0q {  }
 }@media only screen and (max-width: 763px) { #akXoQubPHMmUIMmAwGMc4zXqVxSKX6m0 #q4aMnG5rR1hEuKtfayNvCVblxLpCV5Pd {  }
 }@media only screen and (max-width: 763px) { #eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row .container { background-color: transparent; background-image: none; }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row .container > .video-iframe-container { display: none; }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row > .video-iframe-container { display: none; }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .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); }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row .container { border-width: 0; border-radius: 0; }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eh1K1TtF9DaAI7xrsObMC41pDSDdtfFK > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPZysiXNnFahQccir2vTa6dqpT6ubhy1 { width:8.5rem;height:9.75rem;top:19.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #boS9M4nP5O2hGvbIHVpJ6CHWKKIluUFy { width:11.3125rem;height:2.5625rem;top:28.625rem;left:4.25rem;font-size:0.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #EIAxrTWTX1wtiZ9TTIFCWTLakAgCODhz { display:block; }
 }@media only screen and (max-width: 763px) { #wWROEeneJwHtiGKJvW7rSualw6whS94v { width:8.0625rem;height:9.25rem;top:8.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce9t4vTT4brg7Zsxu27V2Vy8z0DCbIDQ { width:10.625rem;height:2.5625rem;top:16.9375rem;left:4.875rem;font-size:0.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #RgqMLnnc1kD04ailSyg1uDMiV9LQiSL6 { display:block; }
 }@media only screen and (max-width: 763px) { #LwgeZMCE4AwT49NthgN3uds8h1ULywDd { width:8.375rem;height:9.6875rem;top:30.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbCAsoCIn3lwqexypn40ToTB6zOKhuXH { width:10.4375rem;height:2.625rem;top:39.25rem;left:4.875rem;font-size:0.9375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #EA3bo0xU8EgHuyxeZbVq2wnKIl8NWku8 { display:block; }
 }@media only screen and (max-width: 763px) { #JhnxAq5fW4zrFkkhgBTBwDXlRQoSFHUG { width:9.0615rem;height:6.4995rem;top:0rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH8UMkN1qOLMKr4vmma81dQUCFIce5kV { width:10.3125rem;height:2.5rem;top:7.25rem;left:4.875rem;font-size:0.75rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #x99ynWT8RFl6qoS7dqTVRWUF2Xx81Iux { display:block; }
 }@media only screen and (max-width: 763px) { #wMh8VtIVV5Sy0Ub9WCiqWt516P78Xte3 { width:10.625rem;height:1.9375rem;top:39.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDKo6T9NPEf38Eul0XPHGMIEcPbsK5V2 { width:11.125rem;height:2.375rem;top:17.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t12NHpXlCxDvBrq2vMOJDDsvf9rHNnPg { width:10.375rem;height:2.3125rem;top:7.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #teiKbr57Aq3SKIdSgT3IxH9aNPzfEmin { width:11.25rem;height:2.0625rem;top:28.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxLulq5ISl7mRzfAix8sybM2pgxJdtTT { top:69.25rem;left:2.9375rem;width:14.125rem;height:2.4375rem;background-color:rgba(29,141,41,0.78);background-image:none;color:#ffffff;z-index:15002;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTKxJOlBWtxFRoltRok7awpFvAw7uLvJ { display:block; }
 }@media only screen and (max-width: 763px) { #V4hTW8CliCyJeXF1hrdLRa0CABMKyC36 { display:flex;top:69.5625rem;left:3.71875rem;width:1.75rem;height:1.75rem;z-index:15027;display:none; }
#V4hTW8CliCyJeXF1hrdLRa0CABMKyC36 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #JXLwMNMGnGSOBnP9aVNCqyXQsAGzTTcc { width:8.8125rem;height:2.5rem;top:48.5rem;left:6.125rem;font-size:0.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Wg3kLJMLbIbGU0Rt5npLkuoFdHNwnWJC { display:block; }
 }@media only screen and (max-width: 763px) { #a7gGJzxi0cTn3TA2wzWAo6pfskopukKf { width:9.625rem;height:2.3125rem;top:48.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpcF8JgW0eliLqRvCK8lHX7UwbTwWHNm { width:5.8125rem;height:7.5rem;top:41.6875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtsLLitLxIoGcTAH6mMWAcplRVbABLtp { width:7.5625rem;height:9.125rem;top:52.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM8ZQWKIqr5lKeUECpM3W4NKDpAT7Tfl { width:11.311625rem;height:2.56163125rem;top:60rem;left:4.5rem;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #NF8BSCS9sUW0tUD565KG5o48HkKOWBub { display:block; }
 }@media only screen and (max-width: 763px) { #avxNaXalr7AJVwIh8L0FNZ1Jf0Xxmd5B { width:9.625rem;height:1.9375rem;top:60.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syrexDEDodAp1t6ZtbwoWTP5PZ7XFLPx { display:block; }#syrexDEDodAp1t6ZtbwoWTP5PZ7XFLPx > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPrqFLMT6xM99KhoFlZTg54Tq9MwUAaX { width:13.4375rem;height:1.3rem;top:0.94219207763675rem;left:3.6640625596046rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15162;color:#006c35;font-family:"saudi nd";display:block; }
 }@media only screen and (max-width: 763px) { #rd6kNEfJHmr4586ALKmmHO0llIihXHuK { top:0.875rem;left:8.8125rem;width:3.1875rem;height:1.9375rem;z-index:15160;background-color:#ffffff;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NTHHkWvqWyOSk0T50fS0H0FT4Oeo7kMR { display:block; }
 }@media only screen and (max-width: 763px) { #ycgDtzFOAFGw9Cm71bDByCGG1Z0m2KfA { top:7.5625rem;left:6.8125rem;width:6.3125rem;height:1.875rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cTnSrW4EWW7gTTT4eciX2y9cGaikL0Op { display:block; }
 }@media only screen and (max-width: 763px) { #CnDuffXgHfonG0vvWXBU44GKTiM9dt1m { top:0.32499997615814rem;left:3.7903028946562rem;width:4.625rem;height:2.375rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bWi4Lyo8FOW2gMtXTrwKdIn44Id2k9Z7 { display:block; }
 }@media only screen and (max-width: 763px) { #OBXyrsl4WIi1TcB577rvbH6cH9Cy084N { display:block; }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row .container { width:20rem;height:142.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t54b46hxXR2DCApwTxJcLCzUcMlMXnhH { width:20rem;height:11.625rem;top:6.92421913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlpnXUWc2WnizeXIXLgVoDrebZAbnl89 { width:19.875rem;height:11.5625rem;top:35.187499523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmmB5aC9NgvAHZZkv3aaAts91Ah5NAp3 { width:19.875rem;height:11.5rem;top:89.249998569488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C23PpTNTwyaRiyDgDF9VxRsUPsQR9MyW { width:19.875rem;height:11.5625rem;top:62.562500953675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik1F5HCAmX9z3fAOtSw9DVwdn31ELWnz { width:19.875rem;height:11.5625rem;top:115.3750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znbOJ3L8IoU2rBr2bEJDXAeUXa0sz694 { top:20.224219322204rem;left:0.24999994039536rem;width:19.4375rem;height:9.5rem;z-index:15021;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
 }@media only screen and (max-width: 763px) { #fPAANcWeXtrwzC30tUV1vIUB6OPKRTvs { 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; }
 }@media only screen and (max-width: 763px) { #SHo8h6cEArK0DHupx7DUU98kKTRQZTAV { top:21.055469512939rem;left:0rem;width:19.9375rem;height:7.71875rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xX7XBHN2W1MrXfVQnT2PQK28ZwrLb2TU { top:27.86171913147rem;left:6.0000000596046rem;width:6.4375rem;height:1.4625rem;z-index:15195;font-family:cairo;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MKVb5ZwafbH2U8Hd1sHHP4RhgR2TfhRz { top:30.920313835144rem;left:2.5937500596046rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AUyAtAoOcQ4c9rTlet4Pm8G4ZkdJnNiO { display:block; }
 }@media only screen and (max-width: 763px) { #GWksvTCBMkpSfETD5ToSVmbpX0OB0kOH { top:47.875rem;left:0.875rem;width:18.4375rem;height:9rem;z-index:15021;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
 }@media only screen and (max-width: 763px) { #gZFCsyQbKuutuOxOOBNnhT6Wbof7biHN { top:48.75rem;left:0.6875rem;width:18.3125rem;height:6.16875rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hAtm0ycHvV3NO20NDzcoBA5K2guSoQDO { top:55rem;left:5.875rem;width:6.4375rem;height:1.4625rem;z-index:15195;font-family:cairo;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KUqMen5Pa4uKweL6IsHbDR4FKrIisIso { top:58.676565170288rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x7lTfHF5OXeL8ATHBX1RkwZs9NyzImfI { display:block; }
 }@media only screen and (max-width: 763px) { #lM6qlmLKlBCNGPaeCB8TgCl8l7nH4p1J { top:100.875rem;left:0.75rem;width:18.4375rem;height:9rem;z-index:15021;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
 }@media only screen and (max-width: 763px) { #oadmLZgA8SvNfUsSUMu1hFJE39bymc4N { top:101.875rem;left:0rem;width:19.9375rem;height:6.15rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uPIM5Fa3zn1Hl4rIhM5kcdSQtQzHDuX6 { top:107rem;left:6.125rem;width:7.625rem;height:1.4625rem;z-index:15195;font-family:cairo;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ASlG2DoEEaHpJRQBdSGgl9wOBukv3SFL { top:85.287498474119rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15189;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EWLFMLbSHEywXFzXu8AoQQKKSBgKyIOs { display:block; }
 }@media only screen and (max-width: 763px) { #cGeD1KTkn02yas8LXXsce1FV7HTarTTT { top:75.0625rem;left:0.75rem;width:18.4375rem;height:9rem;z-index:15021;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
 }@media only screen and (max-width: 763px) { #CEy2HW4nOqlFQGPAQAmH9ER8BLSXiIWL { top:75.625rem;left:0rem;width:19.9375rem;height:6.16875rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NiJeS1mDhX8cZW2XyIfBBd8Vnb9ZgK4p { top:81.1875rem;left:5.625rem;width:8.3125rem;height:1.4625rem;z-index:15195;font-family:cairo;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nqmUr6JpwnU96DWtBxoUHpcv33IrnDVn { top:138.21093559265rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #F3VfTgGWoommpMpftnO8S9ZNXctizp4Z { display:block; }
 }@media only screen and (max-width: 763px) { #lfTgl6kHGoMWE5wGkvTqWbWKT7LtHs2w { top:111.27344083786rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CDmriRDzHDlvmqrVlVs5noFITM1fz4mE { display:block; }
 }@media only screen and (max-width: 763px) { #FCd3gQIDCuZu8LtvRWSlPMHrfyQIr3DV { top:127.6875rem;left:0.625rem;width:18.4375rem;height:9rem;z-index:15021;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
 }@media only screen and (max-width: 763px) { #Bc6ngtG9xLMFfSNv6yZB9M0lXGeItJfw { top:128.25rem;left:0rem;width:19.9375rem;height:5.9375rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #I8n7M75nRlR1py4ryEa4yPs4BZycmqdD { top:138.21093606949rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FPuOWDe1OchiSuwRK34mhfXlBirr1aET { display:block; }
 }@media only screen and (max-width: 763px) { #cQTWFtptpT9dtBD4SUXqRGtzDA4GMQ3i { top:134.75rem;left:4.4375rem;width:9.875rem;height:1.1875rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uzGcTO5MwA0s4nXbkyze1FbuQzZnxcwM { top:59.375rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #bBhlgqBzDoTs8uZqMUtmwz5ayyhzWcMF { display:block; }
 }@media only screen and (max-width: 763px) { #LneTuFlRTJEqNKe2T4mRB6MDgugoQb1q { 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(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #nrwOSBlNHtszu8O9avNWNG246kTqyaiE { width:20rem;height:1.7875rem;top:3.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ZD7EZlMVTEo7xl1AhsMX145b316xI83A { display:block; }#ZD7EZlMVTEo7xl1AhsMX145b316xI83A > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWSgBZcMwqGv4y7wGCSuSCf7WEr3x78F { width:9.9375rem;height:1.3rem;top:0.94218444824219rem;left:4.6015625596046rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15162;color:#006c35;font-family:"saudi nd";display:block; }
 }@media only screen and (max-width: 763px) { #GaQKo4HDixGVJv7b8I9ENmyWdX0pMNnc { top:0.875rem;left:8.8125rem;width:3.1875rem;height:1.9375rem;z-index:15160;background-color:#ffffff;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w7wuzI9qQK0CDk1ktWVCZk8mhNsEpTpF { display:block; }
 }@media only screen and (max-width: 763px) { #LTg39tGsRdTFgsJC0wSzxX2JJJRXOHFX { top:7.5625rem;left:6.8125rem;width:6.3125rem;height:1.875rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #FKvmm4oT5PfeapkR14CT9eEbTGHe3AHx { display:block; }
 }@media only screen and (max-width: 763px) { #eh8XTnkBcs0lxnEXDBGHNBsXW8EERHKb { top:0.32499997615814rem;left:3.7903028946562rem;width:4.625rem;height:2.375rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Xskin5VCb0oVfCKvSu78lKN5UZeMt1XQ { display:block; }
 }@media only screen and (max-width: 763px) { #TZq7IVhzzxJNfFrSVthFBdsapP99Osbt { display:block; }#TZq7IVhzzxJNfFrSVthFBdsapP99Osbt > .row .container { width:20rem;height:109.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUiTt0hFBA0D138cwxtZV34oH3mERGDd { width:19.9375rem;height:11.5625rem;top:6.92421913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOe6suQSTE1k3Tr4hiO6ZMh6Lv6ON2py { width:19.875rem;height:11.5rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT9aGRbF7GQOeaqKglL8H8rKlh04Blyi { width:19.875rem;height:11.5rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuPT4ZlS0ZkhF63mLncOUk6W7V3Iz3PB { width:19.875rem;height:11.5rem;top:68.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFZH3hvxky206mSTUosmU32MWb02l65z { 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; }
 }@media only screen and (max-width: 763px) { #Ty2LJFTFmVHr12JFKDWIh3i9MIuqBiXw { top:21.055469512939rem;left:0rem;width:19.9375rem;height:1.54375rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TQABnmcXtTvgLuuMZP0D7mIO5sbE3qaS { top:23.732814788818rem;left:3.0624999403954rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XJNqNnLdvStm0T5kPB2TFHqOeK9iXLwT { display:block; }
 }@media only screen and (max-width: 763px) { #XpUWkHW6vUMuLQnbxD9Voymh5D9mEJUl { top:41.9375rem;left:0.6875rem;width:18.3125rem;height:1.54375rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f1kz9H1tfqMTT23EUIPUC1O08kBBkxLC { top:44.25rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vak3LVZrEh3RHz5E30fQfat5UmAZ8lUS { display:block; }
 }@media only screen and (max-width: 763px) { #krqwA6Hp4TBHxrVT3Vbgd6Co2W03EuFD { top:61.1875rem;left:0rem;width:19.9375rem;height:3.0875rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ELtvc8fbpQwSILixMDo2T5hBlSTZnU2H { top:83.625rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15189;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ti8HHw5poxZK1EhMUqG4gXfcTd2sd02y { display:block; }
 }@media only screen and (max-width: 763px) { #ACL3x3b1VFrQZ6XIWP9SFInGeCeHNQhu { top:81.4375rem;left:0rem;width:19.9375rem;height:1.54375rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CgiqX18N2LnkmOJSEJlGZawDA3el6isK { top:138.21093559265rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #bz8CKLW5qEE3A2mEsCGUHqkB9TEXiMZB { display:block; }
 }@media only screen and (max-width: 763px) { #CLaDW42z7Ag2VWo2lMwSDVBe1WR0BgO7 { top:64.25rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FNeqtrHXLoGHACq37qaoVte1xkwHSC8I { display:block; }
 }@media only screen and (max-width: 763px) { #clIUGy8XFrx7VrAnR0AUQ8tHRBsRra6o { top:45.375rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #l7KlaAtzHR8C9wLUzAccJAgWSNC9Vrt8 { display:block; }
 }@media only screen and (max-width: 763px) { #Bba5TpkOu6DplKmfsvxctNQZ1u9LZkdL { 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(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #z5v4cERKpqw7Hy93x4PbaiWVeDla0TzN { width:20rem;height:1.7875rem;top:3.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #wNMblJr0VuZEbRvuQdpe5T5HZSa6JAPR { top:104.86250286103rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wSEocW5tsAT87N1MOOH0Ie5PtTcAMhaV { display:block; }
 }@media only screen and (max-width: 763px) { #X9v57LUFgqE5Xz0fJrFDikvEorFStpEF { top:100.52500286103rem;left:0rem;width:19.9375rem;height:3.0875rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Rv6cWh6W1LNTuu1ms1AWB9CRbMUWIPrS { width:20rem;height:11.588785046729rem;top:87.687502861025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqgUhCzi21pf2epkZym0iCe4vi6XT0NR { display:block; }#vqgUhCzi21pf2epkZym0iCe4vi6XT0NR > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNTt6g2U2T28PStZwk2PD3lTTFWHVX1u { width:14.125rem;height:1.1375rem;top:0.94219970703125rem;left:2.9140625596046rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15162;color:#006c35;font-family:"saudi nd";display:block; }
 }@media only screen and (max-width: 763px) { #mXAw3hQm5CHBsmcx0cVNy3XrVTemiDUU { top:0.875rem;left:8.8125rem;width:3.1875rem;height:1.9375rem;z-index:15160;background-color:#ffffff;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XerdB5ExvoSo79dn4DiAgmGrKzB4RaI0 { display:block; }
 }@media only screen and (max-width: 763px) { #EuXthETCqT5qmEsIPFcNsE0UxrD59cpa { top:7.5625rem;left:6.8125rem;width:6.3125rem;height:1.875rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #SczyzBtlDimN4tMgsC8EyzipSfUbAE7k { display:block; }
 }@media only screen and (max-width: 763px) { #q6FxNZH2LpSoiJpLkOQ3RSWNHeRnsDUg { top:0.32499997615814rem;left:3.7903028946562rem;width:4.625rem;height:2.375rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lAIcRLq6t4gangXu6NirWq3lsXWJi3Vg { display:block; }
 }@media only screen and (max-width: 763px) { #LTXeqig1woJyyfe67trCatSiyz3idRi7 { display:block; }#LTXeqig1woJyyfe67trCatSiyz3idRi7 > .row .container { width:20rem;height:97.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2ohNv9vUWLAb0fkpcFAJVo2TLG9K3ZG { top:6.1875rem;left:0rem;width:20rem;height:11.625rem;z-index:15000;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCOT1beHXGIcTaNVVKXbym7V6yr0JAdb { top:20.75rem;left:3.9375rem;width:12.125rem;height:2.375rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OMkX9T3rzUTqIvNIM6vzuhNKBrdWkiS7 { display:block; }
 }@media only screen and (max-width: 763px) { #Mz5Hq3f94wIkBei5q45MMTB1TfZoAWad { display:flex;width:1.8125rem;height:1.8125rem;top:21rem;left:5.9375rem;font-size:2.1875rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #tFq8m3TPUTEcsHusVeDLbhu0AWdBJsI4 { top:39.375rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kEulz6OFe91ZVZBl9qWrcDBT1IABNlA5 { display:block; }
 }@media only screen and (max-width: 763px) { #QsuVPasowKfNAlzNGQOw1yui1AM13EOu { display:flex;width:1.8125rem;height:1.8125rem;top:39.875rem;left:5.9375rem;font-size:2.1875rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #OqFzFF8HSlrcTU4HzciGDJ3KVnPeTDSD { top:24.561632156372rem;left:0rem;width:20rem;height:11.625rem;z-index:15001;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHNDvhx0D9WipS9vt0ZAEORamTWxXFQt { top:3.3416666984558rem;left:1.629166662693rem;width:15.375rem;height:1.7875rem;z-index:15192;font-family:"saudi nd";font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zl9l0fxl49uLx09xTdJniZmm6n8lSBNs { top:0.81171798706056rem;left:0.25000005960464rem;width:20rem;height:1.625rem;z-index:15191;font-family:"saudi nd";font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wk9r1iT9gV2FLMQqKz8VsBHtKAMJl2oi { top:75.7890625rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TEzJcJql1TVitWFt7t3sMSfkEv1pEyHP { display:block; }
 }@media only screen and (max-width: 763px) { #rkfkHR6P3oHp3NCG5Igu7Qbf7ThmCPm1 { top:57.534378051757rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v2RiOlNkXtZPuei3qwfg3Jm43SxBpZgI { display:block; }
 }@media only screen and (max-width: 763px) { #mTbbSarEE60O1QJVTbm79WHhntK6X8wP { top:61.937499046326rem;left:0.6875rem;width:18.625rem;height:10.8125rem;z-index:15000;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLIRl3pp4zh3AOioh8ochX41INFAlBXy { top:44.312494277954rem;left:1.09375rem;width:17.8125rem;height:10.3125rem;z-index:15001;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7DDaQXLkyPfV9PDcC2UHMnC45VqOQin { top:93.0625rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NZHMNzLb0ORTieF7tOhg74QDxZdEnOa8 { display:block; }
 }@media only screen and (max-width: 763px) { #lHpQnZM5DWXgLOIEi81w1CnmgtMgAT9n { top:79.562497138975rem;left:0.6875rem;width:18.625rem;height:10.8125rem;z-index:15000;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcHU2XPoGJMNEos5WQM0SuGtPhAT7vhT { top:18.75rem;left:0rem;width:20rem;height:1.38125rem;z-index:15192;font-family:"saudi nd";font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qwyZ9kKGTysP5olKd7T4GGdAK3oePQ3w { top:36.812499046326rem;left:0rem;width:20rem;height:1.7875rem;z-index:15192;font-family:"saudi nd";font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vkf7A2gOPQTS3qOmmLEUZXDrPGPnpPyQ { top:73.973068714144rem;left:0rem;width:20rem;height:1.38125rem;z-index:15192;font-family:"saudi nd";font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m8h8piVWP9TuIsdOOJ3EawMTIl6486td { top:55.248266220093rem;left:0rem;width:20rem;height:1.7875rem;z-index:15192;font-family:"saudi nd";font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wiXfKH5az7V2XKeOfIwl2TwyV18DhSEC { top:91.040796279906rem;left:0rem;width:20rem;height:1.38125rem;z-index:15192;font-family:"saudi nd";font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vi7D26uUfnKHyf14qmAnT3dJksUVXQtv { display:block; }#vi7D26uUfnKHyf14qmAnT3dJksUVXQtv > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbZGgmSkROZLOP0EKBL5lOPdo5JzE72X { width:9.9375rem;height:1.3rem;top:0.94270706176756rem;left:3.7895835042rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15162;color:#006c35;font-family:"saudi nd";display:block; }
 }@media only screen and (max-width: 763px) { #SZGQIfbe9l0N2fxpZdf36EfIw1d2p1ge { top:0.875rem;left:8.8125rem;width:3.1875rem;height:1.9375rem;z-index:15160;background-color:#ffffff;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kDzucOR1Eb1Xd4qXTTtTS6SrVLw6KpzD { display:block; }
 }@media only screen and (max-width: 763px) { #JF1bB8q64J3lfmPaZdUMGdOBHmTqMTLE { top:7.5625rem;left:6.8125rem;width:6.3125rem;height:1.875rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #RbsdTmA4OzCvoDFIleiahnASP6sQbGEn { display:block; }
 }@media only screen and (max-width: 763px) { #X19yKKGwAn7m7Daf3Aw0NRxnDIAw0CoZ { top:0.32499997615814rem;left:3.7903028946562rem;width:4.625rem;height:2.375rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #itQlZlFuhfvdXS3goWI0PGO7R7StkbkG { display:block; }
 }@media only screen and (max-width: 763px) { #GeATVegD0XVRqSF5HymQXyFufAG2ywQV { display:block; }#GeATVegD0XVRqSF5HymQXyFufAG2ywQV > .row .container { width:20rem;height:89.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIol6Owfw9onVlbviZHttQ3cUfxlwHC8 { top:6.1875rem;left:0rem;width:20rem;height:11.625rem;z-index:15000;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfrdfTmrcWQBKKhRCftcWl9eyxTTP4FL { top:20.0625rem;left:5.1250000596046rem;width:9.8125rem;height:1.9375rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RkPmyeqAWNAbHQLTMCzzQPJgsgOQMAOT { display:block; }
 }@media only screen and (max-width: 763px) { #Fy3CJ3PMVmWQkyXTpOCqV7gLVwKKsKGh { display:flex;width:1.8125rem;height:1.8125rem;top:20.1875rem;left:6.0000000596046rem;font-size:2.1875rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #DoKAD6UVI2qEJkkULdhOJloldqpBCify { top:36.6875rem;left:4.5625000596046rem;width:9.4375rem;height:1.8125rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u2y03QmtInN3yp381FNsTxMGqDZ9ah80 { display:block; }
 }@media only screen and (max-width: 763px) { #xFVdQGbSBvhIy8wLSEWiyXpslaI9T6Qs { display:flex;width:1.8125rem;height:1.8125rem;top:36.6875rem;left:5.0625000596046rem;font-size:2.1875rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #X8Ftq6dJINyU7W9vTMxxic9zXLOw9K7z { top:22.8125rem;left:0rem;width:20rem;height:11.625rem;z-index:15001;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHxgdFf64EivJgtR5GmRiFRRECybun7o { top:3.8125004768372rem;left:2.3125000596046rem;width:15.375rem;height:1.7875rem;z-index:15192;font-family:"saudi nd";font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hWFC0pO5mJV6yoGT0aVcJ6Zag3Py053l { top:1.1854166984558rem;left:0rem;width:20rem;height:1.86875rem;z-index:15191;font-family:"saudi nd";font-size:1.4375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wf51ng6yRysJ7nQGUwI8aFdclCfE9a1e { top:52.1796875rem;left:4.5000000596046rem;width:11.125rem;height:2.1875rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oIG79wc3KSvBxiLh0LuyeEJx7vFnKtle { display:block; }
 }@media only screen and (max-width: 763px) { #upNEHHuH2o6xVT2mZFDglUfCcFqNtoRo { top:39.25rem;left:1.0625rem;width:17.8125rem;height:10.3125rem;z-index:15001;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWCwMccnA8COLIT2gMMt96XEJuXIWhEw { top:69.125rem;left:4.625rem;width:10.5rem;height:2.0625rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i31wNkGTulhnXe4shEiOerp7V5XR6msL { display:block; }
 }@media only screen and (max-width: 763px) { #UXdTF2xTithkZp3Gxv0NsDvvsThWMfDi { top:56rem;left:0.6875rem;width:18.625rem;height:10.8125rem;z-index:15000;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyTvbP43pITQH5hisXemGQHADnGeZSpE { top:85.3125rem;left:4.625rem;width:11.4375rem;height:2.25rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kRTzbiZJxoTq4fcZKpb8cl6gzLkP3O3S { display:block; }
 }@media only screen and (max-width: 763px) { #dhNOxlHBdDm5JgGylDxwdudV5JRPoQeK { top:71.6875rem;left:0.6875rem;width:18.5625rem;height:10.75rem;z-index:15000;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZG2bEQQnQ9q8lQ2oiHiaLfR1Rlz5RqJ { top:83.25rem;left:0.625rem;width:18.6875rem;height:0;z-index:15191;font-family:"saudi nd";font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S7qtr9tBGdX3i5lWQrZuexI2IoEciGzt { top:18.25rem;left:0rem;width:19.6875rem;height:1.3rem;z-index:15192;font-family:"saudi nd";font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wyowSXM15w0B2Jrq8e48foUqKIggKHfq { top:34.875rem;left:0rem;width:20rem;height:1.3rem;z-index:15192;font-family:"saudi nd";font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E7PxxTlsZrZB0gR8JchpmRATDQRoeZwF { top:50.192710161209rem;left:0rem;width:20rem;height:1.3rem;z-index:15192;font-family:"saudi nd";font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WQpw4BFLUkXq71vvXMESuO8IIXEF4g2N { top:67.4375rem;left:0rem;width:20rem;height:1.21875rem;z-index:15192;font-family:"saudi nd";font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Tr3bX4zodg6iQiMbcymhhLqKMwZ1BGiq { top:83.25rem;left:0rem;width:20rem;height:1.3rem;z-index:15192;font-family:"saudi nd";font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K2aXPE2pTKQKKbLwS7h1fHRsaSJ8Tou9 { display:flex;width:1.8125rem;height:1.8125rem;top:52.3671875rem;left:5.1250000596046rem;font-size:2.1875rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #WSIqkKPn6DMHh5TBX74aLU7tZXRytbe6 { display:flex;width:1.8125rem;height:1.8125rem;top:69.14843940735rem;left:5.1250000596046rem;font-size:2.1875rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #MFuzvKBfK7VX38OZxWKSHdpTXQo4sbOW { display:flex;width:1.8125rem;height:1.8125rem;top:85.68750190735rem;left:5.1250000596046rem;font-size:2.1875rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #sn3TE8uKBJzaAmx0SJmn4eIkzAaqfmGF { display:flex;width:1.8125rem;height:1.8125rem;top:78.592712402344rem;left:2.8166669011116rem;font-size:2.1875rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #KPZ2gyyJNrofo5GHQILiLKu6pXxCIiTl { display:block; }#KPZ2gyyJNrofo5GHQILiLKu6pXxCIiTl > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaT96eVES45ZsFZwRHiWsIZzUSMmtpka { width:9.9375rem;height:1.3rem;top:0.94270706176756rem;left:3.7895835042rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15162;color:#006c35;font-family:"saudi nd";display:block; }
 }@media only screen and (max-width: 763px) { #koG3FeuRU6pTgui2CRdhevFyT7e8DBby { top:0.875rem;left:8.8125rem;width:3.1875rem;height:1.9375rem;z-index:15160;background-color:#ffffff;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wEzipbLZMqULKovIaXF0NBHl6nQ8tvfi { display:block; }
 }@media only screen and (max-width: 763px) { #nLM0hrLfcpQkSwlN1ld2OMgnTG9Gb99d { top:7.5625rem;left:6.8125rem;width:6.3125rem;height:1.875rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #bdJVQFfIbaTb4eTgb5P0v9RhXdTAsqEe { display:block; }
 }@media only screen and (max-width: 763px) { #r47qd6mM6krw6A5DKUA875Jezp72owGZ { top:0.32499997615814rem;left:3.7903028946562rem;width:4.625rem;height:2.375rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #at3m4ZpGOmfrHadUaxw5PFJq1cE5GCqq { display:block; }
 }@media only screen and (max-width: 763px) { #zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU.adaptive-delivery-prevent-bg, #zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU.lazyload, #zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU.lazyloading { background-image: none; }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row .container { background-color: transparent; background-image: none; }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row .container > .video-iframe-container { display: none; }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row > .video-iframe-container { display: none; }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .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); }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row .container { border-width: 0; border-radius: 0; }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuXEs3BNIt3FzRu0Emewzfs3rEeGc7VU > .row .container { width:20rem;height:326.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HdyAJntNVUC9Tk7PFXbmdHMTfOE8NVlw { width:19.8125rem;height:11.5rem;top:1.125rem;left:0.125rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkVcWJeAZpID5oIhnztEGiuClZiN7DF4 { width:19.812rem;height:11.499rem;top:24rem;left:0.25rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyT9VE5C36nrN59WXQ1kdkG6AtCQZKGD { width:19.75rem;height:11.5rem;top:64.6875rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD56amJWZ5x6iWmtHMl48r60zCsAetwF { width:19.75rem;height:11.5rem;top:43.0625rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w59n5ZVQtuacknW2UggnSi9f8J0MZ8Rp { width:19.8125rem;height:11.5rem;top:105.75rem;left:0rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhp6FqIfCTlyKd1lh0fzW8fAwTpMXQFS { width:19.75rem;height:11.5rem;top:84.9375rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDLZvM7Ot2u1Sz92SpDRPKG2K7ebqx07 { width:19.75rem;height:11.5rem;top:150.1875rem;left:0rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvFpgCi3E43G8Tt3lSw4a5uOxau6SOva { width:19.749rem;height:11.499rem;top:126.875rem;left:0.25rem;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; }
 }@media only screen and (max-width: 763px) { #XQzgfI1cybx0NJTQ1fyrRt6FhgTPvH6z { top:38rem;left:0.5625rem;width:18.598125rem;height:2.91113125rem;z-index:14993;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PysgIoWJvAOnpyS61W30zIuDdgxMNgRA { display:block; }
 }@media only screen and (max-width: 763px) { #UwZxKVnIChGJkC8fDAt1LZdaLTpqR4BN { top:20.1875rem;left:0.75rem;width:18.661125rem;height:2.97411875rem;z-index:14993;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #STbNSLXWaqyVLIg71ET6tU9a0194TUni { display:block; }
 }@media only screen and (max-width: 763px) { #SAbRW39VrrEza5EMHXEuTNG19b8yI1kh { top:80.4375rem;left:0.4375rem;width:18.661125rem;height:2.97411875rem;z-index:14993;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SyqqPHL3XRKo39iUo5S0VOrXIvkQ5mzw { display:block; }
 }@media only screen and (max-width: 763px) { #rMdnB2y6c9eJsqVe1bSTMyeKZ5gsE4xv { top:59.9375rem;left:0.625rem;width:18.725rem;height:3.03710625rem;z-index:14993;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BB8dGbGc5JWSNTsvE16FRNOdaTpoKVcO { display:block; }
 }@media only screen and (max-width: 763px) { #Lnz3uo5sI4cQksvDriBwFVWJRrCDTbuz { top:121.75rem;left:0.125rem;width:18.6875rem;height:2.999025rem;z-index:14993;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nKBq1i1vk6pTy7EbIp28q3owzTvosT3W { display:block; }
 }@media only screen and (max-width: 763px) { #GZXLz3A8ivwTtJLHFRKLPO6X139GBmnS { top:101.8125rem;left:0.625rem;width:18.725rem;height:3.03710625rem;z-index:14993;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m6fnu0mXbniCWaxfXJ09diIWAtFQgBwI { display:block; }
 }@media only screen and (max-width: 763px) { #JmV4W3ztLrRGiK7yFudffU6ctofXcF2k { top:145.375rem;left:0.6875rem;width:18.725rem;height:3.03710625rem;z-index:14993;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wwAgu1LULRBwBcCkzV5nG46bAQdVLq4N { display:block; }
 }@media only screen and (max-width: 763px) { #khlJfhIiHLTr3NKRQb19BMaF1Dn2cl1F { top:166.3125rem;left:0.6875rem;width:18.725rem;height:3.03710625rem;z-index:14993;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J4CrdJFb85lQ4WEwpIPiZecxNpdru7eD { display:block; }
 }@media only screen and (max-width: 763px) { #KhrxDKMboDoXRPTeus0JtpEeBC9CETK0 { display:flex;width:1.8125rem;height:1.8125rem;top:213.611328125rem;left:3.125rem;font-size:2.1875rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #dJ74b7TSTO8wgNoNlqTwlHqzhwFGZQQT { display:flex;width:1.8125rem;height:1.8125rem;top:237.986328125rem;left:3.125rem;font-size:2.1875rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #AaTMP825wVdKU2VzeGPN7mmsyztWceUM { display:flex;width:1.8125rem;height:1.8125rem;top:140.671875rem;left:3.125rem;font-size:2.1875rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #TU4LT4tWcFITLoTTkEP3AKF3KVUmzwmC { display:flex;width:1.8125rem;height:1.8125rem;top:166.111328125rem;left:3.125rem;font-size:2.1875rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #rWlkhULXWVTmdD6KHB7rlf5TkWOOTI2p { display:flex;width:1.8125rem;height:1.8125rem;top:105rem;left:3.125rem;font-size:2.1875rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #kCuuXcJU5RTQJkhg1HyUTm48cO4MAt19 { display:flex;width:1.8125rem;height:1.8125rem;top:81.016673088075rem;left:3.7500002980233rem;font-size:2.1875rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #yxQ1w55CLp0oDpC0HsRdzgD01FKkgXfp { display:flex;width:1.8125rem;height:1.8125rem;top:62.875rem;left:3rem;font-size:2.1875rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #Ab5Utx1TXGsFIrypXd59DZqQxVQHZU4H { top:209.625rem;left:0.625rem;width:18.6875rem;height:2.999025rem;z-index:14993;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MFTA5kTHaRvuICTIEstgDVAfZ1cJ48zp { display:block; }
 }@media only screen and (max-width: 763px) { #QqUA2VqQ8dW0pkQOlCfdJr1wFP5q0N9u { top:186.5625rem;left:0.5625rem;width:18.6245rem;height:2.9360375rem;z-index:14993;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #asvNK5LNDyeplJPWnX1kX7gO9AF9x6Zb { display:block; }
 }@media only screen and (max-width: 763px) { #BErkMNSyREfM5dIG18gDDF7VVo1kDTXa { width:19.749rem;height:11.499rem;top:190.5625rem;left:0.25rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBVdUub784r1yh5rBJTOCBQ3fb238K0l { width:19.749rem;height:11.499rem;top:170.1875rem;left:0.0625rem;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; }
 }@media only screen and (max-width: 763px) { #iGn5biRSzu4dvX7AG5tcrMnKWBUfMcSg { width:19.9995rem;height:11.5869375rem;top:235.3125rem;left:0rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtfb6NqoRVhVVvFIvUR306fbPJu1gvTM { width:19.9995rem;height:11.5869375rem;top:213.5625rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #g0qJARCpFyPdrfUe3plgssKlf0k4HXVs { width:19.9980625rem;height:11.620625rem;top:278.1875rem;left:0rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVGx9U2kGHHgBESC77QTwLx9eDFcFRMz { width:19.9995rem;height:11.620625rem;top:258rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #m6BXi7dDMnoWlo333b8QS8ODw0lWf2ud { width:19.9995rem;height:11.6015625rem;top:302.875rem;left:0rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK5gdmun3MXvTExJMkWnlrp6QuVqlRqo { width:17.2485625rem;height:6.3375rem;top:13.5625rem;left:1.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIJ9HVdgFgLFAoQtsON6FgnH5pxBCXyI { top:299.0625rem;left:0.625rem;width:18.6875rem;height:2.999025rem;z-index:14993;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ug7H9GElBzCpZQehgl3MnGwiVHNphsBh { display:block; }
 }@media only screen and (max-width: 763px) { #hVVwZ4lTawbTk6GuPG3SvL2ueICEXB65 { top:274.125rem;left:0.625rem;width:18.6875rem;height:2.999025rem;z-index:14993;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NiEQJKv8qOiKZnGECXxDvWmhXcA3VDGz { display:block; }
 }@media only screen and (max-width: 763px) { #UA1nnBAr11eUO8ddxeccqbbJT8bkCfJ5 { width:17.25rem;height:1.70625rem;top:36.25rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm9rEve2LsMukpEBJOT0ZWEWTTEJQmFV { top:321.75rem;left:0.6875rem;width:18.5615rem;height:2.87305rem;z-index:14993;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ugoF3mvw43L2rwvyGDPp17rZKkp1JolR { display:block; }
 }@media only screen and (max-width: 763px) { #ehipnIVTVkhUKVx4XDtly0bdT4LmENRP { top:231.1875rem;left:0.6875rem;width:18.6875rem;height:2.999025rem;z-index:14993;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #b9BVewsf66fiEg5vLBgeJo094xEU7MAl { display:block; }
 }@media only screen and (max-width: 763px) { #frNONFAq2mOdm6MsoTMlM5icDm7a0o1b { top:254.1875rem;left:0.625rem;width:18.6875rem;height:2.999025rem;z-index:14993;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nOh48CisHrDbTDgWcTFt53TZQIlL8e5e { display:block; }
 }@media only screen and (max-width: 763px) { #itXNpMulTHHQTrrRqBPup8XsgKewfA7w { width:17.25rem;height:4.225rem;top:55.3125rem;left:1.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4xJ7JlBefrHz1S4ynkHdUvIxkadS1Q4 { width:17.25rem;height:3.4125rem;top:76.75rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o31dzM2BLcJNMbgQrDf0O6BNJMubWf20 { width:17.25rem;height:3.4125rem;top:117.75rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekGT7CJmfGsNgAb9pLlZTSoNm2vEFvX1 { width:17.25rem;height:4.225rem;top:97.25rem;left:1.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDsQh6TOgdrQyiUVh0iDtHSGXo0CCClO { width:17.25rem;height:3.4125rem;top:162.3125rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STbOl0CfaxoFesKctVkwlCm5KebX3TcR { width:17.25rem;height:6.3375rem;top:138.375rem;left:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BunqEfLRJm2QtbWLC52NIvfOU6rzi4mx { width:17.25rem;height:3.4125rem;top:182.625rem;left:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwDPHw1Uwd5p3XsXuSCQCsQlTbmPntSb { width:17.25rem;height:6.3375rem;top:202.9375rem;left:1.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWatdBdZVByBAIlfTQsdXUfPrOVaKFH1 { width:17.25rem;height:6.3375rem;top:247.5rem;left:1.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaDZC7LqyFmKhJSDRbT4lqlFfh3J6rzO { width:17.25rem;height:5.11875rem;top:225.8125rem;left:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIoAo7LpPx9u3L2xEv5fUWZ3ddNPnLAq { width:17.25rem;height:8.45rem;top:290.3125rem;left:1.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtgO3RdRrxNZ9APHxwwu635msgfDyKPg { width:17.25rem;height:3.4125rem;top:270.4375rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htTkITyhhTUkRLqmzll9oBmszKlUCBod { width:17.25rem;height:6.3375rem;top:315.0625rem;left:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { display:block; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { background-color: transparent; background-image: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container > .video-iframe-container { display: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container { display: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { width:20rem;height:11.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container.adaptive-delivery-prevent-bg, #fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container.lazyload, #fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #uCXJ3FaAdhBy76BmnEbII3D9NpEg5kg5 { width:18rem;height:2.8rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #MI3fsdvyyyLEa9iU0E2Ku48vR4nfqyie { width:15.8125rem;height:0;top:11.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #KE6sRrik8yw8wMfASZsbh1dtQDUDcKoV { width:2.43706875rem;height:2.43706875rem;top:7.0138893127444rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #QFQchOQI3boW3GD2U6bxKN7axzZgvGyF { width:2.43706875rem;height:2.43706875rem;top:11.5625rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #XdDXBdmD65bdCunoKZSctyerPR4I3swE { width:2.43706875rem;height:2.43706875rem;top:20.200738906861rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #OOpMUEQXF5Hf7KrLWg4qLRsPUTLeK8KE { top:1.0753040313721rem;left:11.129557669162rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R3uzmMEhB3FpoTGwl2pDym1rDEzJ4awK { width:15.061875rem;height:2.6003875rem;top:3.4320735931396rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }