.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); }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs { position:relative;z-index:auto;display:block; }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs { background-color: transparent; background-image: none; }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .row .container > .video-iframe-container { display: none; }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .row > .video-iframe-container { display: none; }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .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); }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs { border-width: 0; border-radius: 0; }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .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; }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gll3QTy75cRWEp0yTmPOoGSQqhGE0K83 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#EXaBOsBSTgNA29s74tepSsqbSusAOiOB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JtME448cRNOeheEExOy2SfxTDiWBeGgT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#H0RvTLVxLyPCKqvbsEX79UDAdIJ2aS2O { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#sow9QytL3iiMDvlTKgimoWFVS0mt7IV8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vxZhM4CrAiUKLhNONbX8ZMQW4tZATfeW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#vxZhM4CrAiUKLhNONbX8ZMQW4tZATfeW > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#r4sOvZITErJ5zTxnpgUviWlTMVPW5RKe { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#AvAWCPpmd2ldGl1nxAVFWTGv09eBPAWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hErev5y1GGPN5UlNXaEMir3DMdhVldMD { 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: 0.0625rem 0.0625rem 0.1875rem #ffffff ;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#p1mgLarxO7SwQwGFIq8fCEGTVVSBPHLr { position:absolute;display:block;z-index:15004;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.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#RkW2aTGDszzrF1etnytPZMpkfO9OGV5V { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:22.125rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TGQAvV8mtfdqn7HnOyHJqflmaSmN607W { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:13.0625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cy4ncpMi9PDAy2lE7nwpcyoCwUk7WLnV { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.5625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UogIbZEDn90458JrZTDLnKkQd5S1r28u { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vw81vUqfDTanDxMUsU1KOvcdxyzRacIL { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VMSdZW4ZkOAE1taV1bK0w2AzrdQPGC5z { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dO94PBfQmXJlhdB2PZHOqWoM2t6qe66J { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN { position:relative;z-index:auto;display:block; }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN { background-color: transparent; background-image: none; }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row .container > .video-iframe-container { display: none; }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row > .video-iframe-container { display: none; }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .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); }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN { border-width: 0; border-radius: 0; }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row .container.adaptive-delivery-prevent-bg, #mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row .container.lazyload, #mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row .container.lazyloading { background-image: none; }#g0k4iSFpNZtsdV1lklUovSlAR3aveGqL { position:absolute;display:block;z-index:15019;height:10.625rem;width:18.9978125rem;top:18.563232421875rem;left:1.9287109375rem;display:block; }
#dtokFasiFQZaX5WwQ2S6PvOv1Q8FaPIw { position:absolute;display:block;z-index:15020;height:9.5605625rem;width:17.0605625rem;top:7.249755859375rem;left:1.9287109375rem;display:block; }
#mFw12GPsKTiWTqQlnBEmgX8kONhIKQEx { position:relative;display:block; }#mFw12GPsKTiWTqQlnBEmgX8kONhIKQEx { background-color: transparent; background-image: none; }#mFw12GPsKTiWTqQlnBEmgX8kONhIKQEx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFw12GPsKTiWTqQlnBEmgX8kONhIKQEx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFw12GPsKTiWTqQlnBEmgX8kONhIKQEx > .row .container > .video-iframe-container { display: none; }#mFw12GPsKTiWTqQlnBEmgX8kONhIKQEx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFw12GPsKTiWTqQlnBEmgX8kONhIKQEx > .row > .video-iframe-container { display: none; }#mFw12GPsKTiWTqQlnBEmgX8kONhIKQEx > .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); }#mFw12GPsKTiWTqQlnBEmgX8kONhIKQEx { border-width: 0; border-radius: 0; }#mFw12GPsKTiWTqQlnBEmgX8kONhIKQEx > .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; }#mFw12GPsKTiWTqQlnBEmgX8kONhIKQEx > .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:26rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IC7Bve9DGdqwt5ttDoJpvl5ypDUBf08f { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oUppvQWdf8HViWGTyBcFRVdcDBpqpTi5 { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EALXPTPHlexkrveoTqEtxqUFxcNSoz57 { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oNtNi6Tw8V7P1pLlbmQ4Hwscdp6pRhhC { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:#b28c72;background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#KCruyZoU6IqaSWlHEylB8h5g0E3OP7an { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(178,140,114,0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-form-header {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-input-text {padding-top: 0; padding-bottom: 0;}#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-input-select {padding-top: 0; padding-bottom: 0;}#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .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; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;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:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .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; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-container:first-of-type{padding-top:0;}#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-container:last-of-type{padding-bottom:0;}#yKqJ33PPervT4o9abQMZtQMh0P55NHhh  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:6.69140625rem; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh {display:block;}#yKqJ33PPervT4o9abQMZtQMh0P55NHhh { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:6.69140625rem; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #TWK5vwi3J3tz5E7yF81F9TkXNpIJw8hc { position:relative; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #nlsAHaeVEmFnHnXBLysIDobFA9sMU8wp { position:relative;display:none; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #ufJbCy3PG3Om8sFADblTQwrBEZA3iqdQ { position:relative; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #ibdEvB44AEO5MxDgOf7iVwM2vmxTTTuh { position:relative; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #F62WhnpTHEuxBn43LwmlzDq0QQVfFShn { position:relative;display:none; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #T77bt2y8STnaNEd5TNOaz6BQzmNPoAHX { position:relative; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #lGrylWmg8zFGZ0FKvysVoFpXdouhZzM4 { position:relative; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #LsVGOyXNWyGOpbinOg2KJ9o3WcTyFqxx { position:relative;display:none; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #vqHosrsWO8ZAOJZ0tkvlPGQcqTHWhdxT { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #z7vHHz6sqkOkW6LGAIK0wcLNM7t7e30u { position:relative; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #QvmsepTO0PrZkbzhct2m1labX7Sr38OR { position:relative; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #IyhvEXH7loMLH5zozD9vJNsk9e5mLn7w { position:relative;display:none; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #VOaQ3bRpPe4J3XHUS09nyNtyBigewuCr { position:relative; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #EsaSMxTTWccX3m9NGN6UTSemtVbrw3Ca { position:relative; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #nlwfeofkZbwIJ74oFg0vuaPVBMnhInGL { position:relative; }
#oEpstazUhkRx8J7Qrm0cx4FwzcpcX7TQ { position:relative;display:block; }#oEpstazUhkRx8J7Qrm0cx4FwzcpcX7TQ { background-color: transparent; background-image: none; }#oEpstazUhkRx8J7Qrm0cx4FwzcpcX7TQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEpstazUhkRx8J7Qrm0cx4FwzcpcX7TQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEpstazUhkRx8J7Qrm0cx4FwzcpcX7TQ > .row .container > .video-iframe-container { display: none; }#oEpstazUhkRx8J7Qrm0cx4FwzcpcX7TQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEpstazUhkRx8J7Qrm0cx4FwzcpcX7TQ > .row > .video-iframe-container { display: none; }#oEpstazUhkRx8J7Qrm0cx4FwzcpcX7TQ > .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); }#oEpstazUhkRx8J7Qrm0cx4FwzcpcX7TQ { border-width: 0; border-radius: 0; }#oEpstazUhkRx8J7Qrm0cx4FwzcpcX7TQ > .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; }#oEpstazUhkRx8J7Qrm0cx4FwzcpcX7TQ > .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:31.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { position:absolute;display:block;z-index:15000;height:21.75rem;width:53.375rem;top:5.0927734375rem;left:3.363525390625rem;display:block; }
#v23F9PX3LeGLTHAJHF4rRhI376nsntLi { position:relative;display:block; }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi { background-color: transparent; background-image: none; }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi > .row .container > .video-iframe-container { display: none; }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi > .row > .video-iframe-container { display: none; }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi > .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); }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi { border-width: 0; border-radius: 0; }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi > .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; }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi > .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:31rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xbigAgdyiFhRxo1oZF2WXO5b2G4T5dRL { 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:6.93701171875rem;left:10.5615234375rem;height:3.98144375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sfMZeQ10Nz46cOO434m3KexhJDxB7AKv { 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:11.81201171875rem;left:17.8125rem;height:2rem;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; }
#iMk8yPDwyBJW4i3FRwuVCZQfuyl3VAKo { 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:14.5615234375rem;left:2.18701171875rem;height:2rem;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; }
#mPX2493EDNbD4FvBCLRCsmKpKxdytgAF { 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:17.3125rem;left:14.6865234375rem;height:2rem;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; }
#ITh4XAH2pIrziTX4y4stOp3ZgdSgW1V4 { 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; }
#v3TK7CRrm0fT0ssKRvueennudtX0ygpW { 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:13.686199188233rem;left:54.187503814698rem;display:block; }
#UUwUrHVrA0TfV5eFbGL4h0sMnBCQCUh5 { 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:10.373699188233rem;left:54.187503814698rem;display:block; }
#iSZf8d3HKHrXJ8vQcoF01gClTC0VD2Z3 { 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:10.1875rem;left:54.1875rem;display:none; }
#R3TRGurP6Szb0WuQ5bd3HRdLOS8LmDq9 { 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; }
#LoVsc8asl9QRrLf7uToQ7tQLEpVyMFK9 { position:relative;display:none; }#LoVsc8asl9QRrLf7uToQ7tQLEpVyMFK9 { border-width: 0; border-radius: 0; }#LoVsc8asl9QRrLf7uToQ7tQLEpVyMFK9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoVsc8asl9QRrLf7uToQ7tQLEpVyMFK9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(46,106,58,0.18);background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#LoVsc8asl9QRrLf7uToQ7tQLEpVyMFK9 > .row .container.adaptive-delivery-prevent-bg, #LoVsc8asl9QRrLf7uToQ7tQLEpVyMFK9 > .row .container.lazyload, #LoVsc8asl9QRrLf7uToQ7tQLEpVyMFK9 > .row .container.lazyloading { background-image: none; }#nhhZGyX31iEkRu7nweJmDwW40h3CnPAf { color:#000000;display:block;width:22.99925rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15121;line-height:1.6;letter-spacing:0;top:26.077880859375rem;left:19.20166015625rem;height:2.698975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bnEgiS2NsIarNnldSUO3OFEWGMsSnzLq { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:28.77685546875rem;left:24.453125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l1PigoKRcX044XtoQTJ8CHs3fK3O26IB { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15128;line-height:1.6;letter-spacing:0;top:10.753173828125rem;left:1.435546875rem;height:2.1984875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pGcxspZCUcJzRNPetQc2X9Ue9ElTvVux { color:#000000;display:block;width:12.4970625rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:13.5625rem;left:10.0625rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TC5kiTSIfcBeux30BTE3fivMTpLguCeu { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.3876953125rem;left:8.060302734375rem;display:block; }
#PHQbpR82foPO6dN3uHOqBfFTNRZQO1TU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NFaDl8uKJ86tH08TTnxuzsyKWT6TbowK { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(302deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(302deg, #a1f2f3, #7f6048);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:9.75rem;left:3rem;display:block; }
#TsrdG6i8ZnHTaerEiubUPRsfQLXOgQSL { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -moz-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -ms-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -o-linear-gradient(302deg, #7f6048, #a1f2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6048', endColorstr='#a1f2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6048', endColorstr='#a1f2f3' );";background-image: linear-gradient(302deg, #7f6048, #a1f2f3);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:24.871826171875rem;left:17.421875rem;display:block; }
#HA07gk0IquoC5KzwV1bTNpJaWkpTDqCP { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307875rem;height:2.62329375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:37.186279296875rem;left:25.345458984375rem;display:block; }
#QpmNJQWOalAROmQqTJ3IyGBVUZ2ZGrvg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XgIgnJ0d5sVaavdT4e3opnu4cnbGXFiC { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:16.125rem;display:none; }
#QmpPlGqEIlpS8VN7SOu9ubW2Lzw4QXlX { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(55deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(55deg, #a1f2f3, #7f6048);background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.8120125rem;width:35.3125rem;top:1.5625rem;left:11.011962890625rem;display:block; }
#OgEdND7iX3X5505ZttVVmgALnwfrKfPo { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#AWO9TBHtdu9tznELCnFlVyfBNH4VTCvI { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#VnH0Ic2l0OlM2zZOi0mTuKx0tE7XXduN { color:#120f0d;display:block;width:25.437rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15175;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(0,0,0,0.5);top:2.0458984375rem;left:16.1865234375rem;height:3.999025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fMrRVMn1TZ6oEmptDDmqGuFhpsRlk0BH { color:#020402;display:block;width:1.811525rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:17.6875rem;left:10.0625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kpFFd8TfOuziSbgec60FR9aN5Wg6Dy5a { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(302deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(302deg, #a1f2f3, #7f6048);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25.125rem;top:9.75rem;left:31.8125rem;display:block; }
#zfx5o0uFXRCZqEWaDVpiVN5pNgxEz3mR { color:#010201;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:15138;line-height:1.6;letter-spacing:0;top:10.625rem;left:33.125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IiNluuc9gieE6aznmTAulyH5ymQZ0OcX { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:13.5625rem;left:38.8125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELXWfVhbW9M6xUSkrWx9I6mA7bQF5ewT { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:22.3876953125rem;left:43.623046875rem;display:block; }
#GtJHz16f4r1c8VDAxTUaBGocBv6Ed8Ev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c2PIp8J0x3rLsze2ahxRc4hRvyQq7OG5 { color:#000000;display:block;width:2.87475625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15199;line-height:1.7;letter-spacing:0;top:17.5rem;left:35.9375rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#r9HglSVrP2ATbQDi72iSTbr1n1rCq5IC { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rPyTSNIJQuKSBHsH8KEXLCNgT6BBnTmt { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#JtxURoQwyoITDhDxoSr6e2PR90HRk7mf { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 { position:relative;display:none; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 { border-width: 0; border-radius: 0; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9099ab36-7d6c-4f7b-ac30-80d130556a3d/website01.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.adaptive-delivery-prevent-bg, #bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.lazyload, #bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.lazyloading { background-image: none; }#rTi1P2WCL2qTvo3zSEsRT4Kmg66X6rgR { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:block; }
#Mf2eDSvLOnzWSKJLSJO1wqDzIhJGWwgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QSANSzqOdy10uF4smo2iHZ2b8cvAfhcZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#u4K3BMp5IROk5g2RUg38RT9Ssp9DkDXt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDeLR5eNw8UeOoFrI2BsF61VxRBIOTvL { 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:15.5625rem;width:31.5625rem;display:none; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz { 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; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CkesXfoWrzWsAXxh56oHd1kI3fARr3FO { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:60.5rem;left:11rem;display:none; }
#guZTTVRax0LgBtiDeWxKfKDUG106FO8z { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#Q0F1RoMEV2S6ba7lJF2kLmAAilqG5bkJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC { position:relative;display:none; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC { border-width: 0; border-radius: 0; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/18f6a51f-b4a5-44a2-91e6-494edb8e50b8/Artboard1copy300x100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.adaptive-delivery-prevent-bg, #p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.lazyload, #p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.lazyloading { background-image: none; }#DiyRb5RUHAuxC0KUnhVoeXFBOivMwGDT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#KXtA331XWnLQdKgUmdmhrrlI8bn0dECL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ELZUO8f7qGTQZ0QkEZhCqIpNQTl5VVR1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#eW51hUyUKJVRsUg7uv70kDUpelAHio5C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fmgzkyR76WkAf89qPbsc40LCTLAuBybK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#kpyppXPARgMNBWh4lFyAMlu5vXeQm6bz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yEXGpUbyNegi8TtqVvaAKlZUnZ8suClo { color:#000000;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:5.1796875rem;left:23.009115219116rem;display:block; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Wf2hSD9WOZLWPKkyARPGyl0hPSglD5mK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#Em63PeF96W873ZK26qO9MTZEDDePfJN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:5.0553398132324rem;left:46.322700500488rem; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#z6a45F6VgJ958TIZSWuKeiW2erIJwJQd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.8125rem;display:none; }
#OhfDpdUAAaqDb8qwiKoZQTpM4z4unTMK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:60rem;display:none; }
#L4Hl6D7lhUevh1Jrmvl6PuiFDeZ355PH { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:38.125rem;left:0.375rem;display:none; }
#nR4iinSD0dwJg8ucXBWVKt1EmpNWn11s { 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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:1.9661464691162rem;left:45.441623687744rem;display:block; }
#ST6AriLrBQM8nHmMlTRksQgJQxQoddGy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gdvTotSTWURbymiS5owalM3zS3khPesV { 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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.3125rem;left:45.4375rem;display:block; }
#GfsK7uX91sQKdXgAWTUrTIENWykPX5Il { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EIEGyCuyaR9FJCM1zOXJksOol6MhC6Oe { 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:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.24935rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:4.8697929382324rem;left:45.511070251465rem;display:block; }
#TtN4C2ablBHb81BA6WHAq3dVqF7L5LTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3OFO1ThXCPKMizRXr752dLkQQVDFozx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1516933441162rem;left:46.322700500488rem; }
#uZxtgsGDza0ATgboDDuzNA88VRy0uiyA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:8.4375rem;left:46.125rem; }
#Um3oR8oOI1bS6ByHVdZ8uKSTKxXNTKsH { 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; }
#XQDMmrq5lxysD4tC66POTAKBilBXTbpB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.5616328120231rem;left:4.1872825622559rem;display:none; }
#bDGVVq0TJ1eJ0Mx0wTw4uww1nUDcX7QA { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:60.4375rem;left:0rem;display:none; }
#J6wRKlm9n5xu7JI8VGTqJTpPDXyfNtea { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:63.5625rem;left:0rem;display:none; }
#RD5loRNaf0tqakcheFWvydQBua2V3XC4 { 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; }
#rNzzMCwgoUEe9bB8bqHZGg1z6xM05u9e { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:69.25rem;left:0rem;display:none; }
#KwSU9C6FB1JWpLvyoduOisJflnFwX4tG { 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; }
#JBVrqS4msyy1ATgBVoNA4qv7mmRal8dK { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#Zwz2JSUBxAtvyQsVluVtyfwUEbJZxy1Q { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#EuodgDShJaPhoFCfVLFok4PkNuA4C409 { position:relative;display:none; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 { border-width: 0; border-radius: 0; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .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; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b32787e0-c383-4d51-8f7f-94395dcf9fb5/website02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.adaptive-delivery-prevent-bg, #EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.lazyload, #EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.lazyloading { background-image: none; }#MLz4BTxpTTgxHgt1TH0BPcTXtSRzTry8 { color:rgba(30,30,30,0.7);display:block;width:14.12475rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:16.248779296875rem;left:20.137939453125rem;height:1.40625rem;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; }
#JmMlymu1WTGZLa6cABFMmTok4rGMz4eD { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.620849609375rem;left:16.06201171875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ncJTsaFF7iTP7Rxeq3k0qDGH7Ai52CM7 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#itJ1X83Rew5Ir5J56kN14QktBZrzmCPw { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sJA8piGKA6BAp5r99l2y8wEwhQHLskT1 { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;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; }
#lQ8TTLHXLl3yrrm0mUpTOlsmTHvztNBT { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.6875rem;left:16.125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K1eF0CnkSAThJFNaQvQLcQpy1RWPNTEz { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.34912109375rem;left:14.715576171875rem;height:1.40625rem;text-align:right;text-align-last:right;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; }
#nfyut7pTt7Am8NWvmwgvZ2HAguFXX9lm { color:#ffffff;display:block;width:6.499rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.375rem;left:17.0625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#itIkXHARB9dSmBT5BslGVpryZZOsmhlB { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:21.124755859375rem;left:13.624267578125rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n4b8a0TrDQvtGLUSxLd5QcK0iGtR6oNH { color:#ffffff;display:block;width:3.061525rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:22.5625rem;left:15.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PtvZ5zLsEconWhUzhN96mnvC1g0ldgoB { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:20.937499046326rem;left:2.0925073623658rem;height:1.40625rem;text-align:right;text-align-last:right;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; }
#Ovw7a39Gfuhris3Ts4RrmXWmRO4G0A5t { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.51953125rem;left:20.498046875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RWrSCm100ScHXdWtO86FP8FUFJ3ITeSR { color:rgba(30,30,30,0.7);display:block;width:9.9365rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:22.471923828125rem;left:3.936767578125rem;height:1.40625rem;text-align:right;text-align-last:right;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; }
#niNDaHMEDX3q7tEIqAc49Nh1NptZJVgk { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.34375rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTNfmISVnWgiJXvGzuAa8LFns1ea0G62 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MnAAia5p3qsT2nw4a0x9v71AEMSoWOmV { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.07177734375rem;left:3.3740234375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uh9SIEmHCl2Mm7C0OUv1FA9pO9HUdO2B { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.257568359375rem;left:3.936767578125rem;height:1.09863125rem;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; }
#OULNxcidR0Cs6xMwk2RPfUdLzwvnQOoT { color:#ffffff;display:block;width:5.1245125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:31.40185546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CDodWesXBgXvgFn2JFTWT4lffiU64X6d { color:#ffffff;display:block;width:5.06225625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:5.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMv9HNTpTGH50XnbCzAivOV8e4wHn2Mv { color:#ffffff;display:block;width:4.624025rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.623046875rem;left:7.560546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qg4J38NFiE6k4gHB9lgOVa1wc4PauG7r { color:#ffffff;display:block;width:2.68676875rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:31.66015625rem;left:18.6865234375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MdTK0mwTp53DU2Ab8vcFNDQrUae0Wg3b { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;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:none; }
#l0Rq2NwXzD0pe4aeT8RosAcTliO2PzRc { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#ZOzF8BZgpVAiKWnsMIsgwSo4fmJ6nZvI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HmcVU7hWaFewkgb8h0GHB1REwUubpn5l { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#evQnFrsavTEIDKmfHnB7unAl2oTNK5oL { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:20.5888671875rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BUTAxTUMz1nDkiL4gW95QzelXyd5v3KC { color:rgba(30,30,30,0.7);display:block;width:6.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:18.6865234375rem;height:1.09863125rem;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; }
#zCz9ZhVxqXwWMpH85mqTwyxv0o454H7h { color:rgba(30,30,30,0.7);display:block;width:6.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:6.749267578125rem;height:1.09863125rem;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; }
#vuXtAa8RP0wNTmsw9LOP2eGTAdBkB1NB { color:rgba(30,30,30,0.7);display:block;width:6.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15052;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:18.60498046875rem;height:1.09863125rem;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; }
#TTqTnaPr4oTD1gcrLb0miFBoBkelOqJw { color:rgba(30,30,30,0.7);display:block;width:6.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:23.7548828125rem;left:6.749267578125rem;height:1.09863125rem;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; }
#QCAl5GPv9TQDhS1ZgioKa9ILX5fT8Dt6 { color:rgba(30,30,30,0.7);display:block;width:6.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15054;line-height:1.6;letter-spacing:0;top:33.10009765625rem;left:18.66748046875rem;height:1.09863125rem;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; }
#NgDz3T3ytgfiv5My0Hl60LQUtfmhkps3 { display:none; }#NgDz3T3ytgfiv5My0Hl60LQUtfmhkps3 { border-width: 0; border-radius: 0; }#NgDz3T3ytgfiv5My0Hl60LQUtfmhkps3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NgDz3T3ytgfiv5My0Hl60LQUtfmhkps3 > .row .container { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/D2DHhLNK/4a52d1f5c229041fbf80b937968befbb.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;width:60rem;height:97rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#NgDz3T3ytgfiv5My0Hl60LQUtfmhkps3 > .row .container.adaptive-delivery-prevent-bg, #NgDz3T3ytgfiv5My0Hl60LQUtfmhkps3 > .row .container.lazyload, #NgDz3T3ytgfiv5My0Hl60LQUtfmhkps3 > .row .container.lazyloading { background-image: none; }#Z20QKTC4wwwNv6NQEBvezAntNUN15a37 { background-color:#bb8d65;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:#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:17.625rem;height:2.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.3720703125rem;left:36.4990234375rem;display:none; }
#DrmScpcyHfJvNKzCns4WW2bx6mnV09nm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#emIflezWzH5vwLHPCqqbWhzzfg7aR9mI { position:absolute;display:block;z-index:15143;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:22.875rem;top:4.432373046875rem;left:18.531529407169rem;overflow:hidden;display:block; }
#K87LVsCcP5h0llJ1aMcETF9gdXBwBe6w { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:22.164306640625rem;left:8.80126953125rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0Om3gi8e1nP7cIpnIbCQeo4zJnMsLM8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(28,141,97,0.5), #a9691f);background-image: -moz-linear-gradient(180deg, rgba(28,141,97,0.5), #a9691f);background-image: -ms-linear-gradient(180deg, rgba(28,141,97,0.5), #a9691f);background-image: -o-linear-gradient(180deg, rgba(28,141,97,0.5), #a9691f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d617f', endColorstr='#a9691f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d617f', endColorstr='#a9691f' );";background-image: linear-gradient(180deg, rgba(28,141,97,0.5), #a9691f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#000503;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:0.9375rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:21.9365rem;height:4.375rem;text-decoration:none;z-index:15130;text-align:center;text-align-last:center;top:88.322265625rem;left:16.9677734375rem;display:block; }
#kKXqXgr6KOZ3E8BNqwFdXkh7pKlEb2xa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rJrmviDut6BhyZ9co9JgKAfLACEIiTbC { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:30.94482421875rem;left:7.75rem;height:5.11596875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnBfp61b6pRO5IETIvP9BGJJ41JqKPgE { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:40.2880859375rem;left:8.80126953125rem;height:8.526625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kIRNHlg3fB832xza9hpSSfoaT074zi1V { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:51.9873046875rem;left:8.80126953125rem;height:6.8213125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NCsfOveqbdrQSqLUNPUctf9Hrk1tRvDF { color:#000000;display:block;width:44.812rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15145;line-height:1.3;letter-spacing:0;top:64.219970703125rem;left:8.11279296875rem;height:10.2319375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsfoPs0zGPXPfQNBoObw3lVkqvl5P9O2 { color:#000000;display:block;width:47.68675rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:400;z-index:15146;line-height:1.2;letter-spacing:0;top:78.984375rem;left:6.12548828125rem;height:8.245875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drTyCbDlANSbksLFwlHbnhA59ULcNh3L { z-index:15003;top:18.634033203125rem;left:44.594970703125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -moz-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -ms-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -o-linear-gradient(45deg, #1c8d61, #a9691f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );";background-image: linear-gradient(45deg, #1c8d61, #a9691f);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;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NgZyvLTsQfbXZkHIK6s2SkGfWeyAkOhP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBu6IFl4M7rWn3UrgK6WR9R2MoBp340b { z-index:15004;top:27.2802734375rem;left:48.85986328125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -moz-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -ms-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -o-linear-gradient(45deg, #1c8d61, #a9691f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );";background-image: linear-gradient(45deg, #1c8d61, #a9691f);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;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:1.3;overflow:hidden;position:absolute;width:10.49925rem;height:2.99926875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ETFeToTwXnv7uK3uX5pR9pUywhLWqtwy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HAcOKFwr9sCa0rUZudFCBwKGRvRuJKOF { z-index:15005;top:36.748046875rem;left:48rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -moz-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -ms-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -o-linear-gradient(45deg, #1c8d61, #a9691f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );";background-image: linear-gradient(45deg, #1c8d61, #a9691f);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;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yTzC7cNo8KqLJZrcdgis4kK7MiiHkiwC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p9vaU3AhmXONpXKaKI6QhcL6gZWFJBsG { z-index:15006;top:47.923583984375rem;left:48.062744140625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -moz-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -ms-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -o-linear-gradient(45deg, #1c8d61, #a9691f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );";background-image: linear-gradient(45deg, #1c8d61, #a9691f);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;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:1.3;overflow:hidden;position:absolute;width:11.93725rem;height:2.99926875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nWTOlVbPHfeslwBuaPV0du0TS9hEVsD6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pOT4q0sRTq2Gqzdr2F91om4eBJsDlLlc { z-index:15007;top:61.298828125rem;left:48.062744140625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -moz-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -ms-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -o-linear-gradient(45deg, #1c8d61, #a9691f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );";background-image: linear-gradient(45deg, #1c8d61, #a9691f);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;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:1.3;overflow:hidden;position:absolute;width:11.9360625rem;height:2.99926875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ab8saPUqPTDzvP6oKJFgC3CPUbT0yc0e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RGpUDltLeQv7zfzlRy1knar0PzQI7k23 { z-index:15008;top:75.235595703125rem;left:44.875244140625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -moz-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -ms-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -o-linear-gradient(45deg, #1c8d61, #a9691f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );";background-image: linear-gradient(45deg, #1c8d61, #a9691f);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;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ul3hQdFzdA9WQ1c7ZTstdaV3sxiQ0ry4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xywOuQhFpMeqLIQk4aOdP51hbOhz13ur { z-index:15004;top:0.744140625rem;left:17.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8bcab4, #deb16d);background-image: -moz-linear-gradient(45deg, #8bcab4, #deb16d);background-image: -ms-linear-gradient(45deg, #8bcab4, #deb16d);background-image: -o-linear-gradient(45deg, #8bcab4, #deb16d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcab4', endColorstr='#deb16d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcab4', endColorstr='#deb16d' );";background-image: linear-gradient(45deg, #8bcab4, #deb16d);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;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#000102;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:25.375rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xdbVZDtwubuocDPoofDI6qZ3kpVnFp1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 { position:relative;display:none; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 { border-width: 0; border-radius: 0; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container { 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;font-size:0.875rem;font-family:arial;height:46.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container.adaptive-delivery-prevent-bg, #ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container.lazyload, #ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container.lazyloading { background-image: none; }#eLGbOUPG4GskEE6PATRdX2Hbls0rOTrm { 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.25rem;left:11.3125rem;display:none; }
#gzUVyDKhKTWyHRQmeIezqxtdwRHTWlsB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tl3E1eA2M7ycykU9q1dWgA7K6RiRx9gh { 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.25rem;left:11.3125rem;display:none; }
#ywPDlJ2a62JrFirTuhIfThIsTMVT41c6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Urgv9OQi9eCMJep5U2dCGHXiPPIdsXot { 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:7.0625rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.625rem;left:4.9365234375rem;display:block; }
#Q5pw1XkbJPvQERDsp3ZBzegNTuKc8Mt4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dp7rWp86r5wsfUO8dpS1EwwuXC8TdlPm { 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:11.5625rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.625rem;left:42.40625rem;display:block; }
#dUiavtLkqoFxMB0spcwzxoeQ56lGazR1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MiadZ5TCpzGoKhBiLV2abkvKz8UfyoRf { color:#b20129;display:block;width:56.0625rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:15100;line-height:1.8;letter-spacing:0;top:14.875rem;left:1.84375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLdfR6h3TAelEmSi0SvLEzDcIUew8yBu { 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, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15013;top:19.125rem;left:43.125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#RENAnJlL95iwRiDIsaRFcKJ37901K2oO { 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:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15051;top:20.125rem;left:45.4375rem;display:block; }
#VzO0aCTp2U4UXav1D2AiRagdPx3IQvaP { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:24.537109375rem;left:44.4375rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWFrTng3nQNII61drNIRx44w2y98ImG2 { background-color:#bb8d65;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:2.125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:27.5625rem;left:46rem;display:block; }
#caoXfkZ0dKvs8QDoTttAibsTMTTkM6Lf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zfUhgyNcdrZVOLtSWWvKJiNyIhCDZveg { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:20.75rem;left:46.25rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gaKO5O9TPEv2TsSObiFu45K3PcbqZv7L { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:21.0625rem;left:43.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OPCpQiD3VChTgul2tpr0lCUWJAmB1cOu { 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, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15018;top:19.125rem;left:22.5rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#v03NdxpykTJxvoFROsOkuV9mBl8L6Tth { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vpXPk2ENgDJXX7On3tfAPKK7QRV9bMua { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:20.75rem;left:25.5625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#heXOWAMOTE1FEb8R09JmWZvwAkhda2zL { 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:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15057;top:20.125rem;left:24.8125rem;display:block; }
#gWhduqXy7ASVhCChQt9EbbkMF6B0lFGi { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:24.235677719116rem;left:23.812501907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4oFsrANNA6tGTNuF1fAHdt5z6gcIasU { background-color:#bb8d65;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:2.125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:27.5625rem;left:25.3125rem;display:block; }
#v2bk6ImwzNMTMDthtKg0hAvG1c2Ef4OB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UfeTcrHLXtdb1OviZ1l0wuNfG6BvN6TZ { 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, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15017;top:19.125rem;left:1.875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#oVsHiWbkzlVAAsCRGXxak71VQfSk5lES { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXhvSfCILoIRzZo9mWMaluA3ddvpn87g { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:20.75rem;left:4.9375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oT0zrBPDQ4mWs2dCor0vcCwem78MsCvW { 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:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15063;top:20.125rem;left:4.1875rem;display:block; }
#AtoOdloyaOua2iMN1MUTzHXaemzEWH1J { color:#0e193d;display:block;width:9.872375rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:23.208334445953rem;left:3.5299472808838rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GpRJMsNH8xiksqIyaIOC80lO2oEwuFTz { background-color:#bb8d65;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:2.125rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:27.5625rem;left:4.6875rem;display:block; }
#AO5bId1SL5gt759gXr7OZaS36z3nctMc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q7uOPrJzlcwvr0o7GywIQ87gpBUUGSCq { 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, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15014;top:32.75rem;left:43.1875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#geWZwTcEp3MW0NfTMQxo3OV57AOkl5Hu { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:34.6875rem;left:43.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nLXHhXAcQoHdxWVmLami7vvGzTah0tIs { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:34.375rem;left:46.3125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xxo8uhRiegFTmRkH3HeIHXuWi9lSKPXJ { 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:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15069;top:33.75rem;left:45.5rem;display:block; }
#pdzNLVoJa2MUkfbrT9nvoFrIHNDC36Zn { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15059;line-height:1.5;letter-spacing:0;top:38.5625rem;left:44.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B0zSKkmKrUo1tdU8qA6w1ee2PhXqzXkc { background-color:#bb8d65;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:2.125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:41.1875rem;left:46.0625rem;display:block; }
#aCK92UDFpKa06feMsRV8EDz3wRyFAEqb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vh8rIvuenHmbJUGKkl0AXZAvZcxH2M2Q { 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, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15015;top:32.75rem;left:22.75rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#czpaf3p0oMhEsTROG07bn1dudelCPfVf { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:34.6875rem;left:22.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TaxkFSB8QlepyA1Etkzypq5NKUu75lUX { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:34.375rem;left:25.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zm5N0SlDUFMZTs4MJC87RJU3Nem29eR3 { 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:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15075;top:33.75rem;left:25.0625rem;display:block; }
#Xa2MUphraP3buqdWOblNIRxzzxETF0hA { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;top:37.75rem;left:24.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSfTqPVII0IF8JgP1Oi1xSVp1vzc0u6D { background-color:#bb8d65;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:2.125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:41.1875rem;left:25.625rem;display:block; }
#zNJFZT6X7FxMTvc1kKJaEbJbiGM4cUc8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k9oCaQrl9gIP03Tzzu4sWk2dw5b3Uwa0 { 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, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15016;top:32.75rem;left:1.8125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#ORvyyfwS37HuG33E2fmPfUFnhZHdTdwE { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:34.6875rem;left:1.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EE25cvFq7UmJ5c6yL6yEnSwT89xMahQ9 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:34.375rem;left:4.875rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XFsCQZmQU9LPN0bbzCo8FpegLwv284KE { 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:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15081;top:33.75rem;left:4.125rem;display:block; }
#hMgE2SV5D7wEml2yXWBrveRL4aCcofdO { color:#0e193d;display:block;width:9.872375rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15071;line-height:1.5;letter-spacing:0;top:36.874998569489rem;left:3.1888027191162rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fy03mhip7FDD6aUz2DGJXh5sGW7OmcFP { background-color:#bb8d65;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:2.125rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:41.1875rem;left:4.625rem;display:block; }
#TlE9pP7Tz1MW3gap3viTxqc2p5bGgyqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HB51UWU5yUC86VThiG5hVGVG2f6TX2DX { 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:10.0625rem;height:5.1875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:54.875rem;left:12.34375rem;display:block; }
#Moa0rs42GRoW5EdxtbzI4U2VIwT2PyWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn { position:relative;display:none; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn { border-width: 0; border-radius: 0; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/85dba6da-45f2-4cdf-9b4b-59c6c37c9c17/mobsize.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container.adaptive-delivery-prevent-bg, #pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container.lazyload, #pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container.lazyloading { background-image: none; }#M9k9hXrmZWpc4wt48oCPX8kBJVqCWKcz { color:#b20129;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15105;line-height:1.8;letter-spacing:0;top:1.0625rem;left:9.9375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UGURaTaUpmTg3yUPJe2V2B1zEmc3Fklo { 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:15106;text-align:center;text-align-last:center;top:5.96875rem;left:8.6875rem;display:block; }
#fSgQIMsk62Xoyh5W7HPgQ9FdGpLfnTLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QcDrzOLQzAMkfnIO7X18karNdqfUOxwL { 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(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:7.25rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:4.375rem;left:32.1875rem;display:block; }
#zNkocZPCZULxerg1Vzg4QdRK48FZgfhh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#prTAKEaXdhxuXlnoWPp2Z1Zw6mxsWz0V { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.8125rem;top:2.0625rem;left:30.6875rem;overflow:hidden;display:block; }
body { position:relative;display:block; }
#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs { display:block; }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .row .container { width:47.75rem;position:relative;display:block; }#gll3QTy75cRWEp0yTmPOoGSQqhGE0K83 { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#EXaBOsBSTgNA29s74tepSsqbSusAOiOB { display:block; }
#JtME448cRNOeheEExOy2SfxTDiWBeGgT { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#H0RvTLVxLyPCKqvbsEX79UDAdIJ2aS2O { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#sow9QytL3iiMDvlTKgimoWFVS0mt7IV8 { display:block; }
#vxZhM4CrAiUKLhNONbX8ZMQW4tZATfeW { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#vxZhM4CrAiUKLhNONbX8ZMQW4tZATfeW > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#r4sOvZITErJ5zTxnpgUviWlTMVPW5RKe { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#AvAWCPpmd2ldGl1nxAVFWTGv09eBPAWT { display:block; }
#hErev5y1GGPN5UlNXaEMir3DMdhVldMD { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#p1mgLarxO7SwQwGFIq8fCEGTVVSBPHLr { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#RkW2aTGDszzrF1etnytPZMpkfO9OGV5V { top:3.125rem;left:16rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#TGQAvV8mtfdqn7HnOyHJqflmaSmN607W { top:3.3125rem;left:6.9375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#Cy4ncpMi9PDAy2lE7nwpcyoCwUk7WLnV { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#UogIbZEDn90458JrZTDLnKkQd5S1r28u { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#vw81vUqfDTanDxMUsU1KOvcdxyzRacIL { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#VMSdZW4ZkOAE1taV1bK0w2AzrdQPGC5z { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#dO94PBfQmXJlhdB2PZHOqWoM2t6qe66J { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN { display:block; }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row .container { width:47.75rem;position:relative;display:block; }#g0k4iSFpNZtsdV1lklUovSlAR3aveGqL { top:18.5625rem;left:0rem;width:18.9375rem;height:10.625rem;display:block; }
#dtokFasiFQZaX5WwQ2S6PvOv1Q8FaPIw { top:7.1875rem;left:0rem;width:17rem;height:9.5rem;display:block; }
#mFw12GPsKTiWTqQlnBEmgX8kONhIKQEx { display:block; }#mFw12GPsKTiWTqQlnBEmgX8kONhIKQEx > .row .container { width:47.75rem;position:relative;display:block; }#IC7Bve9DGdqwt5ttDoJpvl5ypDUBf08f { top:5.4375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#oUppvQWdf8HViWGTyBcFRVdcDBpqpTi5 { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#EALXPTPHlexkrveoTqEtxqUFxcNSoz57 { top:12rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#oNtNi6Tw8V7P1pLlbmQ4Hwscdp6pRhhC { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#KCruyZoU6IqaSWlHEylB8h5g0E3OP7an { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-input-text {padding-top: 0; padding-bottom: 0;}#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-input-select {padding-top: 0; padding-bottom: 0;}#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh  { width:17.5rem;height:auto;top:2.6875rem;left:0.56640625rem; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh {display:block;}#yKqJ33PPervT4o9abQMZtQMh0P55NHhh { width:17.5rem;height:auto;top:2.6875rem;left:0.56640625rem; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #TWK5vwi3J3tz5E7yF81F9TkXNpIJw8hc {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #nlsAHaeVEmFnHnXBLysIDobFA9sMU8wp {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #ufJbCy3PG3Om8sFADblTQwrBEZA3iqdQ {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #ibdEvB44AEO5MxDgOf7iVwM2vmxTTTuh {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #F62WhnpTHEuxBn43LwmlzDq0QQVfFShn {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #T77bt2y8STnaNEd5TNOaz6BQzmNPoAHX {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #lGrylWmg8zFGZ0FKvysVoFpXdouhZzM4 {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #LsVGOyXNWyGOpbinOg2KJ9o3WcTyFqxx {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #vqHosrsWO8ZAOJZ0tkvlPGQcqTHWhdxT {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #z7vHHz6sqkOkW6LGAIK0wcLNM7t7e30u {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #QvmsepTO0PrZkbzhct2m1labX7Sr38OR {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #IyhvEXH7loMLH5zozD9vJNsk9e5mLn7w {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #VOaQ3bRpPe4J3XHUS09nyNtyBigewuCr {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #EsaSMxTTWccX3m9NGN6UTSemtVbrw3Ca {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #nlwfeofkZbwIJ74oFg0vuaPVBMnhInGL {  }
#oEpstazUhkRx8J7Qrm0cx4FwzcpcX7TQ { display:block; }#oEpstazUhkRx8J7Qrm0cx4FwzcpcX7TQ > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#v23F9PX3LeGLTHAJHF4rRhI376nsntLi { display:none; }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi > .row .container { width:47.75rem;position:relative;display:none; }#xbigAgdyiFhRxo1oZF2WXO5b2G4T5dRL { top:6.875rem;left:4.4365234375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#sfMZeQ10Nz46cOO434m3KexhJDxB7AKv { width:37rem;height:1.9375rem;top:11.75rem;left:10.75rem;font-size:0.875rem;display:none; }
#iMk8yPDwyBJW4i3FRwuVCZQfuyl3VAKo { width:47.75rem;height:1.9375rem;top:14.5rem;left:0rem;font-size:0.875rem;display:none; }
#mPX2493EDNbD4FvBCLRCsmKpKxdytgAF { width:40.125rem;height:1.9375rem;top:17.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#ITh4XAH2pIrziTX4y4stOp3ZgdSgW1V4 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#v3TK7CRrm0fT0ssKRvueennudtX0ygpW { width:3.625rem;height:3.625rem;top:13.625rem;left:44.125rem;font-size:2.5rem;display:none; }
#UUwUrHVrA0TfV5eFbGL4h0sMnBCQCUh5 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#iSZf8d3HKHrXJ8vQcoF01gClTC0VD2Z3 { width:3.625rem;height:3.625rem;top:10.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#R3TRGurP6Szb0WuQ5bd3HRdLOS8LmDq9 { width:47.75rem;height:58.5625rem;display:none; }
#LoVsc8asl9QRrLf7uToQ7tQLEpVyMFK9 { display:block; }#LoVsc8asl9QRrLf7uToQ7tQLEpVyMFK9 > .row .container { width:47.75rem;position:relative;display:block; }#nhhZGyX31iEkRu7nweJmDwW40h3CnPAf { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#bnEgiS2NsIarNnldSUO3OFEWGMsSnzLq { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#l1PigoKRcX044XtoQTJ8CHs3fK3O26IB { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#pGcxspZCUcJzRNPetQc2X9Ue9ElTvVux { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#TC5kiTSIfcBeux30BTE3fivMTpLguCeu { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#PHQbpR82foPO6dN3uHOqBfFTNRZQO1TU { display:block; }
#NFaDl8uKJ86tH08TTnxuzsyKWT6TbowK { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#TsrdG6i8ZnHTaerEiubUPRsfQLXOgQSL { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#HA07gk0IquoC5KzwV1bTNpJaWkpTDqCP { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#QpmNJQWOalAROmQqTJ3IyGBVUZ2ZGrvg { display:block; }
#XgIgnJ0d5sVaavdT4e3opnu4cnbGXFiC { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#QmpPlGqEIlpS8VN7SOu9ubW2Lzw4QXlX { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#OgEdND7iX3X5505ZttVVmgALnwfrKfPo { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#AWO9TBHtdu9tznELCnFlVyfBNH4VTCvI { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#VnH0Ic2l0OlM2zZOi0mTuKx0tE7XXduN { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
#fMrRVMn1TZ6oEmptDDmqGuFhpsRlk0BH { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#kpFFd8TfOuziSbgec60FR9aN5Wg6Dy5a { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#zfx5o0uFXRCZqEWaDVpiVN5pNgxEz3mR { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#IiNluuc9gieE6aznmTAulyH5ymQZ0OcX { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:2.875rem;display:block; }
#ELXWfVhbW9M6xUSkrWx9I6mA7bQF5ewT { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#GtJHz16f4r1c8VDAxTUaBGocBv6Ed8Ev { display:block; }
#c2PIp8J0x3rLsze2ahxRc4hRvyQq7OG5 { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#r9HglSVrP2ATbQDi72iSTbr1n1rCq5IC { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#rPyTSNIJQuKSBHsH8KEXLCNgT6BBnTmt { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#JtxURoQwyoITDhDxoSr6e2PR90HRk7mf { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 { display:block; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container { width:47.75rem;position:relative;display:block; }#rTi1P2WCL2qTvo3zSEsRT4Kmg66X6rgR { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#Mf2eDSvLOnzWSKJLSJO1wqDzIhJGWwgw { display:block; }
#QSANSzqOdy10uF4smo2iHZ2b8cvAfhcZ { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#u4K3BMp5IROk5g2RUg38RT9Ssp9DkDXt { display:block; }
#TDeLR5eNw8UeOoFrI2BsF61VxRBIOTvL { width:31.5625rem;height:15.5625rem;display:none; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz { display:none; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz > img { max-width: 100%;max-height:100%; width:; height:; }#CkesXfoWrzWsAXxh56oHd1kI3fARr3FO { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#guZTTVRax0LgBtiDeWxKfKDUG106FO8z { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#Q0F1RoMEV2S6ba7lJF2kLmAAilqG5bkJ { display:block; }
#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC { display:block; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container { width:47.75rem;position:relative;display:block; }#DiyRb5RUHAuxC0KUnhVoeXFBOivMwGDT { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#KXtA331XWnLQdKgUmdmhrrlI8bn0dECL { display:block; }
#ELZUO8f7qGTQZ0QkEZhCqIpNQTl5VVR1 { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#eW51hUyUKJVRsUg7uv70kDUpelAHio5C { display:block; }
#fmgzkyR76WkAf89qPbsc40LCTLAuBybK { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#kpyppXPARgMNBWh4lFyAMlu5vXeQm6bz { display:block; }
#yEXGpUbyNegi8TtqVvaAKlZUnZ8suClo { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Wf2hSD9WOZLWPKkyARPGyl0hPSglD5mK { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#Em63PeF96W873ZK26qO9MTZEDDePfJN0 { display:block; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#z6a45F6VgJ958TIZSWuKeiW2erIJwJQd { width:9.8125rem;height:8.9375rem;display:none; }
#OhfDpdUAAaqDb8qwiKoZQTpM4z4unTMK { width:47.75rem;height:17.1875rem;display:none; }
#L4Hl6D7lhUevh1Jrmvl6PuiFDeZ355PH { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#nR4iinSD0dwJg8ucXBWVKt1EmpNWn11s { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#ST6AriLrBQM8nHmMlTRksQgJQxQoddGy { display:block; }
#gdvTotSTWURbymiS5owalM3zS3khPesV { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#GfsK7uX91sQKdXgAWTUrTIENWykPX5Il { display:block; }
#EIEGyCuyaR9FJCM1zOXJksOol6MhC6Oe { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#TtN4C2ablBHb81BA6WHAq3dVqF7L5LTk { display:block; }
#a3OFO1ThXCPKMizRXr752dLkQQVDFozx { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#uZxtgsGDza0ATgboDDuzNA88VRy0uiyA { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#Um3oR8oOI1bS6ByHVdZ8uKSTKxXNTKsH { display:none; }
#XQDMmrq5lxysD4tC66POTAKBilBXTbpB { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#bDGVVq0TJ1eJ0Mx0wTw4uww1nUDcX7QA { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#J6wRKlm9n5xu7JI8VGTqJTpPDXyfNtea { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#RD5loRNaf0tqakcheFWvydQBua2V3XC4 { display:none; }
#rNzzMCwgoUEe9bB8bqHZGg1z6xM05u9e { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#KwSU9C6FB1JWpLvyoduOisJflnFwX4tG { display:none; }
#JBVrqS4msyy1ATgBVoNA4qv7mmRal8dK { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#Zwz2JSUBxAtvyQsVluVtyfwUEbJZxy1Q { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#EuodgDShJaPhoFCfVLFok4PkNuA4C409 { display:block; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container { width:47.75rem;position:relative;display:block; }#MLz4BTxpTTgxHgt1TH0BPcTXtSRzTry8 { width:14.0625rem;height:1.375rem;top:16.1875rem;left:14.012939453125rem;font-size:1rem;display:block; }
#JmMlymu1WTGZLa6cABFMmTok4rGMz4eD { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#ncJTsaFF7iTP7Rxeq3k0qDGH7Ai52CM7 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#itJ1X83Rew5Ir5J56kN14QktBZrzmCPw { top:12.625rem;left:0.625rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#sJA8piGKA6BAp5r99l2y8wEwhQHLskT1 { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#lQ8TTLHXLl3yrrm0mUpTOlsmTHvztNBT { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#K1eF0CnkSAThJFNaQvQLcQpy1RWPNTEz { width:10.9375rem;height:1.375rem;top:22.3125rem;left:8.590576171875rem;font-size:0.75rem;display:block; }
#nfyut7pTt7Am8NWvmwgvZ2HAguFXX9lm { top:22.3125rem;left:10.936630249024rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#itIkXHARB9dSmBT5BslGVpryZZOsmhlB { top:21.0625rem;left:7.499267578125rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#n4b8a0TrDQvtGLUSxLd5QcK0iGtR6oNH { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#PtvZ5zLsEconWhUzhN96mnvC1g0ldgoB { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#Ovw7a39Gfuhris3Ts4RrmXWmRO4G0A5t { top:31.5rem;left:14.373046875rem;width:5.3125rem;height:1.75rem;font-size:0.75rem;display:block; }
#RWrSCm100ScHXdWtO86FP8FUFJ3ITeSR { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#niNDaHMEDX3q7tEIqAc49Nh1NptZJVgk { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#nTNfmISVnWgiJXvGzuAa8LFns1ea0G62 { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#MnAAia5p3qsT2nw4a0x9v71AEMSoWOmV { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#Uh9SIEmHCl2Mm7C0OUv1FA9pO9HUdO2B { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#OULNxcidR0Cs6xMwk2RPfUdLzwvnQOoT { top:31.375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#CDodWesXBgXvgFn2JFTWT4lffiU64X6d { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#TMv9HNTpTGH50XnbCzAivOV8e4wHn2Mv { top:20.5625rem;left:1.4346790313721rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#qg4J38NFiE6k4gHB9lgOVa1wc4PauG7r { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#MdTK0mwTp53DU2Ab8vcFNDQrUae0Wg3b { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#l0Rq2NwXzD0pe4aeT8RosAcTliO2PzRc { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#ZOzF8BZgpVAiKWnsMIsgwSo4fmJ6nZvI { display:block; }
#HmcVU7hWaFewkgb8h0GHB1REwUubpn5l { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#evQnFrsavTEIDKmfHnB7unAl2oTNK5oL { top:12.5625rem;left:14.463108062744rem;width:5.625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#BUTAxTUMz1nDkiL4gW95QzelXyd5v3KC { width:6.875rem;height:1.0625rem;top:14.0625rem;left:12.5615234375rem;font-size:0.625rem;display:block; }
#zCz9ZhVxqXwWMpH85mqTwyxv0o454H7h { width:6.875rem;height:1.0625rem;top:14.0625rem;left:0.624267578125rem;font-size:0.625rem;display:block; }
#vuXtAa8RP0wNTmsw9LOP2eGTAdBkB1NB { width:6.875rem;height:1.0625rem;top:23.625rem;left:12.47998046875rem;font-size:0.625rem;display:block; }
#TTqTnaPr4oTD1gcrLb0miFBoBkelOqJw { width:6.875rem;height:1.0625rem;top:23.75rem;left:0.624267578125rem;font-size:0.625rem;display:block; }
#QCAl5GPv9TQDhS1ZgioKa9ILX5fT8Dt6 { width:6.875rem;height:1.0625rem;top:33.0625rem;left:12.54248046875rem;font-size:0.625rem;display:block; }
#NgDz3T3ytgfiv5My0Hl60LQUtfmhkps3 { display:block; }#NgDz3T3ytgfiv5My0Hl60LQUtfmhkps3 > .row .container { width:47.75rem;position:relative;display:block; }#Z20QKTC4wwwNv6NQEBvezAntNUN15a37 { width:17.625rem;height:2.3125rem;top:18.3125rem;left:30.125rem;display:none; }
#DrmScpcyHfJvNKzCns4WW2bx6mnV09nm { display:block; }
#emIflezWzH5vwLHPCqqbWhzzfg7aR9mI { top:4.375rem;left:12.406529407169rem;width:22.875rem;height:15.125rem;display:block; }
#K87LVsCcP5h0llJ1aMcETF9gdXBwBe6w { top:22.125rem;left:2.67626953125rem;width:43.4375rem;height:4.625rem;font-size:1.1875rem;display:block; }
#i0Om3gi8e1nP7cIpnIbCQeo4zJnMsLM8 { width:21.875rem;height:4.375rem;top:88.3125rem;left:10.8427734375rem;display:block; }
#kKXqXgr6KOZ3E8BNqwFdXkh7pKlEb2xa { display:block; }
#rJrmviDut6BhyZ9co9JgKAfLACEIiTbC { top:30.9375rem;left:1.625rem;width:43.4375rem;height:5.0625rem;font-size:1.3125rem;display:block; }
#qnBfp61b6pRO5IETIvP9BGJJ41JqKPgE { top:40.25rem;left:2.67626953125rem;width:43.4375rem;height:6.8125rem;font-size:1.3125rem;display:block; }
#kIRNHlg3fB832xza9hpSSfoaT074zi1V { top:51.9375rem;left:2.67626953125rem;width:43.4375rem;height:6.8125rem;font-size:1.3125rem;display:block; }
#NCsfOveqbdrQSqLUNPUctf9Hrk1tRvDF { top:64.1875rem;left:1.98779296875rem;width:44.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
#dsfoPs0zGPXPfQNBoObw3lVkqvl5P9O2 { top:78.9375rem;left:0rem;width:47.625rem;height:8.1875rem;font-size:1.375rem;display:block; }
#drTyCbDlANSbksLFwlHbnhA59ULcNh3L { top:18.625rem;left:33.1875rem;width:14.5625rem;height:2.75rem;display:block; }
#NgZyvLTsQfbXZkHIK6s2SkGfWeyAkOhP { display:block; }
#TBu6IFl4M7rWn3UrgK6WR9R2MoBp340b { top:27.25rem;left:37.25rem;width:10.4375rem;height:2.9375rem;display:block; }
#ETFeToTwXnv7uK3uX5pR9pUywhLWqtwy { display:block; }
#HAcOKFwr9sCa0rUZudFCBwKGRvRuJKOF { top:36.6875rem;left:34rem;width:11.9375rem;height:3rem;display:block; }
#yTzC7cNo8KqLJZrcdgis4kK7MiiHkiwC { display:block; }
#p9vaU3AhmXONpXKaKI6QhcL6gZWFJBsG { top:47.875rem;left:35.8125rem;width:11.875rem;height:2.9375rem;display:block; }
#nWTOlVbPHfeslwBuaPV0du0TS9hEVsD6 { display:block; }
#pOT4q0sRTq2Gqzdr2F91om4eBJsDlLlc { top:61.25rem;left:35.875rem;width:11.875rem;height:2.9375rem;display:block; }
#ab8saPUqPTDzvP6oKJFgC3CPUbT0yc0e { display:block; }
#RGpUDltLeQv7zfzlRy1knar0PzQI7k23 { top:75.1875rem;left:32.6875rem;width:15.0625rem;height:3.1875rem;display:block; }
#Ul3hQdFzdA9WQ1c7ZTstdaV3sxiQ0ry4 { display:block; }
#xywOuQhFpMeqLIQk4aOdP51hbOhz13ur { top:0.6875rem;left:11.4375rem;width:25.375rem;height:2.75rem;display:block; }
#xdbVZDtwubuocDPoofDI6qZ3kpVnFp1p { display:block; }
#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 { display:block; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container { width:47.75rem;position:relative;display:block; }#eLGbOUPG4GskEE6PATRdX2Hbls0rOTrm { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#gzUVyDKhKTWyHRQmeIezqxtdwRHTWlsB { display:block; }
#Tl3E1eA2M7ycykU9q1dWgA7K6RiRx9gh { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#ywPDlJ2a62JrFirTuhIfThIsTMVT41c6 { display:block; }
#Urgv9OQi9eCMJep5U2dCGHXiPPIdsXot { width:7.0625rem;height:2.5rem;top:27.625rem;left:0rem;display:block; }
#Q5pw1XkbJPvQERDsp3ZBzegNTuKc8Mt4 { display:block; }
#dp7rWp86r5wsfUO8dpS1EwwuXC8TdlPm { width:11.5625rem;height:2.5rem;top:27.625rem;left:36.1875rem;display:block; }
#dUiavtLkqoFxMB0spcwzxoeQ56lGazR1 { display:block; }
#MiadZ5TCpzGoKhBiLV2abkvKz8UfyoRf { top:14.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
#XLdfR6h3TAelEmSi0SvLEzDcIUew8yBu { width:12.5rem;height:9.6875rem;top:19.125rem;left:35.25rem;display:block; }
#RENAnJlL95iwRiDIsaRFcKJ37901K2oO { width:7.5rem;height:3.125rem;top:20.125rem;left:39.3125rem;display:block; }
#VzO0aCTp2U4UXav1D2AiRagdPx3IQvaP { width:9.8125rem;height:1.1875rem;top:24.5rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#CWFrTng3nQNII61drNIRx44w2y98ImG2 { width:7.5rem;height:2.125rem;top:27.5625rem;left:39.875rem;display:block; }
#caoXfkZ0dKvs8QDoTttAibsTMTTkM6Lf { display:block; }
#zfUhgyNcdrZVOLtSWWvKJiNyIhCDZveg { top:20.75rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#gaKO5O9TPEv2TsSObiFu45K3PcbqZv7L { top:21.0625rem;left:37.1875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#OPCpQiD3VChTgul2tpr0lCUWJAmB1cOu { width:12.5rem;height:9.6875rem;top:19.125rem;left:16.375rem;display:block; }
#v03NdxpykTJxvoFROsOkuV9mBl8L6Tth { top:21.0625rem;left:16.5rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#vpXPk2ENgDJXX7On3tfAPKK7QRV9bMua { top:20.75rem;left:19.437501907349rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#heXOWAMOTE1FEb8R09JmWZvwAkhda2zL { width:7.5rem;height:3.125rem;top:20.125rem;left:18.6875rem;display:block; }
#gWhduqXy7ASVhCChQt9EbbkMF6B0lFGi { width:9.8125rem;height:3rem;top:24.1875rem;left:17.687501907349rem;font-size:0.8125rem;display:block; }
#P4oFsrANNA6tGTNuF1fAHdt5z6gcIasU { width:7.5rem;height:2.125rem;top:27.5625rem;left:19.1875rem;display:block; }
#v2bk6ImwzNMTMDthtKg0hAvG1c2Ef4OB { display:block; }
#UfeTcrHLXtdb1OviZ1l0wuNfG6BvN6TZ { width:12.5rem;height:9.6875rem;top:19.125rem;left:0rem;display:block; }
#oVsHiWbkzlVAAsCRGXxak71VQfSk5lES { top:21.0625rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#TXhvSfCILoIRzZo9mWMaluA3ddvpn87g { top:20.75rem;left:0rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#oT0zrBPDQ4mWs2dCor0vcCwem78MsCvW { width:7.5rem;height:3.125rem;top:20.125rem;left:0rem;display:block; }
#AtoOdloyaOua2iMN1MUTzHXaemzEWH1J { width:9.8125rem;height:4.5rem;top:23.1875rem;left:0rem;font-size:0.8125rem;display:block; }
#GpRJMsNH8xiksqIyaIOC80lO2oEwuFTz { width:7.5rem;height:2.125rem;top:27.5625rem;left:0rem;display:block; }
#AO5bId1SL5gt759gXr7OZaS36z3nctMc { display:block; }
#q7uOPrJzlcwvr0o7GywIQ87gpBUUGSCq { width:12.5rem;height:9.6875rem;top:32.75rem;left:35.25rem;display:block; }
#geWZwTcEp3MW0NfTMQxo3OV57AOkl5Hu { top:34.6875rem;left:37.25rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#nLXHhXAcQoHdxWVmLami7vvGzTah0tIs { top:34.375rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#xxo8uhRiegFTmRkH3HeIHXuWi9lSKPXJ { width:7.5rem;height:3.125rem;top:33.75rem;left:39.375rem;display:block; }
#pdzNLVoJa2MUkfbrT9nvoFrIHNDC36Zn { width:9.8125rem;height:1.5rem;top:38.5625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#B0zSKkmKrUo1tdU8qA6w1ee2PhXqzXkc { width:7.5rem;height:2.125rem;top:41.1875rem;left:39.9375rem;display:block; }
#aCK92UDFpKa06feMsRV8EDz3wRyFAEqb { display:block; }
#Vh8rIvuenHmbJUGKkl0AXZAvZcxH2M2Q { width:12.5rem;height:9.6875rem;top:32.75rem;left:16.625rem;display:block; }
#czpaf3p0oMhEsTROG07bn1dudelCPfVf { top:34.6875rem;left:16.8125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#TaxkFSB8QlepyA1Etkzypq5NKUu75lUX { top:34.375rem;left:19.75rem;width:8.25rem;height:2rem;font-size:1.5625rem;display:block; }
#zm5N0SlDUFMZTs4MJC87RJU3Nem29eR3 { width:7.5rem;height:3.125rem;top:33.75rem;left:18.9375rem;display:block; }
#Xa2MUphraP3buqdWOblNIRxzzxETF0hA { width:9.8125rem;height:3rem;top:37.75rem;left:18.0625rem;font-size:0.8125rem;display:block; }
#TSfTqPVII0IF8JgP1Oi1xSVp1vzc0u6D { width:7.5rem;height:2.125rem;top:41.1875rem;left:19.5rem;display:block; }
#zNJFZT6X7FxMTvc1kKJaEbJbiGM4cUc8 { display:block; }
#k9oCaQrl9gIP03Tzzu4sWk2dw5b3Uwa0 { width:12.5rem;height:9.6875rem;top:32.75rem;left:0rem;display:block; }
#ORvyyfwS37HuG33E2fmPfUFnhZHdTdwE { top:34.6875rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#EE25cvFq7UmJ5c6yL6yEnSwT89xMahQ9 { top:34.375rem;left:0rem;width:8.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
#XFsCQZmQU9LPN0bbzCo8FpegLwv284KE { width:7.5rem;height:3.125rem;top:33.75rem;left:0rem;display:block; }
#hMgE2SV5D7wEml2yXWBrveRL4aCcofdO { width:9.8125rem;height:4.5rem;top:36.8125rem;left:0rem;font-size:0.8125rem;display:block; }
#fy03mhip7FDD6aUz2DGJXh5sGW7OmcFP { width:7.5rem;height:2.125rem;top:41.1875rem;left:0rem;display:block; }
#TlE9pP7Tz1MW3gap3viTxqc2p5bGgyqA { display:block; }
#HB51UWU5yUC86VThiG5hVGVG2f6TX2DX { width:10.0625rem;height:5.1875rem;top:54.875rem;left:6.21875rem;display:block; }
#Moa0rs42GRoW5EdxtbzI4U2VIwT2PyWA { display:block; }
#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn { display:block; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container { width:47.75rem;position:relative;display:block; }#M9k9hXrmZWpc4wt48oCPX8kBJVqCWKcz { top:1.0625rem;left:3.8125rem;width:40.1875rem;height:2.25rem;font-size:1.25rem;display:block; }
#UGURaTaUpmTg3yUPJe2V2B1zEmc3Fklo { width:20.1875rem;height:5.375rem;top:5.9375rem;left:2.5625rem;display:block; }
#fSgQIMsk62Xoyh5W7HPgQ9FdGpLfnTLp { display:block; }
#QcDrzOLQzAMkfnIO7X18karNdqfUOxwL { width:8.75rem;height:7.25rem;top:4.375rem;left:26.0625rem;display:block; }
#zNkocZPCZULxerg1Vzg4QdRK48FZgfhh { display:block; }
#prTAKEaXdhxuXlnoWPp2Z1Zw6mxsWz0V { top:2.0625rem;left:24.5625rem;width:11.8125rem;height:11.8125rem;display:block; }
body { position:relative;display:block; }
#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs { position:relative;z-index:auto;background-color:#946d53;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; }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .row .container { background-color: transparent; background-image: none; }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .row .container > .video-iframe-container { display: none; }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .row > .video-iframe-container { display: none; }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .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); }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .row .container { border-width: 0; border-radius: 0; }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nA3fxTqM5EF0XbhVmTt9peEAATlaZgAs > .row .container { width:20rem;height:5.7486979961395rem;position:relative;display:block; }#gll3QTy75cRWEp0yTmPOoGSQqhGE0K83 { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #946d53, #ffffff);background-image: -moz-linear-gradient(106deg, #946d53, #ffffff);background-image: -ms-linear-gradient(106deg, #946d53, #ffffff);background-image: -o-linear-gradient(106deg, #946d53, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );";background-image: linear-gradient(106deg, #946d53, #ffffff);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#ffffff;display:block; }
#EXaBOsBSTgNA29s74tepSsqbSusAOiOB { display:block; }
#JtME448cRNOeheEExOy2SfxTDiWBeGgT { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#H0RvTLVxLyPCKqvbsEX79UDAdIJ2aS2O { top:0.5rem;left:0rem;width:6.375rem;height:2.25rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #946d53, #ffffff);background-image: -moz-linear-gradient(106deg, #946d53, #ffffff);background-image: -ms-linear-gradient(106deg, #946d53, #ffffff);background-image: -o-linear-gradient(106deg, #946d53, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );";background-image: linear-gradient(106deg, #946d53, #ffffff);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;text-align:right;text-align-last:right;color:#ffffff;line-height:2;display:block; }
#sow9QytL3iiMDvlTKgimoWFVS0mt7IV8 { display:block; }
#vxZhM4CrAiUKLhNONbX8ZMQW4tZATfeW { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#vxZhM4CrAiUKLhNONbX8ZMQW4tZATfeW > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#r4sOvZITErJ5zTxnpgUviWlTMVPW5RKe { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:none; }
#AvAWCPpmd2ldGl1nxAVFWTGv09eBPAWT { display:block; }
#hErev5y1GGPN5UlNXaEMir3DMdhVldMD { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;display:block; }
#p1mgLarxO7SwQwGFIq8fCEGTVVSBPHLr { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;display:block; }
#RkW2aTGDszzrF1etnytPZMpkfO9OGV5V { width:6.6235625rem;height:1.13671875rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;display:block; }
#TGQAvV8mtfdqn7HnOyHJqflmaSmN607W { width:3.75rem;height:0.8125rem;top:3.8125rem;left:0rem;font-size:0.625rem;display:block; }
#Cy4ncpMi9PDAy2lE7nwpcyoCwUk7WLnV { width:5.1245125rem;height:0.8125rem;top:3.8125rem;left:5.1875rem;font-size:0.625rem;display:block; }
#UogIbZEDn90458JrZTDLnKkQd5S1r28u { width:2.749025rem;height:0.8125rem;top:3.8125rem;left:3.8125rem;font-size:0.625rem;display:block; }
#vw81vUqfDTanDxMUsU1KOvcdxyzRacIL { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
#VMSdZW4ZkOAE1taV1bK0w2AzrdQPGC5z { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
#dO94PBfQmXJlhdB2PZHOqWoM2t6qe66J { width:20rem;height:2.875rem;top:2.87451171875rem;left:0rem;display:block; }
#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN.adaptive-delivery-prevent-bg, #mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN.lazyload, #mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN.lazyloading { background-image: none; }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row .container { background-color: transparent; background-image: none; }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row .container > .video-iframe-container { display: none; }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row > .video-iframe-container { display: none; }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .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); }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row .container { border-width: 0; border-radius: 0; }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqFfyuTqzfrGnXpIrtsqZIUPld9V0zTN > .row .container { width:20rem;height:12rem;position:relative;display:block; }#g0k4iSFpNZtsdV1lklUovSlAR3aveGqL { width:7.1875rem;height:3.999025rem;top:3.87451171875rem;left:8.47900390625rem;z-index:15021;display:block; }
#dtokFasiFQZaX5WwQ2S6PvOv1Q8FaPIw { width:6.43675rem;height:3.5620125rem;top:0.9375rem;left:2.04345703125rem;z-index:15022;display:block; }
#mFw12GPsKTiWTqQlnBEmgX8kONhIKQEx { display:block; }#mFw12GPsKTiWTqQlnBEmgX8kONhIKQEx > .row .container { width:20rem;height:30.1484375rem;position:relative;display:block; }#IC7Bve9DGdqwt5ttDoJpvl5ypDUBf08f { width:18.4375rem;height:1.4622375rem;top:1.25rem;left:0.75rem;font-size:1.125rem;display:block; }
#oUppvQWdf8HViWGTyBcFRVdcDBpqpTi5 { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;display:block; }
#EALXPTPHlexkrveoTqEtxqUFxcNSoz57 { width:20rem;height:4.984375rem;top:7.1875rem;left:0rem;font-size:0.875rem;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; }
#oNtNi6Tw8V7P1pLlbmQ4Hwscdp6pRhhC { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;display:block; }
#KCruyZoU6IqaSWlHEylB8h5g0E3OP7an { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;display:block; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-input-text {padding-top: 0; padding-bottom: 0;}#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-input-select {padding-top: 0; padding-bottom: 0;}#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#b28c72;background-image:none;line-height:1;overflow:hidden;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;font-size:1.5rem;height:2.75rem;font-family:cairo; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-container:first-of-type{padding-top:0;}#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .widget-container:last-of-type{padding-bottom:0;}#yKqJ33PPervT4o9abQMZtQMh0P55NHhh  { width:17.5rem;height:auto;top:14.461669921875rem;left:0rem; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh {display:block;}#yKqJ33PPervT4o9abQMZtQMh0P55NHhh { width:17.5rem;height:auto;top:14.461669921875rem;left:0rem; }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #TWK5vwi3J3tz5E7yF81F9TkXNpIJw8hc {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #nlsAHaeVEmFnHnXBLysIDobFA9sMU8wp {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #ufJbCy3PG3Om8sFADblTQwrBEZA3iqdQ {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #ibdEvB44AEO5MxDgOf7iVwM2vmxTTTuh {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #F62WhnpTHEuxBn43LwmlzDq0QQVfFShn {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #T77bt2y8STnaNEd5TNOaz6BQzmNPoAHX {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #lGrylWmg8zFGZ0FKvysVoFpXdouhZzM4 {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #LsVGOyXNWyGOpbinOg2KJ9o3WcTyFqxx {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #vqHosrsWO8ZAOJZ0tkvlPGQcqTHWhdxT {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #z7vHHz6sqkOkW6LGAIK0wcLNM7t7e30u {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #QvmsepTO0PrZkbzhct2m1labX7Sr38OR {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #IyhvEXH7loMLH5zozD9vJNsk9e5mLn7w {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #VOaQ3bRpPe4J3XHUS09nyNtyBigewuCr {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #EsaSMxTTWccX3m9NGN6UTSemtVbrw3Ca {  }
#yKqJ33PPervT4o9abQMZtQMh0P55NHhh #nlwfeofkZbwIJ74oFg0vuaPVBMnhInGL {  }
#oEpstazUhkRx8J7Qrm0cx4FwzcpcX7TQ { display:block; }#oEpstazUhkRx8J7Qrm0cx4FwzcpcX7TQ > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#v23F9PX3LeGLTHAJHF4rRhI376nsntLi { display:block; }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi { background-color: transparent; background-image: none; }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi > .row .container > .video-iframe-container { display: none; }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi > .row > .video-iframe-container { display: none; }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi > .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); }#v23F9PX3LeGLTHAJHF4rRhI376nsntLi > .row .container { width:20rem;height:25rem;background-color:#ffffff;background-image:none;position:relative;display:block; }#xbigAgdyiFhRxo1oZF2WXO5b2G4T5dRL { width:15.061875rem;height:2.59895625rem;top:5.6171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#sfMZeQ10Nz46cOO434m3KexhJDxB7AKv { width:18rem;height:2.79948125rem;top:9.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#iMk8yPDwyBJW4i3FRwuVCZQfuyl3VAKo { width:15.8125rem;height:4.19921875rem;top:13.748695373535rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#mPX2493EDNbD4FvBCLRCsmKpKxdytgAF { width:16.0625rem;height:2.79948125rem;top:18.561195373535rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#ITh4XAH2pIrziTX4y4stOp3ZgdSgW1V4 { width:2.43706875rem;height:2.43706875rem;top:9.20051574707rem;left:16.434896469116rem;font-size:1.6875rem;z-index:15009;display:block; }
#v3TK7CRrm0fT0ssKRvueennudtX0ygpW { width:2.43706875rem;height:2.43706875rem;top:13.748695373535rem;left:16.434896469116rem;font-size:1.6875rem;z-index:15010;display:block; }
#UUwUrHVrA0TfV5eFbGL4h0sMnBCQCUh5 { width:2.43706875rem;height:2.43706875rem;top:17.944007873535rem;left:16.434896469116rem;font-size:1.6875rem;z-index:15011;display:block; }
#iSZf8d3HKHrXJ8vQcoF01gClTC0VD2Z3 { width:2.43706875rem;height:2.43706875rem;top:24.2626953125rem;left:16.435546875rem;font-size:1.6875rem;z-index:15012;display:none; }
#R3TRGurP6Szb0WuQ5bd3HRdLOS8LmDq9 { top:3.26171875rem;left:11.127604484558rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#LoVsc8asl9QRrLf7uToQ7tQLEpVyMFK9 { display:none; }#LoVsc8asl9QRrLf7uToQ7tQLEpVyMFK9 { border-width: 0; border-radius: 0; }#LoVsc8asl9QRrLf7uToQ7tQLEpVyMFK9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoVsc8asl9QRrLf7uToQ7tQLEpVyMFK9 > .row .container { width:20rem;height:61.125rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#LoVsc8asl9QRrLf7uToQ7tQLEpVyMFK9 > .row .container.adaptive-delivery-prevent-bg, #LoVsc8asl9QRrLf7uToQ7tQLEpVyMFK9 > .row .container.lazyload, #LoVsc8asl9QRrLf7uToQ7tQLEpVyMFK9 > .row .container.lazyloading { background-image: none; }#nhhZGyX31iEkRu7nweJmDwW40h3CnPAf { width:15.3105625rem;height:3.7109375rem;top:41.9375rem;left:2.34375rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#bnEgiS2NsIarNnldSUO3OFEWGMsSnzLq { width:7.5rem;height:5.2807625rem;top:46.082763671875rem;left:6.25rem;font-size:4.0625rem;display:block; }
#l1PigoKRcX044XtoQTJ8CHs3fK3O26IB { width:16.0625rem;height:1.375rem;top:24.5625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#pGcxspZCUcJzRNPetQc2X9Ue9ElTvVux { width:7.124rem;height:5.2807625rem;top:27.39013671875rem;left:6.436767578125rem;font-size:4.0625rem;display:block; }
#TC5kiTSIfcBeux30BTE3fivMTpLguCeu { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;display:block; }
#PHQbpR82foPO6dN3uHOqBfFTNRZQO1TU { display:block; }
#NFaDl8uKJ86tH08TTnxuzsyKWT6TbowK { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;display:none; }
#TsrdG6i8ZnHTaerEiubUPRsfQLXOgQSL { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;display:block; }
#HA07gk0IquoC5KzwV1bTNpJaWkpTDqCP { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;display:block; }
#QpmNJQWOalAROmQqTJ3IyGBVUZ2ZGrvg { display:block; }
#XgIgnJ0d5sVaavdT4e3opnu4cnbGXFiC { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
#QmpPlGqEIlpS8VN7SOu9ubW2Lzw4QXlX { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;display:block; }
#OgEdND7iX3X5505ZttVVmgALnwfrKfPo { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;display:block; }
#AWO9TBHtdu9tznELCnFlVyfBNH4VTCvI { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;display:block; }
#VnH0Ic2l0OlM2zZOi0mTuKx0tE7XXduN { width:12.37425rem;height:1.9995125rem;top:0.683349609375rem;left:3.81103515625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
#fMrRVMn1TZ6oEmptDDmqGuFhpsRlk0BH { width:2.875rem;height:0;top:57.58203125rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
#kpFFd8TfOuziSbgec60FR9aN5Wg6Dy5a { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;display:none; }
#zfx5o0uFXRCZqEWaDVpiVN5pNgxEz3mR { width:20rem;height:2.749025rem;top:7.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#IiNluuc9gieE6aznmTAulyH5ymQZ0OcX { width:12.4365rem;height:3.736575rem;top:12.435302734375rem;left:3.780517578125rem;font-size:2.875rem;display:block; }
#ELXWfVhbW9M6xUSkrWx9I6mA7bQF5ewT { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;display:block; }
#GtJHz16f4r1c8VDAxTUaBGocBv6Ed8Ev { display:block; }
#c2PIp8J0x3rLsze2ahxRc4hRvyQq7OG5 { width:2.8125rem;height:auto;top:17.5rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
#r9HglSVrP2ATbQDi72iSTbr1n1rCq5IC { width:5.06225625rem;height:1.6870125rem;top:51.363525390625rem;left:2.763671875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#030403;display:block; }
#rPyTSNIJQuKSBHsH8KEXLCNgT6BBnTmt { width:5.06225625rem;height:1.6870125rem;top:15.032958984375rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15194;display:block; }
#JtxURoQwyoITDhDxoSr6e2PR90HRk7mf { width:5.06225625rem;height:1.6870125rem;top:31.99951171875rem;left:2.686767578125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15195;display:block; }
#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 { display:none; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 { border-width: 0; border-radius: 0; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container { width:20rem;height:68.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6cb04ccc-458f-44c1-a00d-79ce5b9e2f0e/mobileapp01.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.adaptive-delivery-prevent-bg, #bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.lazyload, #bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.lazyloading { background-image: none; }#rTi1P2WCL2qTvo3zSEsRT4Kmg66X6rgR { width:9.375rem;height:4.249825rem;top:51.999286651611rem;left:9.4930749535563rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Mf2eDSvLOnzWSKJLSJO1wqDzIhJGWwgw { display:block; }
#QSANSzqOdy10uF4smo2iHZ2b8cvAfhcZ { width:4.2489375rem;height:2.6864375rem;top:48.624821662903rem;left:12.055220186711rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#u4K3BMp5IROk5g2RUg38RT9Ssp9DkDXt { display:block; }
#TDeLR5eNw8UeOoFrI2BsF61VxRBIOTvL { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;display:block; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#CkesXfoWrzWsAXxh56oHd1kI3fARr3FO { top:60.75rem;left:10.5rem;width:8.5618125rem;height:1.38139375rem;z-index:15181;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:cairo;display:block; }
#guZTTVRax0LgBtiDeWxKfKDUG106FO8z { width:9.375rem;height:4.249825rem;top:59.3125rem;left:9.8125rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Q0F1RoMEV2S6ba7lJF2kLmAAilqG5bkJ { display:block; }
#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC { display:none; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC { border-width: 0; border-radius: 0; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container { width:20rem;height:69.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d67da7af-6775-456d-9d22-9a6be7f0b2ef/Artboard12300x100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.adaptive-delivery-prevent-bg, #p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.lazyload, #p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.lazyloading { background-image: none; }#DiyRb5RUHAuxC0KUnhVoeXFBOivMwGDT { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#KXtA331XWnLQdKgUmdmhrrlI8bn0dECL { display:block; }
#ELZUO8f7qGTQZ0QkEZhCqIpNQTl5VVR1 { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#eW51hUyUKJVRsUg7uv70kDUpelAHio5C { display:block; }
#fmgzkyR76WkAf89qPbsc40LCTLAuBybK { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#kpyppXPARgMNBWh4lFyAMlu5vXeQm6bz { display:block; }
#yEXGpUbyNegi8TtqVvaAKlZUnZ8suClo { top:11.489583969116rem;left:3.7500002980233rem;width:11.75rem;height:1.13769375rem;z-index:15180;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#Wf2hSD9WOZLWPKkyARPGyl0hPSglD5mK { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#Em63PeF96W873ZK26qO9MTZEDDePfJN0 { display:block; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#z6a45F6VgJ958TIZSWuKeiW2erIJwJQd { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;display:block; }
#OhfDpdUAAaqDb8qwiKoZQTpM4z4unTMK { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;display:block; }
#L4Hl6D7lhUevh1Jrmvl6PuiFDeZ355PH { top:38.971357822418rem;left:0rem;width:20rem;height:3.896475rem;z-index:15186;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#nR4iinSD0dwJg8ucXBWVKt1EmpNWn11s { top:46.040583610534rem;left:10.203558981419rem;width:9.5rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:block; }
#ST6AriLrBQM8nHmMlTRksQgJQxQoddGy { display:block; }
#gdvTotSTWURbymiS5owalM3zS3khPesV { top:46.040583610534rem;left:0.375rem;width:9.4998125rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#GfsK7uX91sQKdXgAWTUrTIENWykPX5Il { display:block; }
#EIEGyCuyaR9FJCM1zOXJksOol6MhC6Oe { top:48.791234016419rem;left:0.32769113779068rem;width:19.4375rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;color:#000000;display:block; }
#TtN4C2ablBHb81BA6WHAq3dVqF7L5LTk { display:block; }
#a3OFO1ThXCPKMizRXr752dLkQQVDFozx { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#uZxtgsGDza0ATgboDDuzNA88VRy0uiyA { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#Um3oR8oOI1bS6ByHVdZ8uKSTKxXNTKsH { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#XQDMmrq5lxysD4tC66POTAKBilBXTbpB { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#bDGVVq0TJ1eJ0Mx0wTw4uww1nUDcX7QA { top:55.5625rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15187;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#J6wRKlm9n5xu7JI8VGTqJTpPDXyfNtea { top:60.1875rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15189;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#RD5loRNaf0tqakcheFWvydQBua2V3XC4 { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#rNzzMCwgoUEe9bB8bqHZGg1z6xM05u9e { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2753875rem;z-index:15191;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#KwSU9C6FB1JWpLvyoduOisJflnFwX4tG { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#JBVrqS4msyy1ATgBVoNA4qv7mmRal8dK { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#Zwz2JSUBxAtvyQsVluVtyfwUEbJZxy1Q { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#EuodgDShJaPhoFCfVLFok4PkNuA4C409 { display:none; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container { width:20rem;height:61.125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ddf072ca-c36d-4123-a1f2-7a29c54661b6/mobileapp02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.adaptive-delivery-prevent-bg, #EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.lazyload, #EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.lazyloading { background-image: none; }#MLz4BTxpTTgxHgt1TH0BPcTXtSRzTry8 { width:14.125rem;height:1.499025rem;top:30.375rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
#JmMlymu1WTGZLa6cABFMmTok4rGMz4eD { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#ncJTsaFF7iTP7Rxeq3k0qDGH7Ai52CM7 { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#itJ1X83Rew5Ir5J56kN14QktBZrzmCPw { width:8.2483125rem;height:0.9747875rem;top:27.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#sJA8piGKA6BAp5r99l2y8wEwhQHLskT1 { width:6.1239375rem;height:1.125rem;top:37.548825263977rem;left:12.305929720402rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#lQ8TTLHXLl3yrrm0mUpTOlsmTHvztNBT { width:3.99858125rem;height:0.9747875rem;top:37.497337341309rem;left:11.134942591191rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#K1eF0CnkSAThJFNaQvQLcQpy1RWPNTEz { width:7.872875rem;height:1.125rem;top:39.139024734497rem;left:11.819778978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#nfyut7pTt7Am8NWvmwgvZ2HAguFXX9lm { width:4.4992875rem;height:0.9747875rem;top:39.026992797851rem;left:11.073153078556rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#itIkXHARB9dSmBT5BslGVpryZZOsmhlB { width:3.18714375rem;height:0.9747875rem;top:49.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#n4b8a0TrDQvtGLUSxLd5QcK0iGtR6oNH { width:4.8125rem;height:0.9747875rem;top:37.572021484375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#PtvZ5zLsEconWhUzhN96mnvC1g0ldgoB { width:3.4375rem;height:1.125rem;top:39.110261917114rem;left:5.5601916909218rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#Ovw7a39Gfuhris3Ts4RrmXWmRO4G0A5t { width:5.3125rem;height:0.9747875rem;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#RWrSCm100ScHXdWtO86FP8FUFJ3ITeSR { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#niNDaHMEDX3q7tEIqAc49Nh1NptZJVgk { width:5.81176875rem;height:0.9747875rem;top:37.451171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#nTNfmISVnWgiJXvGzuAa8LFns1ea0G62 { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
#MnAAia5p3qsT2nw4a0x9v71AEMSoWOmV { width:5.7492875rem;height:0.9747875rem;top:49.18607711792rem;left:10.696199953556rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#Uh9SIEmHCl2Mm7C0OUv1FA9pO9HUdO2B { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#OULNxcidR0Cs6xMwk2RPfUdLzwvnQOoT { width:5.1242875rem;height:0.9747875rem;top:49.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#CDodWesXBgXvgFn2JFTWT4lffiU64X6d { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#TMv9HNTpTGH50XnbCzAivOV8e4wHn2Mv { width:3.2495125rem;height:0.9747875rem;top:39rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#qg4J38NFiE6k4gHB9lgOVa1wc4PauG7r { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#MdTK0mwTp53DU2Ab8vcFNDQrUae0Wg3b { width:6.1239375rem;height:0.84350625rem;top:36.636362075806rem;left:11.315695345402rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;display:block; }
#l0Rq2NwXzD0pe4aeT8RosAcTliO2PzRc { width:12.75rem;height:2.6875rem;top:52.413883209229rem;left:3.4996448159218rem;z-index:15179;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#ZOzF8BZgpVAiKWnsMIsgwSo4fmJ6nZvI { display:block; }
#HmcVU7hWaFewkgb8h0GHB1REwUubpn5l { width:3.8125rem;height:0.9747875rem;top:27.687321662903rem;left:11.555574953556rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;display:block; }
#evQnFrsavTEIDKmfHnB7unAl2oTNK5oL { width:5.6875rem;height:0.9746125rem;top:27.6875rem;left:13rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#BUTAxTUMz1nDkiL4gW95QzelXyd5v3KC { width:6.875rem;height:1rem;top:29.03466796875rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#zCz9ZhVxqXwWMpH85mqTwyxv0o454H7h { width:6.875rem;height:1rem;top:29.140625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#vuXtAa8RP0wNTmsw9LOP2eGTAdBkB1NB { width:6.875rem;height:1rem;top:40.199951171875rem;left:11.071533203125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#TTqTnaPr4oTD1gcrLb0miFBoBkelOqJw { width:6.875rem;height:1rem;top:40.199951171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#QCAl5GPv9TQDhS1ZgioKa9ILX5fT8Dt6 { width:6.875rem;height:1rem;top:50.53662109375rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#NgDz3T3ytgfiv5My0Hl60LQUtfmhkps3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e165018-008c-4331-954f-31f30b818abc/instagramcopy45.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NgDz3T3ytgfiv5My0Hl60LQUtfmhkps3.adaptive-delivery-prevent-bg, #NgDz3T3ytgfiv5My0Hl60LQUtfmhkps3.lazyload, #NgDz3T3ytgfiv5My0Hl60LQUtfmhkps3.lazyloading { background-image: none; }#NgDz3T3ytgfiv5My0Hl60LQUtfmhkps3 > .row .container { border-width: 0; border-radius: 0; }#NgDz3T3ytgfiv5My0Hl60LQUtfmhkps3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NgDz3T3ytgfiv5My0Hl60LQUtfmhkps3 > .row .container { width:20rem;height:171.5625rem;position:relative;display:none; }#Z20QKTC4wwwNv6NQEBvezAntNUN15a37 { width:6.624625rem;height:1.749825rem;top:8.6875rem;left:7.15625rem;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;font-size:1rem;line-height:1.1;color:#ae7b1c;z-index:15017;display:none; }
#DrmScpcyHfJvNKzCns4WW2bx6mnV09nm { display:block; }
#emIflezWzH5vwLHPCqqbWhzzfg7aR9mI { width:19.8111875rem;height:13.2486875rem;top:15.165366172791rem;left:0rem;display:block; }
#K87LVsCcP5h0llJ1aMcETF9gdXBwBe6w { width:20rem;height:14.287125rem;top:37.1845703125rem;left:0rem;font-size:1.375rem;display:block; }
#i0Om3gi8e1nP7cIpnIbCQeo4zJnMsLM8 { width:15.4361875rem;height:4.375rem;top:162.19402122497rem;left:1.6445313096046rem;background-color:#bb8d65;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;font-size:1rem;line-height:1.1;color:#ffffff;display:block; }
#kKXqXgr6KOZ3E8BNqwFdXkh7pKlEb2xa { display:block; }
#rJrmviDut6BhyZ9co9JgKAfLACEIiTbC { width:20rem;height:14.287125rem;top:56.6240234375rem;left:0rem;font-size:1.375rem;display:block; }
#qnBfp61b6pRO5IETIvP9BGJJ41JqKPgE { width:20rem;height:17.858875rem;top:74.845703125rem;left:0rem;font-size:1.375rem;display:block; }
#kIRNHlg3fB832xza9hpSSfoaT074zi1V { width:20rem;height:17.858875rem;top:97.041671752931rem;left:0rem;font-size:1.375rem;display:block; }
#NCsfOveqbdrQSqLUNPUctf9Hrk1tRvDF { width:20rem;height:23.2165625rem;top:118.679697752rem;left:0rem;font-size:1.375rem;display:block; }
#dsfoPs0zGPXPfQNBoObw3lVkqvl5P9O2 { width:20rem;height:16.4916875rem;top:145.7578125rem;left:0rem;font-size:1.375rem;display:block; }
#drTyCbDlANSbksLFwlHbnhA59ULcNh3L { top:32.835927963257rem;left:4.5000002980232rem;width:11rem;height:2.75rem;display:block; }
#NgZyvLTsQfbXZkHIK6s2SkGfWeyAkOhP { display:block; }
#TBu6IFl4M7rWn3UrgK6WR9R2MoBp340b { top:53.021484375rem;left:4.78125rem;width:10.4375rem;height:2.9375rem;display:block; }
#ETFeToTwXnv7uK3uX5pR9pUywhLWqtwy { display:block; }
#HAcOKFwr9sCa0rUZudFCBwKGRvRuJKOF { top:71.0234375rem;left:4.0312502980232rem;width:11.9375rem;height:3rem;display:block; }
#yTzC7cNo8KqLJZrcdgis4kK7MiiHkiwC { display:block; }
#p9vaU3AhmXONpXKaKI6QhcL6gZWFJBsG { top:93.657558441162rem;left:3.9674480557442rem;width:11.875rem;height:2.9375rem;display:block; }
#nWTOlVbPHfeslwBuaPV0du0TS9hEVsD6 { display:block; }
#pOT4q0sRTq2Gqzdr2F91om4eBJsDlLlc { top:114.82420158386rem;left:4.0625002980232rem;width:11.875rem;height:2.9375rem;display:block; }
#ab8saPUqPTDzvP6oKJFgC3CPUbT0yc0e { display:block; }
#RGpUDltLeQv7zfzlRy1knar0PzQI7k23 { top:142.037109375rem;left:3.4375rem;width:13.125rem;height:3.125rem;display:block; }
#Ul3hQdFzdA9WQ1c7ZTstdaV3sxiQ0ry4 { display:block; }
#xywOuQhFpMeqLIQk4aOdP51hbOhz13ur { top:167.818359375rem;left:0.5rem;width:19rem;height:2.75rem;display:block; }
#xdbVZDtwubuocDPoofDI6qZ3kpVnFp1p { display:block; }
#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83.adaptive-delivery-prevent-bg, #ByMJz1BavGPEOEFEuLt7AbQriC3e4W83.lazyload, #ByMJz1BavGPEOEFEuLt7AbQriC3e4W83.lazyloading { background-image: none; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container { width:20rem;height:78rem;position:relative;display:none; }#eLGbOUPG4GskEE6PATRdX2Hbls0rOTrm { width:5.0625rem;height:2.5rem;top:41.685546875rem;left:7.46875rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;display:block; }
#gzUVyDKhKTWyHRQmeIezqxtdwRHTWlsB { display:block; }
#Tl3E1eA2M7ycykU9q1dWgA7K6RiRx9gh { width:4.9375rem;height:2.5rem;top:27.0615234375rem;left:1.84375rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;display:block; }
#ywPDlJ2a62JrFirTuhIfThIsTMVT41c6 { display:block; }
#Urgv9OQi9eCMJep5U2dCGHXiPPIdsXot { width:7.0625rem;height:2.5rem;top:27.625rem;left:6.4375rem;display:none; }
#Q5pw1XkbJPvQERDsp3ZBzegNTuKc8Mt4 { display:block; }
#dp7rWp86r5wsfUO8dpS1EwwuXC8TdlPm { width:11.5625rem;height:2.5rem;top:79.560546875rem;left:2.3125rem;display:none; }
#dUiavtLkqoFxMB0spcwzxoeQ56lGazR1 { display:block; }
#MiadZ5TCpzGoKhBiLV2abkvKz8UfyoRf { width:20rem;height:3.5996125rem;top:1.998046875rem;left:0rem;font-size:1rem;color:#fef7da;display:block; }
#XLdfR6h3TAelEmSi0SvLEzDcIUew8yBu { width:12.5rem;height:9.6875rem;top:30.875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #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:block; }
#RENAnJlL95iwRiDIsaRFcKJ37901K2oO { width:7.5rem;height:3.125rem;top:31.875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#VzO0aCTp2U4UXav1D2AiRagdPx3IQvaP { width:9.8125rem;height:1.21875rem;top:36.6875rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#CWFrTng3nQNII61drNIRx44w2y98ImG2 { width:7.5rem;height:2.125rem;top:39.3125rem;left:6.625rem;font-size:1.25rem;display:block; }
#caoXfkZ0dKvs8QDoTttAibsTMTTkM6Lf { display:block; }
#zfUhgyNcdrZVOLtSWWvKJiNyIhCDZveg { width:8.25rem;height:1.4622375rem;top:32.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#gaKO5O9TPEv2TsSObiFu45K3PcbqZv7L { width:8.25rem;height:1.21875rem;top:32.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#OPCpQiD3VChTgul2tpr0lCUWJAmB1cOu { width:12.5rem;height:9.6875rem;top:19.0625rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #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:block; }
#v03NdxpykTJxvoFROsOkuV9mBl8L6Tth { width:8.25rem;height:1.21875rem;top:21rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#vpXPk2ENgDJXX7On3tfAPKK7QRV9bMua { width:8.25rem;height:1.4622375rem;top:20.6875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#heXOWAMOTE1FEb8R09JmWZvwAkhda2zL { width:7.5rem;height:3.125rem;top:20.0625rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#gWhduqXy7ASVhCChQt9EbbkMF6B0lFGi { width:9.8125rem;height:2.4375rem;top:24.6865234375rem;left:5.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#P4oFsrANNA6tGTNuF1fAHdt5z6gcIasU { width:7.5rem;height:2.125rem;top:27.5rem;left:6.5625rem;font-size:1.25rem;display:block; }
#v2bk6ImwzNMTMDthtKg0hAvG1c2Ef4OB { display:block; }
#UfeTcrHLXtdb1OviZ1l0wuNfG6BvN6TZ { width:12.5rem;height:9.6875rem;top:7.25rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #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:block; }
#oVsHiWbkzlVAAsCRGXxak71VQfSk5lES { width:8.25rem;height:1.21875rem;top:9.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#TXhvSfCILoIRzZo9mWMaluA3ddvpn87g { width:8.25rem;height:1.4622375rem;top:8.875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#oT0zrBPDQ4mWs2dCor0vcCwem78MsCvW { width:7.5rem;height:3.125rem;top:8.25rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#AtoOdloyaOua2iMN1MUTzHXaemzEWH1J { width:9.8125rem;height:2.4375rem;top:12.4375rem;left:5.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#GpRJMsNH8xiksqIyaIOC80lO2oEwuFTz { width:7.5rem;height:2.125rem;top:15.6875rem;left:6.5625rem;font-size:1.25rem;display:block; }
#AO5bId1SL5gt759gXr7OZaS36z3nctMc { display:block; }
#q7uOPrJzlcwvr0o7GywIQ87gpBUUGSCq { width:12.5rem;height:9.6875rem;top:66.3125rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #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:block; }
#geWZwTcEp3MW0NfTMQxo3OV57AOkl5Hu { width:8.25rem;height:1.21875rem;top:68.25rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#nLXHhXAcQoHdxWVmLami7vvGzTah0tIs { width:8.25rem;height:1.4622375rem;top:67.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#xxo8uhRiegFTmRkH3HeIHXuWi9lSKPXJ { width:7.5rem;height:3.125rem;top:67.3125rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#pdzNLVoJa2MUkfbrT9nvoFrIHNDC36Zn { width:9.8125rem;height:1.21875rem;top:72.125rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#B0zSKkmKrUo1tdU8qA6w1ee2PhXqzXkc { width:7.5rem;height:2.125rem;top:74.75rem;left:6.625rem;font-size:1.25rem;display:block; }
#aCK92UDFpKa06feMsRV8EDz3wRyFAEqb { display:block; }
#Vh8rIvuenHmbJUGKkl0AXZAvZcxH2M2Q { width:12.5rem;height:9.6875rem;top:54.5rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #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:block; }
#czpaf3p0oMhEsTROG07bn1dudelCPfVf { width:8.25rem;height:1.21875rem;top:56.4375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#TaxkFSB8QlepyA1Etkzypq5NKUu75lUX { width:8.25rem;height:1.4622375rem;top:56.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#zm5N0SlDUFMZTs4MJC87RJU3Nem29eR3 { width:7.5rem;height:3.125rem;top:55.5rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Xa2MUphraP3buqdWOblNIRxzzxETF0hA { width:9.8125rem;height:2.4375rem;top:59.5rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#TSfTqPVII0IF8JgP1Oi1xSVp1vzc0u6D { width:7.5rem;height:2.125rem;top:62.9375rem;left:6.625rem;font-size:1.25rem;display:block; }
#zNJFZT6X7FxMTvc1kKJaEbJbiGM4cUc8 { display:block; }
#k9oCaQrl9gIP03Tzzu4sWk2dw5b3Uwa0 { width:12.5rem;height:9.6875rem;top:42.6875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #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:block; }
#ORvyyfwS37HuG33E2fmPfUFnhZHdTdwE { width:8.25rem;height:1.21875rem;top:44.625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#EE25cvFq7UmJ5c6yL6yEnSwT89xMahQ9 { width:8.25rem;height:1.4622375rem;top:44.3125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#XFsCQZmQU9LPN0bbzCo8FpegLwv284KE { width:7.5rem;height:3.125rem;top:43.6875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#hMgE2SV5D7wEml2yXWBrveRL4aCcofdO { width:9.8125rem;height:2.4375rem;top:48rem;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; }
#fy03mhip7FDD6aUz2DGJXh5sGW7OmcFP { width:7.5rem;height:2.125rem;top:51.125rem;left:6.5625rem;font-size:1.25rem;display:block; }
#TlE9pP7Tz1MW3gap3viTxqc2p5bGgyqA { display:block; }
#HB51UWU5yUC86VThiG5hVGVG2f6TX2DX { width:10.0625rem;height:5.1875rem;top:121.53515625rem;left:4.96875rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:none; }
#Moa0rs42GRoW5EdxtbzI4U2VIwT2PyWA { display:block; }
#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn { background-color:rgba(255,255,255,0.98);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:none; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn.adaptive-delivery-prevent-bg, #pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn.lazyload, #pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn.lazyloading { background-image: none; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container { width:20rem;height:23.0625rem;position:relative;display:none; }#M9k9hXrmZWpc4wt48oCPX8kBJVqCWKcz { width:20rem;height:4.5rem;top:1.625rem;left:0rem;font-size:1.25rem;color:#fef7da;display:block; }
#UGURaTaUpmTg3yUPJe2V2B1zEmc3Fklo { width:19rem;height:5.375rem;top:16.625rem;left:0.5rem;display:block; }
#fSgQIMsk62Xoyh5W7HPgQ9FdGpLfnTLp { display:block; }
#QcDrzOLQzAMkfnIO7X18karNdqfUOxwL { width:8.75rem;height:7.25rem;top:8rem;left:5.625rem;display:block; }
#zNkocZPCZULxerg1Vzg4QdRK48FZgfhh { display:block; }
#prTAKEaXdhxuXlnoWPp2Z1Zw6mxsWz0V { width:11.8125rem;height:11.8125rem;top:6.125rem;left:4.09375rem;display:block; }
