.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI { z-index:;position:relative;display:block; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI { background-color: transparent; background-image: none; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container > .video-iframe-container { display: none; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row > .video-iframe-container { display: none; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .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); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI { border-width: 0; border-radius: 0; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .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; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container { background-color:#2649a9;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:cairo;height:6.75rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container.adaptive-delivery-prevent-bg, #xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container.lazyload, #xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container.lazyloading { background-image: none; }#EVchsvxi4RbrnttMHEBQ1vao4hPIzuVx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:17.5625rem;top:1.1875rem;left:21.465625762939rem;overflow:hidden;display:block; }
#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ { position:relative;display:block; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ { background-color: transparent; background-image: none; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container > .video-iframe-container { display: none; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row > .video-iframe-container { display: none; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .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); }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ { border-width: 0; border-radius: 0; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .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; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a34c2b;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:19.4375rem;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; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container.adaptive-delivery-prevent-bg, #ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container.lazyload, #ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container.lazyloading { background-image: none; }#Z5tKFs2ZsWe4UK2aOfppQHO5kyuifgru { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#kblBOuxVrBfk6BkH1iLNz2MIRA3tQSk2 { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#KZ1xA0urxgT2f2RdOeit99pngtdW9Dtb { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.4375rem rgba(0,0,0,0.5);top:1.46875rem;left:15.687503814698rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n83WdTdlT1DaghVkJWSZGAVE9wcTL4Av { background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:4.75rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:6.875rem;left:30rem;display:block; }
#mkydNStur83lDFMh01BXUIA4X21mvv7e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zhv5p3eTczXFB3rkP1toeUeeogXRye6h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124025rem;width:3.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15171;opacity:1;top:7.6875rem;left:31.875rem; }
#Zhv5p3eTczXFB3rkP1toeUeeogXRye6h > img { max-width: 100%;max-height:100%; width:3.124025rem; height:3.124025rem; }#ChiGXKbI64R7fkwmqA704cpCIy5LUiwo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12305rem;width:3.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.125rem;left:18.5634765625rem; }
#vqTAOfRJTqRMnTk81ud12uA5hCh8NWzF { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1859375rem;width:6.5625rem;top:9.375rem;left:3.5625rem;overflow:hidden;display:block; }
#gysSZhZntnZZdalEuqOZbQ9GLcgX4Pxn { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5609375rem;width:6.5625rem;top:9.6875rem;left:11.0625rem;overflow:hidden;display:block; }
#N5b7wzzp1bwQNp4KgOwKeStntzLrdwUq { color:#000000;display:block;width:19.9991875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;height:2.03125rem;top:7.3125rem;left:0.75rem;text-align:center;text-align-last:center;display:block; }
#XteKqHFD4e3Tdqou78kEuPpDTgRsAe4h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.1875rem;left:9.125rem; }
#iOSaJKqdicLLVqaTGec9Bli48W7zGItM { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:13.25rem;left:34.3125rem;display:block; }
#fEBl7S3CSe2vSMUWNyQTOftpi1qS9pSr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTWbcoGEb16h43qptocmLNrBMNlxgS82 { 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:15010;opacity:1;top:13.875rem;left:34.9375rem; }
#p4zhEdg7nMncahaa2yK4K0Zm0eFsda5T { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.625rem;top:14.1572265625rem;left:2.125rem;overflow:hidden;display:block; }
#pTc7TNkLv14ahOT4qa8I5Th5U4wfx71c { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.375rem;top:13.907117843628rem;left:8.5rem;overflow:hidden;display:block; }
#xOKJwXI6fuGhiq7AR4GRpAMlrlPeI7hk { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:6.0625rem;top:2.787109375rem;left:2.40625rem;display:block; }
#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex { position:relative;display:block; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex { background-color: transparent; background-image: none; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container > .video-iframe-container { display: none; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row > .video-iframe-container { display: none; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .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); }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex { border-width: 0; border-radius: 0; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .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; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,190,190,0.98);background-image:url("https://images.assets-landingi.com/uc/ff7d2200-0299-4b0b-8149-00cae5b7953c/Untitled201.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:7.6875rem;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; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container.adaptive-delivery-prevent-bg, #ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container.lazyload, #ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container.lazyloading { background-image: none; }#t9TIWKbxDFbtwlAfBuWHSsp5QWQGNILi { color:#945f8b;display:block;width:21.125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0.97006797790525rem;left:19.4375rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yJWOhCMNrPIe2weTst2BMypwesur70SN { 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.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3.08203125rem;left:19.75rem;display:block; }
#nwgpHM7mgEICvqaN0LLGQ6K5gLCo00ad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J { position:relative;display:block; }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J { background-color: transparent; background-image: none; }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row .container > .video-iframe-container { display: none; }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row > .video-iframe-container { display: none; }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .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); }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J { border-width: 0; border-radius: 0; }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .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; }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,190,190,0.98);background-image:url("https://images.assets-landingi.com/uc/ff7d2200-0299-4b0b-8149-00cae5b7953c/Untitled201.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:38.375rem;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; }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row .container.adaptive-delivery-prevent-bg, #zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row .container.lazyload, #zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row .container.lazyloading { background-image: none; }#u0Qv7D6vRILuJzruZZCzW3TTLyEgs8fQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:9.5625rem;top:1.4953126907349rem;left:46.320705413818rem;overflow:hidden;display:block; }
#upSuESD5mkqaQnMAZQdTnXOCTr5gfA5I { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:9.437125rem;top:1.5574221611023rem;left:29.753910064698rem;overflow:hidden;display:block; }
#TZ4NogDmdVSN5ioeovBXdwM14vnKL8Te { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:20.010937690735rem;left:41.460941314698rem;height:11.6161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XsOgNpmrEWlImffFhtNSHy9xFd5axmHo { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.937125rem;width:9.49925rem;top:1.6324219703674rem;left:10.55859375rem;overflow:hidden;display:block; }
#h2rybFUA0eCqUMiKeeO830JqQDXVmIBP { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.072266578674rem;left:25.470706939698rem;height:11.6161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aoe2p5oLgWTUF07EoQ7nRuwyUdCceTEn { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:19.072266578674rem;left:6.3070297241213rem;height:11.6161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SN8HuBgdKhROxnXRio2foe45eHNJyXEu { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.633595466614rem;left:14.560546875rem;display:block; }
#iDATgicn1rXMCRKIDVGzM08FzymB3bo0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zLX5aB4d9ZLDu9wxGDTZciTT3vnaOiHN { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.633595466614rem;left:14.560546875rem;display:none; }
#IfwZy0bvzF6h2b9yp2CFuzZWeWdxozsH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AFJZodpHeTqzUHLwhByVrc41VeQaooe3 { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.633595466614rem;left:14.560546875rem;display:none; }
#z7yL5lTqxTIlJzkilnbpBmbNSKH28urF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OV4RuWbFiddGJ4UEka8WgH2BOZ3RcDuU { position:absolute;display:block;z-index:15037;height:3.4371125rem;width:6.12421875rem;top:27.1875rem;left:2.6999969482422rem;display:block; }
#Ni7wh49FSdEvE2T5bVagCFbqeOuu8dnf { position:absolute;display:block;z-index:15036;height:3.4371125rem;width:6.1875rem;top:33.8125rem;left:43.512496948243rem;display:block; }
#Jan765qkPKN57lBoAhBdJh77GTtJaurD { position:relative;display:block; }#Jan765qkPKN57lBoAhBdJh77GTtJaurD { background-color: transparent; background-image: none; }#Jan765qkPKN57lBoAhBdJh77GTtJaurD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row .container > .video-iframe-container { display: none; }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row > .video-iframe-container { display: none; }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .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); }#Jan765qkPKN57lBoAhBdJh77GTtJaurD { border-width: 0; border-radius: 0; }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .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; }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,190,190,0.98);background-image:url("https://images.assets-landingi.com/uc/ff7d2200-0299-4b0b-8149-00cae5b7953c/Untitled201.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.9375rem;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; }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row .container.adaptive-delivery-prevent-bg, #Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row .container.lazyload, #Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row .container.lazyloading { background-image: none; }#DPhVE7uGbFNOdNuDJOkHy5Bg9woZg5wg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:9.4375rem;top:2.0634765625rem;left:9.072265625rem;overflow:hidden;display:block; }
#ycVbvez6RT01vM4KpWSv5FCekpd5m0VD { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.99925rem;width:9.5625rem;top:2.0636711120606rem;left:28.751956939698rem;overflow:hidden;display:block; }
#lHmDznyoRDTBNAmiXcHmTXJLIRHm3kcE { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:9.437125rem;top:2.1304683685302rem;left:45.495700836182rem;overflow:hidden;display:block; }
#uKhgLn45d7psHNAHQKPeNwg0PTNDOQEZ { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.093751907349rem;left:41.211330413818rem;height:6.254875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NucKMyVlfG42BqJEyUrErQnMQD57gpM2 { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:21.093750476837rem;left:22.210548400879rem;height:6.254875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#btTqZBRBwDZHl02JfeUA4zE02TCDVxyk { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:21.093750476837rem;left:3.5847663879394rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gfkGcg1t5176htrcIkVyHDepavihNAHu { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.187501907349rem;left:18.134765625rem;display:block; }
#oMknyPfXPAB8fKTMgkzBMH4zXoEs0zM7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rEb5feoLvUfgfNKEF6GNWsTzFGZLt1MA { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.187501907349rem;left:18.134765625rem;display:none; }
#MDG2Iefeg9XTgmdenWsRJdtJ8h0V0yTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E9oF6FwLob7D4PGrxWchZmdKniDnx0EE { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.187501907349rem;left:18.134765625rem;display:none; }
#VqPXzegSTusps255AkGuJ2fxGt1fwnd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ { position:relative;display:block; }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ { background-color: transparent; background-image: none; }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row .container > .video-iframe-container { display: none; }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row > .video-iframe-container { display: none; }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .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); }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ { border-width: 0; border-radius: 0; }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .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; }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(111,151,132,0.98);background-image:url("https://images.assets-landingi.com/uc/ff7d2200-0299-4b0b-8149-00cae5b7953c/Untitled201.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:34.125rem;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; }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row .container.adaptive-delivery-prevent-bg, #MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row .container.lazyload, #MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row .container.lazyloading { background-image: none; }#OtB6heJgNw05Lp7HgZSuQyD3QmJEN5aq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:9.625rem;top:1.4953126907349rem;left:46.320705413818rem;overflow:hidden;display:block; }
#OABOteLg1BpZlUzt08R5z3HEW8DFIIzJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:10rem;top:1.8193359375rem;left:25.185546875rem;overflow:hidden;display:block; }
#Z4ZGoVlhb09yReqn22kOOr5fWmkHk5tH { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:9.5rem;top:1.8937511444092rem;left:7.1847648620606rem;overflow:hidden;display:block; }
#hLp7sQL3VwT0EDuBGt47iydrc2EwCe9b { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:19.717966079712rem;left:41.998828887939rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vAGhJURSkeFB1Wrf7yTrgXpn8a3sgzWE { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:20.465626716614rem;left:21rem;height:5.844725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ckMObWaUDzV306ugGRCDJiiKdSGCDUxk { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:20.465625762939rem;left:2.2488288879394rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4tGbRhfcRMbXcgR4I5u9sb97mchfrL1 { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.711330413818rem;left:16.681640625rem;display:block; }
#fSnkdy9bTeokoB8BOB9ByudqncqTHhzV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xczRbwPvzVXE6LsI8hEa3NsDZyE2Ugz7 { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.711330413818rem;left:16.681640625rem;display:none; }
#Jcbt89OETkc5VbGRTnA4aNRmAxcUsKwF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#npF6HgRbLT5KTkXOwmeIKc2qmRI6b5MZ { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.711330413818rem;left:16.681640625rem;display:none; }
#WiKpbFA6EzkoqSseewTfMlCXzUPQepps { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#geccm6konqPBrGOdPgz6c6HE1R5M1raT { position:relative;display:block; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT { background-color: transparent; background-image: none; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container > .video-iframe-container { display: none; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row > .video-iframe-container { display: none; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .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); }#geccm6konqPBrGOdPgz6c6HE1R5M1raT { border-width: 0; border-radius: 0; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .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; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a34c2b;background-image:url("https://images.assets-landingi.com/uc/49ddbb47-4102-4097-ade8-bf7ddc30dc56/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:15.8125rem;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; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container.adaptive-delivery-prevent-bg, #geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container.lazyload, #geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container.lazyloading { background-image: none; }#feUufipTANR5WxWWmhsHZstrSz8Rm3CD { color:#000000;display:block;width:42.5625rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:17.437503814698rem;height:2.54375rem;font-style:normal;display:block; }
#htzAHmyQOT4RzwMUp6KxXvmhRyevDliG { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#r5H0aFzCSqpJW8nHvygW9ZLkd7HNZxtk { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2.00039375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aeeruZTIHT0FTy3Jspla7fgI5TuK4OMD { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#BUFGR0NKJ4ewJuP6Q3hilFQ9Mst6FkuP { color:#190309;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:36.25rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eBP7rt69LKTZ21yV9OzMVPiyG057ux8q { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:4.78125rem;left:50.4375rem;display:block; }
#nQGlWXDI95q46cWppPGcl4riCcex1IT6 { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:9.125rem;left:32.375rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#XBpaN0XLq72idW8K4LzOCFmNnWadvT5D { position:absolute;display:block;z-index:14999;background-color:#ececec;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:2.9375rem;width:20.1875rem;top:8.5rem;left:32.0625rem;display:block; }
#TbnE8ns1NLpGv4aEFJednBrnIxf8p9VC { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:8.5rem;left:43.125rem;display:block; }
#rteUsuekcIyAT0r4tpJusVvzTWAQOu98 { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:8.5rem;left:39.125rem;display:block; }
#aJn1qHAmS9iGyyHmItpLAvtntXuSasJG { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:8.5rem;left:35rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI { display:block; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVchsvxi4RbrnttMHEBQ1vao4hPIzuVx { top:1.1875rem;left:15.340625762939rem;width:17.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ { display:block; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5tKFs2ZsWe4UK2aOfppQHO5kyuifgru { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kblBOuxVrBfk6BkH1iLNz2MIRA3tQSk2 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ1xA0urxgT2f2RdOeit99pngtdW9Dtb { top:1.4375rem;left:9.5625038146975rem;width:28.625rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n83WdTdlT1DaghVkJWSZGAVE9wcTL4Av { width:22.75rem;height:4.75rem;top:6.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkydNStur83lDFMh01BXUIA4X21mvv7e { display:block; }
 }@media only screen and (max-width: 763px) { #Zhv5p3eTczXFB3rkP1toeUeeogXRye6h { top:7.6875rem;left:25.75rem;width:3.0625rem;height:3.0625rem;display:block; }
#Zhv5p3eTczXFB3rkP1toeUeeogXRye6h > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #ChiGXKbI64R7fkwmqA704cpCIy5LUiwo { top:13.125rem;left:12.4384765625rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqTAOfRJTqRMnTk81ud12uA5hCh8NWzF { top:9.375rem;left:0rem;width:6.5625rem;height:2.1859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gysSZhZntnZZdalEuqOZbQ9GLcgX4Pxn { top:9.6875rem;left:4.9375rem;width:6.5625rem;height:1.5609375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5b7wzzp1bwQNp4KgOwKeStntzLrdwUq { top:7.3125rem;left:0rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XteKqHFD4e3Tdqou78kEuPpDTgRsAe4h { top:4.1875rem;left:3rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOSaJKqdicLLVqaTGec9Bli48W7zGItM { width:13.9375rem;height:2.875rem;top:13.25rem;left:28.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEBl7S3CSe2vSMUWNyQTOftpi1qS9pSr { display:block; }
 }@media only screen and (max-width: 763px) { #pTWbcoGEb16h43qptocmLNrBMNlxgS82 { top:13.875rem;left:28.8125rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4zhEdg7nMncahaa2yK4K0Zm0eFsda5T { top:14.125rem;left:0rem;width:6.625rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTc7TNkLv14ahOT4qa8I5Th5U4wfx71c { top:13.875rem;left:2.375rem;width:9.375rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOKJwXI6fuGhiq7AR4GRpAMlrlPeI7hk { top:2.75rem;left:0rem;width:6.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex { display:block; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9TIWKbxDFbtwlAfBuWHSsp5QWQGNILi { top:0.9375rem;left:13.311717987061rem;width:21.0625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJWOhCMNrPIe2weTst2BMypwesur70SN { width:23.25rem;height:3.4375rem;top:3.0625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwgpHM7mgEICvqaN0LLGQ6K5gLCo00ad { display:block; }
 }@media only screen and (max-width: 763px) { #zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J { display:block; }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0Qv7D6vRILuJzruZZCzW3TTLyEgs8fQ { top:1.4375rem;left:38.0625rem;width:9.5625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #upSuESD5mkqaQnMAZQdTnXOCTr5gfA5I { top:1.5rem;left:23.628910064698rem;width:9.375rem;height:16.763911148787rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ4NogDmdVSN5ioeovBXdwM14vnKL8Te { top:20rem;left:29.75rem;width:18rem;height:;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsOgNpmrEWlImffFhtNSHy9xFd5axmHo { top:1.625rem;left:4.43359375rem;width:9.4375rem;height:16.827024995394rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2rybFUA0eCqUMiKeeO830JqQDXVmIBP { top:19.0625rem;left:19.345706939698rem;width:18rem;height:11.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoe2p5oLgWTUF07EoQ7nRuwyUdCceTEn { top:19.0625rem;left:0.18202972412109rem;width:18rem;height:11.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN8HuBgdKhROxnXRio2foe45eHNJyXEu { width:25.75rem;height:4.5625rem;top:31.625rem;left:8.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDATgicn1rXMCRKIDVGzM08FzymB3bo0 { display:block; }
 }@media only screen and (max-width: 763px) { #zLX5aB4d9ZLDu9wxGDTZciTT3vnaOiHN { width:25.75rem;height:4.5625rem;top:31.625rem;left:8.435546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfwZy0bvzF6h2b9yp2CFuzZWeWdxozsH { display:block; }
 }@media only screen and (max-width: 763px) { #AFJZodpHeTqzUHLwhByVrc41VeQaooe3 { width:25.75rem;height:4.5625rem;top:31.625rem;left:8.435546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7yL5lTqxTIlJzkilnbpBmbNSKH28urF { display:block; }
 }@media only screen and (max-width: 763px) { #OV4RuWbFiddGJ4UEka8WgH2BOZ3RcDuU { top:27.8125rem;left:0rem;width:6.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni7wh49FSdEvE2T5bVagCFbqeOuu8dnf { top:34.4375rem;left:38.012496948243rem;width:6.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jan765qkPKN57lBoAhBdJh77GTtJaurD { display:block; }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPhVE7uGbFNOdNuDJOkHy5Bg9woZg5wg { top:2.0625rem;left:2.947265625rem;width:9.4375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycVbvez6RT01vM4KpWSv5FCekpd5m0VD { top:2.0625rem;left:22.626956939698rem;width:9.5625rem;height:16.99925rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHmDznyoRDTBNAmiXcHmTXJLIRHm3kcE { top:2.125rem;left:38.375rem;width:9.375rem;height:16.763911148787rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKhgLn45d7psHNAHQKPeNwg0PTNDOQEZ { top:21.0625rem;left:29.75rem;width:18rem;height:;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NucKMyVlfG42BqJEyUrErQnMQD57gpM2 { top:21.0625rem;left:16.085548400879rem;width:18rem;height:7.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btTqZBRBwDZHl02JfeUA4zE02TCDVxyk { top:21.0625rem;left:0rem;width:18rem;height:;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfkGcg1t5176htrcIkVyHDepavihNAHu { width:25.75rem;height:4.5625rem;top:30.1875rem;left:12.009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMknyPfXPAB8fKTMgkzBMH4zXoEs0zM7 { display:block; }
 }@media only screen and (max-width: 763px) { #rEb5feoLvUfgfNKEF6GNWsTzFGZLt1MA { width:25.75rem;height:4.5625rem;top:30.1875rem;left:12.009765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDG2Iefeg9XTgmdenWsRJdtJ8h0V0yTX { display:block; }
 }@media only screen and (max-width: 763px) { #E9oF6FwLob7D4PGrxWchZmdKniDnx0EE { width:25.75rem;height:4.5625rem;top:30.1875rem;left:12.009765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqPXzegSTusps255AkGuJ2fxGt1fwnd4 { display:block; }
 }@media only screen and (max-width: 763px) { #MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ { display:block; }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtB6heJgNw05Lp7HgZSuQyD3QmJEN5aq { top:1.4375rem;left:38.0625rem;width:9.625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OABOteLg1BpZlUzt08R5z3HEW8DFIIzJ { top:1.8125rem;left:19.060546875rem;width:10rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4ZGoVlhb09yReqn22kOOr5fWmkHk5tH { top:1.875rem;left:1.0597648620606rem;width:9.5rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLp7sQL3VwT0EDuBGt47iydrc2EwCe9b { top:19.6875rem;left:29.75rem;width:18rem;height:;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAGhJURSkeFB1Wrf7yTrgXpn8a3sgzWE { top:20.4375rem;left:14.875rem;width:18rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckMObWaUDzV306ugGRCDJiiKdSGCDUxk { top:20.4375rem;left:0rem;width:18rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4tGbRhfcRMbXcgR4I5u9sb97mchfrL1 { width:25.75rem;height:4.5625rem;top:27.6875rem;left:10.556640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSnkdy9bTeokoB8BOB9ByudqncqTHhzV { display:block; }
 }@media only screen and (max-width: 763px) { #xczRbwPvzVXE6LsI8hEa3NsDZyE2Ugz7 { width:25.75rem;height:4.5625rem;top:27.6875rem;left:10.556640625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jcbt89OETkc5VbGRTnA4aNRmAxcUsKwF { display:block; }
 }@media only screen and (max-width: 763px) { #npF6HgRbLT5KTkXOwmeIKc2qmRI6b5MZ { width:25.75rem;height:4.5625rem;top:27.6875rem;left:10.556640625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WiKpbFA6EzkoqSseewTfMlCXzUPQepps { display:block; }
 }@media only screen and (max-width: 763px) { #geccm6konqPBrGOdPgz6c6HE1R5M1raT { display:block; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feUufipTANR5WxWWmhsHZstrSz8Rm3CD { width:42.5625rem;height:2.5rem;top:1.4375rem;left:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htzAHmyQOT4RzwMUp6KxXvmhRyevDliG { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5H0aFzCSqpJW8nHvygW9ZLkd7HNZxtk { width:45rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeeruZTIHT0FTy3Jspla7fgI5TuK4OMD { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUFGR0NKJ4ewJuP6Q3hilFQ9Mst6FkuP { top:13.125rem;left:28.3125rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBP7rt69LKTZ21yV9OzMVPiyG057ux8q { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQGlWXDI95q46cWppPGcl4riCcex1IT6 { width:19.25rem;height:1.75rem;top:9.125rem;left:26.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBpaN0XLq72idW8K4LzOCFmNnWadvT5D { top:8.5rem;left:25.9375rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbnE8ns1NLpGv4aEFJednBrnIxf8p9VC { top:8.5rem;left:37rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rteUsuekcIyAT0r4tpJusVvzTWAQOu98 { top:8.5rem;left:33rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJn1qHAmS9iGyyHmItpLAvtntXuSasJG { top:8.5rem;left:28.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI { background-color:#0069ab;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI.adaptive-delivery-prevent-bg, #xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI.lazyload, #xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI.lazyloading { background-image: none; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container { background-color: transparent; background-image: none; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container > .video-iframe-container { display: none; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row > .video-iframe-container { display: none; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .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); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVchsvxi4RbrnttMHEBQ1vao4hPIzuVx { width:19.0625rem;height:5.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/24d85187-5892-4c62-b794-d98d49f21dc1/offers.jpg");background-position:center left !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:block; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ.adaptive-delivery-prevent-bg, #ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ.lazyload, #ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ.lazyloading { background-image: none; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container { background-color: transparent; background-image: none; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container > .video-iframe-container { display: none; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row > .video-iframe-container { display: none; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .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); }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container { border-width: 0; border-radius: 0; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5tKFs2ZsWe4UK2aOfppQHO5kyuifgru { width:20rem;height:2rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kblBOuxVrBfk6BkH1iLNz2MIRA3tQSk2 { width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZ1xA0urxgT2f2RdOeit99pngtdW9Dtb { width:16.375rem;height:2.923825rem;top:1.9375000596046rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n83WdTdlT1DaghVkJWSZGAVE9wcTL4Av { width:18.75rem;height:5.625rem;top:6.8125rem;left:1.25rem;z-index:15174;display:block; }
 }@media only screen and (max-width: 763px) { #mkydNStur83lDFMh01BXUIA4X21mvv7e { display:block; }
 }@media only screen and (max-width: 763px) { #Zhv5p3eTczXFB3rkP1toeUeeogXRye6h { display:flex;width:3.12421875rem;height:3.12421875rem;top:8.0625047683719rem;left:2.1246094703674rem;z-index:15175; }
#Zhv5p3eTczXFB3rkP1toeUeeogXRye6h > img { max-width: 100%;max-height:100%; width:3.12421875rem; height:3.12421875rem; } }@media only screen and (max-width: 763px) { #ChiGXKbI64R7fkwmqA704cpCIy5LUiwo { display:flex;top:26.373046875rem;left:15rem;width:3.0625rem;height:3.0625rem;z-index:15199;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #vqTAOfRJTqRMnTk81ud12uA5hCh8NWzF { width:6.5625rem;height:2.1859375rem;top:24.1875rem;left:11.125rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gysSZhZntnZZdalEuqOZbQ9GLcgX4Pxn { width:6.5625rem;height:1.5609375rem;top:24.5rem;left:4.3125rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N5b7wzzp1bwQNp4KgOwKeStntzLrdwUq { top:21.6875rem;left:0rem;width:19.9375rem;height:1.1375rem;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; }
 }@media only screen and (max-width: 763px) { #XteKqHFD4e3Tdqou78kEuPpDTgRsAe4h { display:flex;top:18.0625rem;left:8.375rem;width:3.0625rem;height:3.0625rem;z-index:15194; }
 }@media only screen and (max-width: 763px) { #iOSaJKqdicLLVqaTGec9Bli48W7zGItM { top:13.9375rem;left:3rem;width:13.9375rem;height:2.875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #303b95, #48d5a1);background-image: -moz-linear-gradient(106deg, #303b95, #48d5a1);background-image: -ms-linear-gradient(106deg, #303b95, #48d5a1);background-image: -o-linear-gradient(106deg, #303b95, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#303b95', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#303b95', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #303b95, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fEBl7S3CSe2vSMUWNyQTOftpi1qS9pSr { display:block; }
 }@media only screen and (max-width: 763px) { #pTWbcoGEb16h43qptocmLNrBMNlxgS82 { display:flex;top:14.4375rem;left:4.4375rem;width:1.875rem;height:1.875rem;z-index:15191; }
 }@media only screen and (max-width: 763px) { #p4zhEdg7nMncahaa2yK4K0Zm0eFsda5T { width:4.3125rem;height:1.625rem;top:28.44921875rem;left:10.5625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #pTc7TNkLv14ahOT4qa8I5Th5U4wfx71c { width:4.625rem;height:1.6875rem;top:28.625rem;left:5.09375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #xOKJwXI6fuGhiq7AR4GRpAMlrlPeI7hk { width:3.0625rem;height:1.6875rem;top:3.03125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex.adaptive-delivery-prevent-bg, #ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex.lazyload, #ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex.lazyloading { background-image: none; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container { background-color: transparent; background-image: none; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container > .video-iframe-container { display: none; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row > .video-iframe-container { display: none; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .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); }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9TIWKbxDFbtwlAfBuWHSsp5QWQGNILi { width:16.5625rem;height:2.11230625rem;top:1.8125rem;left:1.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJWOhCMNrPIe2weTst2BMypwesur70SN { width:20rem;height:3.3125rem;top:6.0950527191162rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwgpHM7mgEICvqaN0LLGQ6K5gLCo00ad { display:block; }
 }@media only screen and (max-width: 763px) { #zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J.adaptive-delivery-prevent-bg, #zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J.lazyload, #zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J.lazyloading { background-image: none; }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row .container { background-color: transparent; background-image: none; }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row .container > .video-iframe-container { display: none; }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row > .video-iframe-container { display: none; }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .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); }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row .container { width:20rem;height:103.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0Qv7D6vRILuJzruZZCzW3TTLyEgs8fQ { width:9.5625rem;height:17.0625rem;top:0.57890510559082rem;left:5.1867187023163rem;display:block; }
 }@media only screen and (max-width: 763px) { #upSuESD5mkqaQnMAZQdTnXOCTr5gfA5I { width:9.4375rem;height:16.875rem;top:30.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ4NogDmdVSN5ioeovBXdwM14vnKL8Te { width:18rem;height:9.496125rem;top:17.765234470367rem;left:0.99843752384188rem;text-align:center;text-align-last:center;font-size:0.5625rem;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; }
 }@media only screen and (max-width: 763px) { #XsOgNpmrEWlImffFhtNSHy9xFd5axmHo { width:9.49925rem;height:16.937125rem;top:62.561715602875rem;left:5.2500002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2rybFUA0eCqUMiKeeO830JqQDXVmIBP { width:18rem;height:9.496125rem;top:79.999221801756rem;left:0.99843752384188rem;text-align:center;text-align-last:center;font-size:0.5625rem;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; }
 }@media only screen and (max-width: 763px) { #aoe2p5oLgWTUF07EoQ7nRuwyUdCceTEn { width:18rem;height:9.496125rem;top:48.310548782349rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;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; }
 }@media only screen and (max-width: 763px) { #SN8HuBgdKhROxnXRio2foe45eHNJyXEu { width:14.1445rem;height:3.45820625rem;top:89.505470275881rem;left:2.9273438453674rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iDATgicn1rXMCRKIDVGzM08FzymB3bo0 { display:block; }
 }@media only screen and (max-width: 763px) { #zLX5aB4d9ZLDu9wxGDTZciTT3vnaOiHN { width:14.143375rem;height:3.45820625rem;top:57.81679725647rem;left:2.8957033157349rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #IfwZy0bvzF6h2b9yp2CFuzZWeWdxozsH { display:block; }
 }@media only screen and (max-width: 763px) { #AFJZodpHeTqzUHLwhByVrc41VeQaooe3 { width:14.143375rem;height:3.45820625rem;top:26.628517150879rem;left:2.9273438453674rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #z7yL5lTqxTIlJzkilnbpBmbNSKH28urF { display:block; }
 }@media only screen and (max-width: 763px) { #OV4RuWbFiddGJ4UEka8WgH2BOZ3RcDuU { width:6.0625rem;height:3.375rem;top:94.212496948244rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni7wh49FSdEvE2T5bVagCFbqeOuu8dnf { width:6.1875rem;height:3.375rem;top:98.837496948244rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jan765qkPKN57lBoAhBdJh77GTtJaurD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Jan765qkPKN57lBoAhBdJh77GTtJaurD.adaptive-delivery-prevent-bg, #Jan765qkPKN57lBoAhBdJh77GTtJaurD.lazyload, #Jan765qkPKN57lBoAhBdJh77GTtJaurD.lazyloading { background-image: none; }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row .container { background-color: transparent; background-image: none; }#Jan765qkPKN57lBoAhBdJh77GTtJaurD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row .container > .video-iframe-container { display: none; }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row > .video-iframe-container { display: none; }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .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); }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row .container { width:20rem;height:87.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPhVE7uGbFNOdNuDJOkHy5Bg9woZg5wg { width:6.6875rem;height:11.9375rem;top:57.812111377716rem;left:5.1867187023163rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycVbvez6RT01vM4KpWSv5FCekpd5m0VD { width:9.5625rem;height:16.99925rem;top:29.312110900879rem;left:5.218359708786rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHmDznyoRDTBNAmiXcHmTXJLIRHm3kcE { width:9.437125rem;height:16.875rem;top:1.1859431266784rem;left:5.2804687023163rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKhgLn45d7psHNAHQKPeNwg0PTNDOQEZ { width:18rem;height:5.11328125rem;top:47.190237045288rem;left:0.99843752384188rem;text-align:center;text-align-last:center;font-size:0.5625rem;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; }
 }@media only screen and (max-width: 763px) { #NucKMyVlfG42BqJEyUrErQnMQD57gpM2 { width:18rem;height:5.11328125rem;top:18.623439311981rem;left:0.99843752384188rem;text-align:center;text-align-last:center;font-size:0.5625rem;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; }
 }@media only screen and (max-width: 763px) { #btTqZBRBwDZHl02JfeUA4zE02TCDVxyk { width:18rem;height:6.57425rem;top:75.768751621244rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;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; }
 }@media only screen and (max-width: 763px) { #gfkGcg1t5176htrcIkVyHDepavihNAHu { width:14.1445rem;height:3.45820625rem;top:83.374219506981rem;left:2.9261720180511rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oMknyPfXPAB8fKTMgkzBMH4zXoEs0zM7 { display:block; }
 }@media only screen and (max-width: 763px) { #rEb5feoLvUfgfNKEF6GNWsTzFGZLt1MA { width:14.143375rem;height:3.45820625rem;top:52.998049259186rem;left:2.9273438453674rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #MDG2Iefeg9XTgmdenWsRJdtJ8h0V0yTX { display:block; }
 }@media only screen and (max-width: 763px) { #E9oF6FwLob7D4PGrxWchZmdKniDnx0EE { width:14.143375rem;height:3.45820625rem;top:24.684377670288rem;left:2.9273438453674rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #VqPXzegSTusps255AkGuJ2fxGt1fwnd4 { display:block; }
 }@media only screen and (max-width: 763px) { #MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ.adaptive-delivery-prevent-bg, #MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ.lazyload, #MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ.lazyloading { background-image: none; }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row .container { background-color: transparent; background-image: none; }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row .container > .video-iframe-container { display: none; }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row > .video-iframe-container { display: none; }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .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); }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row .container { width:20rem;height:87.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtB6heJgNw05Lp7HgZSuQyD3QmJEN5aq { width:9.5625rem;height:17.0625rem;top:0.57890510559082rem;left:5.1867187023163rem;display:block; }
 }@media only screen and (max-width: 763px) { #OABOteLg1BpZlUzt08R5z3HEW8DFIIzJ { width:9.5rem;height:16.9375rem;top:28.687497615814rem;left:5.218359708786rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4ZGoVlhb09yReqn22kOOr5fWmkHk5tH { width:9.5rem;height:16.9375rem;top:57.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLp7sQL3VwT0EDuBGt47iydrc2EwCe9b { width:18rem;height:4.3828125rem;top:18.499603271484rem;left:0.99960935115812rem;text-align:center;text-align-last:center;font-size:0.5625rem;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; }
 }@media only screen and (max-width: 763px) { #vAGhJURSkeFB1Wrf7yTrgXpn8a3sgzWE { width:18rem;height:5.844725rem;top:46.413284301757rem;left:0.99843752384188rem;text-align:center;text-align-last:center;font-size:0.5rem;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; }
 }@media only screen and (max-width: 763px) { #ckMObWaUDzV306ugGRCDJiiKdSGCDUxk { width:18rem;height:3.8964875rem;top:75.537907123569rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5rem;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; }
 }@media only screen and (max-width: 763px) { #m4tGbRhfcRMbXcgR4I5u9sb97mchfrL1 { width:18.25rem;height:4.5625rem;top:80.412893295288rem;left:0.873046875rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fSnkdy9bTeokoB8BOB9ByudqncqTHhzV { display:block; }
 }@media only screen and (max-width: 763px) { #xczRbwPvzVXE6LsI8hEa3NsDZyE2Ugz7 { width:18.249625rem;height:4.5621125rem;top:52.453128814698rem;left:0.873046875rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Jcbt89OETkc5VbGRTnA4aNRmAxcUsKwF { display:block; }
 }@media only screen and (max-width: 763px) { #npF6HgRbLT5KTkXOwmeIKc2qmRI6b5MZ { width:18.249625rem;height:4.5621125rem;top:23.19960975647rem;left:0.873046875rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #WiKpbFA6EzkoqSseewTfMlCXzUPQepps { display:block; }
 }@media only screen and (max-width: 763px) { #geccm6konqPBrGOdPgz6c6HE1R5M1raT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/24d85187-5892-4c62-b794-d98d49f21dc1/offers.jpg");background-position:center left !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:block; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT.adaptive-delivery-prevent-bg, #geccm6konqPBrGOdPgz6c6HE1R5M1raT.lazyload, #geccm6konqPBrGOdPgz6c6HE1R5M1raT.lazyloading { background-image: none; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container { background-color: transparent; background-image: none; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container > .video-iframe-container { display: none; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row > .video-iframe-container { display: none; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .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); }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container { border-width: 0; border-radius: 0; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feUufipTANR5WxWWmhsHZstrSz8Rm3CD { width:16.6875rem;height:3.0234375rem;top:0.6875rem;left:1.6250000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htzAHmyQOT4RzwMUp6KxXvmhRyevDliG { width:20rem;height:2rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5H0aFzCSqpJW8nHvygW9ZLkd7HNZxtk { width:15.9375rem;height:3.19921875rem;top:4.76171875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeeruZTIHT0FTy3Jspla7fgI5TuK4OMD { width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUFGR0NKJ4ewJuP6Q3hilFQ9Mst6FkuP { width:19.4375rem;height:1.3rem;top:14.5rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eBP7rt69LKTZ21yV9OzMVPiyG057ux8q { width:3.125rem;height:3.125rem;top:4.0478515625rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQGlWXDI95q46cWppPGcl4riCcex1IT6 { width:18.812125rem;height:1.69921875rem;top:11.6875rem;left:0.625rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBpaN0XLq72idW8K4LzOCFmNnWadvT5D { width:17.9375rem;height:2.9375rem;top:9.625rem;left:1.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TbnE8ns1NLpGv4aEFJednBrnIxf8p9VC { width:3.125rem;height:3.125rem;top:9.5625rem;left:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rteUsuekcIyAT0r4tpJusVvzTWAQOu98 { width:3.125rem;height:3.125rem;top:9.5625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJn1qHAmS9iGyyHmItpLAvtntXuSasJG { width:3.125rem;height:3.125rem;top:9.5625rem;left:12.875rem;font-size:2.1875rem;display:block; }
 }