.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:#ffffff;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); }#IVNpEJyyz1uNzoQPnZJHPRmixZzrkAU1 { position:relative;z-index:auto;display:block; }#IVNpEJyyz1uNzoQPnZJHPRmixZzrkAU1 { background-color: transparent; background-image: none; }#IVNpEJyyz1uNzoQPnZJHPRmixZzrkAU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVNpEJyyz1uNzoQPnZJHPRmixZzrkAU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVNpEJyyz1uNzoQPnZJHPRmixZzrkAU1 > .row .container > .video-iframe-container { display: none; }#IVNpEJyyz1uNzoQPnZJHPRmixZzrkAU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVNpEJyyz1uNzoQPnZJHPRmixZzrkAU1 > .row > .video-iframe-container { display: none; }#IVNpEJyyz1uNzoQPnZJHPRmixZzrkAU1 > .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); }#IVNpEJyyz1uNzoQPnZJHPRmixZzrkAU1 { border-width: 0; border-radius: 0; }#IVNpEJyyz1uNzoQPnZJHPRmixZzrkAU1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVNpEJyyz1uNzoQPnZJHPRmixZzrkAU1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b98c65;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qaklPoWoot6p6L6Oh1wJNFgR0W8tih7I { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:13.25rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.40625rem;left:46.750001907349rem;display:block; }
#cC8cnGm2DeGkPaS4gcBKcb9Gy5zJhAcT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y9LQKaIy5V5MGkr2DMWa6ZUH0S1Q7LFQ { 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:46.041666030884rem; }
#z05cvDxMXT7LBmDqmPmfG2hMkxWuHxTg { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;height:1.3rem;top:1.5625rem;left:4.625rem;font-style:normal;display:block; }
#u1Gdbt6wgUBGJypvQNaQ09aZbVsESDpg { 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; }
#u1Gdbt6wgUBGJypvQNaQ09aZbVsESDpg > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#KBX5eg1lTC0TefvbF7MlNlT1tzpMZ3QP { position:relative;display:block; }#KBX5eg1lTC0TefvbF7MlNlT1tzpMZ3QP { background-color: transparent; background-image: none; }#KBX5eg1lTC0TefvbF7MlNlT1tzpMZ3QP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBX5eg1lTC0TefvbF7MlNlT1tzpMZ3QP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBX5eg1lTC0TefvbF7MlNlT1tzpMZ3QP > .row .container > .video-iframe-container { display: none; }#KBX5eg1lTC0TefvbF7MlNlT1tzpMZ3QP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBX5eg1lTC0TefvbF7MlNlT1tzpMZ3QP > .row > .video-iframe-container { display: none; }#KBX5eg1lTC0TefvbF7MlNlT1tzpMZ3QP > .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); }#KBX5eg1lTC0TefvbF7MlNlT1tzpMZ3QP { border-width: 0; border-radius: 0; }#KBX5eg1lTC0TefvbF7MlNlT1tzpMZ3QP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KBX5eg1lTC0TefvbF7MlNlT1tzpMZ3QP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cTevSHdw6Bo2n3KxGATLS9pC4WFbwQW2 { color:#006c35;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1585941314698rem;left:34.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cFRhSiJz8ipLlHqCcsWMkbMihJ8DPBnb { 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; }
#FM0dHPkuNoroSUiT69HwVqf2EvOreFev { 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; }
#K1svMzwz96u2gg0at0AHseDT54ETPXVN { 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:1.875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.2820358276368rem;left:34.3125rem;display:block; }
#D0ThFfpZLm3bkVTXStggTsF12mz37cTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oqU7wdm9pop3IiETwnkxH69y3Gz6n6Ng { 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:4.4375rem;height:2.625rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:0.71875rem;left:27.312501907349rem;display:block; }
#zilNPL2bWeOIMUwAuqN3PIptVkgtBxAR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LB10SCL7wq19SdAC0on6L4vlJe6hlwd3 { 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:4.25rem;height:2.375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:0.78125rem;left:21.687501907349rem;display:block; }
#tzCMfOqKyVfTn6J6X4hT8bl5U83uC3EW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#giXZZOKnRBqpeVsuBRqD7RmAdUkT12TS { 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:4.875rem;height:2.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.0625rem;left:32.937501907349rem;display:block; }
#QmWLBCEAfr61UkxXRm5DX7bud9A2QuxK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge { position:relative;display:block; }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge { background-color: transparent; background-image: none; }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row .container > .video-iframe-container { display: none; }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row > .video-iframe-container { display: none; }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .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); }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge { border-width: 0; border-radius: 0; }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:69.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row .container.adaptive-delivery-prevent-bg, #lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row .container.lazyload, #lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row .container.lazyloading { background-image: none; }#pfyh8nbXITtpurf8szOMwlDSq0SBtkHU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#F67obTiiLXZpSUuJlwbC8OoJp7U685eS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H5KVE0ElmMaL8q6llqTVMLWLRJFB3sAd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#f5CVkUCaSFUdCZI9lOyfnqwqW8WTQTag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAmCoWgBM9KJQADZQPLdsPC8VB5aK3qo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#OJHVQQkc6D1PMqOMbGfFNfyiGfqeETBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lf8XS2Kw08QEg9IqxuXJ4ATJ0JSXs0lx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#lf8XS2Kw08QEg9IqxuXJ4ATJ0JSXs0lx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vEKFv9eNwDcHIFkfE5fIHlt44HagnTzC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#vEKFv9eNwDcHIFkfE5fIHlt44HagnTzC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vcg9cve0yTKVMB3Jx1n4s8axceE8e8G2 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#ZdFaGyQXnR0Z4kCqxPH5JaF2T2ICKxtb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LeJrdfoquScShSHdxeGpVPL3oCVAMf8E { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:60rem;display:none; }
#rRR8TcXc00kWsJiUPsax04ynlxc0n3fR { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:10.4375rem;left:0rem;display:none; }
#QcLbyZaNxpELAsVL9EyLZoxzC9xh0aCs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#G6L90bVxc91OUzaoScuQxceo3uT2ExLn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:38.1875rem;left:28.25rem; }
#a2PqTdA9f8zNVem4BsDHf1p7mgCi2BMf { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6253875rem;top:42.0625rem;left:23.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r33p6Dbq5konbXTuORCT5zG25GDcCTKZ { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4625rem;top:44.0625rem;left:25.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gzWOz0mlrH99gOtTKeiwtZwboeG3mnJ2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#EGGroggROuM7ObdqHCNta00JFAhe2XTn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#cXz1u65J90btoZ4cr9QMIFaKFy7MeSRh { color:#0e849e;display:block;width:26.3125rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1640625rem;left:16.843751907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eqgGlUI4T2WRV9Dn1uyIRxK0WI089dP2 { position:absolute;display:block;z-index:15177;height:3.625rem;width:4.9375rem;top:2.5rem;left:51.053123474121rem;display:none; }
#FyDQ4h27Rn925EU7GS5XtuCsVnUxiIf5 { position:absolute;display:block;z-index:15178;height:2.5625rem;width:4.625rem;top:2.5rem;left:3.7531204223633rem;display:none; }
#FeOpXzPT7Q5bTGXwhsx3V8pQApDtP56Q { 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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.4375rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:26.593751907349rem;display:block; }
#czisEpgDcgC4U5KSZtTb3LXwUN56U5iH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cD2qWG1Shv2Ht4Tos4EQomKPhpterHrQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:20.249219894409rem;left:26.906251907349rem; }
#KBu9nbZclBvxlPJe2qM25xhWH1wT3UJu { position:absolute;display:block;z-index:14999;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:24rem;width:19.1875rem;top:4.9992198944092rem;left:19.843751907349rem;display:block; }
#OwdLUVaJayTPdDNeb9QHCNDW0DoUnGSE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:19.780469894409rem;left:35.800001144409rem; }
#OwdLUVaJayTPdDNeb9QHCNDW0DoUnGSE > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#PxHJUSNDPmTP59uu1PIlaS4FMUhkaXd6 { box-sizing:content-box;height:8.625rem;width:5.1875rem;position:absolute;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:27.6015625rem;left:33.328126907349rem;display:block; }
#kFyvmuN9hN0rkNgHxVQo8EsFAdVWUmkv { box-sizing:content-box;height:9.3125rem;width:5.6875rem;position:absolute;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:28.186721801757rem;left:27.156251907349rem;display:block; }
#PTLCTye0Mb4mMhakcZA7X6WVxqrEHRb0 { box-sizing:content-box;height:9.3125rem;width:6.0625rem;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:27.467971801757rem;left:20.425001144409rem;display:block; }
#TVT810EqCI1icyxKuggTBHmKCFpMts9O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5rem;width:4.5625rem;top:28.18593788147rem;left:33.7109375rem;overflow:hidden;display:block; }
#D2M8q5hhmTLN8NJUmetrMuTiUxEavUKl { 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:2.875rem;width:5.375rem;top:29.060935974121rem;left:27.218751907349rem;overflow:hidden;display:block; }
#b9AXLoa3fTayrMfBiC6qkx0DmvrMlUh1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.1875rem;top:28.185935974121rem;left:21.187501907349rem;overflow:hidden;display:block; }
#ee9BQTb6AoIEuquInPrJ2y6CZfQaPWRh { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:32.425003051757rem;left:33.253126144409rem;height:3.16699375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X8WOCiWgnL0JyhpZe4lKbX4Cvy7HoHwe { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:33.561717987061rem;left:27.656251907349rem;height:0.89375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kRwgddyMBvlwpaFfNhO4tFsRvBznIi06 { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:32.790626525879rem;left:20.175001144409rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvtrBd2nxPrr6380tMTTqfZrDXT8OH5a { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:18.125rem;top:46.9375rem;left:20.75rem;overflow:hidden;display:block; }
#X1uqZaP8w4p1A2hfsLKAI3iEPabSySfh { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:22.5rem;top:30.850002288818rem;left:8.78750038147rem;overflow:hidden;display:none; }
#VdLwmhLVTMxHP63O3TpNwVPrD8xqTyTU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15167;opacity:1;top:4.6875rem;left:10.35000038147rem;display:none; }
#VdLwmhLVTMxHP63O3TpNwVPrD8xqTyTU > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#GNpoT2x5lc8HtvGhoTh3Ro5Dn1idsWLk { color:#006c35;display:block;width:6.4375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.284375190735rem;left:40.531251907349rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DalcSgk29idusGfcJey5yk2wDgL2gEcp { 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;display:none; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-form-header {  }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:bold;color:#000000;width:17.0625rem;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; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .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:17.0625rem;box-sizing:border-box;height:1.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .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:17.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:17.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .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; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .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:#32785c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#ffffff;width:17.0625rem;height:4.0625rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.5) ; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .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:15.875rem;overflow:hidden;font-style:normal; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .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; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:cairo;font-size:0.75rem;font-weight:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-container:first-of-type{padding-top:0;}#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-container:last-of-type{padding-bottom:0;}#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20.218751907349rem;top:48.74609375rem;z-index:15031;position:absolute;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;box-shadow: 0.0625rem 0.5rem 0.1875rem rgba(0,0,0,0.5) ; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.0625rem;display:block;vertical-align:top; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 {display:block;}#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20.218751907349rem;top:48.74609375rem;z-index:15031;position:absolute;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;box-shadow: 0.0625rem 0.5rem 0.1875rem rgba(0,0,0,0.5) ; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #L7r8vPGDFRO967T9w6liDMD8nTZUnvLt { position:relative; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #hhko9TUXLds5ewKbWgJmItanq83BmsSQ { position:relative;display:block; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #krnNam2nKIJ4ckD1sbUAEWcMJJyUqxHN { position:relative; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #rDmbgevTVUKxsZwEKXRTZ9XT26VK1STi { position:relative; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #RW8rtfTEux61JBfisT3nkWheETKkivbc { position:relative;display:block; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #IfB5Q4LC6qIwCh4Ulsh17DBHrVR4XpeL { position:relative; }
#palJvfsIDe6ppkswVVyOWDP0naNccG9n { position:relative;display:block; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #cO6TW2d5cRHX5n4rTVmPG1OntggKODko { position:relative; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #VPE0pk35DdaNE0a7IaCNAlAEBbIuShAP { position:relative;display:block; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #sT2z4gx4mfVX0BOB1XMgKcOFPuD7nWo8 { position:relative; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #cmqLGuBMsW67m3fgfS6EvepOTMcrmeqz { position:relative; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #HXzB1SBb8yGlepXTRJthru8ROysrfFkN { position:relative; }
#T5DAJyZKvR19MlxzsFJccuTykov8gr3A { position:absolute;display:block;z-index:15221;height:3.3125rem;width:5.9375rem;top:18.75rem;left:8.5625rem;display:block; }
#VWS65uPSGf1PPHh6s7yDub6aNhTCVLPN { position:absolute;display:block;z-index:15222;height:3.4984375rem;width:6.2484375rem;top:23.3125rem;left:8.4375rem;display:block; }
#xXP1m9bHRTa5bhkwyyZOP3tSU2q8gJE6 { position:relative;display:block; }#xXP1m9bHRTa5bhkwyyZOP3tSU2q8gJE6 { background-color: transparent; background-image: none; }#xXP1m9bHRTa5bhkwyyZOP3tSU2q8gJE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXP1m9bHRTa5bhkwyyZOP3tSU2q8gJE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXP1m9bHRTa5bhkwyyZOP3tSU2q8gJE6 > .row .container > .video-iframe-container { display: none; }#xXP1m9bHRTa5bhkwyyZOP3tSU2q8gJE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXP1m9bHRTa5bhkwyyZOP3tSU2q8gJE6 > .row > .video-iframe-container { display: none; }#xXP1m9bHRTa5bhkwyyZOP3tSU2q8gJE6 > .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); }#xXP1m9bHRTa5bhkwyyZOP3tSU2q8gJE6 { border-width: 0; border-radius: 0; }#xXP1m9bHRTa5bhkwyyZOP3tSU2q8gJE6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xXP1m9bHRTa5bhkwyyZOP3tSU2q8gJE6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e6izk4pAuLuPCZttW7Xyz5HWxnTJ98iT { 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:45rem;width:60rem;top:14.43603515625rem;left:0rem;overflow:hidden;display:none; }
#D9ZWsPFhc5umRhPoFTMTdIcuq8ySUVVQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14.8125rem;left:5.25rem;display:none; }
#bvBARzAmOpKo9KRnG17gTUsQRNvvTEoi { 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.625rem;height:3.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.5625rem;left:21.6875rem;display:block; }
#MTmJPxZQttZ9T3PvaHTtU3VH1WoKVSUG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATDRI5drfKN8v2XfIPeygAWmb2SpXciS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.3125rem;left:24rem; }
#vKLwrZNVqWeQz975TFGMKDyuNTRLH3tK { 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; }#vKLwrZNVqWeQz975TFGMKDyuNTRLH3tK > .row .container { background-color: transparent; background-image: none; }#vKLwrZNVqWeQz975TFGMKDyuNTRLH3tK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKLwrZNVqWeQz975TFGMKDyuNTRLH3tK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKLwrZNVqWeQz975TFGMKDyuNTRLH3tK > .row .container > .video-iframe-container { display: none; }#vKLwrZNVqWeQz975TFGMKDyuNTRLH3tK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKLwrZNVqWeQz975TFGMKDyuNTRLH3tK > .row > .video-iframe-container { display: none; }#vKLwrZNVqWeQz975TFGMKDyuNTRLH3tK > .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); }#vKLwrZNVqWeQz975TFGMKDyuNTRLH3tK > .row .container { border-width: 0; border-radius: 0; }#vKLwrZNVqWeQz975TFGMKDyuNTRLH3tK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKLwrZNVqWeQz975TFGMKDyuNTRLH3tK > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:60rem;position:relative;display:block; }#TXm39lWpIykfCrDowoSq4ya8Pwoq3VGT { 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; }
#iZ5uup1bktvgTD1yGewSiloM3wmcdsaf { 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; }
#Gr7s6QruGk7t2VGRCRaawd6CFV9Rc8os { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r3kUVZpGgnAfJX2AcUHxkDy9FmDW7hFC { 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; }
#NZ2C3WMCZ4g3PowXOTxCDTp0NchVSAE4 { 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; }
#pbUPJDlO43iADReLHRnAtUvPyOLnJ7Ps { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fN9I2k2hpqIK8Ex98ThTLPmpzRGpkCRl { 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; }
#sy6LMSbkIKLT00STCpK795cfClrXB0x1 { 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; }
#ybtLBlcOle1KTxcJlBbSkpCcZururR9e { 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:1.9375rem;left:20.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SRICRaH18JnBR8I4ZNJUq5IxMR9vyXzz { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35625rem;top:4.7683715820312E-7rem;left:20.000001907349rem;text-align:center;text-align-last:center;display:block; }
#dehBOkEdIoIDSTVHdFFCJis2vQqryhpi { 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:37.75rem;display:block; }
#vhDipNSheFbQI5S96lh9ScH7fG6TOU15 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ISOFdVd8Nomnf8PDvMqvCUolSG0O7J4z { 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; }
#RqqmSwqFTXKu3aUFCUSoxGTAVarvLSVG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3R6fK8xaref0WCnF4R6FFzhl86oafmG { 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.8125rem;left:35.25rem;overflow:hidden;display:block; }
#DWe0W9l5vOl8CgcDiCyFpMzfyZl62nbM { 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; }
#h8hRkM3ngy8dGB5l4t3nTeWLdias8RV8 { 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; }
#PFILbTLzGazUDQsrru0ox3fxJkA4eRPW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DTO61DA79zTpJyx5UGn587McpkJ756oe { 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; }
#uNprNkirMHQ4OahkS7JnA5lZJUpJB70e { 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; }
#Iw5cVCveRT3kpETDv2XhbuWtQm18BzcA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FWlf3tbaElROnLxWHoVvCskTUyvzbdNT { 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; }
#myJEed5Nyuf4g0QhrXy5BmUx4ihc9Py0 { 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; }
#f6JIRSh7RN621KXJkCPs56qKUVnIvhQo { 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; }
#G7hhxs7xrtbckNiPiJHbQlfgGyowa52Z { 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; }
#hOPhiheRMzmmRdwgvNwzTCOPWmJeBJpN { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:1.3rem;top:34.4375rem;left:35.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JOGMK9H5IeE3NmVQiVqDLR3HR0VXFFAs { 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; }
#xGV7zybkpP7dDmfPPQxKCdz98Ex6FFp9 { 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; }
#ZG71l3ye3oqVf51RlIVgQBb5nAltlAFy { 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; }
#mUbfH517sCKkkxTFurSXT191HxpoBvCX { 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; }
#iEOIQwlETyWCHI4QnVWPgSByvRwFRVKE { 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; }
#sQgcxg7ZMT1idmxye2vQzRxe0oTkUVhp { 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; }
#rdVos4UOlB2otPOkWSWWO3m0PsNMTvl8 { 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; }
#x0MDCRbUzaeATt3DgE2rhLeQwSAyRU3U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#x0MDCRbUzaeATt3DgE2rhLeQwSAyRU3U > .row .container { border-width: 0; border-radius: 0; }#x0MDCRbUzaeATt3DgE2rhLeQwSAyRU3U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x0MDCRbUzaeATt3DgE2rhLeQwSAyRU3U > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:none; }#lmpxlSDl5DJprNcWe5o2paobDzIcMN2k { background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:26.25rem;left:10.0625rem;display:block; }
#zTgo4KxHGpW6F0T5KQ6XlAalS8eeMKJl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ep5gd07ApO2t20JSwoc5STVUqW1CAEWB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:26.5rem;left:10.6875rem; }
#bTSnztr2ATB0XhkUC675TSlPlFtMxTmu { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:15.8125rem;width:8.875rem;top:4rem;left:10.9375rem;overflow:hidden;display:block; }
#l2LhQGzJKqvb9tbgTSDkmEa22s25yX75 { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.75rem;width:8.8125rem;top:4.0625rem;left:31.0625rem;overflow:hidden;display:block; }
#ZqemkfOuOZ0tat9S1PoGhV1sUfe1yocb { background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:26.25rem;left:28.875rem;display:block; }
#goGycWvroy3S07JFxdmhski6eDaMFV1K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p5FVU4PWDzafoLwaVumx8DLTzTRPTu82 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15197;opacity:1;top:26.4375rem;left:28.875rem; }
#wg10mpCQbPHiCJwMmBu7XC10B5CLJC3b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15218;opacity:1;top:45.375rem;left:26.125rem;display:none; }
#tWEkCAoJ8VuSE2FXI4qJmSnI6o1ABBnZ { color:#0e849e;display:block;width:12.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.125rem;left:29.375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WGn7CsurFfPqQlZVPPc7JNvuz9saMatc { color:#0e849e;display:block;width:12.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.125rem;left:9.25rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9rPXkZPVayRvVTHRowomPsNQeJbhwro { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:9.5rem;top:1.8199224472046rem;left:32.625rem;overflow:hidden;display:none; }
#oHzNnxi6RogQAL90B1czvECsvx1wE5dW { position:relative;display:none; }#oHzNnxi6RogQAL90B1czvECsvx1wE5dW { border-width: 0; border-radius: 0; }#oHzNnxi6RogQAL90B1czvECsvx1wE5dW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oHzNnxi6RogQAL90B1czvECsvx1wE5dW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ROawUCx7IczJD51N9wK5uZ0LeiG3ntAt { box-sizing:content-box;height:2.1875rem;width:16.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#b98c65;background-image:none;top:0.8125rem;left:20.1875rem;display:block; }
#KgbSkIK1WK68NBETkct913KWFhbC7F20 { color:#ffffff;display:block;width:19.749625rem;position:absolute;font-family:"alw font";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.875rem;left:15.0625rem;height:1.95rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fBqw9X8VBt3JZI8LcrfWmLcCRur41sbM { box-sizing:content-box;height:2.25rem;width:6.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:13.5rem;left:45.0625rem;display:block; }
#tq9nQDSSsHsOJJ9NR8G422U7gz0ty1iD { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:8.75rem;left:43.8125rem;height:1.38164375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uq30aTdfhGgd88VkfBKW5GatD44ST3rW { box-sizing:content-box;height:9.4980625rem;width:9.4980625rem;position:absolute;display:block;z-index:15007;background-color:#b98c65;background-image:none;top:6.625rem;left:43.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#A52U0nFfCG24r7JJRlplhMv0qIwg6VDC { color:#fdfdfd;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:11.3125rem;left:44.5625rem;height:1.54296875rem;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; }
#BFzGqd7tgzTTpL9e2fCfh6gi3Zpe5ugv { 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:block; }
#aENF7JS3tDCMWpbDLgZqvaLKKtOOL5gI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#icRfT7wMtIEUW9UIvTzs61DA1PlOZ0Mc { color:#0e849e;display:block;width:16.9359375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:20.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5Ux80bWGuSkIh39hyBKwCVOaODzpiEL { box-sizing:content-box;height:2.25rem;width:6.8745rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#ffffff;background-image:none;top:14.125rem;left:8.8125rem;display:block; }
#qHBAshwTWMnTOnTPsGbkxnk2msR6NOMe { box-sizing:content-box;height:9.4980625rem;width:9.4980625rem;position:absolute;display:block;z-index:15032;background-color:#b98c65;background-image:none;top:7.375rem;left:7.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#eE9E4NN36gHVoZnQ6xykHXbxV3NIoZ0a { z-index:15140;top:14rem;left:9.25rem;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.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UzNTxBOG0l3MmChAE57ryOHBPhVRoDrH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y0F8TkMPJfgIGxvDWfPDhTCEtg6TptVK { box-sizing:content-box;height:9.5rem;width:9.5rem;position:absolute;display:block;z-index:15029;background-color:#b98c65;background-image:none;top:18.1875rem;left:43.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#dyBo1OUle33ONwTl9XscPUOQGBKhvkTE { box-sizing:content-box;height:2.25rem;width:6.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#ffffff;background-image:none;top:24.9375rem;left:45.25rem;display:block; }
#hUDTgSgtuxrmlM3T35TNqzbu6KHGDQFq { box-sizing:content-box;height:2.25rem;width:6.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:25.3125rem;left:26.75rem;display:block; }
#FMlgLhi7dIcIkZyHFAPDiKzKlCPzn3fN { box-sizing:content-box;height:2.25rem;width:6.8745rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#ffffff;background-image:none;top:13.75rem;left:26.6875rem;display:block; }
#bkRDhKAyom7FWPeGZlKdId0ovezG4HPf { color:#f8f8f8;display:block;width:9.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:19.25rem;left:44rem;height:2.596875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m8fkUka6Z8uxqDm2bOZJZqaXt7zNDWp9 { color:#fdfdfd;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:22.8125rem;left:44.375rem;height:1.54296875rem;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; }
#cm5nToBSCkMcGLJWtXDHzQFIoCxUZZr8 { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:19rem;left:25.5rem;height:3.8953125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uzqhGz86xU57AtZmJM1UoTXZuuJfAyMC { box-sizing:content-box;height:9.4995rem;width:9.4995rem;position:absolute;display:block;z-index:15030;background-color:#b98c65;background-image:none;top:18.5rem;left:25.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nKgTIL940I2AWyHPSDov8vzbeMflplWT { color:#fdfdfd;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:23.3125rem;left:26.625rem;height:;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; }
#MBX4Tvcr8zZEsQpXcZf9dPqMdOH9JeVV { z-index:15138;top:25rem;left:27.125rem;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.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#U8pauDrZ2X9UthE081ZhttfTLgxVG71u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lmBZyBolGNWSlqiav2GOzq5gXXvl08bx { color:#f4f4f4;display:block;width:9rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:7.375rem;left:25.6875rem;height:3.8953125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y571u5gk3UUDOIywaEbZxnTUkTcPirlS { box-sizing:content-box;height:9.4980625rem;width:9.4980625rem;position:absolute;display:block;z-index:15031;background-color:#b98c65;background-image:none;top:6.875rem;left:25.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Fyqdmgc1qFi8vSAJSTx8P0qN5BrGtdMc { z-index:15139;top:13.5rem;left:27.125rem;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.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qi5sGo4XyIroJ0fMTkT9klVrs0P4kD2Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LDAsTUF1ZfigOvaZrIgUon76DTeITHny { color:#fdfdfd;display:block;width:5.5620125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:11.8125rem;left:27.0625rem;height:1.54296875rem;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; }
#usSAwZr1dgvxmt5wCLwSmMDQp7GagLgR { color:#ffffff;display:block;width:10.0605625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:8.4375rem;left:7.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OCW42FUaS1GmQZhhs72oGmeaLXGOABr4 { color:#fdfdfd;display:block;width:6.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:12rem;left:8.3125rem;height:;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; }
#eD9BS81ATIkowi0Dvf5EA68AoSTpy3K2 { z-index:15137;top:24.6875rem;left:45.625rem;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.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kDCGqtATmdBLRZKAsHLVWazNf26MRW3I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RwUnoBWrmS21zoLRT9znzpC8NmxOIhpd { box-sizing:content-box;height:2.25rem;width:6.87425rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:24.9375rem;left:9.0625rem;display:block; }
#mBsT2pNTSNn7sGnNb7LxDbnyrhGvu0af { box-sizing:content-box;height:9.4980625rem;width:9.4980625rem;position:absolute;display:block;z-index:15006;background-color:#b98c65;background-image:none;top:18.1875rem;left:7.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#w0wUIQoT0qxc84fnFHKXUqPrpBNi3dA1 { z-index:15114;top:24.8125rem;left:9.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:block; }
#r34wWgnNIDN4RprvNR9uI503P0OMOE0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pEHNAvqWmc9ClfP81NE3Q5gd3W9hPT7E { color:#fdfdfd;display:block;width:6.624625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:22.8125rem;left:8.5625rem;height:;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; }
#Badx4T5aSEBfc2SWnPmidz9zEbtqM1qE { color:#ffffff;display:block;width:10.0605625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:20.3125rem;left:7.25rem;height:1.38164375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fLlaR24KrKnZw3vSLVEe46GTJNcEX3Ed { color:#fdfdfd;display:block;width:2.0625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:11.312109947204rem;left:45.499217987061rem;height:1.54296875rem;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; }
#qAM8ko31NoRJ1NT9XfpqTvgMGaqLQclC { color:#fdfdfd;display:block;width:2.0625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:11.595313072204rem;left:27.341800689698rem;height:1.54296875rem;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; }
#E9RUJpgRxdsXEKTbBfQ3moFbMk82Wzkn { color:#fdfdfd;display:block;width:2.0625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:11.845313072204rem;left:9.6222648620606rem;height:1.54296875rem;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; }
#nDs1nvcfRlN96LBf3bHe2PKbMpdIL015 { color:#fdfdfd;display:block;width:2.0625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:22.811718940735rem;left:45.186717987061rem;height:1.54296875rem;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; }
#um5PSIoaTehKKou4LHoaZvbKsKPlPvEh { color:#fdfdfd;display:block;width:2.0625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:23.124218940735rem;left:27.154300689698rem;height:1.54296875rem;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; }
#kk8ZPwHRTFzG0oc4tRzQQOiJ0XVGTTmM { color:#fdfdfd;display:block;width:2.0625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:22.624218940735rem;left:10.592578887939rem;height:1.54296875rem;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; }
#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X { 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; }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row .container { background-color: transparent; background-image: none; }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row .container > .video-iframe-container { display: none; }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row > .video-iframe-container { display: none; }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .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); }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row .container { border-width: 0; border-radius: 0; }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;position:relative;display:block; }#q8NbpDutMoTJVA8abo8LxQ8lkp9i1ls3 { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#wVXInLyt5irloBUFbBlzkegMtzVDRXaq { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#gGdJ5lBOzxvmOwNlgS2wxuET2UuVmdbd { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:39.999625rem;top:5.7492184638977rem;left:12.0234375rem;display:block; }
#mrF7XyhaNKfJy5ZNsSLwiERhLfuHnyTA { position:relative;display:block; }#mrF7XyhaNKfJy5ZNsSLwiERhLfuHnyTA { background-color: transparent; background-image: none; }#mrF7XyhaNKfJy5ZNsSLwiERhLfuHnyTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrF7XyhaNKfJy5ZNsSLwiERhLfuHnyTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrF7XyhaNKfJy5ZNsSLwiERhLfuHnyTA > .row .container > .video-iframe-container { display: none; }#mrF7XyhaNKfJy5ZNsSLwiERhLfuHnyTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrF7XyhaNKfJy5ZNsSLwiERhLfuHnyTA > .row > .video-iframe-container { display: none; }#mrF7XyhaNKfJy5ZNsSLwiERhLfuHnyTA > .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); }#mrF7XyhaNKfJy5ZNsSLwiERhLfuHnyTA { border-width: 0; border-radius: 0; }#mrF7XyhaNKfJy5ZNsSLwiERhLfuHnyTA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mrF7XyhaNKfJy5ZNsSLwiERhLfuHnyTA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LcaGaabr1RnQsdSPIxvFo1k6eb3xUqbn { color:#000000;display:block;width:58.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:13.808625rem;top:6.0554695129394rem;left:0rem;text-align:right;text-align-last:right;display:block; }
#e3mCNqQa7xEGmyBGtIPKsuPuZqEJ0fqz { color:#b98c65;display:block;width:32.25rem;position:absolute;font-family:cairo;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:2.6rem;top:1.1296882629394rem;left:25.987501144409rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CqphNJ7RJdg3kUkOuuFJOE4pk29U7Q28 { color:#000000;display:block;width:22.875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.54375rem;top:6rem;left:37.125rem;display:none; }
#Df9CZnw8bH2LRhbcMUSBfTL1TgND9gH4 { position:relative;display:block; }#Df9CZnw8bH2LRhbcMUSBfTL1TgND9gH4 { background-color: transparent; background-image: none; }#Df9CZnw8bH2LRhbcMUSBfTL1TgND9gH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Df9CZnw8bH2LRhbcMUSBfTL1TgND9gH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Df9CZnw8bH2LRhbcMUSBfTL1TgND9gH4 > .row .container > .video-iframe-container { display: none; }#Df9CZnw8bH2LRhbcMUSBfTL1TgND9gH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Df9CZnw8bH2LRhbcMUSBfTL1TgND9gH4 > .row > .video-iframe-container { display: none; }#Df9CZnw8bH2LRhbcMUSBfTL1TgND9gH4 > .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); }#Df9CZnw8bH2LRhbcMUSBfTL1TgND9gH4 { border-width: 0; border-radius: 0; }#Df9CZnw8bH2LRhbcMUSBfTL1TgND9gH4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Df9CZnw8bH2LRhbcMUSBfTL1TgND9gH4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dTQPDeCV28gTcUfT8qbqb8f9sLTyycnz { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15000;background-color:#b98c65;background-image:none;left:50.625rem;top:3.8125rem;display:block; }
#sKHi8ZTLBizUsdSo86Vy5mFiGXMQPZIC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:57.25rem;left:6.3125rem;display:none; }
#tsOiRGSfok07qF9uceEiruABCW2yuvRI { color:#b98c65;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:2.6rem;top:0.6875rem;left:47.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#onfazm1t6idroEq1p9N7F93EFvSSpfdp { color:#000000;display:block;width:22.875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.54375rem;top:6rem;left:37.125rem;display:block; }
#Bdpu2E4cCHbSAbFNDVH9N45ZWrq8mt8n { color:#000000;display:block;width:58.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.7625rem;top:9rem;left:1.625rem;text-align:right;text-align-last:right;display:block; }
#EUl6xATZbcMvdCZMSCqID2ISGIXU7Tx1 { color:#000000;display:block;width:57rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.76171875rem;top:13.8125rem;left:2.6875rem;text-align:right;text-align-last:right;display:block; }
#XxTyKSzKfXOmyAUMHeAOmdR5DUuoW5DA { box-sizing:content-box;height:1.875rem;width:0.9375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:2.9375rem;left:55.875rem;display:block; }
#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC { 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; }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row .container { background-color: transparent; background-image: none; }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row .container > .video-iframe-container { display: none; }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row > .video-iframe-container { display: none; }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .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); }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row .container { border-width: 0; border-radius: 0; }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;position:relative;display:block; }#CfWw7e2xwgn8WfwLmIu2n858Gorh7SL9 { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#SXXJZef5CrCHa1if0vSqqS7ox7WmXKKT { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#cdHHDRdEPKFRxiIcyrZNHpz17zkOflNP { color:#070606;display:block;width:19.4355625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.375rem;left:17.875rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sDlD5C8bTMoLMpUOyBdokIdiseNvJwPC { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:9.875rem;left:38.3125rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sRyPxDUNK2vZICNyVnEeM2H3eP7dUEho { position:absolute;display:block;z-index:14999;background-color:rgba(236,236,236,0.61);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem #b98c65 ;height:2.9375rem;width:20.1875rem;top:9.3125rem;left:38.3125rem;display:block; }
#sE7bo7TGq33eK6vzLTGSg1804hPiUuyV { box-sizing:content-box;color:#b98c65;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:9.1875rem;left:31.8125rem;display:block; }
#RKT3dViutQlbUFzESPuK3XGdpNuwKsCc { box-sizing:content-box;color:#b98c65;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:9.1875rem;left:27.8125rem;display:block; }
#xXC0JVMViFcogOx6anOR9DkIBbQbU61h { box-sizing:content-box;color:#b98c65;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:9.1875rem;left:23.6875rem;display:block; }
#kPwW2SwCmnzBiL0Pxqc5aW65chus7MNS { color:#b98c65;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.838623046875rem;left:10.655517578125rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hMbcA8uKKe1bVLdSDIZL0SUWw8hAykdu { box-sizing:content-box;color:rgba(185,140,101,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:15012;top:4.8125rem;left:55.6875rem;display:block; }
#MV829IXQq0xduhTB7C9Ilog30ZGcSyqU { 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.00039375rem;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; }
body { position:relative;display:block; }
#IVNpEJyyz1uNzoQPnZJHPRmixZzrkAU1 { display:block; }#IVNpEJyyz1uNzoQPnZJHPRmixZzrkAU1 > .row .container { width:47.75rem;position:relative;display:block; }#qaklPoWoot6p6L6Oh1wJNFgR0W8tih7I { width:13.25rem;height:3.5rem;top:0.375rem;left:34.5rem;display:block; }
#cC8cnGm2DeGkPaS4gcBKcb9Gy5zJhAcT { display:block; }
#y9LQKaIy5V5MGkr2DMWa6ZUH0S1Q7LFQ { top:1rem;left:39.916666030884rem;width:2.3125rem;height:2.3125rem;display:block; }
#z05cvDxMXT7LBmDqmPmfG2hMkxWuHxTg { top:1.5625rem;left:0rem;width:14.5rem;height:1.25rem;font-size:1rem;display:none; }
#u1Gdbt6wgUBGJypvQNaQ09aZbVsESDpg { top:0.625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
#u1Gdbt6wgUBGJypvQNaQ09aZbVsESDpg > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#KBX5eg1lTC0TefvbF7MlNlT1tzpMZ3QP { display:none; }#KBX5eg1lTC0TefvbF7MlNlT1tzpMZ3QP > .row .container { width:47.75rem;position:relative;display:none; }#cTevSHdw6Bo2n3KxGATLS9pC4WFbwQW2 { top:1.125rem;left:28.0625rem;width:5.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#cFRhSiJz8ipLlHqCcsWMkbMihJ8DPBnb { top:0.0625rem;left:9.8125rem;width:4rem;height:3.1875rem;font-size:2.4375rem;display:none; }
#FM0dHPkuNoroSUiT69HwVqf2EvOreFev { top:0.0625rem;left:34.75rem;width:7.0625rem;height:2.9501582278481rem;display:none; }
#K1svMzwz96u2gg0at0AHseDT54ETPXVN { width:6.3125rem;height:1.875rem;top:1.25rem;left:28.1875rem;display:none; }
#D0ThFfpZLm3bkVTXStggTsF12mz37cTm { display:block; }
#oqU7wdm9pop3IiETwnkxH69y3Gz6n6Ng { width:4.4375rem;height:2.625rem;top:0.6875rem;left:21.187501907349rem;display:none; }
#zilNPL2bWeOIMUwAuqN3PIptVkgtBxAR { display:block; }
#LB10SCL7wq19SdAC0on6L4vlJe6hlwd3 { width:4.25rem;height:2.375rem;top:0.75rem;left:15.562501907349rem;display:none; }
#tzCMfOqKyVfTn6J6X4hT8bl5U83uC3EW { display:block; }
#giXZZOKnRBqpeVsuBRqD7RmAdUkT12TS { width:4.875rem;height:2.125rem;top:1.0625rem;left:26.812501907349rem;display:none; }
#QmWLBCEAfr61UkxXRm5DX7bud9A2QuxK { display:block; }
#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge { display:block; }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row .container { width:47.75rem;position:relative;display:block; }#pfyh8nbXITtpurf8szOMwlDSq0SBtkHU { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#F67obTiiLXZpSUuJlwbC8OoJp7U685eS { display:block; }
#H5KVE0ElmMaL8q6llqTVMLWLRJFB3sAd { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#f5CVkUCaSFUdCZI9lOyfnqwqW8WTQTag { display:block; }
#aAmCoWgBM9KJQADZQPLdsPC8VB5aK3qo { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#OJHVQQkc6D1PMqOMbGfFNfyiGfqeETBg { display:block; }
#lf8XS2Kw08QEg9IqxuXJ4ATJ0JSXs0lx { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#lf8XS2Kw08QEg9IqxuXJ4ATJ0JSXs0lx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vEKFv9eNwDcHIFkfE5fIHlt44HagnTzC { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#vEKFv9eNwDcHIFkfE5fIHlt44HagnTzC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vcg9cve0yTKVMB3Jx1n4s8axceE8e8G2 { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#ZdFaGyQXnR0Z4kCqxPH5JaF2T2ICKxtb { display:block; }
#LeJrdfoquScShSHdxeGpVPL3oCVAMf8E { width:47.75rem;height:17.1875rem;display:none; }
#rRR8TcXc00kWsJiUPsax04ynlxc0n3fR { top:10.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
#QcLbyZaNxpELAsVL9EyLZoxzC9xh0aCs { display:none; }
#G6L90bVxc91OUzaoScuQxceo3uT2ExLn { top:38.1875rem;left:22.125rem;width:3.125rem;height:3.125rem;display:none; }
#a2PqTdA9f8zNVem4BsDHf1p7mgCi2BMf { top:42.0625rem;left:17.0625rem;width:14.5rem;height:1.625rem;font-size:1.25rem;display:none; }
#r33p6Dbq5konbXTuORCT5zG25GDcCTKZ { top:44.0625rem;left:19rem;width:10.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
#gzWOz0mlrH99gOtTKeiwtZwboeG3mnJ2 { display:none; }
#EGGroggROuM7ObdqHCNta00JFAhe2XTn { display:none; }
#cXz1u65J90btoZ4cr9QMIFaKFy7MeSRh { top:1.125rem;left:10.718751907349rem;width:26.3125rem;height:2.4375rem;font-size:1.75rem;display:block; }
#eqgGlUI4T2WRV9Dn1uyIRxK0WI089dP2 { top:2.5rem;left:42.8125rem;width:4.9375rem;height:3.625rem;display:block; }
#FyDQ4h27Rn925EU7GS5XtuCsVnUxiIf5 { top:2.5rem;left:0rem;width:4.625rem;height:2.5625rem;display:block; }
#FeOpXzPT7Q5bTGXwhsx3V8pQApDtP56Q { width:12.1875rem;height:2.4375rem;top:20.125rem;left:20.468751907349rem;display:none; }
#czisEpgDcgC4U5KSZtTb3LXwUN56U5iH { display:block; }
#cD2qWG1Shv2Ht4Tos4EQomKPhpterHrQ { top:20.1875rem;left:20.781251907349rem;width:2.3125rem;height:2.3125rem;display:none; }
#KBu9nbZclBvxlPJe2qM25xhWH1wT3UJu { width:19.1875rem;height:24rem;top:4.9375rem;left:13.718751907349rem;display:none; }
#OwdLUVaJayTPdDNeb9QHCNDW0DoUnGSE { top:19.75rem;left:29.675001144409rem;width:3.125rem;height:3.125rem;display:none; }
#OwdLUVaJayTPdDNeb9QHCNDW0DoUnGSE > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#PxHJUSNDPmTP59uu1PIlaS4FMUhkaXd6 { top:27.5625rem;left:27.203126907349rem;width:5.1875rem;height:8.625rem;display:none; }
#kFyvmuN9hN0rkNgHxVQo8EsFAdVWUmkv { top:28.125rem;left:21.031251907349rem;width:5.6875rem;height:9.3125rem;display:none; }
#PTLCTye0Mb4mMhakcZA7X6WVxqrEHRb0 { top:27.4375rem;left:14.300001144409rem;width:6.0625rem;height:9.3125rem;display:none; }
#TVT810EqCI1icyxKuggTBHmKCFpMts9O { width:4.5625rem;height:3.5rem;top:28.125rem;left:27.5859375rem;display:none; }
#D2M8q5hhmTLN8NJUmetrMuTiUxEavUKl { width:5.375rem;height:2.875rem;top:29rem;left:21.093751907349rem;display:none; }
#b9AXLoa3fTayrMfBiC6qkx0DmvrMlUh1 { width:4.1875rem;height:3.4375rem;top:28.125rem;left:15.062501907349rem;display:none; }
#ee9BQTb6AoIEuquInPrJ2y6CZfQaPWRh { top:32.375rem;left:27.128126144409rem;width:5.5625rem;height:3.125rem;font-size:0.8125rem;display:none; }
#X8WOCiWgnL0JyhpZe4lKbX4Cvy7HoHwe { top:33.5rem;left:21.531251907349rem;width:4.6875rem;height:0.875rem;font-size:0.6875rem;display:none; }
#kRwgddyMBvlwpaFfNhO4tFsRvBznIi06 { top:32.75rem;left:14.049995422363rem;width:6.1875rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#dvtrBd2nxPrr6380tMTTqfZrDXT8OH5a { top:46.9375rem;left:14.625rem;width:18.125rem;height:1.25rem;display:none; }
#X1uqZaP8w4p1A2hfsLKAI3iEPabSySfh { top:30.8125rem;left:2.6625003814698rem;width:22.5rem;height:22.5rem;display:none; }
#VdLwmhLVTMxHP63O3TpNwVPrD8xqTyTU { top:5.3125rem;left:4.8500003814697rem;width:3.125rem;height:3.125rem;display:none; }
#VdLwmhLVTMxHP63O3TpNwVPrD8xqTyTU > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#GNpoT2x5lc8HtvGhoTh3Ro5Dn1idsWLk { top:9.25rem;left:34.406251907349rem;width:6.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#DalcSgk29idusGfcJey5yk2wDgL2gEcp { width:9.8125rem;height:8.9375rem;display:none; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-regular-label { display:block; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9  { width:17.0625rem;height:auto; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 {display:block;}#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 { width:17.0625rem;height:auto; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #L7r8vPGDFRO967T9w6liDMD8nTZUnvLt {  }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #hhko9TUXLds5ewKbWgJmItanq83BmsSQ { display:block; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #krnNam2nKIJ4ckD1sbUAEWcMJJyUqxHN {  }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #rDmbgevTVUKxsZwEKXRTZ9XT26VK1STi {  }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #RW8rtfTEux61JBfisT3nkWheETKkivbc { display:block; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #IfB5Q4LC6qIwCh4Ulsh17DBHrVR4XpeL {  }
#palJvfsIDe6ppkswVVyOWDP0naNccG9n { display:block; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #cO6TW2d5cRHX5n4rTVmPG1OntggKODko {  }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #VPE0pk35DdaNE0a7IaCNAlAEBbIuShAP { display:block; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #sT2z4gx4mfVX0BOB1XMgKcOFPuD7nWo8 {  }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #cmqLGuBMsW67m3fgfS6EvepOTMcrmeqz {  }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #HXzB1SBb8yGlepXTRJthru8ROysrfFkN {  }
#T5DAJyZKvR19MlxzsFJccuTykov8gr3A { top:18.75rem;left:2.4375rem;width:5.9375rem;height:3.3125rem;display:block; }
#VWS65uPSGf1PPHh6s7yDub6aNhTCVLPN { top:23.3125rem;left:2.3125rem;width:6.1875rem;height:3.4375rem;display:block; }
#xXP1m9bHRTa5bhkwyyZOP3tSU2q8gJE6 { display:block; }#xXP1m9bHRTa5bhkwyyZOP3tSU2q8gJE6 > .row .container { width:47.75rem;position:relative;display:block; }#e6izk4pAuLuPCZttW7Xyz5HWxnTJ98iT { top:14.375rem;left:0rem;width:47.75rem;height:35.8125rem;display:block; }
#D9ZWsPFhc5umRhPoFTMTdIcuq8ySUVVQ { top:14.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
#bvBARzAmOpKo9KRnG17gTUsQRNvvTEoi { width:16.625rem;height:3.3125rem;top:0.5625rem;left:15.5625rem;display:none; }
#MTmJPxZQttZ9T3PvaHTtU3VH1WoKVSUG { display:block; }
#ATDRI5drfKN8v2XfIPeygAWmb2SpXciS { top:1.3125rem;left:17.875rem;width:1.875rem;height:1.875rem;display:none; }
#vKLwrZNVqWeQz975TFGMKDyuNTRLH3tK { display:none; }#vKLwrZNVqWeQz975TFGMKDyuNTRLH3tK > .row .container { width:47.75rem;position:relative;display:none; }#TXm39lWpIykfCrDowoSq4ya8Pwoq3VGT { width:18.625rem;height:10.8125rem;top:4.8125rem;left:29.125rem;display:none; }
#iZ5uup1bktvgTD1yGewSiloM3wmcdsaf { width:13.875rem;height:2.8125rem;top:18.875rem;left:31.6875rem;display:none; }
#Gr7s6QruGk7t2VGRCRaawd6CFV9Rc8os { display:block; }
#r3kUVZpGgnAfJX2AcUHxkDy9FmDW7hFC { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#NZ2C3WMCZ4g3PowXOTxCDTp0NchVSAE4 { width:13.875rem;height:2.8125rem;top:18.875rem;left:6.8125rem;display:none; }
#pbUPJDlO43iADReLHRnAtUvPyOLnJ7Ps { display:block; }
#fN9I2k2hpqIK8Ex98ThTLPmpzRGpkCRl { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#sy6LMSbkIKLT00STCpK795cfClrXB0x1 { width:17.8125rem;height:10.3125rem;top:5.0625rem;left:4.6875rem;display:none; }
#ybtLBlcOle1KTxcJlBbSkpCcZururR9e { top:1.9375rem;left:14.3125rem;width:20rem;height:1.75rem;font-size:1.375rem;display:none; }
#SRICRaH18JnBR8I4ZNJUq5IxMR9vyXzz { top:0rem;left:13.875001907349rem;width:20rem;height:2.3125rem;font-size:1.4375rem;display:none; }
#dehBOkEdIoIDSTVHdFFCJis2vQqryhpi { width:13.875rem;height:2.8125rem;top:36.3125rem;left:31.625rem;display:none; }
#vhDipNSheFbQI5S96lh9ScH7fG6TOU15 { display:block; }
#ISOFdVd8Nomnf8PDvMqvCUolSG0O7J4z { width:13.875rem;height:2.8125rem;top:36.3125rem;left:6.75rem;display:none; }
#RqqmSwqFTXKu3aUFCUSoxGTAVarvLSVG { display:block; }
#T3R6fK8xaref0WCnF4R6FFzhl86oafmG { width:18.625rem;height:10.8125rem;top:22.8125rem;left:29.125rem;display:none; }
#DWe0W9l5vOl8CgcDiCyFpMzfyZl62nbM { width:17.8125rem;height:10.3125rem;top:23.0625rem;left:4.6875rem;display:none; }
#h8hRkM3ngy8dGB5l4t3nTeWLdias8RV8 { width:13.875rem;height:2.8125rem;top:54.75rem;left:31.467882156372rem;display:none; }
#PFILbTLzGazUDQsrru0ox3fxJkA4eRPW { display:block; }
#DTO61DA79zTpJyx5UGn587McpkJ756oe { width:18.625rem;height:10.8125rem;top:41.0625rem;left:29.125rem;display:none; }
#uNprNkirMHQ4OahkS7JnA5lZJUpJB70e { width:13.875rem;height:2.8125rem;top:54.6875rem;left:6.0928821563721rem;display:none; }
#Iw5cVCveRT3kpETDv2XhbuWtQm18BzcA { display:block; }
#FWlf3tbaElROnLxWHoVvCskTUyvzbdNT { width:18.5625rem;height:10.75rem;top:41.1875rem;left:4.25rem;display:none; }
#myJEed5Nyuf4g0QhrXy5BmUx4ihc9Py0 { top:16.6875rem;left:28.4375rem;width:18.6875rem;height:;font-size:1.125rem;display:none; }
#f6JIRSh7RN621KXJkCPs56qKUVnIvhQo { top:16.6875rem;left:27.75rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
#G7hhxs7xrtbckNiPiJHbQlfgGyowa52Z { top:16.6875rem;left:3.7171878814698rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
#hOPhiheRMzmmRdwgvNwzTCOPWmJeBJpN { top:34.4375rem;left:27.75rem;width:20rem;height:1.25rem;font-size:0.9375rem;display:none; }
#JOGMK9H5IeE3NmVQiVqDLR3HR0VXFFAs { top:34.4375rem;left:4.6875rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
#xGV7zybkpP7dDmfPPQxKCdz98Ex6FFp9 { top:52.9375rem;left:27.75rem;width:20rem;height:1.25rem;font-size:0.9375rem;display:none; }
#ZG71l3ye3oqVf51RlIVgQBb5nAltlAFy { top:52.9375rem;left:3.0625rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
#mUbfH517sCKkkxTFurSXT191HxpoBvCX { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#iEOIQwlETyWCHI4QnVWPgSByvRwFRVKE { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#sQgcxg7ZMT1idmxye2vQzRxe0oTkUVhp { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#rdVos4UOlB2otPOkWSWWO3m0PsNMTvl8 { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#x0MDCRbUzaeATt3DgE2rhLeQwSAyRU3U { display:block; }#x0MDCRbUzaeATt3DgE2rhLeQwSAyRU3U > .row .container { width:47.75rem;position:relative;display:block; }#lmpxlSDl5DJprNcWe5o2paobDzIcMN2k { width:13.5625rem;height:3.5625rem;top:26.25rem;left:3.9375rem;display:block; }
#zTgo4KxHGpW6F0T5KQ6XlAalS8eeMKJl { display:block; }
#Ep5gd07ApO2t20JSwoc5STVUqW1CAEWB { top:26.5rem;left:4.5625rem;width:3.0625rem;height:3.0625rem;display:none; }
#bTSnztr2ATB0XhkUC675TSlPlFtMxTmu { top:4rem;left:4.8125rem;width:8.875rem;height:15.8125rem;display:block; }
#l2LhQGzJKqvb9tbgTSDkmEa22s25yX75 { top:4.0625rem;left:24.9375rem;width:8.8125rem;height:15.75rem;display:block; }
#ZqemkfOuOZ0tat9S1PoGhV1sUfe1yocb { width:13.5625rem;height:3.5625rem;top:26.25rem;left:22.75rem;display:block; }
#goGycWvroy3S07JFxdmhski6eDaMFV1K { display:block; }
#p5FVU4PWDzafoLwaVumx8DLTzTRPTu82 { top:26.4375rem;left:22.75rem;width:3.0625rem;height:3.0625rem;display:none; }
#wg10mpCQbPHiCJwMmBu7XC10B5CLJC3b { top:45.375rem;left:20rem;width:3.125rem;height:3.125rem;display:none; }
#tWEkCAoJ8VuSE2FXI4qJmSnI6o1ABBnZ { top:21.125rem;left:23.25rem;width:12.25rem;height:2.875rem;font-size:0.8125rem;display:none; }
#WGn7CsurFfPqQlZVPPc7JNvuz9saMatc { top:21.125rem;left:3.125rem;width:12.25rem;height:2.875rem;font-size:0.6875rem;display:none; }
#H9rPXkZPVayRvVTHRowomPsNQeJbhwro { top:1.8125rem;left:19rem;width:9.5rem;height:11.9375rem;display:none; }
#oHzNnxi6RogQAL90B1czvECsvx1wE5dW { display:block; }#oHzNnxi6RogQAL90B1czvECsvx1wE5dW > .row .container { width:47.75rem;position:relative;display:block; }#ROawUCx7IczJD51N9wK5uZ0LeiG3ntAt { top:0.8125rem;left:14.0625rem;width:16.875rem;height:2.125rem;display:block; }
#KgbSkIK1WK68NBETkct913KWFhbC7F20 { top:0.875rem;left:8.9375rem;width:19.6875rem;height:0;font-size:1.5rem;display:block; }
#fBqw9X8VBt3JZI8LcrfWmLcCRur41sbM { top:13.5rem;left:38.9375rem;width:6.8125rem;height:2.25rem;display:block; }
#tq9nQDSSsHsOJJ9NR8G422U7gz0ty1iD { width:9.375rem;height:1.375rem;top:8.75rem;left:37.6875rem;font-size:1.0625rem;display:block; }
#Uq30aTdfhGgd88VkfBKW5GatD44ST3rW { top:6.625rem;left:37.625rem;width:9.4375rem;height:9.4375rem;display:block; }
#A52U0nFfCG24r7JJRlplhMv0qIwg6VDC { width:6.5625rem;height:;top:11.25rem;left:38.436717987061rem;font-size:1.1875rem;display:block; }
#BFzGqd7tgzTTpL9e2fCfh6gi3Zpe5ugv { top:13.375rem;left:39.375rem;width:6rem;height:2.4375rem;display:block; }
#aENF7JS3tDCMWpbDLgZqvaLKKtOOL5gI { display:block; }
#icRfT7wMtIEUW9UIvTzs61DA1PlOZ0Mc { top:3.8125rem;left:14.0625rem;width:16.875rem;height:1.1875rem;font-size:0.75rem;display:block; }
#T5Ux80bWGuSkIh39hyBKwCVOaODzpiEL { top:14.125rem;left:2.6875rem;width:6.8125rem;height:2.25rem;display:block; }
#qHBAshwTWMnTOnTPsGbkxnk2msR6NOMe { top:7.375rem;left:1.375rem;width:9.4375rem;height:9.4375rem;display:block; }
#eE9E4NN36gHVoZnQ6xykHXbxV3NIoZ0a { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:block; }
#UzNTxBOG0l3MmChAE57ryOHBPhVRoDrH { display:block; }
#y0F8TkMPJfgIGxvDWfPDhTCEtg6TptVK { top:18.1875rem;left:37.6875rem;width:9.4375rem;height:9.4375rem;display:block; }
#dyBo1OUle33ONwTl9XscPUOQGBKhvkTE { top:24.9375rem;left:39.125rem;width:6.8125rem;height:2.25rem;display:block; }
#hUDTgSgtuxrmlM3T35TNqzbu6KHGDQFq { top:25.3125rem;left:20.625rem;width:6.8125rem;height:2.25rem;display:block; }
#FMlgLhi7dIcIkZyHFAPDiKzKlCPzn3fN { top:13.75rem;left:20.5625rem;width:6.8125rem;height:2.25rem;display:block; }
#bkRDhKAyom7FWPeGZlKdId0ovezG4HPf { width:9.375rem;height:2.5625rem;top:19.25rem;left:37.875rem;font-size:1rem;display:block; }
#m8fkUka6Z8uxqDm2bOZJZqaXt7zNDWp9 { width:6.9375rem;height:;top:22.75rem;left:38.249217987061rem;font-size:1.1875rem;display:block; }
#cm5nToBSCkMcGLJWtXDHzQFIoCxUZZr8 { width:9.375rem;height:3.875rem;top:19rem;left:19.375rem;font-size:1rem;display:block; }
#uzqhGz86xU57AtZmJM1UoTXZuuJfAyMC { top:18.5rem;left:19.3125rem;width:9.4375rem;height:9.4375rem;display:block; }
#nKgTIL940I2AWyHPSDov8vzbeMflplWT { width:6.5625rem;height:;top:23.25rem;left:20.500003814698rem;font-size:1.1875rem;display:block; }
#MBX4Tvcr8zZEsQpXcZf9dPqMdOH9JeVV { top:25rem;left:21rem;width:6rem;height:2.4375rem;display:block; }
#U8pauDrZ2X9UthE081ZhttfTLgxVG71u { display:block; }
#lmBZyBolGNWSlqiav2GOzq5gXXvl08bx { width:9rem;height:3.875rem;top:7.375rem;left:19.5625rem;font-size:1rem;display:block; }
#y571u5gk3UUDOIywaEbZxnTUkTcPirlS { top:6.875rem;left:19.125rem;width:9.4375rem;height:9.4375rem;display:block; }
#Fyqdmgc1qFi8vSAJSTx8P0qN5BrGtdMc { top:13.5rem;left:21rem;width:6rem;height:2.4375rem;display:block; }
#qi5sGo4XyIroJ0fMTkT9klVrs0P4kD2Q { display:block; }
#LDAsTUF1ZfigOvaZrIgUon76DTeITHny { width:5.5rem;height:;top:11.8125rem;left:20.937107086182rem;font-size:1.1875rem;display:block; }
#usSAwZr1dgvxmt5wCLwSmMDQp7GagLgR { width:10rem;height:2.4375rem;top:8.4375rem;left:1.1242179870606rem;font-size:0.875rem;display:block; }
#OCW42FUaS1GmQZhhs72oGmeaLXGOABr4 { width:6.5625rem;height:;top:12rem;left:2.1871109008789rem;font-size:1.1875rem;display:block; }
#eD9BS81ATIkowi0Dvf5EA68AoSTpy3K2 { top:24.6875rem;left:39.5rem;width:6rem;height:2.4375rem;display:block; }
#kDCGqtATmdBLRZKAsHLVWazNf26MRW3I { display:block; }
#RwUnoBWrmS21zoLRT9znzpC8NmxOIhpd { top:24.9375rem;left:2.9375rem;width:6.8125rem;height:2.25rem;display:block; }
#mBsT2pNTSNn7sGnNb7LxDbnyrhGvu0af { top:18.1875rem;left:1.625rem;width:9.4375rem;height:9.4375rem;display:block; }
#w0wUIQoT0qxc84fnFHKXUqPrpBNi3dA1 { top:24.8125rem;left:3.375rem;width:6rem;height:2.4375rem;display:block; }
#r34wWgnNIDN4RprvNR9uI503P0OMOE0f { display:block; }
#pEHNAvqWmc9ClfP81NE3Q5gd3W9hPT7E { width:6.5625rem;height:;top:22.8125rem;left:2.4375rem;font-size:1.1875rem;display:block; }
#Badx4T5aSEBfc2SWnPmidz9zEbtqM1qE { width:10rem;height:1.375rem;top:20.3125rem;left:1.125rem;font-size:1.0625rem;display:block; }
#fLlaR24KrKnZw3vSLVEe46GTJNcEX3Ed { width:2.0625rem;height:1.5rem;top:11.25rem;left:39.374217987061rem;font-size:1.1875rem;display:block; }
#qAM8ko31NoRJ1NT9XfpqTvgMGaqLQclC { width:2.0625rem;height:1.5rem;top:11.5625rem;left:21.216800689698rem;font-size:1.1875rem;display:block; }
#E9RUJpgRxdsXEKTbBfQ3moFbMk82Wzkn { width:2.0625rem;height:1.5rem;top:11.8125rem;left:3.4972648620606rem;font-size:1.1875rem;display:block; }
#nDs1nvcfRlN96LBf3bHe2PKbMpdIL015 { width:2.0625rem;height:1.5rem;top:22.75rem;left:39.061717987061rem;font-size:1.1875rem;display:block; }
#um5PSIoaTehKKou4LHoaZvbKsKPlPvEh { width:2.0625rem;height:1.5rem;top:23.0625rem;left:21.029300689698rem;font-size:1.1875rem;display:block; }
#kk8ZPwHRTFzG0oc4tRzQQOiJ0XVGTTmM { width:2.0625rem;height:1.5rem;top:22.5625rem;left:4.4675788879394rem;font-size:1.1875rem;display:block; }
#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X { display:block; }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row .container { width:47.75rem;position:relative;display:block; }#q8NbpDutMoTJVA8abo8LxQ8lkp9i1ls3 { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#wVXInLyt5irloBUFbBlzkegMtzVDRXaq { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#gGdJ5lBOzxvmOwNlgS2wxuET2UuVmdbd { top:5.6875rem;left:5.8984375rem;width:39.9375rem;height:22.465054359884rem;display:block; }
#mrF7XyhaNKfJy5ZNsSLwiERhLfuHnyTA { display:block; }#mrF7XyhaNKfJy5ZNsSLwiERhLfuHnyTA > .row .container { width:47.75rem;position:relative;display:block; }#LcaGaabr1RnQsdSPIxvFo1k6eb3xUqbn { top:6rem;left:0rem;width:47.75rem;height:0;font-size:0.8125rem;display:none; }
#e3mCNqQa7xEGmyBGtIPKsuPuZqEJ0fqz { top:1.125rem;left:15.5rem;width:32.25rem;height:2.5625rem;font-size:1.125rem;display:none; }
#CqphNJ7RJdg3kUkOuuFJOE4pk29U7Q28 { top:4.0625rem;left:0rem;width:18.25rem;height:1rem;font-size:1.1875rem;display:none; }
#Df9CZnw8bH2LRhbcMUSBfTL1TgND9gH4 { display:none; }#Df9CZnw8bH2LRhbcMUSBfTL1TgND9gH4 > .row .container { width:47.75rem;position:relative;display:none; }#dTQPDeCV28gTcUfT8qbqb8f9sLTyycnz { top:3.8125rem;left:38.375rem;width:9.375rem;height:0.125rem;display:none; }
#sKHi8ZTLBizUsdSo86Vy5mFiGXMQPZIC { top:57.25rem;left:0.1875rem;width:12.5rem;height:1.25rem;font-size:1.4375rem;display:none; }
#tsOiRGSfok07qF9uceEiruABCW2yuvRI { top:0.6875rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:none; }
#onfazm1t6idroEq1p9N7F93EFvSSpfdp { top:5.9375rem;left:24.875rem;width:22.875rem;height:1.5rem;font-size:1.1875rem;display:none; }
#Bdpu2E4cCHbSAbFNDVH9N45ZWrq8mt8n { top:9rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:none; }
#EUl6xATZbcMvdCZMSCqID2ISGIXU7Tx1 { top:13.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:none; }
#XxTyKSzKfXOmyAUMHeAOmdR5DUuoW5DA { top:2.9375rem;left:46.8125rem;width:0.9375rem;height:1.875rem;display:block; }
#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC { display:block; }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row .container { width:47.75rem;position:relative;display:block; }#CfWw7e2xwgn8WfwLmIu2n858Gorh7SL9 { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#SXXJZef5CrCHa1if0vSqqS7ox7WmXKKT { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#cdHHDRdEPKFRxiIcyrZNHpz17zkOflNP { top:13.375rem;left:11.75rem;width:19.375rem;height:1.25rem;font-size:0.6875rem;display:block; }
#sDlD5C8bTMoLMpUOyBdokIdiseNvJwPC { width:19.3125rem;height:1.75rem;top:9.875rem;left:28.4375rem;font-size:0.4375rem;display:block; }
#sRyPxDUNK2vZICNyVnEeM2H3eP7dUEho { top:9.3125rem;left:27.5625rem;width:20.125rem;height:2.875rem;display:block; }
#sE7bo7TGq33eK6vzLTGSg1804hPiUuyV { top:9.1875rem;left:25.6875rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
#RKT3dViutQlbUFzESPuK3XGdpNuwKsCc { top:9.1875rem;left:21.6875rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
#xXC0JVMViFcogOx6anOR9DkIBbQbU61h { top:9.1875rem;left:17.5625rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
#kPwW2SwCmnzBiL0Pxqc5aW65chus7MNS { top:0.8125rem;left:4.5302734375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:block; }
#hMbcA8uKKe1bVLdSDIZL0SUWw8hAykdu { width:3.625rem;height:3.625rem;top:4.8125rem;left:44.125rem;font-size:2.5rem;display:block; }
#MV829IXQq0xduhTB7C9Ilog30ZGcSyqU { width:37.0625rem;height:2rem;top:5.6875rem;left:10.6875rem;font-size:0.875rem;display:block; }
body { position:relative;display:block; }
#IVNpEJyyz1uNzoQPnZJHPRmixZzrkAU1 { position:relative;z-index:auto;display:block; }#IVNpEJyyz1uNzoQPnZJHPRmixZzrkAU1 > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; }#qaklPoWoot6p6L6Oh1wJNFgR0W8tih7I { width:5.9375rem;height:3.5rem;top:0rem;left:11rem;font-size:0.75rem;display:block; }
#cC8cnGm2DeGkPaS4gcBKcb9Gy5zJhAcT { display:block; }
#y9LQKaIy5V5MGkr2DMWa6ZUH0S1Q7LFQ { display:flex;width:1.8125rem;height:1.8125rem;top:0.875rem;left:16.1875rem;font-size:2.1875rem; }
#z05cvDxMXT7LBmDqmPmfG2hMkxWuHxTg { top:1.25rem;left:2rem;width:6.75rem;height:0.975rem;z-index:15023;font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
#u1Gdbt6wgUBGJypvQNaQ09aZbVsESDpg { display:flex;top:0.5625rem;left:8.6875rem;width:2.37421875rem;height:2.37421875rem;z-index:15025; }
#u1Gdbt6wgUBGJypvQNaQ09aZbVsESDpg > img { max-width: 100%;max-height:100%; width:2.37421875rem; height:2.37421875rem; }#KBX5eg1lTC0TefvbF7MlNlT1tzpMZ3QP { display:block; }#KBX5eg1lTC0TefvbF7MlNlT1tzpMZ3QP > .row .container { width:20rem;height:3.375rem;position:relative;display:block; }#cTevSHdw6Bo2n3KxGATLS9pC4WFbwQW2 { width:3.1875rem;height:1.3rem;top:1.625rem;left:10.562500536442rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15161;color:#006c35;font-family:"saudi nd";display:none; }
#cFRhSiJz8ipLlHqCcsWMkbMihJ8DPBnb { 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; }
#FM0dHPkuNoroSUiT69HwVqf2EvOreFev { 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; }
#K1svMzwz96u2gg0at0AHseDT54ETPXVN { top:1.1875rem;left:10.687500536442rem;width:3.1875rem;height:1.9375rem;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; }
#D0ThFfpZLm3bkVTXStggTsF12mz37cTm { display:block; }
#oqU7wdm9pop3IiETwnkxH69y3Gz6n6Ng { top:1.1500015258789rem;left:6.6250000596044rem;width:3.25rem;height:2.0625rem;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:0.75rem;text-align:center;text-align-last:center;color:#006c35;display:block; }
#zilNPL2bWeOIMUwAuqN3PIptVkgtBxAR { display:block; }
#LB10SCL7wq19SdAC0on6L4vlJe6hlwd3 { top:1.09375rem;left:3.0625000596046rem;width:3.375rem;height:2.1875rem;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:0.875rem;text-align:center;text-align-last:center;color:#006c35;display:block; }
#tzCMfOqKyVfTn6J6X4hT8bl5U83uC3EW { display:block; }
#giXZZOKnRBqpeVsuBRqD7RmAdUkT12TS { top:1.03125rem;left:10.362499773503rem;width:3.1875rem;height:2.1875rem;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:0.875rem;text-align:center;text-align-last:center;color:#006c35;display:block; }
#QmWLBCEAfr61UkxXRm5DX7bud9A2QuxK { display:block; }
#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge { display:block; }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge { background-color: transparent; background-image: none; }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row .container > .video-iframe-container { display: none; }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row > .video-iframe-container { display: none; }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .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); }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge { border-width: 0; border-radius: 0; }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row .container { width:20rem;height:75.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row .container.adaptive-delivery-prevent-bg, #lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row .container.lazyload, #lgDGy0ZefDtKRGNoIfRKygO0WiXUsdge > .row .container.lazyloading { background-image: none; }#pfyh8nbXITtpurf8szOMwlDSq0SBtkHU { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#F67obTiiLXZpSUuJlwbC8OoJp7U685eS { display:block; }
#H5KVE0ElmMaL8q6llqTVMLWLRJFB3sAd { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#f5CVkUCaSFUdCZI9lOyfnqwqW8WTQTag { display:block; }
#aAmCoWgBM9KJQADZQPLdsPC8VB5aK3qo { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#OJHVQQkc6D1PMqOMbGfFNfyiGfqeETBg { display:block; }
#lf8XS2Kw08QEg9IqxuXJ4ATJ0JSXs0lx { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#lf8XS2Kw08QEg9IqxuXJ4ATJ0JSXs0lx > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#vEKFv9eNwDcHIFkfE5fIHlt44HagnTzC { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#vEKFv9eNwDcHIFkfE5fIHlt44HagnTzC > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#vcg9cve0yTKVMB3Jx1n4s8axceE8e8G2 { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#ZdFaGyQXnR0Z4kCqxPH5JaF2T2ICKxtb { display:block; }
#LeJrdfoquScShSHdxeGpVPL3oCVAMf8E { top:11.8125rem;left:0.3125rem;width:18.5625rem;height:2.6875rem;z-index:15185;overflow:hidden;display:none; }
#rRR8TcXc00kWsJiUPsax04ynlxc0n3fR { top:12.505859375rem;left:2.34375rem;width:15.9375rem;height:0;z-index:15186;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
#QcLbyZaNxpELAsVL9EyLZoxzC9xh0aCs { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#G6L90bVxc91OUzaoScuQxceo3uT2ExLn { display:flex;top:47.4375rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#a2PqTdA9f8zNVem4BsDHf1p7mgCi2BMf { top:50.4375rem;left:0rem;width:20rem;height:1.13671875rem;z-index:15187;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#r33p6Dbq5konbXTuORCT5zG25GDcCTKZ { top:51.5625rem;left:3.625rem;width:12.75rem;height:1.13671875rem;z-index:15189;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#gzWOz0mlrH99gOtTKeiwtZwboeG3mnJ2 { display:flex;top:47.4375rem;left:11.6875rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#EGGroggROuM7ObdqHCNta00JFAhe2XTn { display:flex;top:47.4375rem;left:5.3125rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#cXz1u65J90btoZ4cr9QMIFaKFy7MeSRh { width:16.6875rem;height:2.275rem;top:7.8093752861025rem;left:1.6562500596046rem;font-size:1.75rem;color:#000000;display:block; }
#eqgGlUI4T2WRV9Dn1uyIRxK0WI089dP2 { width:4.5rem;height:2.5rem;top:4.3484377861023rem;left:1.8796874880791rem;z-index:15198;display:none; }
#FyDQ4h27Rn925EU7GS5XtuCsVnUxiIf5 { width:4.3125rem;height:2.375rem;top:5.7234377861023rem;left:13.715624988079rem;display:none; }
#FeOpXzPT7Q5bTGXwhsx3V8pQApDtP56Q { width:14.6875rem;height:2.75rem;top:28.125rem;left:5.3125rem;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.1875rem;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; }
#czisEpgDcgC4U5KSZtTb3LXwUN56U5iH { display:block; }
#cD2qWG1Shv2Ht4Tos4EQomKPhpterHrQ { display:flex;width:2.25rem;height:2.25rem;top:28.4375rem;left:5.7500000596046rem;font-size:2.1875rem;z-index:15199; }
#KBu9nbZclBvxlPJe2qM25xhWH1wT3UJu { top:12.375rem;left:0rem;width:20rem;height: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; }
#OwdLUVaJayTPdDNeb9QHCNDW0DoUnGSE { display:flex;width:3.125rem;height:3.125rem;top:28rem;left:16.875rem;z-index:15209; }
#OwdLUVaJayTPdDNeb9QHCNDW0DoUnGSE > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#PxHJUSNDPmTP59uu1PIlaS4FMUhkaXd6 { top:34.5rem;left:13.6875rem;width:5.5rem;height:9.5rem;z-index:15210;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
#kFyvmuN9hN0rkNgHxVQo8EsFAdVWUmkv { top:35.0625rem;left:7.3125rem;width:5.5rem;height:9.5rem;z-index:15211;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.0625rem 0.3125rem 0.1875rem #2e6a3a ;display:block; }
#PTLCTye0Mb4mMhakcZA7X6WVxqrEHRb0 { top:34.375rem;left:0.8125rem;width:5.5rem;height:9.5rem;z-index:15212;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.0625rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
#TVT810EqCI1icyxKuggTBHmKCFpMts9O { top:35.375rem;left:14.5625rem;width:4.1875rem;height:3.125rem;z-index:15213;overflow:hidden;display:block; }
#D2M8q5hhmTLN8NJUmetrMuTiUxEavUKl { top:36.375rem;left:8rem;width:4rem;height:2.1875rem;z-index:15214;overflow:hidden;display:block; }
#b9AXLoa3fTayrMfBiC6qkx0DmvrMlUh1 { top:35.4375rem;left:1.6875rem;width:3.6875rem;height:3rem;z-index:15215;overflow:hidden;display:block; }
#ee9BQTb6AoIEuquInPrJ2y6CZfQaPWRh { width:5.5625rem;height:2.923825rem;top:39.375rem;left:13.6875rem;font-size:0.75rem;color:#000000;z-index:15216;display:block; }
#X8WOCiWgnL0JyhpZe4lKbX4Cvy7HoHwe { width:5.5625rem;height:0.975rem;top:40.3125rem;left:7.25rem;font-size:0.75rem;color:#000000;z-index:15217;display:block; }
#kRwgddyMBvlwpaFfNhO4tFsRvBznIi06 { width:4.5625rem;height:1.95rem;top:39.625rem;left:1.125rem;font-size:0.75rem;color:#000000;z-index:15218;display:block; }
#dvtrBd2nxPrr6380tMTTqfZrDXT8OH5a { width:17.5rem;height:1.25rem;top:54.0625rem;left:1.1875rem;z-index:15101;overflow:hidden;display:block; }
#X1uqZaP8w4p1A2hfsLKAI3iEPabSySfh { width:6.3125rem;height:6.3125rem;top:81.112498492rem;left:0rem;z-index:15100;overflow:hidden;display:none; }
#VdLwmhLVTMxHP63O3TpNwVPrD8xqTyTU { display:flex;width:3.125rem;height:3.125rem;top:81.112503051756rem;left:8.4375rem;z-index:15209;display:none; }
#VdLwmhLVTMxHP63O3TpNwVPrD8xqTyTU > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#GNpoT2x5lc8HtvGhoTh3Ro5Dn1idsWLk { width:3.1875rem;height:0;top:1.5625rem;left:6.8125000596044rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15162;color:#006c35;font-family:"saudi nd";display:none; }
#DalcSgk29idusGfcJey5yk2wDgL2gEcp { top:0.3125rem;left:6.0937500596046rem;width:7.43675rem;height:6.7484375rem;z-index:15184;overflow:hidden;display:block; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-regular-label { width:15.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-input-text { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-textarea { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-input-select { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-input-button { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .widget-checkbox-label { width:14.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9  { width:15.3125rem;height:auto;top:55.311719894409rem;left:1.0929687619209rem; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 .radio-container { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 {display:block;}#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 { width:15.3125rem;height:auto;top:55.311719894409rem;left:1.0929687619209rem; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #L7r8vPGDFRO967T9w6liDMD8nTZUnvLt {  }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #hhko9TUXLds5ewKbWgJmItanq83BmsSQ { display:block; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #krnNam2nKIJ4ckD1sbUAEWcMJJyUqxHN {  }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #rDmbgevTVUKxsZwEKXRTZ9XT26VK1STi {  }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #RW8rtfTEux61JBfisT3nkWheETKkivbc { display:block; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #IfB5Q4LC6qIwCh4Ulsh17DBHrVR4XpeL {  }
#palJvfsIDe6ppkswVVyOWDP0naNccG9n { display:block; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #cO6TW2d5cRHX5n4rTVmPG1OntggKODko {  }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #VPE0pk35DdaNE0a7IaCNAlAEBbIuShAP { display:block; }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #sT2z4gx4mfVX0BOB1XMgKcOFPuD7nWo8 {  }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #cmqLGuBMsW67m3fgfS6EvepOTMcrmeqz {  }
#KNcNRFi3mVEQy82xvko2kJIOiQVwK0P9 #HXzB1SBb8yGlepXTRJthru8ROysrfFkN {  }
#T5DAJyZKvR19MlxzsFJccuTykov8gr3A { width:5.93671875rem;height:3.31171875rem;top:2.0304689407349rem;left:14.063281595707rem;display:block; }
#VWS65uPSGf1PPHh6s7yDub6aNhTCVLPN { width:6.1875rem;height:3.4375rem;top:1.75rem;left:0.75rem;display:block; }
#xXP1m9bHRTa5bhkwyyZOP3tSU2q8gJE6 { display:block; }#xXP1m9bHRTa5bhkwyyZOP3tSU2q8gJE6 > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; }#e6izk4pAuLuPCZttW7Xyz5HWxnTJ98iT { width:20rem;height:15rem;top:44.76123046875rem;left:0rem;z-index:14997;display:none; }
#D9ZWsPFhc5umRhPoFTMTdIcuq8ySUVVQ { display:flex;top:7.7152767181394rem;left:6.9027777910231rem;width:15.8125rem;height:15.8125rem;z-index:15192;display:none; }
#bvBARzAmOpKo9KRnG17gTUsQRNvvTEoi { top:0.38828277587891rem;left:2.8749999403954rem;width:14.8125rem;height:3.6875rem;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:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#MTmJPxZQttZ9T3PvaHTtU3VH1WoKVSUG { display:block; }
#ATDRI5drfKN8v2XfIPeygAWmb2SpXciS { display:flex;top:1.2937526702881rem;left:3.8750000596046rem;width:1.875rem;height:1.875rem;z-index:15191; }
#vKLwrZNVqWeQz975TFGMKDyuNTRLH3tK { display:block; }#vKLwrZNVqWeQz975TFGMKDyuNTRLH3tK > .row .container { width:20rem;height:104.375rem;position:relative;display:block; }#TXm39lWpIykfCrDowoSq4ya8Pwoq3VGT { 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; }
#iZ5uup1bktvgTD1yGewSiloM3wmcdsaf { 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; }
#Gr7s6QruGk7t2VGRCRaawd6CFV9Rc8os { display:block; }
#r3kUVZpGgnAfJX2AcUHxkDy9FmDW7hFC { display:flex;width:1.8125rem;height:1.8125rem;top:20.1875rem;left:6.0000000596046rem;font-size:2.1875rem;z-index:15010; }
#NZ2C3WMCZ4g3PowXOTxCDTp0NchVSAE4 { 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; }
#pbUPJDlO43iADReLHRnAtUvPyOLnJ7Ps { display:block; }
#fN9I2k2hpqIK8Ex98ThTLPmpzRGpkCRl { display:flex;width:1.8125rem;height:1.8125rem;top:36.6875rem;left:5.0625000596046rem;font-size:2.1875rem;z-index:15011; }
#sy6LMSbkIKLT00STCpK795cfClrXB0x1 { 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; }
#ybtLBlcOle1KTxcJlBbSkpCcZururR9e { top:0.5625rem;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; }
#SRICRaH18JnBR8I4ZNJUq5IxMR9vyXzz { top:2.5609378814698rem;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; }
#dehBOkEdIoIDSTVHdFFCJis2vQqryhpi { top:68.848438262938rem;left:4.5312500596046rem;width:10.9375rem;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; }
#vhDipNSheFbQI5S96lh9ScH7fG6TOU15 { display:block; }
#ISOFdVd8Nomnf8PDvMqvCUolSG0O7J4z { 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; }
#RqqmSwqFTXKu3aUFCUSoxGTAVarvLSVG { display:block; }
#T3R6fK8xaref0WCnF4R6FFzhl86oafmG { top:55.375rem;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; }
#DWe0W9l5vOl8CgcDiCyFpMzfyZl62nbM { 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; }
#h8hRkM3ngy8dGB5l4t3nTeWLdias8RV8 { top:85.5625rem;left:4.6250000596046rem;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; }
#PFILbTLzGazUDQsrru0ox3fxJkA4eRPW { display:block; }
#DTO61DA79zTpJyx5UGn587McpkJ756oe { top:72.4375rem;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; }
#uNprNkirMHQ4OahkS7JnA5lZJUpJB70e { top:101.75rem;left:4.6250000596046rem;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; }
#Iw5cVCveRT3kpETDv2XhbuWtQm18BzcA { display:block; }
#FWlf3tbaElROnLxWHoVvCskTUyvzbdNT { top:88.125rem;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; }
#myJEed5Nyuf4g0QhrXy5BmUx4ihc9Py0 { top:99.6875rem;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; }
#f6JIRSh7RN621KXJkCPs56qKUVnIvhQo { 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; }
#G7hhxs7xrtbckNiPiJHbQlfgGyowa52Z { 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; }
#hOPhiheRMzmmRdwgvNwzTCOPWmJeBJpN { top:66.880208015444rem;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; }
#JOGMK9H5IeE3NmVQiVqDLR3HR0VXFFAs { 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; }
#xGV7zybkpP7dDmfPPQxKCdz98Ex6FFp9 { top:83.898439884187rem;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; }
#ZG71l3ye3oqVf51RlIVgQBb5nAltlAFy { top:99.6875rem;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; }
#mUbfH517sCKkkxTFurSXT191HxpoBvCX { display:flex;width:1.8125rem;height:1.8125rem;top:52.3671875rem;left:5.1250000596046rem;font-size:2.1875rem;z-index:15012; }
#iEOIQwlETyWCHI4QnVWPgSByvRwFRVKE { display:flex;width:1.8125rem;height:1.8125rem;top:69.14843940735rem;left:5.1250000596046rem;font-size:2.1875rem;z-index:15013; }
#sQgcxg7ZMT1idmxye2vQzRxe0oTkUVhp { display:flex;width:1.8125rem;height:1.8125rem;top:85.68750190735rem;left:5.1250000596046rem;font-size:2.1875rem;z-index:15014; }
#rdVos4UOlB2otPOkWSWWO3m0PsNMTvl8 { display:flex;width:1.8125rem;height:1.8125rem;top:101.96875rem;left:5.1250000596046rem;font-size:2.1875rem;z-index:15015; }
#x0MDCRbUzaeATt3DgE2rhLeQwSAyRU3U { display:block; }#x0MDCRbUzaeATt3DgE2rhLeQwSAyRU3U > .row .container { width:20rem;height:88rem;position:relative;display:block; }#lmpxlSDl5DJprNcWe5o2paobDzIcMN2k { width:13.625rem;height:3.5625rem;top:27.0625rem;left:3.1875rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#zTgo4KxHGpW6F0T5KQ6XlAalS8eeMKJl { display:block; }
#Ep5gd07ApO2t20JSwoc5STVUqW1CAEWB { display:flex;width:3.12421875rem;height:3.12421875rem;top:27.281249165535rem;left:3.8730466961861rem;z-index:15179; }
#bTSnztr2ATB0XhkUC675TSlPlFtMxTmu { width:12rem;height:21.375rem;top:31.872640609741rem;left:3.1874998211861rem;overflow:hidden;display:block; }
#l2LhQGzJKqvb9tbgTSDkmEa22s25yX75 { width:12rem;height:21.375rem;top:1.2480463981628rem;left:3.1874998211861rem;display:block; }
#ZqemkfOuOZ0tat9S1PoGhV1sUfe1yocb { width:13.625rem;height:3.5625rem;top:56.5625rem;left:3.1875rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#goGycWvroy3S07JFxdmhski6eDaMFV1K { display:block; }
#p5FVU4PWDzafoLwaVumx8DLTzTRPTu82 { display:flex;width:3.125rem;height:3.125rem;top:178.8125rem;left:3.1875rem;z-index:15179;display:none; }
#wg10mpCQbPHiCJwMmBu7XC10B5CLJC3b { display:flex;width:3.12421875rem;height:3.12421875rem;top:56.779685974121rem;left:3.8730466961861rem;z-index:15181; }
#tWEkCAoJ8VuSE2FXI4qJmSnI6o1ABBnZ { width:12.249625rem;height:1.4619125rem;top:23.623826503754rem;left:3.1874998211861rem;font-size:0.8125rem;line-height:1.8;z-index:15003;display:block; }
#WGn7CsurFfPqQlZVPPc7JNvuz9saMatc { width:12.249625rem;height:1.2375rem;top:53.724215507508rem;left:3.1874998211861rem;font-size:0.6875rem;line-height:1.8;z-index:15003;display:block; }
#H9rPXkZPVayRvVTHRowomPsNQeJbhwro { width:17.375rem;height:21.875rem;top:63.1875rem;left:1.3125rem;overflow:hidden;z-index:15017;display:block; }
#oHzNnxi6RogQAL90B1czvECsvx1wE5dW { display:none; }#oHzNnxi6RogQAL90B1czvECsvx1wE5dW > .row .container { width:20rem;height:73.6875rem;position:relative;display:none; }#ROawUCx7IczJD51N9wK5uZ0LeiG3ntAt { width:16.5rem;height:2.18671875rem;top:0.80976581573488rem;left:1.7496094703674rem;display:block; }
#KgbSkIK1WK68NBETkct913KWFhbC7F20 { width:11.74925rem;height:1.95rem;top:0.884765625rem;left:4.1250002384186rem;font-size:1.5rem;display:block; }
#fBqw9X8VBt3JZI8LcrfWmLcCRur41sbM { width:6.87425rem;height:2.25rem;top:12.0625rem;left:7.5rem;display:block; }
#tq9nQDSSsHsOJJ9NR8G422U7gz0ty1iD { width:9.6855625rem;height:1.38164375rem;top:7.3125rem;left:6.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#ffffff;display:block; }
#Uq30aTdfhGgd88VkfBKW5GatD44ST3rW { width:9.4375rem;height:9.4375rem;top:5.375rem;left:6.1875rem;display:block; }
#A52U0nFfCG24r7JJRlplhMv0qIwg6VDC { width:6.49925rem;height:1.54296875rem;top:9.8718752861025rem;left:9.0117194652556rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
#BFzGqd7tgzTTpL9e2fCfh6gi3Zpe5ugv { top:12rem;left:7.875rem;width:6rem;height:2.4375rem;display:block; }
#aENF7JS3tDCMWpbDLgZqvaLKKtOOL5gI { display:block; }
#icRfT7wMtIEUW9UIvTzs61DA1PlOZ0Mc { width:16.875rem;height:0.975rem;top:3.638671875rem;left:1.5621094703674rem;font-size:0.75rem;display:block; }
#T5Ux80bWGuSkIh39hyBKwCVOaODzpiEL { width:6.8125rem;height:2.25rem;top:44.1875rem;left:7.625rem;display:block; }
#qHBAshwTWMnTOnTPsGbkxnk2msR6NOMe { width:9.4375rem;height:9.4375rem;top:26.0625rem;left:6.375rem;display:block; }
#eE9E4NN36gHVoZnQ6xykHXbxV3NIoZ0a { top:54.6875rem;left:8.1875rem;width:6rem;height:2.4375rem;display:block; }
#UzNTxBOG0l3MmChAE57ryOHBPhVRoDrH { display:block; }
#y0F8TkMPJfgIGxvDWfPDhTCEtg6TptVK { width:9.4375rem;height:9.4375rem;top:16rem;left:6.1875rem;display:block; }
#dyBo1OUle33ONwTl9XscPUOQGBKhvkTE { width:6.8125rem;height:2.25rem;top:21.5rem;left:7.625rem;display:block; }
#hUDTgSgtuxrmlM3T35TNqzbu6KHGDQFq { width:6.8125rem;height:2.25rem;top:32.9375rem;left:7.5625rem;display:block; }
#FMlgLhi7dIcIkZyHFAPDiKzKlCPzn3fN { width:6.8125rem;height:2.25rem;top:54.75rem;left:7.625rem;display:block; }
#bkRDhKAyom7FWPeGZlKdId0ovezG4HPf { width:9.375rem;height:2.596875rem;top:16.5625rem;left:6.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#ffffff;display:block; }
#m8fkUka6Z8uxqDm2bOZJZqaXt7zNDWp9 { width:6.9375rem;height:1.54296875rem;top:19.408985137939rem;left:9.0117194652556rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
#cm5nToBSCkMcGLJWtXDHzQFIoCxUZZr8 { width:9.375rem;height:4.14491875rem;top:26.8125rem;left:6.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#f3f3f3;display:block; }
#uzqhGz86xU57AtZmJM1UoTXZuuJfAyMC { width:9.4375rem;height:9.4375rem;top:48.1875rem;left:6.375rem;display:block; }
#nKgTIL940I2AWyHPSDov8vzbeMflplWT { width:6.5625rem;height:1.54296875rem;top:31.375rem;left:7.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#f1f5f8;display:block; }
#MBX4Tvcr8zZEsQpXcZf9dPqMdOH9JeVV { top:32.875rem;left:7.5625rem;width:6rem;height:2.4375rem;display:block; }
#U8pauDrZ2X9UthE081ZhttfTLgxVG71u { display:block; }
#lmBZyBolGNWSlqiav2GOzq5gXXvl08bx { width:9rem;height:4.14491875rem;top:37.875rem;left:6.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#ffffff;display:block; }
#y571u5gk3UUDOIywaEbZxnTUkTcPirlS { width:9.4375rem;height:9.4375rem;top:37.0625rem;left:6.25rem;display:block; }
#Fyqdmgc1qFi8vSAJSTx8P0qN5BrGtdMc { top:44.125rem;left:7.8125rem;width:6rem;height:2.4375rem;display:block; }
#qi5sGo4XyIroJ0fMTkT9klVrs0P4kD2Q { display:block; }
#LDAsTUF1ZfigOvaZrIgUon76DTeITHny { width:5.499025rem;height:1.54296875rem;top:42.249610900879rem;left:8.8125007152556rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
#usSAwZr1dgvxmt5wCLwSmMDQp7GagLgR { width:9.999rem;height:2.27578125rem;top:49.3125rem;left:6rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;color:#ffffff;display:block; }
#OCW42FUaS1GmQZhhs72oGmeaLXGOABr4 { width:6.5625rem;height:1.54296875rem;top:52.259380340576rem;left:9.0742194652556rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
#eD9BS81ATIkowi0Dvf5EA68AoSTpy3K2 { top:21.25rem;left:8rem;width:6rem;height:2.4375rem;display:block; }
#kDCGqtATmdBLRZKAsHLVWazNf26MRW3I { display:block; }
#RwUnoBWrmS21zoLRT9znzpC8NmxOIhpd { width:6.87425rem;height:2.25rem;top:64.75rem;left:7.9375rem;display:block; }
#mBsT2pNTSNn7sGnNb7LxDbnyrhGvu0af { width:9.437125rem;height:9.437125rem;top:58.625rem;left:6.5625rem;display:block; }
#w0wUIQoT0qxc84fnFHKXUqPrpBNi3dA1 { top:64.6875rem;left:8.5rem;width:6rem;height:2.4375rem;display:block; }
#r34wWgnNIDN4RprvNR9uI503P0OMOE0f { display:block; }
#pEHNAvqWmc9ClfP81NE3Q5gd3W9hPT7E { width:7.06175rem;height:1.54296875rem;top:60.9375rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
#Badx4T5aSEBfc2SWnPmidz9zEbtqM1qE { width:9.99725rem;height:1.54296875rem;top:59.375rem;left:6rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
#fLlaR24KrKnZw3vSLVEe46GTJNcEX3Ed { width:2.0625rem;height:1.54296875rem;top:9.6843752861025rem;left:8.2183597087863rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
#qAM8ko31NoRJ1NT9XfpqTvgMGaqLQclC { width:2.0625rem;height:1.54296875rem;top:42.157034873963rem;left:7.7183597087862rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
#E9RUJpgRxdsXEKTbBfQ3moFbMk82Wzkn { width:2.0625rem;height:1.54296875rem;top:52.134376525879rem;left:8.4058597087863rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
#nDs1nvcfRlN96LBf3bHe2PKbMpdIL015 { width:2.0625rem;height:1.54296875rem;top:19.346480369568rem;left:8.2808597087863rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
#um5PSIoaTehKKou4LHoaZvbKsKPlPvEh { width:2.0625rem;height:1.54296875rem;top:72.103534301756rem;left:8.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
#kk8ZPwHRTFzG0oc4tRzQQOiJ0XVGTTmM { width:2.0625rem;height:1.54296875rem;top:69.311346801756rem;left:8.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X { 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;position:relative;z-index:auto;display:block; }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row .container { background-color: transparent; background-image: none; }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row .container > .video-iframe-container { display: none; }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row > .video-iframe-container { display: none; }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .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); }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row .container { border-width: 0; border-radius: 0; }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDHupXHNOOofy2DHsGJsJCcl0diDkM4X > .row .container { width:20rem;height:13.75rem;position:relative;display:block; }#q8NbpDutMoTJVA8abo8LxQ8lkp9i1ls3 { width:20rem;height:2rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
#wVXInLyt5irloBUFbBlzkegMtzVDRXaq { width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
#gGdJ5lBOzxvmOwNlgS2wxuET2UuVmdbd { height:11.250105469739rem;width:20rem;top:1.25rem;left:0rem;display:block; }
#mrF7XyhaNKfJy5ZNsSLwiERhLfuHnyTA { display:block; }#mrF7XyhaNKfJy5ZNsSLwiERhLfuHnyTA > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; }#LcaGaabr1RnQsdSPIxvFo1k6eb3xUqbn { top:5.9992065429688rem;left:0.87499994039537rem;width:18.4375rem;height:15.8349375rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.8125rem;display:block; }
#e3mCNqQa7xEGmyBGtIPKsuPuZqEJ0fqz { top:1.2984375953674rem;left:0.8125rem;width:18.6875rem;height:1.4625rem;z-index:15031;color:#b98c65;font-size:1.125rem;font-family:cairo;text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:block; }
#CqphNJ7RJdg3kUkOuuFJOE4pk29U7Q28 { top:4.07421875rem;left:1.1242187619209rem;width:18.25rem;height:1.05625rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#Df9CZnw8bH2LRhbcMUSBfTL1TgND9gH4 { display:block; }#Df9CZnw8bH2LRhbcMUSBfTL1TgND9gH4 > .row .container { width:20rem;height:13.875rem;position:relative;display:block; }#dTQPDeCV28gTcUfT8qbqb8f9sLTyycnz { top:2.8125rem;left:13.5625rem;width:6.25rem;height:0.125rem;z-index:15032;background-color:#b98c65;background-image:none;display:block; }
#sKHi8ZTLBizUsdSo86Vy5mFiGXMQPZIC { top:0.625rem;left:7.125rem;width:12.5rem;height:1.86875rem;z-index:15031;color:#b98c65;font-size:1.4375rem;font-family:cairo;text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:block; }
#tsOiRGSfok07qF9uceEiruABCW2yuvRI { top:26.617966461182rem;left:3.75rem;width:12.5rem;height:1.86875rem;z-index:15031;color:#b98c65;font-size:1.4375rem;font-family:cairo;text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:none; }
#onfazm1t6idroEq1p9N7F93EFvSSpfdp { top:3rem;left:1.3750000596046rem;width:18.25rem;height:1.05625rem;z-index:15033;text-align:right;text-align-last:right;font-family:cairo;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#Bdpu2E4cCHbSAbFNDVH9N45ZWrq8mt8n { top:4.875rem;left:0.4375rem;width:18.625rem;height:3.8984375rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;display:block; }
#EUl6xATZbcMvdCZMSCqID2ISGIXU7Tx1 { top:9.625rem;left:0.37499994039536rem;width:18.625rem;height:2.923825rem;z-index:15035;font-size:0.75rem;font-family:cairo;text-align:right;text-align-last:right;display:block; }
#XxTyKSzKfXOmyAUMHeAOmdR5DUuoW5DA { width:0.9375rem;height:1.875rem;top:26.617970275879rem;left:9.5rem;display:none; }
#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC { 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;position:relative;z-index:auto;display:block; }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row .container { background-color: transparent; background-image: none; }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row .container > .video-iframe-container { display: none; }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row > .video-iframe-container { display: none; }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .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); }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row .container { border-width: 0; border-radius: 0; }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fw9ydUK70kMlb8d1Tev7anIRbLf8RLZC > .row .container { width:20rem;height:15rem;position:relative;display:block; }#CfWw7e2xwgn8WfwLmIu2n858Gorh7SL9 { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#SXXJZef5CrCHa1if0vSqqS7ox7WmXKKT { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#cdHHDRdEPKFRxiIcyrZNHpz17zkOflNP { width:19.4375rem;height:0.89375rem;top:12.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
#sDlD5C8bTMoLMpUOyBdokIdiseNvJwPC { width:7.3125rem;height:0.7rem;top:10.375rem;left:12.3125rem;text-align:center;text-align-last:center;font-size:0.4375rem;display:block; }
#sRyPxDUNK2vZICNyVnEeM2H3eP7dUEho { width:5.5625rem;height:0.875rem;top:10.25rem;left:13.1875rem;display:block; }
#sE7bo7TGq33eK6vzLTGSg1804hPiUuyV { width:1.3125rem;height:1.3125rem;top:10.0625rem;left:5.0625rem;font-size:0.875rem;display:block; }
#RKT3dViutQlbUFzESPuK3XGdpNuwKsCc { width:1.3125rem;height:1.3125rem;top:10.0625rem;left:6.875rem;font-size:0.875rem;display:block; }
#xXC0JVMViFcogOx6anOR9DkIBbQbU61h { width:1.75rem;height:1.75rem;top:9.8125rem;left:8.625rem;font-size:1.1875rem;display:block; }
#kPwW2SwCmnzBiL0Pxqc5aW65chus7MNS { width:20rem;height:2.60039375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#hMbcA8uKKe1bVLdSDIZL0SUWw8hAykdu { width:2.37421875rem;height:2.37421875rem;top:4.5rem;left:16.4375rem;font-size:1.625rem;display:block; }
#MV829IXQq0xduhTB7C9Ilog30ZGcSyqU { width:17.875rem;height:2.798825rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
