.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbRhxBdkks555JvtNEpPCwflR5A7xzNQ { position:relative;display:none; }#VbRhxBdkks555JvtNEpPCwflR5A7xzNQ { border-width: 0; border-radius: 0; }#VbRhxBdkks555JvtNEpPCwflR5A7xzNQ > .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; }#VbRhxBdkks555JvtNEpPCwflR5A7xzNQ > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#I7RvZAsdGSGrITIsuxxcq80fRuG7EBLz { 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.6875rem;width:31.25rem;display:none; }
#saobA8aThv4fsy4ZAoAEz5DM2zHsxAcD { 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:11.0625rem;width:20.3125rem;display:none; }
#oGvlRCMhTxd8Eff7dMAifpdxTmeH6bAD { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#oGvlRCMhTxd8Eff7dMAifpdxTmeH6bAD > .row .container { border-width: 0; border-radius: 0; }#oGvlRCMhTxd8Eff7dMAifpdxTmeH6bAD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oGvlRCMhTxd8Eff7dMAifpdxTmeH6bAD > .row .container { font-size:0.875rem;font-family:cairo;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#imagv0uG4hzni1e4QOth7sghp9kW4IBa { color:#22344d;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:48.4375rem;height:1.79904375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#hbxPtAzLGHEWalduRwrarmudZm2IQhpr { position:absolute;display:block;z-index:15007;background-color:#62748d;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:2.5618491172791rem;left:47.5rem;display:block; }
#uHTUAIyrl5FI3V3EpWgvShRw75gcyJpr { color:#22344d;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:18.125rem;height:1.79904375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#xwhpKicX9SAGCv8Wn9nKJOpyIr2FTrxz { position:absolute;display:block;z-index:15008;background-color:#62748d;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:2.5625001192093rem;left:42.125rem;display:block; }
#p2hx4nHXTDsUxhK7K6xrHBu2fgHzp8k4 { color:#22344d;display:block;width:11.6875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:29.5625rem;height:1.79904375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#UUHQW5089fXF6K8vlpszGMq2xwu0STtb { position:absolute;display:block;z-index:15008;background-color:#62748d;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:2.5625001192093rem;left:42.125rem;display:none; }
#cFn76m4T1x4Sbbk587nvTpLJ9gPpsrT4 { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;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:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#dd8Pilf67EU4cdJk5R8DXyxPNhHdJGDw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tUdszqWa8bylapizmM3gILiW6fEBPgFm { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;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:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ykxvpqB5MzrX4Ieumzz8pl6Drp97zogU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ywH1GcN7tlrZCHDoUaFOMdhKiTHK67EV { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;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:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#emB661bWZbwu6qWITCGtQDh7AQid9dkE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ldCc9vK6iVDWvgzcgze5y7g7k8aSrQaS { color:#000000;display:block;width:19.0625rem;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:3.3125rem;left:0rem;display:none; }
#SinrVCdEyPCVLl5crNlbhN1muMAriMQs { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:15000;text-align:center;text-align-last:center;display:none; }
#g7zd6uVMKfeMlwDh8Pb4NIN8khznzVIX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cOH0UQ0BLKtuLdwKUVsorUl7wDZTEsoB { 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; }
#HH85RPc3wLeU33eyJITgKC3U6vA1ucix { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:15000;text-align:center;text-align-last:center;display:none; }
#vw2tle6Nux7tR62wFZsBwxPtSPq3cG2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wUc688QWk6CCWwpbMl6FHOgBpOe39vbU { 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; }
#HkHXy4xpaN1UiTTki2yv2E519KQUusQC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:15.3125rem;left:9.8125rem;display:none; }
#bqreQALCOuJMV27QQBrOK72xwIs2drzi { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#bqreQALCOuJMV27QQBrOK72xwIs2drzi > .row .container { border-width: 0; border-radius: 0; }#bqreQALCOuJMV27QQBrOK72xwIs2drzi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bqreQALCOuJMV27QQBrOK72xwIs2drzi > .row .container { font-size:0.875rem;font-family:cairo;height:46.25rem;width:60rem;overflow:visible;position:relative;display:none; }#xgZ8oxAZ3eVm4cQ5CX0uHAEQEiibBpnf { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:cairo;font-size:6.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:6.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ba9lWZO86GIVHWF9qSzw13PV9ON0KMML { background-color:transparent;background-image:none;border-top:0.125rem solid #62748d;border-left:0.125rem solid #62748d;border-right:0.125rem solid #62748d;border-bottom:0.125rem solid #62748d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:6.875rem;display:block; }
#nQmADGdQFVVff5yUCvwVwDSn4k3rqE5n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HsVrUbX0LkfLqcSPPLhOzTfZBb5GhLof { background-color:#62748d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.0625rem;left:0rem;display:block; }
#AQR0oZn84qBrkFfJXBfElUyhdXDyJAbU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQGa2ZTTUPP8wcJm33oHyfJRxm727Unb { color:#3f3f3f;display:block;width:34.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.1875rem;left:0rem;height:3.0013rem;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; }
#pusD8RdIT3gpJXH2zRvCP4QCXRXh49lI { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #957353, #d4b392);background-image: -moz-linear-gradient(180deg, #957353, #d4b392);background-image: -ms-linear-gradient(180deg, #957353, #d4b392);background-image: -o-linear-gradient(180deg, #957353, #d4b392);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#957353', endColorstr='#d4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#957353', endColorstr='#d4b392' );";background-image: linear-gradient(180deg, #957353, #d4b392);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:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:12.5rem;width:19.625rem;top:2.625rem;left:28.625rem;display:block; }
#MrwXCNTRGyDITQ7UBItbpz8vAK7OBvI0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.5625rem;left:21.125rem; }
#Hlb4ybZ9GfxL0luHDGfrNZxJdXJVwVNI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26.0625rem;left:24.6875rem; }
#OxOSxBscvCuTCeU9lndnFFdKVrwPoy7d { position:absolute;display:block;z-index:14999;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:20.375rem;width:30.625rem;top:0rem;left:29.375rem;overflow:hidden;display:block; }
#w2kDqpFThDPWPZc1E2EuoawHhkCbTOFy { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:none; }
#zgFIpAm273pIbGePWHbTnRvuPh1arPP1 { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:none; }
#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ { position:relative;display:none; }#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ { border-width: 0; border-radius: 0; }#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ > .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; }#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uin9ewOTOdXobAdhBwCMKbNsmPWwM54p { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#ggtFbUK5BsaKtdrqr45C1J9UVSguTCxO { 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:23.875rem;width:60rem;display:none; }
#qglZ9z55Vnt2GkmF5LfmlihW9dhH40Pt { 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:5.125rem;width:14.0625rem;display:none; }
#aFC7yeIhgQ6SFVXDHiz1oPEBnV5ZMRcb { background-color:#62748d;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#aFC7yeIhgQ6SFVXDHiz1oPEBnV5ZMRcb > .row .container { border-width: 0; border-radius: 0; }#aFC7yeIhgQ6SFVXDHiz1oPEBnV5ZMRcb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aFC7yeIhgQ6SFVXDHiz1oPEBnV5ZMRcb > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#BnHo1SBkAEdA1iBJ1vX1PbobnG5s71LC { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.46875rem;left:46.875rem;display:block; }
#JaTAzhvuHgvgIuTvDC1S8oEVyDgAlBAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gd1uh2lCorBtEE1eTwdyBtTlKxTwOogH { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.531033039093rem;left:41.125rem; }
#gd1uh2lCorBtEE1eTwdyBtTlKxTwOogH > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#wl29ivDTX43LeQnPsdoxPpCk5desQr0r { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15013;opacity:1;top:1.374783039093rem;left:55.0625rem; }
#Otg452i3XV28nlOaqi7AwT5FOtIe1IEK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:block; }
#mqyubnkNASfKTmQ0FS3XEJiB8RzVPGOd { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.5rem;left:40.25rem;display:block; }
#JEe7ETp5KtROHbBEiQSGZm0Pgd8shlzZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S8paKhf3658cgTlVgKolSFnTNOOZodS4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.4984812736511rem;left:28.8125rem; }
#zRKOTykJuQSenlroVquTLmMwIKumRpQJ { background-color:rgba(158,176,146,0.68);background-image:url("https://images.assets-landingi.com/uc/2ccc79c6-7f3f-4235-9824-30430b4f3726/lp03.jpg");background-position:center !important;background-repeat:repeat-y !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;display:block; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ.adaptive-delivery-prevent-bg, #zRKOTykJuQSenlroVquTLmMwIKumRpQJ.lazyload, #zRKOTykJuQSenlroVquTLmMwIKumRpQJ.lazyloading { background-image: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { background-color: transparent; background-image: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container > .video-iframe-container { display: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container { display: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .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); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { border-width: 0; border-radius: 0; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { width:60rem;height:41.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#umsOgqtAyHE8tJcKc6gsvtg4SswVrmkf { background-color:#2a6f06;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:14.375rem;left:37.9375rem;display:block; }
#EtWQd8mng87kWDwn4iRdktHqRQ6WIELT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WZ9sAIKbHpp6QX7Be0T1GNXv3qNpf8IE { background-color:#bb8d65;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.5625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.4375rem;left:40.15625rem;display:none; }
#E6MWE4Ze8wgNXLhmiaT4lsLpeZsqrvgV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wHoGOwVhPJiGSA4zcR2K8DstdmJ9Jzck { position:relative;display:none; }#wHoGOwVhPJiGSA4zcR2K8DstdmJ9Jzck { border-width: 0; border-radius: 0; }#wHoGOwVhPJiGSA4zcR2K8DstdmJ9Jzck > .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; }#wHoGOwVhPJiGSA4zcR2K8DstdmJ9Jzck > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#h2CDybVFn0XQkffp0ZLHPdpO6VSzz38S { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.18671875rem;width:6.5625rem;top:58.25rem;left:10.875rem;overflow:hidden;display:none; }
#a3RTaaoVv2kb6FcBE6wRO3loxOSwT6ie { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5609375rem;width:6.5625rem;top:58.3125rem;left:18.0625rem;overflow:hidden;display:none; }
#wZVSftwTmmUzVzGltqvrAlX24us90Z45 { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:56.3125rem;left:8.125rem;text-align:center;text-align-last:center;display:none; }
#UvquM0trzXAcMaV4kJIvPiwAtdSiFgC5 { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.375rem;top:10.377604484558rem;left:2.1145839691162rem;overflow:hidden;display:none; }
#SkXxp26ng5Oyb6lWL1JItXkxeXyomTW7 { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#SkXxp26ng5Oyb6lWL1JItXkxeXyomTW7 > .row .container { border-width: 0; border-radius: 0; }#SkXxp26ng5Oyb6lWL1JItXkxeXyomTW7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SkXxp26ng5Oyb6lWL1JItXkxeXyomTW7 > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#XTLxXDiQhZrrIScWpRFITmJoXHwtN584 { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.5414500236511rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#LbK7RiZagoTIsN01wWZ1PGy3ZdgT5Gk9 { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.25rem;left:-20.0625rem;height:16.50715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#fbTQifaJIcbPvQ4oSfxvksnZu8klvH70 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -moz-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -ms-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -o-linear-gradient(180deg, #c6996e, #96a2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );";background-image: linear-gradient(180deg, #c6996e, #96a2b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:25.4375rem;left:3.625rem;display:block; }
#wbAihcMbI4mKumaqLxORdEH9I5duoJeF { background-color:#62748d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.4375rem;left:0rem;display:block; }
#KX4uoEAkzKSMFoF3EflLEC0cFitO5pSL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TK1R24Ry3dRdXxIi6PGrvTzABKpbZa36 { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:43.125rem;left:6.8125rem;height:4.50195rem;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; }
#GFU9mL20RdtFvbnA1mybK3p03yVU9a68 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.8125rem;left:2.3125rem; }
#kLTwD5DPCokZPKlpJhlE26IGzMtDeh4r { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:38.25rem;top:15.286458730698rem;left:21.75rem;overflow:hidden;display:block; }
#WWIl9v21T9MIaR2z8w31WF4y88SkdwJc { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d4b392, #fafafa);background-image: -moz-linear-gradient(180deg, #d4b392, #fafafa);background-image: -ms-linear-gradient(180deg, #d4b392, #fafafa);background-image: -o-linear-gradient(180deg, #d4b392, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #d4b392, #fafafa);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:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:39.375rem;width:22.625rem;top:3.59375rem;left:0rem;display:none; }
#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta { position:relative;display:none; }#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta { border-width: 0; border-radius: 0; }#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta > .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; }#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ruG0NTyP9ekLCl4iVROynhoiNyMSz4MN { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:0.5625rem;left:2.75rem;display:none; }
#IKeNNNANIXbdmPOhkZyVh1TSOFzfML2c { 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:30.3125rem;width:52.1875rem;display:none; }
#HvmWkamDdXCJHxWOzWc4TqTeXAJCPMUD { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:14.3125rem;left:6.8125rem;display:none; }
#l9oSZSyA9L9JMMWMF1m6z1F48dMRepHm { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#eHQloqM2f90MJ5izxeQgxK5isJODLv7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GUMnTaqG80gETKSq3CKdPTJDtneIC46F { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TFGNkcFkgErfvMzgPVQPdFHLOvkrPGWZ { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:2.6875rem;left:0.75rem;display:none; }
#vaZAuEaDJFlcKv9IVHWRuKzzT4LfyzNF { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:16.1875rem;left:0rem;display:none; }
#QTdW1QI11TLOqIfTqE5vcq6mTZQQaWmn { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:33.3125rem;left:0.375rem;display:none; }
#bZzGgSXZVU1i8uBrq4iQJnRtWt9bJ1Tw { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:31.0625rem;left:6.9375rem;display:none; }
#GfqHJFqllJou4OeRiqlHg3g3ppAlfluu { 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:30.3125rem;width:52.1875rem;display:none; }
#el30RN5gT3ZXKgiJIgg2H4FEudOmHkSv { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#qbuT4oyqb1BmgwLECbWhHd0GQuXtubiF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L1FChfwkHGqrGvACFPHsUhZG9UVLT1hb { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:47.3125rem;left:0.625rem;display:none; }
#cAzyaqqCklTBXCA6o82NzA1sL7VqHQlS { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#L35T1MH0H5qby3PekfySRA1S6Ey1nDml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KAFTxROxnMaMUezThmthtkS7yniMF9lX { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:45.75rem;left:6.8125rem;display:none; }
#MdF7r0zbBl7qadQT3bb6DxoTPn7N29z5 { 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:30.3125rem;width:52.1875rem;display:none; }
#QJFr9xu72EJm555vTkDl63SI0Z77W7IA { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#RFFbnVAqW5CqkFTJ8nLtB4zR5trfEr6x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NT7irTzyz94bcvFo3uMMR6TtlE0a4KOV { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:64.1875rem;left:0.1875rem;display:none; }
#zoA8ynWQ5QW3lpMigTSLxhAt3PJC3Wtw { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:62.5rem;left:6.375rem;display:none; }
#OzTV8C4R4X31Cmlgwlic1DMNy8qu5tE5 { 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:30.3125rem;width:52.1875rem;display:none; }
#eyW7O0PoSr6RaK2A4X0CZzFqdIr36z55 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#nEn1wNoFv2Nl8gEwBKgINlGSH5S2gp73 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fP9NMklMP8BDqx1IZeg8VbmnyX7Sz5dW { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:77.9375rem;left:6.5625rem;display:none; }
#Bce5QIIKGbpAWnanbcdtPnIWDBGV1Awi { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#R2y3aEHrrInIzo3PXl4tUl29kolcoWXo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvsHmzZV10fWPfqywKgxpWx0pAlo1rx8 { 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:30.3125rem;width:52.1875rem;display:none; }
#vI3k2gXKNKVPfJCQuA2RXqNLaNqeaszm { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ITzEv9aEDOG9qP0xJCItm8MszhonUmrB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S3NVwqdqg4672iQn8CknsSHbs69U6Adb { 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:30.3125rem;width:52.1875rem;display:none; }
#Cd4FZdrmHvuhvUUv2MOApwveEad4RBEc { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:94.6875rem;left:6.5625rem;display:none; }
#fDvxRSO0QK2mCGVtT1PT5MPpTxsSqQbM { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:79.8125rem;left:0.375rem;display:none; }
#MNiQhQJ6W57uPG8ily61eqBloT5ZTlma { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:97.875rem;left:0.375rem;display:none; }
#X9IWzHe8gLQyKI3Vno9TGG0NtmMLB8vk { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:115.5rem;left:0rem;display:none; }
#ICLuI66KZgTygFU5dxCcr1KVXPQ7ytJn { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#v8u4cpHyFfNQ74uQB8Iy1Tba3ygcHQAc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vu0hNOxT3sOpPC7Nr8G374Pk1pJI9aWl { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:113.25rem;left:6.5625rem;display:none; }
#OTLsbEKANoDbFTMc3BDwZD0bwMqLgyWz { 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:30.3125rem;width:52.1875rem;display:none; }
#LlBoGX2hZ8DUVPnJqdTduIJGkXySFCkc { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#uww58EIsE9p5hI0Ziy2z5QPxGVOyCVnM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rK0b9I58npp6FonGzWJ9bmuJwpsBcD4t { 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:30.3125rem;width:52.1875rem;display:none; }
#T3w8IZBOS5vHWXVm0ILiVTAFZpU2iCD2 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:132.125rem;left:0.5625rem;display:none; }
#QGduU39vwJ0WmCggZnT3V4xKdQhoDW1V { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:130.125rem;left:6.5625rem;display:none; }
#LyIsyhmp5i0EhFJw7pPGt2n6DDi3gVyP { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#T1856JSzX40zcSWX1rhPmGE2aOpuF2Tl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W4tGTCJKdRGKk6gTlgbrLTf1Ao2COdZm { 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:30.3125rem;width:52.1875rem;display:none; }
#LLTu3qG1mfT4AZF3xEznCT3XMZ2KQ9OD { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:149.375rem;left:0.8125rem;display:none; }
#BqHATV6cHnrEWJ2nNOT4nIoDsdS1nlB7 { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:147.0625rem;left:6.6875rem;display:none; }
#F4qcaUEK8W6BWTabAZTPkpnyhhETRFul { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#pelkK3neFp7iAX4hJtNDT7I4WfoXoCWJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oFMEMb7k3ym4x91zcq6uZ6NckDKRQkQP { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:171.125rem;left:0.8125rem;display:none; }
#kNUolWXUnkfbs6Zax2XWv1F5VqPGCQUm { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:164.6875rem;left:5.5rem;display:none; }
#fflxoEsHV4uCSmv9kTCX6kTUiABCGEBL { 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:30.3125rem;width:52.1875rem;display:none; }
#FKFPnI3Z4uEbLwpS68lkTzeWTUTp8Lbd { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:182rem;left:0.375rem;display:none; }
#uiZoxcKF3h8KwxrsCZkLnlWt5y0sQbSM { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#dayGqAwSaN9WcoEklDDQBfluVzsTaSae { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KupWVAiRZHOeWwLemeJ67hVh7B09Q8B7 { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:179.5rem;left:5.1875rem;display:none; }
#nWKaBWz2bG4VWClHcuRbfg7z15ThU7fv { 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:30.3125rem;width:52.1875rem;display:none; }
#cDhCuypSpDxHcMDSGzm5PzuSeB2AGq3l { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:64.1875rem;left:0.1875rem;display:none; }
#XKXCRw1pw3RIghmCzCZHF55vELOe7AoW { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#DMszAnxsGbraXGHNo9f0V5uEWQhFZdON { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V8MLVgPOIfl9X8SeJIqs9G5JB5skNDcB { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:79.4375rem;left:6.8125rem;display:none; }
#WsNB4ugI657LnH0ByLsU9Z8qm8xkEQb0 { 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:30.3125rem;width:52.1875rem;display:none; }
#cVJEqlh7gAHaF7J8K2lWbJeTet70nMCs { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:99.25rem;left:0rem;display:none; }
#rwbhOAbe6ygm50oMuItLZQaOScciMsLi { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#uBbktp9sGZe4GlmZ34UCubEAMioyTOpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#af3VnyFNDLJJIQuAClXwTNzxuMbQqy03 { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:97.375rem;left:6.5625rem;display:none; }
#sFrHfRJLcF4fzo74o7JN2UHlAFgqVgKC { 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:30.3125rem;width:52.1875rem;display:none; }
#HhT5FvaHTEufm6Ji2wNQUe8BDfPULyTk { background-color:#62748d;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#HhT5FvaHTEufm6Ji2wNQUe8BDfPULyTk > .row .container { border-width: 0; border-radius: 0; }#HhT5FvaHTEufm6Ji2wNQUe8BDfPULyTk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HhT5FvaHTEufm6Ji2wNQUe8BDfPULyTk > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#KuPEmiJqCBHW5aNBTy5Sk2XmVDT3Gbkr { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:block; }
#H7OQl5IsUKHIF28Om94D5OSnDLHJGos1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7PhJOuacP2opWTEyCyv5EtOt2vzlLX0 { color:#fafafa;display:block;width:30.125rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#b6KV4lNDWmKGmzlUvaXM0dXcv0IlJ7Zo { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -moz-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -ms-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -o-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#ccd4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#ccd4b392' );";background-image: linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));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:0rem;box-shadow: none;height:15.6875rem;width:19.625rem;top:7.4375rem;left:23.5625rem;display:block; }
#BrZTVe2w4exeCeabhWuXKMvabJ8SVogx { color:#fafafa;display:block;width:41.125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:8.9248046875rem;left:18.875rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nScL7odAQbLt70pZBi6NtJXpgxKk7A1K { color:#fafafa;display:block;width:21.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:15.625rem;left:38.125rem;height:3.0013rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Vv9HHL22L2cXVG2yQm71S67DgsmVP1HT { color:#000000;display:block;width:34.375rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#v7NS2PbUbamzbUkEN1Mrb3oxLeTfgK9G { color:#3f3f3f;display:block;width:31.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:1.68728125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lQFdoW1v5icfZHpZ2I4r8DDRpEabXuGd { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:none; }
#ycE4OPKlvLZZSFOqD4TR0aDg9cIWuAVo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MGNiE2tloHZThQ0zoPeSpvvZybN3ick9 { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:4.07421875rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-form-header { font-size:0.75rem; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-regular-label { height:auto;display:block;font-family:"alw font";font-size:1.1875rem;font-weight:bold;color:#414247;width:16.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-text { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#f1e3c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:16.3125rem;box-sizing:border-box;height:2.9375rem;color:#000102;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-text {padding-top: 0; padding-bottom: 0;}#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-textarea { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#f1e3c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:4.375rem;color:#000102;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f6eacf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:16.3125rem;box-sizing:border-box;height:2.625rem;color:#050705;font-family:"neo sans arabic";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-select {padding-top: 0; padding-bottom: 0;}#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .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; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#08791e;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.375rem;margin-bottom:0.25rem;margin-left:3.375rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#e7f1e4;width:9.5625rem;height:3.5rem;font-family:raleway;overflow:hidden;box-shadow: none; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF [class*="-text"]:-moz-placeholder { color:#000200;font-family:"neo sans arabic";font-size:1.3125rem;text-align:center;text-align-last:center; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF [class*="-text"]::-moz-placeholder { color:#000200;font-family:"neo sans arabic";font-size:1.3125rem;text-align:center;text-align-last:center; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF [class*="-text"]:-ms-input-placeholder { color:#000200;font-family:"neo sans arabic";font-size:1.3125rem;text-align:center;text-align-last:center; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF [class*="-text"]::-webkit-input-placeholder { color:#000200;font-family:"neo sans arabic";font-size:1.3125rem;text-align:center;text-align-last:center; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:15.125rem;overflow:hidden;font-style:normal;float:none; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .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; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5rem;vertical-align:middle;font-family:raleway;font-size:0.9375rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-container:first-of-type{padding-top:0;}#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-container:last-of-type{padding-bottom:0;}#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;font-size:0.75rem;left:36.875001907349rem;top:17.750007629394rem;z-index:15062;position:absolute; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.3125rem;display:block;vertical-align:top; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF {display:block;}#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;font-size:0.75rem;left:36.875001907349rem;top:17.750007629394rem;z-index:15062;position:absolute; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #PEQv2hDmutLJ6BrfbJBMDV6RJXLyKbrP { position:relative; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #z3ET3SHGRkHgZvv436FOkdKutRSrJ6oH { position:relative;display:none; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #pIQixDFFO9OTcSSR13lQUgcMcTGbgPmf { position:relative; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #dDzvRI8SBtxtER8IWVpPUb9M2JArw11B { position:relative; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #n82x5JfiEtfvBkocT4APBUh4ADnLWiTz { position:relative;display:none; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #DyzVDLNcCgE6CT1D4T9CTWomBSw1Tc1D { position:relative; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #mJvFWzFxCGUuxUU91EZpJyv1MCwlu99q { position:relative; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #tP7VHhTHF3S6rCBVFMpBnTATuUropk7O { position:relative;display:none; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #ggbUKadwNprwTRPFWOtXqqZJ18CvWRC4 { position:relative; }
#xTfo2zrsNTnPlQxaVGo5TIFUfx8bH0K8 { position:relative;display:block; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #VD6Bzqr529q7hGOnEWm4IXEpmgKhomqg { position:relative; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #LVddJNRCmWb3XSADFT1PvGmp98bLEeQW { position:relative; }
#yIzJgrovhgFgagaSoRBEkIHcfGFEXdBR { position:relative;display:none; }#yIzJgrovhgFgagaSoRBEkIHcfGFEXdBR { border-width: 0; border-radius: 0; }#yIzJgrovhgFgagaSoRBEkIHcfGFEXdBR > .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; }#yIzJgrovhgFgagaSoRBEkIHcfGFEXdBR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;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; }#vi7yl92B1doD9xbaW7NCb3J8iVH6GObe { color:#0c0b0c;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:4rem;left:10.5rem;height:3.9800375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WvVscNzUC68aTZN8ysrhr07B6iXeeX9D { 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:8.875rem;left:17.8125rem;height:1.99978125rem;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; }
#HL2C4ITVcgbksXkrXw5geXe9QH8c0SOW { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.62451171875rem;left:2.125rem;height:1.99978125rem;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; }
#y8mChc64XlHCo81kamXublmofsTAPZIm { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.3740234375rem;left:14.625rem;height:1.99978125rem;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; }
#LyfRbpmMXk9H1H2D7rFM9T85VwKRU0AA { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#nrTGvaM3VzEReMBwDAJLO7DETw9ZRDOw { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:12.74951171875rem;left:54.1875rem;display:block; }
#W6T8MTVwV6bGNQs5akrveSSvRILX23P7 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10rem;left:54.1875rem;display:block; }
#GftbObrwQQwWWZXDSTFc8vv73U9sDCa0 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.2490234375rem;left:54.1875rem;display:none; }
#zOlyR6BWdmPidSCi9NftE7g0Wudr5rI1 { 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:73.625rem;width:60rem;display:none; }
#gNbPUrPvMS0kAXcQhWV1tTA2KyFfCJMO { 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:31.5rem;width:36.5625rem;display:none; }
#KpUP47L2QS2y7T0khIOhIZPX8bp7aqk6 { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#KpUP47L2QS2y7T0khIOhIZPX8bp7aqk6 > .row .container { border-width: 0; border-radius: 0; }#KpUP47L2QS2y7T0khIOhIZPX8bp7aqk6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KpUP47L2QS2y7T0khIOhIZPX8bp7aqk6 > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#Onxsv1Wo1udnRlZpMKwC6u0oumJdKAct { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6494140625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TNNcyZnmSBcCc8X6HiacNikNDVgzqeHe { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -moz-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -ms-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -o-linear-gradient(180deg, #c6996e, #96a2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );";background-image: linear-gradient(180deg, #c6996e, #96a2b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.75rem;left:47.5rem;display:block; }
#uE9T6lCCUyLgxyspodiTRTS5CDT80egc { color:#3f3f3f;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:38.3125rem;left:0rem;height:;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; }
#rEk4mC2C4DU6HkueuvGETSXlyNPStNBZ { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:31.7890625rem;left:0rem;height:2.69965rem;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; }
#tVhTlEK6Aiy3Ek6uJbxsd1gXBPoGNiui { position:absolute;display:block;z-index:15029;background-color:#c6996e;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:block; }
#BBU82ET7hLxW1oTRG9mo6HoXVT2t5Bim { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#GuqMvCuHCULwpTD2KT03g1TbqwNkiAu6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#LO2QOUFBHZcO95eBNdi2vg67HHeTZEXR { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#LO2QOUFBHZcO95eBNdi2vg67HHeTZEXR > .row .container { border-width: 0; border-radius: 0; }#LO2QOUFBHZcO95eBNdi2vg67HHeTZEXR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LO2QOUFBHZcO95eBNdi2vg67HHeTZEXR > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#SEsle4o2gEvTzv82MMD7ZBJgTp0SKPvQ { color:#7d7d7d;display:block;width:39.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eLz9iIWpFOM0PgJhu6eyDI5mfkn4e2xP { position:absolute;display:block;z-index:15009;background-color:#3f3f3f;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#Ad9KmXH5MWKuoXzqxoiiZZgTak2SBLA4 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:none; }
#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a118a83-ba24-4968-ad53-214d61529f3b/LPpc3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I.adaptive-delivery-prevent-bg, #lc99FqqG10bzWgVOqnCyuTmbP30UMc4I.lazyload, #lc99FqqG10bzWgVOqnCyuTmbP30UMc4I.lazyloading { background-image: none; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row .container { background-color: transparent; background-image: none; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row .container > .video-iframe-container { display: none; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row > .video-iframe-container { display: none; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .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); }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row .container { border-width: 0; border-radius: 0; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:60rem;position:relative;display:block; }#KFvQozcOdby45lg20MCn4ViCB7yMGekh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:38.3125rem;left:42.625rem;display:block; }
#nODQETxCFzzhh6HKNQUTJO4uWZs6b8lc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EbQhuORW1lNy8iCMka7sLngnLCDzToNP { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.1875rem;left:11.3125rem;display:none; }
#uh3FzXGhXc75dvTX7UVcem2DPiGgIqsR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yD1kRr0xVz5H4K7qE0hzpEbatAmC7zrl { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.1875rem;left:11.3125rem;display:none; }
#ywxRRahB9KtmgHzBSuAdcob3lV6AbOIZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#duPbaFUqS3QU1xs1seO9lmxhBOvsgd0r { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:38.3125rem;left:24.875rem;display:block; }
#CnSt7ohnLZTEz4t5SATkCwopGS9Uycym { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGpklpsIWZITLApnQQVw3zWEVzS5deIc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:38.3125rem;left:6.5625rem;display:block; }
#Sad9cy4fo1Xd7ERtweVsveaadJuzVbOo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRZGLrhNmRAptlZHWgTQHeV0sughAweM { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.1875rem;left:11.3125rem;display:none; }
#NLMq6V2rBL6PHCID8F0wu13fF4dFIAhl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZmJbn6itLGM8v4BaKODEdIl0C9rT6TZ { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #905300, #e4f2e7);background-image: -moz-linear-gradient(top, #905300, #e4f2e7);background-image: -ms-linear-gradient(top, #905300, #e4f2e7);background-image: -o-linear-gradient(top, #905300, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#905300', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#905300', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #905300, #e4f2e7);background-size:auto !important;height:18.75rem;width:12.499rem;position:absolute;display:block;z-index:15030;top:23.9375rem;left:39.4375rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#GdWZGbkVpb1nXzobo0GPAqVsGdHILs8O { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #975700, #e4f2e7);background-image: -moz-linear-gradient(top, #975700, #e4f2e7);background-image: -ms-linear-gradient(top, #975700, #e4f2e7);background-image: -o-linear-gradient(top, #975700, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#975700', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#975700', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #975700, #e4f2e7);background-size:auto !important;height:18.75rem;width:12.4980625rem;position:absolute;display:block;z-index:15023;top:23.9375rem;left:21.75rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:block; }
#LyXPSVuxKyN69qP5ZA34fLyaW3Giu8RC { background-color:#905400;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:38rem;left:24.1875rem;display:block; }
#Cb2iCQXBucThzVcPRAXX7UDPNGoVSneF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kpSh6OMHrOKonfISq9mOfeDdZ0Xg6q6B { background-color:#895100;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:38.0625rem;left:42rem;display:block; }
#eIWTxfZbF0c4Nlb5emJ1SufuUqU4L9Vy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k6u6FzekFrDDg1kTKkdLbKLwUzPohcQG { color:#e7f4fa;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:33.5rem;left:23.0625rem;height:3.0013rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JC0tQkq1atCNF0TcTQypBw2GnWt3EIX9 { color:#040b27;display:block;width:10.125rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:34.349609375rem;left:40.6875rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJKTLpK0RknA7KrcEd2UefUfAMmCeNJa { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #955a00, #e4f2e7);background-image: -moz-linear-gradient(top, #955a00, #e4f2e7);background-image: -ms-linear-gradient(top, #955a00, #e4f2e7);background-image: -o-linear-gradient(top, #955a00, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#955a00', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#955a00', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #955a00, #e4f2e7);background-size:auto !important;height:18.75rem;width:12.4975625rem;position:absolute;display:block;z-index:15024;top:23.9375rem;left:3.4375rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:block; }
#xzZAAipfl31fZ0nrnDnWMpVqgwHA2N3O { color:#e7f4fa;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15121;line-height:1.5;letter-spacing:0;top:34.296875rem;left:4.75rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zASHSgwPkt5eGtwXWp3T3dO8g3yWiEGn { background-color:#925700;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:38rem;left:5.9375rem;display:block; }
#aoAJuXTeKTU4yTNILlUhxhZrpld8ohKC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BP4JdVZ5gsFlsxIXRdDbgpJTTyIXHvDD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15044;top:24.875rem;left:42rem;display:block; }
#GKCDCpMaAWqemJmw0mNASGCF2O9VDX43 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15046;top:24.75rem;left:24.1875rem;display:block; }
#T5Rs5hSQldhGhDuWVswEQqZMn6F8wsCS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15053;top:25rem;left:6rem;display:block; }
#F3fo6IKxDJN6QQDZ84zu0nNJGvQA2Agm { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:29rem;left:5.375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xihV68OArgpURxKUqSyUcwFRrMuOwKRE { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:29.1875rem;left:23.5625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NKrUJGOs5RPNB7fWxdBNl6Tq3mGA5VGG { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:28.75rem;left:41.625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T6AcPZ1UOCFEZQTcnr6q6qEXbvJzloSF { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:26.1875rem;left:41.625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLPC2rbVbEab0B7cFu0DE7tIIb83xThr { color:#0e193d;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:26.3125rem;left:23.75rem;height:2.192925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RVgpTZpIO79hQi3Om45Gr3Q2c5OThzvT { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:26.1875rem;left:5.5625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HoOi33nCgVvcvbQlA4X3I5BpcZu4Md7x { color:#b20129;display:block;width:56.0625rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:15101;line-height:1.8;letter-spacing:0;top:17.5625rem;left:1.375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a118a83-ba24-4968-ad53-214d61529f3b/LPpc3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T.adaptive-delivery-prevent-bg, #vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T.lazyload, #vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T.lazyloading { background-image: none; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row .container { background-color: transparent; background-image: none; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row .container > .video-iframe-container { display: none; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row > .video-iframe-container { display: none; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .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); }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row .container { border-width: 0; border-radius: 0; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;position:relative;display:block; }#Boqhd6SQDwuKL7op5vzwX7Zr5ceocZS3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:40.125rem;left:38.5rem;display:block; }
#Ad44DpfET3NtR9zSSslTqVLCu5hFnTRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bEvTxqpGLu68Cxgdmf1XHuxAMfqDK8Sg { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.1875rem;left:11.3125rem;display:none; }
#EHOmZe8x401T3sJSi3VdSusnexuV8Hrl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kd58PCIkMiq3BNOZZ89Ihs4wmtbLRtgI { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.1875rem;left:11.3125rem;display:none; }
#lEleXGfoqTqtFpLFGkeSxWq4dPlkiZCO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2ikd4bofLdOOSdnIDNWCGBFRPuHTSaO { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.1875rem;left:11.3125rem;display:none; }
#L0lOxXrVupvrOfIT2a8FsXuxdh9E8zmr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PkyJqdAlfT9diTHnnGz2fiafqEDHy1Kd { color:#19b201;display:block;width:40.875rem;position:absolute;font-family:cairo;font-size:2.875rem;font-weight:700;z-index:15099;line-height:1.8;letter-spacing:0;top:15.9375rem;left:8.34375rem;height:5.17578125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WQCuD0Gh2f0bTrD8KSACeBogIyJnKry7 { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #764405, #e4f2e7);background-image: -moz-linear-gradient(top, #764405, #e4f2e7);background-image: -ms-linear-gradient(top, #764405, #e4f2e7);background-image: -o-linear-gradient(top, #764405, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#764405', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#764405', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #764405, #e4f2e7);background-size:auto !important;height:18.75rem;width:12.4980625rem;position:absolute;display:block;z-index:15031;top:25.25rem;left:35.375rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#WwlFfb8CX68wTxdfZJEb8xI1SdVIFOw5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15045;top:26.875rem;left:37.875rem;display:block; }
#y8xTXMfyno32gx0CcR4hggb5MuNcm8sD { background-color:#8b530b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:39.8125rem;left:37.875rem;display:block; }
#FU2xv9JkvThnsurTyh90AydpiIbzmooT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#So0tIHhr8l4b6uoLJwerbdEDDV7XSIVU { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:36rem;left:36.6875rem;height:3.0013rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IwX6S533cyiaqZBdzZGdblqg3VnPpHQZ { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:27.875rem;left:37.5rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dauLwHl59L80tgTZQTi3pmCFQ4zTZI1a { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:30.8125rem;left:37.5rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBPfANQKHISAyalhiQGdHGvcUf9PGOFu { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #86540b, #e4f2e7);background-image: -moz-linear-gradient(top, #86540b, #e4f2e7);background-image: -ms-linear-gradient(top, #86540b, #e4f2e7);background-image: -o-linear-gradient(top, #86540b, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#86540b', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#86540b', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #86540b, #e4f2e7);background-size:auto !important;height:18.75rem;width:12.4980625rem;position:absolute;display:block;z-index:15039;top:25.25rem;left:7.75rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#TBDumVGT4EEguc73gq2hN5AeUmNxJfAk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15053;top:26.875rem;left:10.5625rem;display:block; }
#hO4QJAKHe6S280rFF8FwgTksAd0vu6r5 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:27.875rem;left:10.125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ay4urKWeUSBEaG8delZb5OWLT0c3tHOg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:30.875rem;left:4.875rem;display:block; }
#wcuIt5Jqn0dCc7W1IJzmQiqmiv0KNtLq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i70l90KgsWXfiAPheAqWluGhuBaaQkAo { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:30.8125rem;left:10.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nIBVyAwm5k64heeBZekTSpL9TLTn5ATT { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:36rem;left:9.0625rem;height:3.0013rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PuQBzNzgFtskTyOgmFe9wkX1TOCcFKUZ { background-color:#845516;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:39.8125rem;left:10.125rem;display:block; }
#NHGczwhcB4gNHFTkfMPoS2Thn74UBmIb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a118a83-ba24-4968-ad53-214d61529f3b/LPpc3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1.adaptive-delivery-prevent-bg, #kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1.lazyload, #kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1.lazyloading { background-image: none; }#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1 > .row .container { background-color: transparent; background-image: none; }#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1 > .row .container > .video-iframe-container { display: none; }#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1 > .row > .video-iframe-container { display: none; }#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1 > .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); }#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1 > .row .container { border-width: 0; border-radius: 0; }#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1 > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:60rem;position:relative;display:block; }#fw74Zf4rf0Es9XZ3U3aG4m7mdP4uVmR0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30.999822616577rem;left:37.509763717651rem;display:block; }
#emIUzczgzdPhpRrZ835Pd9vTWWkB7PVe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCJIOwfrAXvcF1StNlfKflDNig9LJJqA { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.1875rem;left:11.3125rem;display:none; }
#MQgBFycrlJCqxVEb4QVMTXyD63uiydnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T64eq0JF95wtDfIQ0esvvkHawRp5GEFi { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.1875rem;left:11.3125rem;display:none; }
#wRbfyXMhhoAqIxeP1qFNr23PJ3QWnST0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h9PZJ6EpBcWH7h4Wr4aebo4EEtivAduC { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.1875rem;left:11.3125rem;display:none; }
#nJA0fIOgTzlN2lMJiafOd5KH2NfiyISK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PLxOdBCEATZ9eM6UEQaT3zpMGDODlDia { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40.125rem;left:13.4990234375rem;display:block; }
#aZtih5cqXVdbSdltboRxhmTEwD6rhmDl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gNJLSoyiTxWsPuUqJmrJqUioZcb8AGfU { color:#b20129;display:block;width:40.875rem;position:absolute;font-family:cairo;font-size:2.875rem;font-weight:700;z-index:15099;line-height:1.8;letter-spacing:0;top:15.75rem;left:9.125rem;height:5.17578125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RTzf5kS3C2Ud6ZMGIPDvHTmAe39CV8rC { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #875408, #e4f2e7);background-image: -moz-linear-gradient(top, #875408, #e4f2e7);background-image: -ms-linear-gradient(top, #875408, #e4f2e7);background-image: -o-linear-gradient(top, #875408, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#875408', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#875408', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #875408, #e4f2e7);background-size:auto !important;height:18.75rem;width:12.4980625rem;position:absolute;display:block;z-index:15031;top:25.25rem;left:39.9375rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#TxyyqmgJENbsQ3sw0lqzCIVWn23BPNpD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15045;top:26.875rem;left:42.4375rem;display:block; }
#LrJL3FEwKoapL9WpmDviZtG4DKdxVkWg { background-color:#7b5614;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:39.8125rem;left:42.4375rem;display:block; }
#yUao9s15s4RFGxuSXah3GoNrFHUfFd8K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UKvMD1l6fkX9MKZyZeuErWqtTApCAHaa { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:36rem;left:41.25rem;height:1.50065rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lKFAptCaAqV54Se23IPa3g8fxhNrMGgP { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:27.875rem;left:42.0625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tiIHK9GwuI2uGdaCXb14nRPWWfRFEyAD { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:30.8125rem;left:42.0625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmR7fNv93dow3mku0rnPhSBAIb3KqEmh { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #744b06, #e4f2e7);background-image: -moz-linear-gradient(top, #744b06, #e4f2e7);background-image: -ms-linear-gradient(top, #744b06, #e4f2e7);background-image: -o-linear-gradient(top, #744b06, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#744b06', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#744b06', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #744b06, #e4f2e7);background-size:auto !important;height:18.75rem;width:12.4980625rem;position:absolute;display:block;z-index:15032;top:25.25rem;left:10.375rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#Q9uvAENHE6NL1snFdEShs1JM86L6TR7J { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15046;top:26.875rem;left:13.125rem;display:block; }
#Ao0UJVlZSXp4nPd3OQMo9ruwQ3hIedCD { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:27.875rem;left:12.75rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VQiDe3TBWwJ1m8zem1Jr3tp1wU1w986i { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:30.8125rem;left:12.75rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NiWGe3odDwNBbCei2NMUGUcESDJdwDDH { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:36rem;left:11.6875rem;height:1.50065rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oRk2x55T6LSbs1uIW2JtkXmnoqo0TsHS { background-color:#825310;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:39.8125rem;left:12.75rem;display:block; }
#MZavIcoWACFTLkH0STxToaSEZUQoRx53 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a118a83-ba24-4968-ad53-214d61529f3b/LPpc3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew.adaptive-delivery-prevent-bg, #PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew.lazyload, #PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew.lazyloading { background-image: none; }#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew > .row .container { background-color: transparent; background-image: none; }#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew > .row .container > .video-iframe-container { display: none; }#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew > .row > .video-iframe-container { display: none; }#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew > .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); }#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew > .row .container { border-width: 0; border-radius: 0; }#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:60rem;position:relative;display:block; }#W054la3ygvRTikfF3yh6xhMuLd0sOLNP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30.999822616577rem;left:37.509763717651rem;display:block; }
#psaPWP3PxvFTvtIN1d05EmU5wW1xguwp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wmmZzWTJ9ZUoobvWiPA51Uyye2omImdT { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.1875rem;left:11.3125rem;display:none; }
#ORmOtpJ6mJrTQutomSDXXz0cxUEg00nx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#neP5BbALRGroq56P8UuEBiIC9HgwHD0I { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.1875rem;left:11.3125rem;display:none; }
#ozWo1QSOJMBumCGlNX20qagsTPwNrK3w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FFMQ1pMzzNPosAn9NeObQFSuEXGw1oyA { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.1875rem;left:11.3125rem;display:none; }
#AITHKFFSikbQ7Od61y6BUBTxWta6UoXU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lIGVhkZPXhcnOXc2ImlVxv1eLCLPAX8S { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:30.874644041061rem;left:15.943714141846rem;display:block; }
#Uw3PT4TXV6BxQg8Hb45EAfZBbdtIaKT4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R8o160zK6TLbvmm1Wmg5lQZkylp6kLdZ { color:#b20129;display:block;width:40.875rem;position:absolute;font-family:cairo;font-size:2.875rem;font-weight:700;z-index:15099;line-height:1.8;letter-spacing:0;top:15.5625rem;left:9.5625rem;height:5.17578125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mGahd1uWCAZ02P9UxRQfnZWcmaQ1rLeN { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #7f4a06, #e4f2e7);background-image: -moz-linear-gradient(top, #7f4a06, #e4f2e7);background-image: -ms-linear-gradient(top, #7f4a06, #e4f2e7);background-image: -o-linear-gradient(top, #7f4a06, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f4a06', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f4a06', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #7f4a06, #e4f2e7);background-size:auto !important;height:18.75rem;width:12.4980625rem;position:absolute;display:block;z-index:15031;top:24.4375rem;left:37.5rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#n8Tg6vONMxBUTPNkLca6CCNLrAzOnEIE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15045;top:26.0625rem;left:40rem;display:block; }
#eVfx36WGCstXfiXnhSG8rZ1Rrzkmh5Tu { background-color:#955d0d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:39rem;left:40rem;display:block; }
#BSl78X5qDnNKUVJ9qyxx84fJp1iBdKNA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQQWHeuBv6i1xHACTZSGEWm2v3rhBy0l { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:35.1875rem;left:38.8125rem;height:3.0013rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bUdxtdCVC7EGX7vpe3n5B8VWlMfTJZZK { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:27.0625rem;left:39.625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iCGmEnhuc4huQB9TqveAuo30r5OsxOBN { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:30rem;left:39.625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qKoCiEmnDdpO3zA1x6i9PCypxbZEXZTV { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #804e00, #e4f2e7);background-image: -moz-linear-gradient(top, #804e00, #e4f2e7);background-image: -ms-linear-gradient(top, #804e00, #e4f2e7);background-image: -o-linear-gradient(top, #804e00, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#804e00', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#804e00', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #804e00, #e4f2e7);background-size:auto !important;height:18.75rem;width:12.4980625rem;position:absolute;display:block;z-index:15032;top:24.4375rem;left:12.8125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#fcO54R6Ce3kXCq1UvT8TTnLHah7Tpiiv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15046;top:26.0625rem;left:15.5625rem;display:block; }
#pRB5CwsgqJGIQAeAsTcvM1SRZNXB8nLT { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:27.0625rem;left:15.1875rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OrAyFeA6pJwVA6Z9uMSwbOv9zF6r8MRu { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:30rem;left:15.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HwRkqTOTzXvvpTeRSLFdZfqtqN5nZQeN { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:35.1875rem;left:14.125rem;height:3.0013rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eDrbtk2OhHb1EKDuZ32oCL5ygMvXxx0C { background-color:#976215;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:39rem;left:15.1875rem;display:block; }
#B8LECwixP5Msqx1BRthpxoiiQLVNAkRX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a118a83-ba24-4968-ad53-214d61529f3b/LPpc3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI.adaptive-delivery-prevent-bg, #ITem9UsP40OczuRFl9G7VfX8UJLSfiDI.lazyload, #ITem9UsP40OczuRFl9G7VfX8UJLSfiDI.lazyloading { background-image: none; }#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI > .row .container { background-color: transparent; background-image: none; }#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI > .row .container > .video-iframe-container { display: none; }#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI > .row > .video-iframe-container { display: none; }#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI > .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); }#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI > .row .container { border-width: 0; border-radius: 0; }#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:60rem;position:relative;display:block; }#WsGRLhWWJwyNCTZ1vfNt6xmG9xqmmZ5a { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.1875rem;left:11.3125rem;display:none; }
#uJnNHceRvGrfhdXvqaW98OtERsWqG7L0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PfoszitVEdEgnCGNbTxrt3LTfCKP5UB4 { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.1875rem;left:11.3125rem;display:none; }
#HhxK4h4NuubZNTrend6xUOuA17oIL59B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#whx6Xwe8PzvGk7k0UgRrT4iaBCu8cF4R { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.1875rem;left:11.3125rem;display:none; }
#RwAIHp2LhWsm7gqiTWOgpiG2eUrSOMdf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yxLrbR6cceqEIkAp0utVRPL8XBkccx34 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:30.874644041061rem;left:15.943714141846rem;display:block; }
#KgiEE2OxhTlzzQKr8hW0hmlUCGmtRDcN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hsE4o6Eue1deGiUI4K0ANCeCGcDebEha { color:#b20129;display:block;width:48.9375rem;position:absolute;font-family:cairo;font-size:2.875rem;font-weight:700;z-index:15099;line-height:1.8;letter-spacing:0;top:15.6796875rem;left:4.248046875rem;height:10.3515625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EAzMyiQU12TTHxcwVGhMMIy2xpcKAQ1d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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.3;overflow:hidden;position:absolute;width:16.0625rem;height:5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:29.6240234375rem;left:20.685546875rem;display:block; }
#FmVx1sekE4m3Nb712WMI1B6awNwExISG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCkVO9vyrJiqKNf87TtnmAiam3oL2FFw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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.3;overflow:hidden;position:absolute;width:19.6875rem;height:5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:29.6240234375rem;left:1.375rem;display:block; }
#ASpb3xnqg3hqi7sJbaBfySMqyAAXsffA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mIAIElWq8LkfDavLGZMvQ6cAltQp6MiN { 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:13.875rem;width:13.875rem;top:25.7802734375rem;left:21.341796875rem;overflow:hidden;display:block; }
#mStO8uPlHzxITsZmivfZrF3PpFsQqUiw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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.3;overflow:hidden;position:absolute;width:13.25rem;height:12.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:25.9677734375rem;left:22.193359375rem;display:block; }
#uIawHDmZuP0uOdSAE8nzx4GilLMomfk5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXZtQrV9VV7R3RCcavmisXxqFyWGwyws { color:#3f4827;display:block;width:21.125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:46.4365234375rem;left:19.4375rem;height:1.2999125rem;display:block; }
#yS2TSnovzJ2qztdvQZnutLuS2u5RZhGO { background-color:#bb8d65;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:"open sans";font-size:2.375rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:20.1875rem;height:5.375rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:39.6552734375rem;left:18.623046875rem;display:block; }
#cuCHTUEGZfiIpoTWrmFlttLx6EaUEVHq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#VbRhxBdkks555JvtNEpPCwflR5A7xzNQ { display:none; }#VbRhxBdkks555JvtNEpPCwflR5A7xzNQ > .row .container { width:47.75rem;position:relative;display:none; }#I7RvZAsdGSGrITIsuxxcq80fRuG7EBLz { width:31.25rem;height:8.6875rem;display:none; }
#saobA8aThv4fsy4ZAoAEz5DM2zHsxAcD { width:20.3125rem;height:11.0625rem;display:none; }
#oGvlRCMhTxd8Eff7dMAifpdxTmeH6bAD { display:none; }#oGvlRCMhTxd8Eff7dMAifpdxTmeH6bAD > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; }#imagv0uG4hzni1e4QOth7sghp9kW4IBa { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#hbxPtAzLGHEWalduRwrarmudZm2IQhpr { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#uHTUAIyrl5FI3V3EpWgvShRw75gcyJpr { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#xwhpKicX9SAGCv8Wn9nKJOpyIr2FTrxz { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#p2hx4nHXTDsUxhK7K6xrHBu2fgHzp8k4 { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#UUHQW5089fXF6K8vlpszGMq2xwu0STtb { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:none; }
#cFn76m4T1x4Sbbk587nvTpLJ9gPpsrT4 { width:;height:;display:none; }
#dd8Pilf67EU4cdJk5R8DXyxPNhHdJGDw { display:block; }
#tUdszqWa8bylapizmM3gILiW6fEBPgFm { width:;height:;display:none; }
#ykxvpqB5MzrX4Ieumzz8pl6Drp97zogU { display:block; }
#ywH1GcN7tlrZCHDoUaFOMdhKiTHK67EV { width:;height:;display:none; }
#emB661bWZbwu6qWITCGtQDh7AQid9dkE { display:block; }
#ldCc9vK6iVDWvgzcgze5y7g7k8aSrQaS { top:3.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#SinrVCdEyPCVLl5crNlbhN1muMAriMQs { width:0;height:0;display:none; }
#g7zd6uVMKfeMlwDh8Pb4NIN8khznzVIX { display:block; }
#cOH0UQ0BLKtuLdwKUVsorUl7wDZTEsoB { display:none; }
#HH85RPc3wLeU33eyJITgKC3U6vA1ucix { width:0;height:0;display:none; }
#vw2tle6Nux7tR62wFZsBwxPtSPq3cG2M { display:block; }
#wUc688QWk6CCWwpbMl6FHOgBpOe39vbU { display:none; }
#HkHXy4xpaN1UiTTki2yv2E519KQUusQC { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#bqreQALCOuJMV27QQBrOK72xwIs2drzi { display:none; }#bqreQALCOuJMV27QQBrOK72xwIs2drzi > .row .container { width:47.75rem;position:relative;display:none; }#xgZ8oxAZ3eVm4cQ5CX0uHAEQEiibBpnf { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
#ba9lWZO86GIVHWF9qSzw13PV9ON0KMML { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#nQmADGdQFVVff5yUCvwVwDSn4k3rqE5n { display:block; }
#HsVrUbX0LkfLqcSPPLhOzTfZBb5GhLof { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
#AQR0oZn84qBrkFfJXBfElUyhdXDyJAbU { display:block; }
#TQGa2ZTTUPP8wcJm33oHyfJRxm727Unb { top:21.125rem;left:0rem;width:34.75rem;height:3rem;font-size:1rem;display:block; }
#pusD8RdIT3gpJXH2zRvCP4QCXRXh49lI { top:2.5625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
#MrwXCNTRGyDITQ7UBItbpz8vAK7OBvI0 { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#Hlb4ybZ9GfxL0luHDGfrNZxJdXJVwVNI { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#OxOSxBscvCuTCeU9lndnFFdKVrwPoy7d { top:0rem;left:17.125rem;width:30.625rem;height:20.38074609375rem;display:block; }
#w2kDqpFThDPWPZc1E2EuoawHhkCbTOFy { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:none; }
#zgFIpAm273pIbGePWHbTnRvuPh1arPP1 { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:none; }
#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ { display:none; }#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ > .row .container { width:47.75rem;position:relative;display:none; }#uin9ewOTOdXobAdhBwCMKbNsmPWwM54p { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#ggtFbUK5BsaKtdrqr45C1J9UVSguTCxO { width:47.75rem;height:19rem;display:none; }
#qglZ9z55Vnt2GkmF5LfmlihW9dhH40Pt { width:14.0625rem;height:5.125rem;display:none; }
#aFC7yeIhgQ6SFVXDHiz1oPEBnV5ZMRcb { display:none; }#aFC7yeIhgQ6SFVXDHiz1oPEBnV5ZMRcb > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#BnHo1SBkAEdA1iBJ1vX1PbobnG5s71LC { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#JaTAzhvuHgvgIuTvDC1S8oEVyDgAlBAZ { display:block; }
#gd1uh2lCorBtEE1eTwdyBtTlKxTwOogH { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#gd1uh2lCorBtEE1eTwdyBtTlKxTwOogH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#wl29ivDTX43LeQnPsdoxPpCk5desQr0r { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#Otg452i3XV28nlOaqi7AwT5FOtIe1IEK { top:0.25rem;left:0rem;width:8.9375rem;height:4.4206989247312rem;display:block; }
#mqyubnkNASfKTmQ0FS3XEJiB8RzVPGOd { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#JEe7ETp5KtROHbBEiQSGZm0Pgd8shlzZ { display:block; }
#S8paKhf3658cgTlVgKolSFnTNOOZodS4 { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#zRKOTykJuQSenlroVquTLmMwIKumRpQJ { display:block; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { width:47.75rem;position:relative;display:block; }#umsOgqtAyHE8tJcKc6gsvtg4SswVrmkf { width:15.625rem;height:2.5rem;top:14.375rem;left:31.8125rem;display:block; }
#EtWQd8mng87kWDwn4iRdktHqRQ6WIELT { display:block; }
#WZ9sAIKbHpp6QX7Be0T1GNXv3qNpf8IE { width:13rem;height:2.5625rem;top:2.4375rem;left:34.03125rem;display:none; }
#E6MWE4Ze8wgNXLhmiaT4lsLpeZsqrvgV { display:block; }
#wHoGOwVhPJiGSA4zcR2K8DstdmJ9Jzck { display:none; }#wHoGOwVhPJiGSA4zcR2K8DstdmJ9Jzck > .row .container { width:47.75rem;position:relative;display:none; }#h2CDybVFn0XQkffp0ZLHPdpO6VSzz38S { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#a3RTaaoVv2kb6FcBE6wRO3loxOSwT6ie { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#wZVSftwTmmUzVzGltqvrAlX24us90Z45 { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#UvquM0trzXAcMaV4kJIvPiwAtdSiFgC5 { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#SkXxp26ng5Oyb6lWL1JItXkxeXyomTW7 { display:none; }#SkXxp26ng5Oyb6lWL1JItXkxeXyomTW7 > .row .container { width:47.5rem;position:relative;display:none; }#XTLxXDiQhZrrIScWpRFITmJoXHwtN584 { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#LbK7RiZagoTIsN01wWZ1PGy3ZdgT5Gk9 { top:11.25rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#fbTQifaJIcbPvQ4oSfxvksnZu8klvH70 { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#wbAihcMbI4mKumaqLxORdEH9I5duoJeF { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#KX4uoEAkzKSMFoF3EflLEC0cFitO5pSL { display:block; }
#TK1R24Ry3dRdXxIi6PGrvTzABKpbZa36 { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#GFU9mL20RdtFvbnA1mybK3p03yVU9a68 { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#kLTwD5DPCokZPKlpJhlE26IGzMtDeh4r { top:15.25rem;left:9.5rem;width:38.25rem;height:25.55972578125rem;display:block; }
#WWIl9v21T9MIaR2z8w31WF4y88SkdwJc { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta { display:none; }#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta > .row .container { width:47.75rem;position:relative;display:none; }#ruG0NTyP9ekLCl4iVROynhoiNyMSz4MN { top:0.5625rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:none; }
#IKeNNNANIXbdmPOhkZyVh1TSOFzfML2c { width:41.4375rem;height:24.0625rem;display:none; }
#HvmWkamDdXCJHxWOzWc4TqTeXAJCPMUD { top:14.3125rem;left:0.701904296875rem;width:12.625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#l9oSZSyA9L9JMMWMF1m6z1F48dMRepHm { width:;height:;display:none; }
#eHQloqM2f90MJ5izxeQgxK5isJODLv7y { display:block; }
#GUMnTaqG80gETKSq3CKdPTJDtneIC46F { display:none; }
#TFGNkcFkgErfvMzgPVQPdFHLOvkrPGWZ { top:2.6875rem;left:0rem;width:2.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#vaZAuEaDJFlcKv9IVHWRuKzzT4LfyzNF { top:16.1875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#QTdW1QI11TLOqIfTqE5vcq6mTZQQaWmn { top:33.3125rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#bZzGgSXZVU1i8uBrq4iQJnRtWt9bJ1Tw { top:31.0625rem;left:0.8125rem;width:12.625rem;height:1rem;font-size:0.875rem;display:none; }
#GfqHJFqllJou4OeRiqlHg3g3ppAlfluu { width:41.4375rem;height:24.0625rem;display:none; }
#el30RN5gT3ZXKgiJIgg2H4FEudOmHkSv { width:;height:;display:none; }
#qbuT4oyqb1BmgwLECbWhHd0GQuXtubiF { display:block; }
#L1FChfwkHGqrGvACFPHsUhZG9UVLT1hb { top:47.3125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#cAzyaqqCklTBXCA6o82NzA1sL7VqHQlS { width:;height:;display:none; }
#L35T1MH0H5qby3PekfySRA1S6Ey1nDml { display:block; }
#KAFTxROxnMaMUezThmthtkS7yniMF9lX { top:45.75rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#MdF7r0zbBl7qadQT3bb6DxoTPn7N29z5 { width:41.4375rem;height:24.0625rem;display:none; }
#QJFr9xu72EJm555vTkDl63SI0Z77W7IA { width:;height:;display:none; }
#RFFbnVAqW5CqkFTJ8nLtB4zR5trfEr6x { display:block; }
#NT7irTzyz94bcvFo3uMMR6TtlE0a4KOV { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#zoA8ynWQ5QW3lpMigTSLxhAt3PJC3Wtw { top:62.5rem;left:0.310546875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#OzTV8C4R4X31Cmlgwlic1DMNy8qu5tE5 { width:41.4375rem;height:24.0625rem;display:none; }
#eyW7O0PoSr6RaK2A4X0CZzFqdIr36z55 { width:;height:;display:none; }
#nEn1wNoFv2Nl8gEwBKgINlGSH5S2gp73 { display:block; }
#fP9NMklMP8BDqx1IZeg8VbmnyX7Sz5dW { top:77.9375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#Bce5QIIKGbpAWnanbcdtPnIWDBGV1Awi { width:;height:;display:none; }
#R2y3aEHrrInIzo3PXl4tUl29kolcoWXo { display:block; }
#zvsHmzZV10fWPfqywKgxpWx0pAlo1rx8 { width:41.4375rem;height:24.0625rem;display:none; }
#vI3k2gXKNKVPfJCQuA2RXqNLaNqeaszm { width:;height:;display:none; }
#ITzEv9aEDOG9qP0xJCItm8MszhonUmrB { display:block; }
#S3NVwqdqg4672iQn8CknsSHbs69U6Adb { width:41.4375rem;height:24.0625rem;display:none; }
#Cd4FZdrmHvuhvUUv2MOApwveEad4RBEc { top:94.6875rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#fDvxRSO0QK2mCGVtT1PT5MPpTxsSqQbM { top:79.8125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#MNiQhQJ6W57uPG8ily61eqBloT5ZTlma { top:97.875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#X9IWzHe8gLQyKI3Vno9TGG0NtmMLB8vk { top:115.5rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#ICLuI66KZgTygFU5dxCcr1KVXPQ7ytJn { width:;height:;display:none; }
#v8u4cpHyFfNQ74uQB8Iy1Tba3ygcHQAc { display:block; }
#vu0hNOxT3sOpPC7Nr8G374Pk1pJI9aWl { top:113.25rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#OTLsbEKANoDbFTMc3BDwZD0bwMqLgyWz { width:41.4375rem;height:24.0625rem;display:none; }
#LlBoGX2hZ8DUVPnJqdTduIJGkXySFCkc { width:;height:;display:none; }
#uww58EIsE9p5hI0Ziy2z5QPxGVOyCVnM { display:block; }
#rK0b9I58npp6FonGzWJ9bmuJwpsBcD4t { width:41.4375rem;height:24.0625rem;display:none; }
#T3w8IZBOS5vHWXVm0ILiVTAFZpU2iCD2 { top:132.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#QGduU39vwJ0WmCggZnT3V4xKdQhoDW1V { top:130.125rem;left:0.497314453125rem;width:12.5625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#LyIsyhmp5i0EhFJw7pPGt2n6DDi3gVyP { width:;height:;display:none; }
#T1856JSzX40zcSWX1rhPmGE2aOpuF2Tl { display:block; }
#W4tGTCJKdRGKk6gTlgbrLTf1Ao2COdZm { width:41.4375rem;height:24.0625rem;display:none; }
#LLTu3qG1mfT4AZF3xEznCT3XMZ2KQ9OD { top:149.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#BqHATV6cHnrEWJ2nNOT4nIoDsdS1nlB7 { top:147.0625rem;left:0.57666015625rem;width:12.9375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#F4qcaUEK8W6BWTabAZTPkpnyhhETRFul { width:;height:;display:none; }
#pelkK3neFp7iAX4hJtNDT7I4WfoXoCWJ { display:block; }
#oFMEMb7k3ym4x91zcq6uZ6NckDKRQkQP { top:171.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#kNUolWXUnkfbs6Zax2XWv1F5VqPGCQUm { top:164.6875rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#fflxoEsHV4uCSmv9kTCX6kTUiABCGEBL { width:41.4375rem;height:24.0625rem;display:none; }
#FKFPnI3Z4uEbLwpS68lkTzeWTUTp8Lbd { top:182rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#uiZoxcKF3h8KwxrsCZkLnlWt5y0sQbSM { width:;height:;display:none; }
#dayGqAwSaN9WcoEklDDQBfluVzsTaSae { display:block; }
#KupWVAiRZHOeWwLemeJ67hVh7B09Q8B7 { top:179.5rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#nWKaBWz2bG4VWClHcuRbfg7z15ThU7fv { width:41.4375rem;height:24.0625rem;display:none; }
#cDhCuypSpDxHcMDSGzm5PzuSeB2AGq3l { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#XKXCRw1pw3RIghmCzCZHF55vELOe7AoW { width:;height:;display:none; }
#DMszAnxsGbraXGHNo9f0V5uEWQhFZdON { display:block; }
#V8MLVgPOIfl9X8SeJIqs9G5JB5skNDcB { top:79.4375rem;left:0.70225745439531rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#WsNB4ugI657LnH0ByLsU9Z8qm8xkEQb0 { width:41.4375rem;height:24.0625rem;display:none; }
#cVJEqlh7gAHaF7J8K2lWbJeTet70nMCs { top:99.25rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#rwbhOAbe6ygm50oMuItLZQaOScciMsLi { width:;height:;display:none; }
#uBbktp9sGZe4GlmZ34UCubEAMioyTOpt { display:block; }
#af3VnyFNDLJJIQuAClXwTNzxuMbQqy03 { top:97.375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#sFrHfRJLcF4fzo74o7JN2UHlAFgqVgKC { width:41.4375rem;height:24.0625rem;display:none; }
#HhT5FvaHTEufm6Ji2wNQUe8BDfPULyTk { display:none; }#HhT5FvaHTEufm6Ji2wNQUe8BDfPULyTk > .row .container { width:47.5rem;position:relative;display:none; }#KuPEmiJqCBHW5aNBTy5Sk2XmVDT3Gbkr { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#H7OQl5IsUKHIF28Om94D5OSnDLHJGos1 { display:block; }
#E7PhJOuacP2opWTEyCyv5EtOt2vzlLX0 { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#b6KV4lNDWmKGmzlUvaXM0dXcv0IlJ7Zo { top:7.375rem;left:17.4375rem;width:19.625rem;height:15.6875rem;display:block; }
#BrZTVe2w4exeCeabhWuXKMvabJ8SVogx { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#nScL7odAQbLt70pZBi6NtJXpgxKk7A1K { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#Vv9HHL22L2cXVG2yQm71S67DgsmVP1HT { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#v7NS2PbUbamzbUkEN1Mrb3oxLeTfgK9G { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#lQFdoW1v5icfZHpZ2I4r8DDRpEabXuGd { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#ycE4OPKlvLZZSFOqD4TR0aDg9cIWuAVo { display:block; }
#MGNiE2tloHZThQ0zoPeSpvvZybN3ick9 { top:4.0625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-text {padding-top: 0; padding-bottom: 0;}#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-select {padding-top: 0; padding-bottom: 0;}#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF  { width:15rem;height:auto;top:15rem;left:0rem; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF {display:block;}#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF { width:15rem;height:auto;top:15rem;left:0rem; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #PEQv2hDmutLJ6BrfbJBMDV6RJXLyKbrP {  }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #z3ET3SHGRkHgZvv436FOkdKutRSrJ6oH { display:block; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #pIQixDFFO9OTcSSR13lQUgcMcTGbgPmf {  }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #dDzvRI8SBtxtER8IWVpPUb9M2JArw11B {  }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #n82x5JfiEtfvBkocT4APBUh4ADnLWiTz { display:block; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #DyzVDLNcCgE6CT1D4T9CTWomBSw1Tc1D {  }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #mJvFWzFxCGUuxUU91EZpJyv1MCwlu99q {  }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #tP7VHhTHF3S6rCBVFMpBnTATuUropk7O { display:block; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #ggbUKadwNprwTRPFWOtXqqZJ18CvWRC4 {  }
#xTfo2zrsNTnPlQxaVGo5TIFUfx8bH0K8 { display:block; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #VD6Bzqr529q7hGOnEWm4IXEpmgKhomqg {  }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #LVddJNRCmWb3XSADFT1PvGmp98bLEeQW {  }
#yIzJgrovhgFgagaSoRBEkIHcfGFEXdBR { display:none; }#yIzJgrovhgFgagaSoRBEkIHcfGFEXdBR > .row .container { width:47.75rem;position:relative;display:none; }#vi7yl92B1doD9xbaW7NCb3J8iVH6GObe { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#WvVscNzUC68aTZN8ysrhr07B6iXeeX9D { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#HL2C4ITVcgbksXkrXw5geXe9QH8c0SOW { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#y8mChc64XlHCo81kamXublmofsTAPZIm { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#LyfRbpmMXk9H1H2D7rFM9T85VwKRU0AA { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#nrTGvaM3VzEReMBwDAJLO7DETw9ZRDOw { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#W6T8MTVwV6bGNQs5akrveSSvRILX23P7 { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#GftbObrwQQwWWZXDSTFc8vv73U9sDCa0 { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#zOlyR6BWdmPidSCi9NftE7g0Wudr5rI1 { width:;height:;top:0rem;display:none; }
#gNbPUrPvMS0kAXcQhWV1tTA2KyFfCJMO { width:36.5625rem;height:31.5rem;display:none; }
#KpUP47L2QS2y7T0khIOhIZPX8bp7aqk6 { display:none; }#KpUP47L2QS2y7T0khIOhIZPX8bp7aqk6 > .row .container { width:47.5rem;position:relative;display:none; }#Onxsv1Wo1udnRlZpMKwC6u0oumJdKAct { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#TNNcyZnmSBcCc8X6HiacNikNDVgzqeHe { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#uE9T6lCCUyLgxyspodiTRTS5CDT80egc { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#rEk4mC2C4DU6HkueuvGETSXlyNPStNBZ { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#tVhTlEK6Aiy3Ek6uJbxsd1gXBPoGNiui { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#BBU82ET7hLxW1oTRG9mo6HoXVT2t5Bim { top:0rem;width:;height:;display:none; }
#GuqMvCuHCULwpTD2KT03g1TbqwNkiAu6 { top:0rem;width:;height:;display:none; }
#LO2QOUFBHZcO95eBNdi2vg67HHeTZEXR { display:none; }#LO2QOUFBHZcO95eBNdi2vg67HHeTZEXR > .row .container { width:47.5rem;position:relative;display:none; }#SEsle4o2gEvTzv82MMD7ZBJgTp0SKPvQ { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#eLz9iIWpFOM0PgJhu6eyDI5mfkn4e2xP { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#Ad9KmXH5MWKuoXzqxoiiZZgTak2SBLA4 { top:0.25rem;left:0rem;width:8.9375rem;height:4.5718440548374rem;display:none; }
#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I { display:block; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row .container { width:47.75rem;position:relative;display:block; }#KFvQozcOdby45lg20MCn4ViCB7yMGekh { width:6.25rem;height:2.5rem;top:38.3125rem;left:36.5rem;display:block; }
#nODQETxCFzzhh6HKNQUTJO4uWZs6b8lc { display:block; }
#EbQhuORW1lNy8iCMka7sLngnLCDzToNP { width:6.25rem;height:2.5rem;top:12.1875rem;left:5.1875rem;display:none; }
#uh3FzXGhXc75dvTX7UVcem2DPiGgIqsR { display:block; }
#yD1kRr0xVz5H4K7qE0hzpEbatAmC7zrl { width:6.25rem;height:2.5rem;top:12.1875rem;left:5.1875rem;display:none; }
#ywxRRahB9KtmgHzBSuAdcob3lV6AbOIZ { display:block; }
#duPbaFUqS3QU1xs1seO9lmxhBOvsgd0r { width:6.25rem;height:2.5rem;top:38.3125rem;left:18.75rem;display:block; }
#CnSt7ohnLZTEz4t5SATkCwopGS9Uycym { display:block; }
#TGpklpsIWZITLApnQQVw3zWEVzS5deIc { width:6.25rem;height:2.5rem;top:38.3125rem;left:0.4375rem;display:block; }
#Sad9cy4fo1Xd7ERtweVsveaadJuzVbOo { display:block; }
#FRZGLrhNmRAptlZHWgTQHeV0sughAweM { width:6.25rem;height:2.5rem;top:12.1875rem;left:5.1875rem;display:none; }
#NLMq6V2rBL6PHCID8F0wu13fF4dFIAhl { display:block; }
#iZmJbn6itLGM8v4BaKODEdIl0C9rT6TZ { width:12.4375rem;height:18.75rem;top:23.9375rem;left:33.3125rem;display:block; }
#GdWZGbkVpb1nXzobo0GPAqVsGdHILs8O { width:12.4375rem;height:18.75rem;top:23.9375rem;left:15.625rem;display:block; }
#LyXPSVuxKyN69qP5ZA34fLyaW3Giu8RC { width:7.5rem;height:3.125rem;top:38rem;left:18.0625rem;display:block; }
#Cb2iCQXBucThzVcPRAXX7UDPNGoVSneF { display:block; }
#kpSh6OMHrOKonfISq9mOfeDdZ0Xg6q6B { width:7.5rem;height:3.125rem;top:38.0625rem;left:35.875rem;display:block; }
#eIWTxfZbF0c4Nlb5emJ1SufuUqU4L9Vy { display:block; }
#k6u6FzekFrDDg1kTKkdLbKLwUzPohcQG { width:9.8125rem;height:3rem;top:33.5rem;left:16.937501907349rem;font-size:0.8125rem;display:block; }
#JC0tQkq1atCNF0TcTQypBw2GnWt3EIX9 { width:10.0625rem;height:2.5625rem;top:34.3125rem;left:34.562255859375rem;font-size:0.8125rem;display:block; }
#WJKTLpK0RknA7KrcEd2UefUfAMmCeNJa { width:12.4375rem;height:18.75rem;top:23.9375rem;left:0rem;display:block; }
#xzZAAipfl31fZ0nrnDnWMpVqgwHA2N3O { width:9.8125rem;height:1.375rem;top:34.25rem;left:0rem;font-size:0.9375rem;display:block; }
#zASHSgwPkt5eGtwXWp3T3dO8g3yWiEGn { width:7.5rem;height:3.125rem;top:38rem;left:0rem;display:block; }
#aoAJuXTeKTU4yTNILlUhxhZrpld8ohKC { display:block; }
#BP4JdVZ5gsFlsxIXRdDbgpJTTyIXHvDD { width:7.5rem;height:7.5rem;top:24.875rem;left:35.875rem;display:block; }
#GKCDCpMaAWqemJmw0mNASGCF2O9VDX43 { width:7.5rem;height:7.5rem;top:24.75rem;left:18.0625rem;display:block; }
#T5Rs5hSQldhGhDuWVswEQqZMn6F8wsCS { width:7.5rem;height:7.5rem;top:25rem;left:0rem;display:block; }
#F3fo6IKxDJN6QQDZ84zu0nNJGvQA2Agm { top:29rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#xihV68OArgpURxKUqSyUcwFRrMuOwKRE { top:29.1875rem;left:17.4375rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#NKrUJGOs5RPNB7fWxdBNl6Tq3mGA5VGG { top:28.75rem;left:35.5rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#T6AcPZ1UOCFEZQTcnr6q6qEXbvJzloSF { top:26.1875rem;left:35.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#vLPC2rbVbEab0B7cFu0DE7tIIb83xThr { top:26.3125rem;left:17.625001907349rem;width:8.25rem;height:2.1875rem;font-size:1.1875rem;display:block; }
#RVgpTZpIO79hQi3Om45Gr3Q2c5OThzvT { top:26.1875rem;left:0rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#HoOi33nCgVvcvbQlA4X3I5BpcZu4Md7x { top:17.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T { display:block; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row .container { width:47.75rem;position:relative;display:block; }#Boqhd6SQDwuKL7op5vzwX7Zr5ceocZS3 { width:6.25rem;height:2.5rem;top:40.125rem;left:32.375rem;display:block; }
#Ad44DpfET3NtR9zSSslTqVLCu5hFnTRN { display:block; }
#bEvTxqpGLu68Cxgdmf1XHuxAMfqDK8Sg { width:6.25rem;height:2.5rem;top:12.1875rem;left:5.1875rem;display:none; }
#EHOmZe8x401T3sJSi3VdSusnexuV8Hrl { display:block; }
#kd58PCIkMiq3BNOZZ89Ihs4wmtbLRtgI { width:6.25rem;height:2.5rem;top:12.1875rem;left:5.1875rem;display:none; }
#lEleXGfoqTqtFpLFGkeSxWq4dPlkiZCO { display:block; }
#U2ikd4bofLdOOSdnIDNWCGBFRPuHTSaO { width:6.25rem;height:2.5rem;top:12.1875rem;left:5.1875rem;display:none; }
#L0lOxXrVupvrOfIT2a8FsXuxdh9E8zmr { display:block; }
#PkyJqdAlfT9diTHnnGz2fiafqEDHy1Kd { top:15.9375rem;left:2.21875rem;width:40.875rem;height:5.125rem;font-size:2.875rem;display:block; }
#WQCuD0Gh2f0bTrD8KSACeBogIyJnKry7 { width:12.4375rem;height:18.75rem;top:25.25rem;left:29.25rem;display:block; }
#WwlFfb8CX68wTxdfZJEb8xI1SdVIFOw5 { width:7.5rem;height:7.5rem;top:26.875rem;left:31.75rem;display:block; }
#y8xTXMfyno32gx0CcR4hggb5MuNcm8sD { width:7.5rem;height:3.125rem;top:39.8125rem;left:31.75rem;display:block; }
#FU2xv9JkvThnsurTyh90AydpiIbzmooT { display:block; }
#So0tIHhr8l4b6uoLJwerbdEDDV7XSIVU { width:9.8125rem;height:3rem;top:36rem;left:30.5625rem;font-size:0.8125rem;display:block; }
#IwX6S533cyiaqZBdzZGdblqg3VnPpHQZ { top:27.875rem;left:31.375rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#dauLwHl59L80tgTZQTi3pmCFQ4zTZI1a { top:30.8125rem;left:31.375rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#TBPfANQKHISAyalhiQGdHGvcUf9PGOFu { width:12.4375rem;height:18.75rem;top:25.25rem;left:1.625rem;display:block; }
#TBDumVGT4EEguc73gq2hN5AeUmNxJfAk { width:7.5rem;height:7.5rem;top:26.875rem;left:4.4375rem;display:block; }
#hO4QJAKHe6S280rFF8FwgTksAd0vu6r5 { top:27.875rem;left:4rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#ay4urKWeUSBEaG8delZb5OWLT0c3tHOg { width:6.25rem;height:2.5rem;top:30.875rem;left:0rem;display:block; }
#wcuIt5Jqn0dCc7W1IJzmQiqmiv0KNtLq { display:block; }
#i70l90KgsWXfiAPheAqWluGhuBaaQkAo { top:30.8125rem;left:4rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#nIBVyAwm5k64heeBZekTSpL9TLTn5ATT { width:9.8125rem;height:3rem;top:36rem;left:2.9375rem;font-size:0.8125rem;display:block; }
#PuQBzNzgFtskTyOgmFe9wkX1TOCcFKUZ { width:7.5rem;height:3.125rem;top:39.8125rem;left:4rem;display:block; }
#NHGczwhcB4gNHFTkfMPoS2Thn74UBmIb { display:block; }
#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1 { display:block; }#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1 > .row .container { width:47.75rem;position:relative;display:block; }#fw74Zf4rf0Es9XZ3U3aG4m7mdP4uVmR0 { width:6.25rem;height:2.5rem;top:30.9375rem;left:31.384763717651rem;display:block; }
#emIUzczgzdPhpRrZ835Pd9vTWWkB7PVe { display:block; }
#yCJIOwfrAXvcF1StNlfKflDNig9LJJqA { width:6.25rem;height:2.5rem;top:12.1875rem;left:5.1875rem;display:none; }
#MQgBFycrlJCqxVEb4QVMTXyD63uiydnT { display:block; }
#T64eq0JF95wtDfIQ0esvvkHawRp5GEFi { width:6.25rem;height:2.5rem;top:12.1875rem;left:5.1875rem;display:none; }
#wRbfyXMhhoAqIxeP1qFNr23PJ3QWnST0 { display:block; }
#h9PZJ6EpBcWH7h4Wr4aebo4EEtivAduC { width:6.25rem;height:2.5rem;top:12.1875rem;left:5.1875rem;display:none; }
#nJA0fIOgTzlN2lMJiafOd5KH2NfiyISK { display:block; }
#PLxOdBCEATZ9eM6UEQaT3zpMGDODlDia { width:6.25rem;height:2.5rem;top:40.125rem;left:7.3740234375rem;display:block; }
#aZtih5cqXVdbSdltboRxhmTEwD6rhmDl { display:block; }
#gNJLSoyiTxWsPuUqJmrJqUioZcb8AGfU { top:15.75rem;left:3rem;width:40.875rem;height:5.125rem;font-size:2.875rem;display:block; }
#RTzf5kS3C2Ud6ZMGIPDvHTmAe39CV8rC { width:12.4375rem;height:18.75rem;top:25.25rem;left:33.8125rem;display:block; }
#TxyyqmgJENbsQ3sw0lqzCIVWn23BPNpD { width:7.5rem;height:7.5rem;top:26.875rem;left:36.3125rem;display:block; }
#LrJL3FEwKoapL9WpmDviZtG4DKdxVkWg { width:7.5rem;height:3.125rem;top:39.8125rem;left:36.3125rem;display:block; }
#yUao9s15s4RFGxuSXah3GoNrFHUfFd8K { display:block; }
#UKvMD1l6fkX9MKZyZeuErWqtTApCAHaa { width:9.8125rem;height:1.5rem;top:36rem;left:35.125rem;font-size:0.8125rem;display:block; }
#lKFAptCaAqV54Se23IPa3g8fxhNrMGgP { top:27.875rem;left:35.9375rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#tiIHK9GwuI2uGdaCXb14nRPWWfRFEyAD { top:30.8125rem;left:35.9375rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#TmR7fNv93dow3mku0rnPhSBAIb3KqEmh { width:12.4375rem;height:18.75rem;top:25.25rem;left:4.25rem;display:block; }
#Q9uvAENHE6NL1snFdEShs1JM86L6TR7J { width:7.5rem;height:7.5rem;top:26.875rem;left:7rem;display:block; }
#Ao0UJVlZSXp4nPd3OQMo9ruwQ3hIedCD { top:27.875rem;left:6.625rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#VQiDe3TBWwJ1m8zem1Jr3tp1wU1w986i { top:30.8125rem;left:6.625rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#NiWGe3odDwNBbCei2NMUGUcESDJdwDDH { width:9.8125rem;height:1.5rem;top:36rem;left:5.5625rem;font-size:0.8125rem;display:block; }
#oRk2x55T6LSbs1uIW2JtkXmnoqo0TsHS { width:7.5rem;height:3.125rem;top:39.8125rem;left:6.625rem;display:block; }
#MZavIcoWACFTLkH0STxToaSEZUQoRx53 { display:block; }
#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew { display:block; }#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew > .row .container { width:47.75rem;position:relative;display:block; }#W054la3ygvRTikfF3yh6xhMuLd0sOLNP { width:6.25rem;height:2.5rem;top:30.9375rem;left:31.384763717651rem;display:block; }
#psaPWP3PxvFTvtIN1d05EmU5wW1xguwp { display:block; }
#wmmZzWTJ9ZUoobvWiPA51Uyye2omImdT { width:6.25rem;height:2.5rem;top:12.1875rem;left:5.1875rem;display:none; }
#ORmOtpJ6mJrTQutomSDXXz0cxUEg00nx { display:block; }
#neP5BbALRGroq56P8UuEBiIC9HgwHD0I { width:6.25rem;height:2.5rem;top:12.1875rem;left:5.1875rem;display:none; }
#ozWo1QSOJMBumCGlNX20qagsTPwNrK3w { display:block; }
#FFMQ1pMzzNPosAn9NeObQFSuEXGw1oyA { width:6.25rem;height:2.5rem;top:12.1875rem;left:5.1875rem;display:none; }
#AITHKFFSikbQ7Od61y6BUBTxWta6UoXU { display:block; }
#lIGVhkZPXhcnOXc2ImlVxv1eLCLPAX8S { width:6.25rem;height:2.5rem;top:30.8125rem;left:9.8187141418456rem;display:block; }
#Uw3PT4TXV6BxQg8Hb45EAfZBbdtIaKT4 { display:block; }
#R8o160zK6TLbvmm1Wmg5lQZkylp6kLdZ { top:15.5625rem;left:3.4375rem;width:40.875rem;height:5.125rem;font-size:2.875rem;display:block; }
#mGahd1uWCAZ02P9UxRQfnZWcmaQ1rLeN { width:12.4375rem;height:18.75rem;top:24.4375rem;left:31.375rem;display:block; }
#n8Tg6vONMxBUTPNkLca6CCNLrAzOnEIE { width:7.5rem;height:7.5rem;top:26.0625rem;left:33.875rem;display:block; }
#eVfx36WGCstXfiXnhSG8rZ1Rrzkmh5Tu { width:7.5rem;height:3.125rem;top:39rem;left:33.875rem;display:block; }
#BSl78X5qDnNKUVJ9qyxx84fJp1iBdKNA { display:block; }
#VQQWHeuBv6i1xHACTZSGEWm2v3rhBy0l { width:9.8125rem;height:3rem;top:35.1875rem;left:32.6875rem;font-size:0.8125rem;display:block; }
#bUdxtdCVC7EGX7vpe3n5B8VWlMfTJZZK { top:27.0625rem;left:33.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#iCGmEnhuc4huQB9TqveAuo30r5OsxOBN { top:30rem;left:33.5rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#qKoCiEmnDdpO3zA1x6i9PCypxbZEXZTV { width:12.4375rem;height:18.75rem;top:24.4375rem;left:6.6875rem;display:block; }
#fcO54R6Ce3kXCq1UvT8TTnLHah7Tpiiv { width:7.5rem;height:7.5rem;top:26.0625rem;left:9.4375rem;display:block; }
#pRB5CwsgqJGIQAeAsTcvM1SRZNXB8nLT { top:27.0625rem;left:9.0625rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#OrAyFeA6pJwVA6Z9uMSwbOv9zF6r8MRu { top:30rem;left:9.0625rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#HwRkqTOTzXvvpTeRSLFdZfqtqN5nZQeN { width:9.8125rem;height:3rem;top:35.1875rem;left:8rem;font-size:0.8125rem;display:block; }
#eDrbtk2OhHb1EKDuZ32oCL5ygMvXxx0C { width:7.5rem;height:3.125rem;top:39rem;left:9.0625rem;display:block; }
#B8LECwixP5Msqx1BRthpxoiiQLVNAkRX { display:block; }
#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI { display:block; }#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI > .row .container { width:47.75rem;position:relative;display:block; }#WsGRLhWWJwyNCTZ1vfNt6xmG9xqmmZ5a { width:6.25rem;height:2.5rem;top:12.1875rem;left:5.1875rem;display:none; }
#uJnNHceRvGrfhdXvqaW98OtERsWqG7L0 { display:block; }
#PfoszitVEdEgnCGNbTxrt3LTfCKP5UB4 { width:6.25rem;height:2.5rem;top:12.1875rem;left:5.1875rem;display:none; }
#HhxK4h4NuubZNTrend6xUOuA17oIL59B { display:block; }
#whx6Xwe8PzvGk7k0UgRrT4iaBCu8cF4R { width:6.25rem;height:2.5rem;top:12.1875rem;left:5.1875rem;display:none; }
#RwAIHp2LhWsm7gqiTWOgpiG2eUrSOMdf { display:block; }
#yxLrbR6cceqEIkAp0utVRPL8XBkccx34 { width:6.25rem;height:2.5rem;top:30.8125rem;left:9.8187141418456rem;display:block; }
#KgiEE2OxhTlzzQKr8hW0hmlUCGmtRDcN { display:block; }
#hsE4o6Eue1deGiUI4K0ANCeCGcDebEha { top:15.625rem;left:0rem;width:47.75rem;height:10.3125rem;font-size:2.875rem;display:block; }
#EAzMyiQU12TTHxcwVGhMMIy2xpcKAQ1d { width:16.0625rem;height:5rem;top:29.5625rem;left:14.560546875rem;display:block; }
#FmVx1sekE4m3Nb712WMI1B6awNwExISG { display:block; }
#OCkVO9vyrJiqKNf87TtnmAiam3oL2FFw { width:19.6875rem;height:5rem;top:29.5625rem;left:0rem;display:block; }
#ASpb3xnqg3hqi7sJbaBfySMqyAAXsffA { display:block; }
#mIAIElWq8LkfDavLGZMvQ6cAltQp6MiN { top:25.75rem;left:15.216796875rem;width:13.875rem;height:13.875rem;display:block; }
#mStO8uPlHzxITsZmivfZrF3PpFsQqUiw { width:13.25rem;height:12.3125rem;top:25.9375rem;left:16.068359375rem;display:block; }
#uIawHDmZuP0uOdSAE8nzx4GilLMomfk5 { display:block; }
#uXZtQrV9VV7R3RCcavmisXxqFyWGwyws { top:46.375rem;left:13.3125rem;width:21.125rem;height:1.25rem;font-size:0.625rem;display:block; }
#yS2TSnovzJ2qztdvQZnutLuS2u5RZhGO { width:20.1875rem;height:5.375rem;top:39.625rem;left:12.498046875rem;display:block; }
#cuCHTUEGZfiIpoTWrmFlttLx6EaUEVHq { display:block; }
body { position:relative;display:block; }
#VbRhxBdkks555JvtNEpPCwflR5A7xzNQ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbRhxBdkks555JvtNEpPCwflR5A7xzNQ > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#I7RvZAsdGSGrITIsuxxcq80fRuG7EBLz { top:0rem;left:0.054428769902714rem;width:19.75rem;height:5.125rem;z-index:15193;overflow:hidden;display:block; }
#saobA8aThv4fsy4ZAoAEz5DM2zHsxAcD { top:1.4990234375rem;left:6.343017578125rem;width:6.8125rem;height:3.6875rem;z-index:15194;overflow:hidden;display:block; }
#oGvlRCMhTxd8Eff7dMAifpdxTmeH6bAD { position:relative;z-index:auto;display:block; }#oGvlRCMhTxd8Eff7dMAifpdxTmeH6bAD > .row .container { width:20rem;height:21.25rem;position:relative;display:block; }#imagv0uG4hzni1e4QOth7sghp9kW4IBa { width:5.6875rem;height:0.899525rem;top:6.4375rem;left:14.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#hbxPtAzLGHEWalduRwrarmudZm2IQhpr { width:5.625rem;height:0.0625rem;top:8rem;left:14.1875rem;display:block; }
#uHTUAIyrl5FI3V3EpWgvShRw75gcyJpr { width:3.75rem;height:0.899525rem;top:6.4375rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#xwhpKicX9SAGCv8Wn9nKJOpyIr2FTrxz { width:5.625rem;height:0.0618489375rem;top:8rem;left:7.0625rem;display:block; }
#p2hx4nHXTDsUxhK7K6xrHBu2fgHzp8k4 { width:7.3125rem;height:0.899525rem;top:6.5rem;left:6.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#UUHQW5089fXF6K8vlpszGMq2xwu0STtb { width:5.625rem;height:0.0618489375rem;top:7.9375rem;left:0.1875rem;z-index:15009;display:block; }
#cFn76m4T1x4Sbbk587nvTpLJ9gPpsrT4 { top:6rem;left:0.875rem;z-index:15012;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#dd8Pilf67EU4cdJk5R8DXyxPNhHdJGDw { display:block; }
#tUdszqWa8bylapizmM3gILiW6fEBPgFm { top:6rem;left:8rem;z-index:15013;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#ykxvpqB5MzrX4Ieumzz8pl6Drp97zogU { display:block; }
#ywH1GcN7tlrZCHDoUaFOMdhKiTHK67EV { top:6rem;left:14.875rem;z-index:15014;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#emB661bWZbwu6qWITCGtQDh7AQid9dkE { display:block; }
#ldCc9vK6iVDWvgzcgze5y7g7k8aSrQaS { top:8.75rem;left:0rem;width:19.0625rem;height:1.2999125rem;z-index:15008;font-family:"ahj 2024 font";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#SinrVCdEyPCVLl5crNlbhN1muMAriMQs { top:10.125rem;left:0.8125rem;width:18.625rem;height:3.75rem;z-index:15017;background-color:#62748d;background-image:none;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#g7zd6uVMKfeMlwDh8Pb4NIN8khznzVIX { display:block; }
#cOH0UQ0BLKtuLdwKUVsorUl7wDZTEsoB { display:flex;top:10.5625rem;left:1.4375rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#HH85RPc3wLeU33eyJITgKC3U6vA1ucix { top:16rem;left:0.8125rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:#62748d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#vw2tle6Nux7tR62wFZsBwxPtSPq3cG2M { display:block; }
#wUc688QWk6CCWwpbMl6FHOgBpOe39vbU { display:flex;top:15.9375rem;left:1.25rem;width:3.125rem;height:3.125rem;z-index:15022; }
#HkHXy4xpaN1UiTTki2yv2E519KQUusQC { top:14.0625rem;left:9.8125rem;width:2.125rem;height:1.62435rem;z-index:15020;font-family:"ahj 2024 font";font-weight:700;font-style:normal;font-size:1.25rem;display:block; }
#bqreQALCOuJMV27QQBrOK72xwIs2drzi { display:block; }#bqreQALCOuJMV27QQBrOK72xwIs2drzi > .row .container { width:20rem;height:38.125rem;position:relative;display:block; }#xgZ8oxAZ3eVm4cQ5CX0uHAEQEiibBpnf { width:20rem;height:4.9500875rem;top:4.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
#ba9lWZO86GIVHWF9qSzw13PV9ON0KMML { width:13.11111125rem;height:4.36111125rem;top:31rem;left:3.4375rem;font-size:1.375rem;display:block; }
#nQmADGdQFVVff5yUCvwVwDSn4k3rqE5n { display:block; }
#HsVrUbX0LkfLqcSPPLhOzTfZBb5GhLof { width:13.125rem;height:4.375rem;top:30.375rem;left:3.4375rem;font-size:1.375rem;display:none; }
#AQR0oZn84qBrkFfJXBfElUyhdXDyJAbU { display:block; }
#TQGa2ZTTUPP8wcJm33oHyfJRxm727Unb { width:20rem;height:3.0013rem;top:10.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#pusD8RdIT3gpJXH2zRvCP4QCXRXh49lI { width:11.625rem;height:7rem;top:3.5rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -moz-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -ms-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -o-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35957353', endColorstr='#b5d4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35957353', endColorstr='#b5d4b392' );";background-image: linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-size:auto !important;display:block; }
#MrwXCNTRGyDITQ7UBItbpz8vAK7OBvI0 { display:flex;width:4.375rem;height:4.375rem;top:25.8125rem;left:1.9375rem;font-size:3.0625rem; }
#Hlb4ybZ9GfxL0luHDGfrNZxJdXJVwVNI { display:flex;width:4.375rem;height:4.375rem;top:27.75rem;left:0rem;font-size:3.0625rem; }
#OxOSxBscvCuTCeU9lndnFFdKVrwPoy7d { width:20rem;height:13.3111875rem;top:15.375rem;left:0rem;overflow:hidden;display:block; }
#w2kDqpFThDPWPZc1E2EuoawHhkCbTOFy { width:4.9375rem;height:2.4375rem;top:19.625rem;left:0rem;z-index:15042;display:block; }
#zgFIpAm273pIbGePWHbTnRvuPh1arPP1 { width:4.875rem;height:2.1875rem;top:15.375rem;left:0rem;z-index:15041;display:block; }
#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ { background-color:rgba(250,250,250,0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ > .row .container { background-color: transparent; background-image: none; }#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ > .row .container > .video-iframe-container { display: none; }#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ > .row > .video-iframe-container { display: none; }#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ > .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); }#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ > .row .container { border-width: 0; border-radius: 0; }#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RpftCp34FQLQzSLttT6z7WpJaZ8COnCJ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#uin9ewOTOdXobAdhBwCMKbNsmPWwM54p { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:cairo;font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#000000;font-size:0.8125rem;display:block; }
#ggtFbUK5BsaKtdrqr45C1J9UVSguTCxO { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#qglZ9z55Vnt2GkmF5LfmlihW9dhH40Pt { top:1.18408203125rem;left:6.17431640625rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#aFC7yeIhgQ6SFVXDHiz1oPEBnV5ZMRcb { display:block; }#aFC7yeIhgQ6SFVXDHiz1oPEBnV5ZMRcb > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; }#BnHo1SBkAEdA1iBJ1vX1PbobnG5s71LC { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#JaTAzhvuHgvgIuTvDC1S8oEVyDgAlBAZ { display:block; }
#gd1uh2lCorBtEE1eTwdyBtTlKxTwOogH { display:flex;top:1.5rem;left:1rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#gd1uh2lCorBtEE1eTwdyBtTlKxTwOogH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#wl29ivDTX43LeQnPsdoxPpCk5desQr0r { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#Otg452i3XV28nlOaqi7AwT5FOtIe1IEK { width:5.8125rem;height:2.875rem;top:0.6875rem;left:13.4375rem;display:block; }
#mqyubnkNASfKTmQ0FS3XEJiB8RzVPGOd { width:9.0625rem;height:2.8125rem;top:0.9375rem;left:0.125rem;font-size:0.625rem;display:block; }
#JEe7ETp5KtROHbBEiQSGZm0Pgd8shlzZ { display:block; }
#S8paKhf3658cgTlVgKolSFnTNOOZodS4 { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#zRKOTykJuQSenlroVquTLmMwIKumRpQJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bce5232c-38e5-480d-abfa-b96d9118732f/mob11.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ.adaptive-delivery-prevent-bg, #zRKOTykJuQSenlroVquTLmMwIKumRpQJ.lazyload, #zRKOTykJuQSenlroVquTLmMwIKumRpQJ.lazyloading { background-image: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { background-color: transparent; background-image: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container > .video-iframe-container { display: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container { display: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .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); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { border-width: 0; border-radius: 0; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; }#umsOgqtAyHE8tJcKc6gsvtg4SswVrmkf { width:9.8125rem;height:2.5rem;top:3.1875rem;left:1.78125rem;background-color:rgba(0,0,0,0);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;color:#030503;z-index:15020;display:none; }
#EtWQd8mng87kWDwn4iRdktHqRQ6WIELT { display:block; }
#WZ9sAIKbHpp6QX7Be0T1GNXv3qNpf8IE { width:13.4375rem;height:2.5625rem;top:3.125rem;left:3.84375rem;z-index:15001;display:block; }
#E6MWE4Ze8wgNXLhmiaT4lsLpeZsqrvgV { display:block; }
#wHoGOwVhPJiGSA4zcR2K8DstdmJ9Jzck { display:block; }#wHoGOwVhPJiGSA4zcR2K8DstdmJ9Jzck > .row .container { width:20rem;height:11.25rem;position:relative;display:block; }#h2CDybVFn0XQkffp0ZLHPdpO6VSzz38S { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#a3RTaaoVv2kb6FcBE6wRO3loxOSwT6ie { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#wZVSftwTmmUzVzGltqvrAlX24us90Z45 { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13671875rem;z-index:15198;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#UvquM0trzXAcMaV4kJIvPiwAtdSiFgC5 { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#SkXxp26ng5Oyb6lWL1JItXkxeXyomTW7 { display:block; }#SkXxp26ng5Oyb6lWL1JItXkxeXyomTW7 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; }#XTLxXDiQhZrrIScWpRFITmJoXHwtN584 { width:20rem;height:2.3990875rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#LbK7RiZagoTIsN01wWZ1PGy3ZdgT5Gk9 { width:20rem;height:15.0065rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#fbTQifaJIcbPvQ4oSfxvksnZu8klvH70 { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#wbAihcMbI4mKumaqLxORdEH9I5duoJeF { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#KX4uoEAkzKSMFoF3EflLEC0cFitO5pSL { display:block; }
#TK1R24Ry3dRdXxIi6PGrvTzABKpbZa36 { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#GFU9mL20RdtFvbnA1mybK3p03yVU9a68 { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#kLTwD5DPCokZPKlpJhlE26IGzMtDeh4r { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#WWIl9v21T9MIaR2z8w31WF4y88SkdwJc { width:20rem;height:23.9375rem;top:3.093533039093rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#add4b392', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add4b392', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-size:auto !important;display:block; }
#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5a5990f-be8b-480b-a870-01482ef15757/AndalusiaLadiesWellness40.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta.adaptive-delivery-prevent-bg, #Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta.lazyload, #Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta.lazyloading { background-image: none; }#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta > .row .container { background-color: transparent; background-image: none; }#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta > .row .container > .video-iframe-container { display: none; }#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta > .row > .video-iframe-container { display: none; }#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta > .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); }#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta > .row .container { border-width: 0; border-radius: 0; }#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Af5mync8xUsdTCqEFwAUzytyQMn5J8Ta > .row .container { width:20rem;height:223.4375rem;position:relative;display:block; }#ruG0NTyP9ekLCl4iVROynhoiNyMSz4MN { top:0.58073043823242rem;left:2.75rem;width:15.3125rem;height:2.599825rem;z-index:14997;font-family:cairo;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1rem;color:#3c830e;display:block; }
#IKeNNNANIXbdmPOhkZyVh1TSOFzfML2c { top:3.177490234375rem;left:0.6259765625rem;width:19rem;height:11rem;z-index:14985;overflow:hidden;display:block; }
#HvmWkamDdXCJHxWOzWc4TqTeXAJCPMUD { top:14.37451171875rem;left:6.826904296875rem;width:12.625rem;height:2.098525rem;z-index:15014;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#l9oSZSyA9L9JMMWMF1m6z1F48dMRepHm { top:14.3125rem;left:0.75rem;width:4.6875rem;height:2rem;z-index:14977;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#eHQloqM2f90MJ5izxeQgxK5isJODLv7y { display:block; }
#GUMnTaqG80gETKSq3CKdPTJDtneIC46F { top:1.4361877441406rem;left:0.49869799613952rem;width:3rem;height:3rem;z-index:15019;background-color:#3c830e;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#TFGNkcFkgErfvMzgPVQPdFHLOvkrPGWZ { top:2.4986877441406rem;left:0.7486979961395rem;width:2.5625rem;height:0.97439375rem;z-index:15020;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#vaZAuEaDJFlcKv9IVHWRuKzzT4LfyzNF { top:16.68701171875rem;left:0.1875rem;width:19.1875rem;height:1.9487875rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#QTdW1QI11TLOqIfTqE5vcq6mTZQQaWmn { top:32.39582824707rem;left:0.375rem;width:19.1875rem;height:0.97439375rem;z-index:15039;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#bZzGgSXZVU1i8uBrq4iQJnRtWt9bJ1Tw { top:31.08332824707rem;left:6.9375rem;width:12.625rem;height:1.04980625rem;z-index:15018;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#GfqHJFqllJou4OeRiqlHg3g3ppAlfluu { top:19.5361328125rem;left:0.4375rem;width:19rem;height:11rem;z-index:14989;overflow:hidden;display:block; }
#el30RN5gT3ZXKgiJIgg2H4FEudOmHkSv { top:30.64582824707rem;left:0.5625rem;width:4.6875rem;height:2rem;z-index:14978;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#qbuT4oyqb1BmgwLECbWhHd0GQuXtubiF { display:block; }
#L1FChfwkHGqrGvACFPHsUhZG9UVLT1hb { top:47.3125rem;left:0.625rem;width:19.1875rem;height:1.9487875rem;z-index:15043;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#cAzyaqqCklTBXCA6o82NzA1sL7VqHQlS { top:5.877197265625rem;left:12.5234375rem;width:5.5rem;height:2rem;z-index:14982;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#L35T1MH0H5qby3PekfySRA1S6Ey1nDml { display:block; }
#KAFTxROxnMaMUezThmthtkS7yniMF9lX { top:45.75rem;left:6.8125rem;width:12.625rem;height:1.04980625rem;z-index:15022;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#MdF7r0zbBl7qadQT3bb6DxoTPn7N29z5 { top:34.312744140625rem;left:0.6884765625rem;width:18.8125rem;height:10.9375rem;z-index:14990;overflow:hidden;display:block; }
#QJFr9xu72EJm555vTkDl63SI0Z77W7IA { top:45.376220703125rem;left:0.7109375rem;width:5rem;height:2rem;z-index:14979;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#RFFbnVAqW5CqkFTJ8nLtB4zR5trfEr6x { display:block; }
#NT7irTzyz94bcvFo3uMMR6TtlE0a4KOV { top:63.87548828125rem;left:0.2099609375rem;width:19.1875rem;height:1.9487875rem;z-index:15047;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#zoA8ynWQ5QW3lpMigTSLxhAt3PJC3Wtw { top:62rem;left:6.623046875rem;width:12.6245rem;height:1.0492625rem;z-index:15026;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#OzTV8C4R4X31Cmlgwlic1DMNy8qu5tE5 { top:50.516357421875rem;left:0.6259765625rem;width:18.8125rem;height:10.9375rem;z-index:14991;overflow:hidden;display:block; }
#eyW7O0PoSr6RaK2A4X0CZzFqdIr36z55 { top:61.56298828125rem;left:0.773193359375rem;width:5rem;height:2rem;z-index:14980;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#nEn1wNoFv2Nl8gEwBKgINlGSH5S2gp73 { display:block; }
#fP9NMklMP8BDqx1IZeg8VbmnyX7Sz5dW { top:114.68750190735rem;left:6.5625002980231rem;width:12.6245rem;height:1.0492625rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#Bce5QIIKGbpAWnanbcdtPnIWDBGV1Awi { top:114.37391853332rem;left:0.74978297948838rem;width:5rem;height:1.9995125rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#R2y3aEHrrInIzo3PXl4tUl29kolcoWXo { display:block; }
#zvsHmzZV10fWPfqywKgxpWx0pAlo1rx8 { top:103.30946540832rem;left:0.59244793653488rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#vI3k2gXKNKVPfJCQuA2RXqNLaNqeaszm { top:131.22938728332rem;left:0.81163197755812rem;width:5rem;height:1.9995125rem;z-index:14987;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#ITzEv9aEDOG9qP0xJCItm8MszhonUmrB { display:block; }
#S3NVwqdqg4672iQn8CknsSHbs69U6Adb { top:120.24523353577rem;left:0.68576389551162rem;width:18.625rem;height:10.8125rem;z-index:14998;overflow:hidden;display:block; }
#Cd4FZdrmHvuhvUUv2MOApwveEad4RBEc { top:131.99761390686rem;left:6.622179329395rem;width:12.6233125rem;height:1.0492625rem;z-index:15033;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#fDvxRSO0QK2mCGVtT1PT5MPpTxsSqQbM { top:116.62327003479rem;left:0.4047309756279rem;width:19.187rem;height:1.9487875rem;z-index:15048;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#MNiQhQJ6W57uPG8ily61eqBloT5ZTlma { top:133.87369728088rem;left:0.34396702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#X9IWzHe8gLQyKI3Vno9TGG0NtmMLB8vk { top:151.00911903381rem;left:0rem;width:19.1858125rem;height:1.9487875rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#ICLuI66KZgTygFU5dxCcr1KVXPQ7ytJn { top:148.43360328674rem;left:0.68684905767444rem;width:5rem;height:1.9995125rem;z-index:14991;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#v8u4cpHyFfNQ74uQB8Iy1Tba3ygcHQAc { display:block; }
#vu0hNOxT3sOpPC7Nr8G374Pk1pJI9aWl { top:148.78363990784rem;left:6.622179329395rem;width:12.6233125rem;height:1.0492625rem;z-index:15037;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#OTLsbEKANoDbFTMc3BDwZD0bwMqLgyWz { top:137.49784278869rem;left:0.68684905767444rem;width:18.5625rem;height:10.75rem;z-index:15002;overflow:hidden;display:block; }
#LlBoGX2hZ8DUVPnJqdTduIJGkXySFCkc { top:165.49913978577rem;left:0.68684905767444rem;width:5rem;height:1.9995125rem;z-index:14995;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#uww58EIsE9p5hI0Ziy2z5QPxGVOyCVnM { display:block; }
#rK0b9I58npp6FonGzWJ9bmuJwpsBcD4t { top:154.62456703186rem;left:0.74978297948838rem;width:18.375rem;height:10.6875rem;z-index:15006;overflow:hidden;display:block; }
#T3w8IZBOS5vHWXVm0ILiVTAFZpU2iCD2 { top:167.87435340881rem;left:0.56206601858139rem;width:19.1858125rem;height:1.9487875rem;z-index:15057;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#QGduU39vwJ0WmCggZnT3V4xKdQhoDW1V { top:165.78667640686rem;left:6.309679329395rem;width:13rem;height:1.0492625rem;z-index:15041;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#LyIsyhmp5i0EhFJw7pPGt2n6DDi3gVyP { top:181.74805641174rem;left:0.62500005960463rem;width:5rem;height:1.9995125rem;z-index:14999;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#T1856JSzX40zcSWX1rhPmGE2aOpuF2Tl { display:block; }
#W4tGTCJKdRGKk6gTlgbrLTf1Ao2COdZm { top:170.81055641174rem;left:0.81271702051162rem;width:18.3125rem;height:10.625rem;z-index:15010;overflow:hidden;display:block; }
#LLTu3qG1mfT4AZF3xEznCT3XMZ2KQ9OD { top:184.56055641174rem;left:0.81271702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15061;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#BqHATV6cHnrEWJ2nNOT4nIoDsdS1nlB7 { top:182.53363990784rem;left:5.3884552121163rem;width:14.5rem;height:1.0492625rem;z-index:15045;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#F4qcaUEK8W6BWTabAZTPkpnyhhETRFul { top:199.31098365784rem;left:0.62500005960463rem;width:5rem;height:1.9995125rem;z-index:15003;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#pelkK3neFp7iAX4hJtNDT7I4WfoXoCWJ { display:block; }
#oFMEMb7k3ym4x91zcq6uZ6NckDKRQkQP { top:201.93577003479rem;left:0.81271702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15065;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#kNUolWXUnkfbs6Zax2XWv1F5VqPGCQUm { top:199.87305641174rem;left:5.0000002980232rem;width:14.4995rem;height:1.0492625rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#fflxoEsHV4uCSmv9kTCX6kTUiABCGEBL { top:188.49827003479rem;left:0.84309905767444rem;width:18.25rem;height:10.5625rem;z-index:15014;overflow:hidden;display:block; }
#FKFPnI3Z4uEbLwpS68lkTzeWTUTp8Lbd { top:218.62305641174rem;left:0.40581601858139rem;width:19.1858125rem;height:1.9487875rem;z-index:15069;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#uiZoxcKF3h8KwxrsCZkLnlWt5y0sQbSM { top:215.87458229065rem;left:0.74761289358137rem;width:5rem;height:1.9995125rem;z-index:15007;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#dayGqAwSaN9WcoEklDDQBfluVzsTaSae { display:block; }
#KupWVAiRZHOeWwLemeJ67hVh7B09Q8B7 { top:216.09919166565rem;left:5.2007382512093rem;width:14.4983125rem;height:1.0492625rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#nWKaBWz2bG4VWClHcuRbfg7z15ThU7fv { top:205.14216041565rem;left:0.87456601858137rem;width:18.2495rem;height:10.5615rem;z-index:15018;overflow:hidden;display:block; }
#cDhCuypSpDxHcMDSGzm5PzuSeB2AGq3l { top:81.499351501462rem;left:0rem;width:19.1873125rem;height:1.9487875rem;z-index:15051;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#XKXCRw1pw3RIghmCzCZHF55vELOe7AoW { top:79.124584198rem;left:0.625rem;width:5rem;height:1.99978125rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#DMszAnxsGbraXGHNo9f0V5uEWQhFZdON { display:block; }
#V8MLVgPOIfl9X8SeJIqs9G5JB5skNDcB { top:79.473745346069rem;left:6.827257454395rem;width:12.6236875rem;height:1.0492625rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#WsNB4ugI657LnH0ByLsU9Z8qm8xkEQb0 { top:68.130429267881rem;left:0.59353297948838rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#cVJEqlh7gAHaF7J8K2lWbJeTet70nMCs { top:99.25rem;left:0rem;width:19.187rem;height:1.9487875rem;z-index:15052;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#rwbhOAbe6ygm50oMuItLZQaOScciMsLi { top:96.369581222531rem;left:0.62500005960463rem;width:5rem;height:1.9987rem;z-index:14988;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#uBbktp9sGZe4GlmZ34UCubEAMioyTOpt { display:block; }
#af3VnyFNDLJJIQuAClXwTNzxuMbQqy03 { top:97.375rem;left:6.5625rem;width:12.6245rem;height:1.0492625rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#sFrHfRJLcF4fzo74o7JN2UHlAFgqVgKC { top:85.372185707094rem;left:0.62500005960463rem;width:18.625rem;height:10.8125rem;z-index:14999;overflow:hidden;display:block; }
#HhT5FvaHTEufm6Ji2wNQUe8BDfPULyTk { display:block; }#HhT5FvaHTEufm6Ji2wNQUe8BDfPULyTk > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; }#KuPEmiJqCBHW5aNBTy5Sk2XmVDT3Gbkr { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#H7OQl5IsUKHIF28Om94D5OSnDLHJGos1 { display:block; }
#E7PhJOuacP2opWTEyCyv5EtOt2vzlLX0 { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#b6KV4lNDWmKGmzlUvaXM0dXcv0IlJ7Zo { width:20rem;height:21.936875rem;top:26.686199188233rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4f637b, #d0a882);background-image: -moz-linear-gradient(180deg, #4f637b, #d0a882);background-image: -ms-linear-gradient(180deg, #4f637b, #d0a882);background-image: -o-linear-gradient(180deg, #4f637b, #d0a882);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );";background-image: linear-gradient(180deg, #4f637b, #d0a882);background-size:auto !important;z-index:15028;display:block; }
#BrZTVe2w4exeCeabhWuXKMvabJ8SVogx { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#nScL7odAQbLt70pZBi6NtJXpgxKk7A1K { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#Vv9HHL22L2cXVG2yQm71S67DgsmVP1HT { width:20rem;height:2.3997375rem;top:2.3111982345581rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#ffffff;display:block; }
#v7NS2PbUbamzbUkEN1Mrb3oxLeTfgK9G { width:18.75rem;height:3.0013rem;top:5.749783039093rem;left:1.2489150166511rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#lQFdoW1v5icfZHpZ2I4r8DDRpEabXuGd { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#ycE4OPKlvLZZSFOqD4TR0aDg9cIWuAVo { display:block; }
#MGNiE2tloHZThQ0zoPeSpvvZybN3ick9 { width:20rem;height:1.2000875rem;top:23.743485927582rem;left:0rem;font-size:1rem;z-index:15026;color:#fffdfd;display:block; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-form-header { font-size:0.75rem; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.9375rem;font-weight:bold;color:#0e193d;width:16.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#eae6e1;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:16.3125rem;box-sizing:border-box;height:2.3125rem;color:#000c00;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-text {padding-top: 0; padding-bottom: 0;}#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#eae6e1;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:4.375rem;color:#000c00;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f1e7da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:16.3125rem;box-sizing:border-box;height:2.125rem;color:#40747d;font-family:"neo sans arabic";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-select {padding-top: 0; padding-bottom: 0;}#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .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; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#705a27;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#e7eaf1;width:15.4375rem;height:2.75rem;font-family:"neo sans arabic";overflow:hidden;box-shadow: -0.1875rem 0.1875rem 2.4375rem rgba(0,0,0,0.21) ;font-style:normal;text-align:center;text-align-last:center;line-height:1; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF [class*="-text"]:-moz-placeholder { color:#40747d;font-family:"neo sans arabic";font-size:0.875rem; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF [class*="-text"]::-moz-placeholder { color:#40747d;font-family:"neo sans arabic";font-size:0.875rem; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:"neo sans arabic";font-size:0.875rem; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:"neo sans arabic";font-size:0.875rem; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:15.125rem;overflow:hidden;font-style:normal;float:none; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .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; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-container:first-of-type{padding-top:0;}#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-container:last-of-type{padding-bottom:0;}#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;font-size:0.75rem;left:0.59353297948838rem;top:30.781255722046rem;z-index:15029; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.3125rem;display:block;vertical-align:top; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF {display:block;}#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;font-size:0.75rem;left:0.59353297948838rem;top:30.781255722046rem;z-index:15029; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #PEQv2hDmutLJ6BrfbJBMDV6RJXLyKbrP {  }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #z3ET3SHGRkHgZvv436FOkdKutRSrJ6oH { display:none; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #pIQixDFFO9OTcSSR13lQUgcMcTGbgPmf {  }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #dDzvRI8SBtxtER8IWVpPUb9M2JArw11B {  }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #n82x5JfiEtfvBkocT4APBUh4ADnLWiTz { display:none; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #DyzVDLNcCgE6CT1D4T9CTWomBSw1Tc1D {  }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #mJvFWzFxCGUuxUU91EZpJyv1MCwlu99q {  }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #tP7VHhTHF3S6rCBVFMpBnTATuUropk7O { display:none; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #ggbUKadwNprwTRPFWOtXqqZJ18CvWRC4 {  }
#xTfo2zrsNTnPlQxaVGo5TIFUfx8bH0K8 { display:block; }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #VD6Bzqr529q7hGOnEWm4IXEpmgKhomqg {  }
#aL3QiegykO7y11EWdVvzqsNlnOmIEEKF #LVddJNRCmWb3XSADFT1PvGmp98bLEeQW {  }
#yIzJgrovhgFgagaSoRBEkIHcfGFEXdBR { display:block; }#yIzJgrovhgFgagaSoRBEkIHcfGFEXdBR { background-color: transparent; background-image: none; }#yIzJgrovhgFgagaSoRBEkIHcfGFEXdBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIzJgrovhgFgagaSoRBEkIHcfGFEXdBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIzJgrovhgFgagaSoRBEkIHcfGFEXdBR > .row .container > .video-iframe-container { display: none; }#yIzJgrovhgFgagaSoRBEkIHcfGFEXdBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIzJgrovhgFgagaSoRBEkIHcfGFEXdBR > .row > .video-iframe-container { display: none; }#yIzJgrovhgFgagaSoRBEkIHcfGFEXdBR > .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); }#yIzJgrovhgFgagaSoRBEkIHcfGFEXdBR > .row .container { width:20rem;height:37.5rem;background-color:#fafafa;background-image:none;position:relative;display:block; }#vi7yl92B1doD9xbaW7NCb3J8iVH6GObe { width:15.061875rem;height:2.59874375rem;top:19.5625rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#WvVscNzUC68aTZN8ysrhr07B6iXeeX9D { width:18rem;height:2.79730625rem;top:23.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#HL2C4ITVcgbksXkrXw5geXe9QH8c0SOW { width:15.8125rem;height:4.1959625rem;top:27.6875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#y8mChc64XlHCo81kamXublmofsTAPZIm { width:16.0625rem;height:2.79730625rem;top:32.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#LyfRbpmMXk9H1H2D7rFM9T85VwKRU0AA { width:2.4360375rem;height:2.4360375rem;top:23.8125rem;left:17.25rem;font-size:1.6875rem;z-index:15009;display:block; }
#nrTGvaM3VzEReMBwDAJLO7DETw9ZRDOw { width:2.43706875rem;height:2.43706875rem;top:28.375rem;left:17.1875rem;font-size:1.6875rem;z-index:15010;display:block; }
#W6T8MTVwV6bGNQs5akrveSSvRILX23P7 { width:2.43706875rem;height:2.43706875rem;top:32.5625rem;left:17.125rem;font-size:1.6875rem;z-index:15011;display:block; }
#GftbObrwQQwWWZXDSTFc8vv73U9sDCa0 { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#zOlyR6BWdmPidSCi9NftE7g0Wudr5rI1 { top:17.1875rem;left:11.625rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#gNbPUrPvMS0kAXcQhWV1tTA2KyFfCJMO { top:0.08203125rem;left:0rem;width:20rem;height:17.1875rem;z-index:15023;overflow:hidden;display:block; }
#KpUP47L2QS2y7T0khIOhIZPX8bp7aqk6 { display:block; }#KpUP47L2QS2y7T0khIOhIZPX8bp7aqk6 > .row .container { width:20rem;height:76.375rem;position:relative;display:block; }#Onxsv1Wo1udnRlZpMKwC6u0oumJdKAct { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#TNNcyZnmSBcCc8X6HiacNikNDVgzqeHe { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#uE9T6lCCUyLgxyspodiTRTS5CDT80egc { width:20rem;height:3rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#rEk4mC2C4DU6HkueuvGETSXlyNPStNBZ { width:20rem;height:1.94986875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#tVhTlEK6Aiy3Ek6uJbxsd1gXBPoGNiui { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#BBU82ET7hLxW1oTRG9mo6HoXVT2t5Bim { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#GuqMvCuHCULwpTD2KT03g1TbqwNkiAu6 { top:46.020833969116rem;left:1.64453125rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#LO2QOUFBHZcO95eBNdi2vg67HHeTZEXR { display:block; }#LO2QOUFBHZcO95eBNdi2vg67HHeTZEXR > .row .container { width:20rem;height:7.6866346264648rem;position:relative;display:block; }#SEsle4o2gEvTzv82MMD7ZBJgTp0SKPvQ { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#eLz9iIWpFOM0PgJhu6eyDI5mfkn4e2xP { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
#Ad9KmXH5MWKuoXzqxoiiZZgTak2SBLA4 { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4d6fce9b-1abb-477c-b956-3dab794e9eff/Untitled21.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I.adaptive-delivery-prevent-bg, #lc99FqqG10bzWgVOqnCyuTmbP30UMc4I.lazyload, #lc99FqqG10bzWgVOqnCyuTmbP30UMc4I.lazyloading { background-image: none; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row .container { width:20rem;height:77rem;position:relative;display:none; }#KFvQozcOdby45lg20MCn4ViCB7yMGekh { width:5.3125rem;height:2.5rem;top:21.9375rem;left:7.1875rem;display:none; }
#nODQETxCFzzhh6HKNQUTJO4uWZs6b8lc { display:block; }
#EbQhuORW1lNy8iCMka7sLngnLCDzToNP { width:5.3125rem;height:2.5rem;top:25.7421875rem;left:2.58984375rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;display:block; }
#uh3FzXGhXc75dvTX7UVcem2DPiGgIqsR { display:block; }
#yD1kRr0xVz5H4K7qE0hzpEbatAmC7zrl { width:5.3125rem;height:2.5rem;top:39.4296875rem;left:7.34375rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;display:block; }
#ywxRRahB9KtmgHzBSuAdcob3lV6AbOIZ { display:block; }
#duPbaFUqS3QU1xs1seO9lmxhBOvsgd0r { width:6.25rem;height:2.5rem;top:38.3125rem;left:6.875rem;display:none; }
#CnSt7ohnLZTEz4t5SATkCwopGS9Uycym { display:block; }
#TGpklpsIWZITLApnQQVw3zWEVzS5deIc { width:6.25rem;height:2.5rem;top:38.3125rem;left:6.875rem;display:none; }
#Sad9cy4fo1Xd7ERtweVsveaadJuzVbOo { display:block; }
#FRZGLrhNmRAptlZHWgTQHeV0sughAweM { width:5.3125rem;height:2.5rem;top:25.7421875rem;left:12.2490234375rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;display:block; }
#NLMq6V2rBL6PHCID8F0wu13fF4dFIAhl { display:block; }
#iZmJbn6itLGM8v4BaKODEdIl0C9rT6TZ { width:12.4375rem;height:18.75rem;top:23.9375rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -moz-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -ms-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -o-linear-gradient(top, #4eb81c, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #4eb81c, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#GdWZGbkVpb1nXzobo0GPAqVsGdHILs8O { width:12.4375rem;height:18.75rem;top:23.9375rem;left:3.75rem;z-index:15000;display:none; }
#LyXPSVuxKyN69qP5ZA34fLyaW3Giu8RC { width:7.5rem;height:3.125rem;top:38rem;left:6.25rem;display:none; }
#Cb2iCQXBucThzVcPRAXX7UDPNGoVSneF { display:block; }
#kpSh6OMHrOKonfISq9mOfeDdZ0Xg6q6B { width:7.5rem;height:3.125rem;top:38.0625rem;left:6.25rem;font-size:1.25rem;display:none; }
#eIWTxfZbF0c4Nlb5emJ1SufuUqU4L9Vy { display:block; }
#k6u6FzekFrDDg1kTKkdLbKLwUzPohcQG { width:9.8125rem;height:0;top:72.8413625rem;left:5.0625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#JC0tQkq1atCNF0TcTQypBw2GnWt3EIX9 { width:10.0625rem;height:0;top:69.0288625rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#WJKTLpK0RknA7KrcEd2UefUfAMmCeNJa { width:12.4375rem;height:18.75rem;top:23.9375rem;left:3.75rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -moz-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -ms-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -o-linear-gradient(top, #4eb81c, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #4eb81c, #e4f2e7);background-size:auto !important;display:none; }
#xzZAAipfl31fZ0nrnDnWMpVqgwHA2N3O { width:9.8125rem;height:0;top:66.4038625rem;left:5.0625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
#zASHSgwPkt5eGtwXWp3T3dO8g3yWiEGn { width:7.5rem;height:3.125rem;top:38rem;left:6.25rem;display:none; }
#aoAJuXTeKTU4yTNILlUhxhZrpld8ohKC { display:block; }
#BP4JdVZ5gsFlsxIXRdDbgpJTTyIXHvDD { width:7.5rem;height:7.5rem;top:24.875rem;left:6.25rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#GKCDCpMaAWqemJmw0mNASGCF2O9VDX43 { width:7.5rem;height:7.5rem;top:24.75rem;left:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#T5Rs5hSQldhGhDuWVswEQqZMn6F8wsCS { width:7.5rem;height:7.5rem;top:25rem;left:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#F3fo6IKxDJN6QQDZ84zu0nNJGvQA2Agm { width:8.25rem;height:0;top:63.7163625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#xihV68OArgpURxKUqSyUcwFRrMuOwKRE { width:8.25rem;height:0;top:61.0288625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#NKrUJGOs5RPNB7fWxdBNl6Tq3mGA5VGG { width:8.25rem;height:0;top:58.3413625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#T6AcPZ1UOCFEZQTcnr6q6qEXbvJzloSF { width:8.25rem;height:0;top:54.9038625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#vLPC2rbVbEab0B7cFu0DE7tIIb83xThr { width:8.25rem;height:0;top:51.4663625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
#RVgpTZpIO79hQi3Om45Gr3Q2c5OThzvT { width:8.25rem;height:0;top:48.0288625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0e193d;display:block; }
#HoOi33nCgVvcvbQlA4X3I5BpcZu4Md7x { width:20rem;height:3.5996125rem;top:43.1796875rem;left:0rem;font-size:1rem;color:#fef7da;display:block; }
#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e02e9018-33f5-4288-8842-f3f2c79c81b3/app3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T.adaptive-delivery-prevent-bg, #vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T.lazyload, #vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T.lazyloading { background-image: none; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row .container { width:20rem;height:65.4375rem;position:relative;display:none; }#Boqhd6SQDwuKL7op5vzwX7Zr5ceocZS3 { width:5.3125rem;height:2.5rem;top:32.4375rem;left:7.34375rem;display:none; }
#Ad44DpfET3NtR9zSSslTqVLCu5hFnTRN { display:block; }
#bEvTxqpGLu68Cxgdmf1XHuxAMfqDK8Sg { width:6.9375rem;height:1.9375rem;top:32.5625rem;left:6.53125rem;background-color:#c59937;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#eec77e;z-index:15027;font-size:1.1875rem;line-height:.3;display:none; }
#EHOmZe8x401T3sJSi3VdSusnexuV8Hrl { display:block; }
#kd58PCIkMiq3BNOZZ89Ihs4wmtbLRtgI { width:5.3125rem;height:2.5rem;top:24.625rem;left:7.34375rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;display:block; }
#lEleXGfoqTqtFpLFGkeSxWq4dPlkiZCO { display:block; }
#U2ikd4bofLdOOSdnIDNWCGBFRPuHTSaO { width:5.3125rem;height:2.5rem;top:41.0625rem;left:7.34375rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15028;display:block; }
#L0lOxXrVupvrOfIT2a8FsXuxdh9E8zmr { display:block; }
#PkyJqdAlfT9diTHnnGz2fiafqEDHy1Kd { width:20rem;height:auto;top:15.9375rem;left:0rem;font-size:2rem;color:#fef7da;display:none; }
#WQCuD0Gh2f0bTrD8KSACeBogIyJnKry7 { width:12.4375rem;height:18.75rem;top:25.25rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -moz-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -ms-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -o-linear-gradient(top, #4eb81c, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #4eb81c, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#WwlFfb8CX68wTxdfZJEb8xI1SdVIFOw5 { width:7.5rem;height:7.5rem;top:26.875rem;left:6.25rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#y8xTXMfyno32gx0CcR4hggb5MuNcm8sD { width:7.5rem;height:3.125rem;top:39.8125rem;left:6.25rem;font-size:1.25rem;display:none; }
#FU2xv9JkvThnsurTyh90AydpiIbzmooT { display:block; }
#So0tIHhr8l4b6uoLJwerbdEDDV7XSIVU { width:9.8125rem;height:0;top:61.3125rem;left:5.0625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#IwX6S533cyiaqZBdzZGdblqg3VnPpHQZ { width:8.25rem;height:0;top:57.875rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#dauLwHl59L80tgTZQTi3pmCFQ4zTZI1a { width:8.25rem;height:0;top:55.1875rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#TBPfANQKHISAyalhiQGdHGvcUf9PGOFu { width:12.4375rem;height:18.75rem;top:25.25rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -moz-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -ms-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -o-linear-gradient(top, #4eb81c, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #4eb81c, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#TBDumVGT4EEguc73gq2hN5AeUmNxJfAk { width:7.5rem;height:7.5rem;top:26.875rem;left:6.25rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#hO4QJAKHe6S280rFF8FwgTksAd0vu6r5 { width:8.25rem;height:0;top:51.75rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#ay4urKWeUSBEaG8delZb5OWLT0c3tHOg { width:6.25rem;height:2.5rem;top:30.875rem;left:6.875rem;display:none; }
#wcuIt5Jqn0dCc7W1IJzmQiqmiv0KNtLq { display:block; }
#i70l90KgsWXfiAPheAqWluGhuBaaQkAo { width:8.25rem;height:0;top:49.0625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#nIBVyAwm5k64heeBZekTSpL9TLTn5ATT { width:9.8125rem;height:0;top:44.8125rem;left:5.0625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#PuQBzNzgFtskTyOgmFe9wkX1TOCcFKUZ { width:7.5rem;height:3.125rem;top:39.8125rem;left:6.25rem;font-size:1.25rem;display:none; }
#NHGczwhcB4gNHFTkfMPoS2Thn74UBmIb { display:block; }
#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e02e9018-33f5-4288-8842-f3f2c79c81b3/app3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1.adaptive-delivery-prevent-bg, #kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1.lazyload, #kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1.lazyloading { background-image: none; }#kyGpdPz9ciJ1N7q6nt3q7OdbSglcJ6b1 > .row .container { width:20rem;height:62.5rem;position:relative;display:none; }#fw74Zf4rf0Es9XZ3U3aG4m7mdP4uVmR0 { width:5.3125rem;height:2.5rem;top:32.4375rem;left:7.34375rem;display:none; }
#emIUzczgzdPhpRrZ835Pd9vTWWkB7PVe { display:block; }
#yCJIOwfrAXvcF1StNlfKflDNig9LJJqA { width:6.9375rem;height:1.9375rem;top:32.5625rem;left:6.53125rem;background-color:#c59937;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#eec77e;z-index:15027;font-size:1.1875rem;line-height:.3;display:none; }
#MQgBFycrlJCqxVEb4QVMTXyD63uiydnT { display:block; }
#T64eq0JF95wtDfIQ0esvvkHawRp5GEFi { width:5.3125rem;height:2.5rem;top:24.625rem;left:7.34375rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;display:block; }
#wRbfyXMhhoAqIxeP1qFNr23PJ3QWnST0 { display:block; }
#h9PZJ6EpBcWH7h4Wr4aebo4EEtivAduC { width:5.3125rem;height:2.5rem;top:41.0625rem;left:7.34375rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15028;display:block; }
#nJA0fIOgTzlN2lMJiafOd5KH2NfiyISK { display:block; }
#PLxOdBCEATZ9eM6UEQaT3zpMGDODlDia { width:6.25rem;height:2.5rem;top:40.125rem;left:6.875rem;display:none; }
#aZtih5cqXVdbSdltboRxhmTEwD6rhmDl { display:block; }
#gNJLSoyiTxWsPuUqJmrJqUioZcb8AGfU { width:20rem;height:auto;top:15.75rem;left:0rem;font-size:2rem;color:#fef7da;display:none; }
#RTzf5kS3C2Ud6ZMGIPDvHTmAe39CV8rC { width:12.4375rem;height:18.75rem;top:25.25rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -moz-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -ms-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -o-linear-gradient(top, #4eb81c, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #4eb81c, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#TxyyqmgJENbsQ3sw0lqzCIVWn23BPNpD { width:7.5rem;height:7.5rem;top:26.875rem;left:6.25rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#LrJL3FEwKoapL9WpmDviZtG4DKdxVkWg { width:7.5rem;height:3.125rem;top:39.8125rem;left:6.25rem;font-size:1.25rem;display:none; }
#yUao9s15s4RFGxuSXah3GoNrFHUfFd8K { display:block; }
#UKvMD1l6fkX9MKZyZeuErWqtTApCAHaa { width:9.8125rem;height:0;top:59.8125rem;left:5.0625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#lKFAptCaAqV54Se23IPa3g8fxhNrMGgP { width:8.25rem;height:0;top:56.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#tiIHK9GwuI2uGdaCXb14nRPWWfRFEyAD { width:8.25rem;height:0;top:53.6875rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#TmR7fNv93dow3mku0rnPhSBAIb3KqEmh { width:12.4375rem;height:18.75rem;top:25.25rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -moz-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -ms-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -o-linear-gradient(top, #4eb81c, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #4eb81c, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#Q9uvAENHE6NL1snFdEShs1JM86L6TR7J { width:7.5rem;height:7.5rem;top:26.875rem;left:6.25rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#Ao0UJVlZSXp4nPd3OQMo9ruwQ3hIedCD { width:8.25rem;height:0;top:50.25rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#VQiDe3TBWwJ1m8zem1Jr3tp1wU1w986i { width:8.25rem;height:0;top:47.5625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#NiWGe3odDwNBbCei2NMUGUcESDJdwDDH { width:9.8125rem;height:0;top:44.8125rem;left:5.0625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#oRk2x55T6LSbs1uIW2JtkXmnoqo0TsHS { width:7.5rem;height:3.125rem;top:39.8125rem;left:6.25rem;font-size:1.25rem;display:none; }
#MZavIcoWACFTLkH0STxToaSEZUQoRx53 { display:block; }
#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e02e9018-33f5-4288-8842-f3f2c79c81b3/app3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew.adaptive-delivery-prevent-bg, #PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew.lazyload, #PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew.lazyloading { background-image: none; }#PQ5NT6ct2VIyBuZdTeco1p8fWgPxFTew > .row .container { width:20rem;height:65.4375rem;position:relative;display:none; }#W054la3ygvRTikfF3yh6xhMuLd0sOLNP { width:5.3125rem;height:2.5rem;top:32.4375rem;left:7.34375rem;display:none; }
#psaPWP3PxvFTvtIN1d05EmU5wW1xguwp { display:block; }
#wmmZzWTJ9ZUoobvWiPA51Uyye2omImdT { width:6.9375rem;height:1.9375rem;top:32.5625rem;left:6.53125rem;background-color:#c59937;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#eec77e;z-index:15027;font-size:1.1875rem;line-height:.3;display:none; }
#ORmOtpJ6mJrTQutomSDXXz0cxUEg00nx { display:block; }
#neP5BbALRGroq56P8UuEBiIC9HgwHD0I { width:5.3125rem;height:2.5rem;top:24.625rem;left:7.34375rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;display:block; }
#ozWo1QSOJMBumCGlNX20qagsTPwNrK3w { display:block; }
#FFMQ1pMzzNPosAn9NeObQFSuEXGw1oyA { width:5.3125rem;height:2.5rem;top:41.0625rem;left:7.34375rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15028;display:block; }
#AITHKFFSikbQ7Od61y6BUBTxWta6UoXU { display:block; }
#lIGVhkZPXhcnOXc2ImlVxv1eLCLPAX8S { width:6.25rem;height:2.5rem;top:30.8125rem;left:6.875rem;display:none; }
#Uw3PT4TXV6BxQg8Hb45EAfZBbdtIaKT4 { display:block; }
#R8o160zK6TLbvmm1Wmg5lQZkylp6kLdZ { width:20rem;height:auto;top:15.5625rem;left:0rem;font-size:2rem;color:#fef7da;display:none; }
#mGahd1uWCAZ02P9UxRQfnZWcmaQ1rLeN { width:12.4375rem;height:18.75rem;top:24.4375rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -moz-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -ms-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -o-linear-gradient(top, #4eb81c, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #4eb81c, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#n8Tg6vONMxBUTPNkLca6CCNLrAzOnEIE { width:7.5rem;height:7.5rem;top:26.0625rem;left:6.25rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#eVfx36WGCstXfiXnhSG8rZ1Rrzkmh5Tu { width:7.5rem;height:3.125rem;top:39rem;left:6.25rem;font-size:1.25rem;display:none; }
#BSl78X5qDnNKUVJ9qyxx84fJp1iBdKNA { display:block; }
#VQQWHeuBv6i1xHACTZSGEWm2v3rhBy0l { width:9.8125rem;height:0;top:61.3125rem;left:5.0625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#bUdxtdCVC7EGX7vpe3n5B8VWlMfTJZZK { width:8.25rem;height:0;top:57.875rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#iCGmEnhuc4huQB9TqveAuo30r5OsxOBN { width:8.25rem;height:0;top:55.1875rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#qKoCiEmnDdpO3zA1x6i9PCypxbZEXZTV { width:12.4375rem;height:18.75rem;top:24.4375rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -moz-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -ms-linear-gradient(top, #4eb81c, #e4f2e7);background-image: -o-linear-gradient(top, #4eb81c, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb81c', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #4eb81c, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#fcO54R6Ce3kXCq1UvT8TTnLHah7Tpiiv { width:7.5rem;height:7.5rem;top:26.0625rem;left:6.25rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#pRB5CwsgqJGIQAeAsTcvM1SRZNXB8nLT { width:8.25rem;height:0;top:51.75rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#OrAyFeA6pJwVA6Z9uMSwbOv9zF6r8MRu { width:8.25rem;height:0;top:49.0625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#HwRkqTOTzXvvpTeRSLFdZfqtqN5nZQeN { width:9.8125rem;height:0;top:44.8125rem;left:5.0625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#eDrbtk2OhHb1EKDuZ32oCL5ygMvXxx0C { width:7.5rem;height:3.125rem;top:39rem;left:6.25rem;font-size:1.25rem;display:none; }
#B8LECwixP5Msqx1BRthpxoiiQLVNAkRX { display:block; }
#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e02e9018-33f5-4288-8842-f3f2c79c81b3/app3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI.adaptive-delivery-prevent-bg, #ITem9UsP40OczuRFl9G7VfX8UJLSfiDI.lazyload, #ITem9UsP40OczuRFl9G7VfX8UJLSfiDI.lazyloading { background-image: none; }#ITem9UsP40OczuRFl9G7VfX8UJLSfiDI > .row .container { width:20rem;height:85.9375rem;position:relative;display:none; }#WsGRLhWWJwyNCTZ1vfNt6xmG9xqmmZ5a { width:6.9375rem;height:1.9375rem;top:32.5625rem;left:6.53125rem;background-color:#c59937;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#eec77e;z-index:15027;font-size:1.1875rem;line-height:.3;display:none; }
#uJnNHceRvGrfhdXvqaW98OtERsWqG7L0 { display:block; }
#PfoszitVEdEgnCGNbTxrt3LTfCKP5UB4 { width:5.3125rem;height:2.5rem;top:24.625rem;left:7.34375rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;display:block; }
#HhxK4h4NuubZNTrend6xUOuA17oIL59B { display:block; }
#whx6Xwe8PzvGk7k0UgRrT4iaBCu8cF4R { width:5.3125rem;height:2.5rem;top:41.0625rem;left:7.34375rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15028;display:block; }
#RwAIHp2LhWsm7gqiTWOgpiG2eUrSOMdf { display:block; }
#yxLrbR6cceqEIkAp0utVRPL8XBkccx34 { width:6.25rem;height:2.5rem;top:30.8125rem;left:6.875rem;display:none; }
#KgiEE2OxhTlzzQKr8hW0hmlUCGmtRDcN { display:block; }
#hsE4o6Eue1deGiUI4K0ANCeCGcDebEha { width:20rem;height:auto;top:15.625rem;left:0rem;font-size:2rem;color:#fef7da;display:none; }
#EAzMyiQU12TTHxcwVGhMMIy2xpcKAQ1d { width:16.3125rem;height:5rem;top:57.0625rem;left:1.8125rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:block; }
#FmVx1sekE4m3Nb712WMI1B6awNwExISG { display:block; }
#OCkVO9vyrJiqKNf87TtnmAiam3oL2FFw { width:19.6875rem;height:5rem;top:50.8125rem;left:0.125rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:block; }
#ASpb3xnqg3hqi7sJbaBfySMqyAAXsffA { display:block; }
#mIAIElWq8LkfDavLGZMvQ6cAltQp6MiN { width:13.875rem;height:13.875rem;top:25.75rem;left:3.0625rem;display:none; }
#mStO8uPlHzxITsZmivfZrF3PpFsQqUiw { width:13.25rem;height:12.3125rem;top:72.4375rem;left:3.375rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:block; }
#uIawHDmZuP0uOdSAE8nzx4GilLMomfk5 { display:block; }
#uXZtQrV9VV7R3RCcavmisXxqFyWGwyws { width:20rem;height:0;top:63.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#yS2TSnovzJ2qztdvQZnutLuS2u5RZhGO { width:19rem;height:5.375rem;top:65.8125rem;left:0.5rem;display:block; }
#cuCHTUEGZfiIpoTWrmFlttLx6EaUEVHq { display:block; }
