.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:226,243,227;--color-primary-1:169,218,170;--color-primary-2:112,194,113;--color-primary-3:45,167,96;--color-primary-4:16,154,18;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:224,224,233;--color-tertiary-1:153,151,182;--color-tertiary-2:50,46,108;--color-tertiary-3:25,23,54;--color-tertiary-4:8,7,16;--headlines-font-family:"Mykonos ar";--paragraphs-font-family:"Cairo"; }@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); }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/uc/b7e631e2-9ec8-4e08-98ce-c4a9b2fd7d66/home.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M.adaptive-delivery-prevent-bg, #NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M.lazyload, #NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M.lazyloading { background-image: none; }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M > .row .container { border-width: 0; border-radius: 0; }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:none; }#m9mDEQgSIkSr2D46ar55TVlIqq1kV4BI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:23.4375rem;top:51.562501907349rem;left:0rem;overflow:hidden;display:none; }
#ZkAArhdBgICx1nTUBxMhvZA57ApNF0PW { 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:28.3125rem;left:11.0625rem;overflow:hidden;display:none; }
#G3wDZ4U7wBIf2d1yzOD77lonHxInz7wQ { 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:28.5625rem;left:4.625rem;overflow:hidden;display:none; }
#DeG2kgKlHvXJZSUAZ8Z2wal5z3Xz1Tuy { position:absolute;display:block;z-index:15035;height:2.25rem;width:4.0625rem;top:3.0908203125rem;left:15.8984375rem;display:block; }
#ipGGc0MevcBNT6cfoDqNr7XGUCu4OWJ7 { position:absolute;display:block;z-index:15036;height:2.5625rem;width:4.625rem;top:2.9345703125rem;left:3.9736328125rem;display:block; }
#mktva5J6hvILh2esvvT94iqNF69gG0iD { position:absolute;display:block;z-index:15038;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:28.375rem;left:12.5rem;overflow:hidden;display:none; }
#agcJE5StespqrxxgChtq25ItBbnAlR4n { position:absolute;display:block;z-index:15038;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:28.0625rem;left:5rem;overflow:hidden;display:none; }
#P2VmQBUSvNfDVKZggCbMf74tk5w1hwwy { color:#000000;display:block;width:19.9991875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:26rem;left:2.1875rem;text-align:center;text-align-last:center;display:none; }
#TsvXCV5DdImDfToa0VNecUBuni0rm2to { 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:15008;opacity:1;top:22.875rem;left:10.5625rem;display:none; }
#rnLnrSMFDau5XnIUUu5ISTPyzJ03mbFQ { color:#80511b;display:block;width:34.4355625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.9375rem;left:22.9375rem;height:6.3369375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #biNFpM0onpCSdVIIRIL6iJ4cydP8xqku { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PDLk14nCbeOLeniywqZFN19UIvFzQiO3 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #JsOCng8yhaiKzHt1iZHOVfZVbIN6V9Fe { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #k75bhgb2rl9Uds1vUsfdrw1IBAfFdtXC { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #L2AtRkZQapbeMS4mOp6nVwBpQd3n8MoG { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #wUtqwpKipgPtcC7hPA1iNkxW17rx441x { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mg4oWZTdBUihwIMQo4EcMiSPLKzhARao { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #t1UrF2wEXqsc9QycLrHnb0TUK13tkJo4 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zRUf3IhBSM6qVuqumUyke3RBJTdKTxev { position:relative; }
#LtNNzsSv3aDnmg5drCilTIM4ruoibOQb { position:relative;display:block; }
#Fi8wqfUvvWfehtQK1XWBLLEPszKXVXTX { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #W09tDDCOIzuJeh9tHQUuOaeJDSedquwb { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KplAgQFqT1n3izVrLutf2IXgv0FFbE1t { position:relative; }
#THzEhUVd3xImuTJ92cJPEvIZ5kDrLi8H { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:18.125rem;top:9.0062408447262rem;left:60.1875rem;overflow:hidden;display:none; }
#NFGblIx5MlhbLqrvTPepeh5qFqsFWq4W { color:#006c35;display:block;width:21.375rem;position:absolute;font-family:"alw new";font-size:2.25rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:2.3117189407349rem;left:26.812500953674rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RmTfPJ2SKpPpTczyvd9tBJ8T3kNLNsHv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:13.5625rem;width:18.875rem;top:6.6527776718137rem;left:35.536458969116rem;overflow:hidden;display:none; }
#QsuZueUGZBJyEIBnwxRLX5FBbMCxT8US { color:#c70a50;display:block;width:31.183625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:57.000001907349rem;left:14.407552719116rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PZKDHqf9TUND7lz1009GnebkdmNew7Fn { color:#0e849e;display:block;width:16.9359375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:21.531253814698rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WudkgF9sDcHhkMlIertRqsIxzM07SK6t { background-color:rgba(var(--color-primary-3),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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:5.625rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:6.1875rem;left:21.375rem;display:none; }
#pu8PSNEFgWNlLC66uSaDif83TTv7IKqU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SAaRIIDlVHZxQyuKRdw5Had7us5bsRnH { 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:15171;opacity:1;top:7.4375rem;left:22.625rem; }
#SAaRIIDlVHZxQyuKRdw5Had7us5bsRnH > img { max-width: 100%;max-height:100%; width:3.12421875rem; height:3.12421875rem; }#OPf0BqlThULigXnSDagmDpKKBE0wdhfI { 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:14.5rem;width:14.5rem;top:0rem;left:22.125rem;overflow:hidden;display:none; }
#hsvR2qoduMEdllB7gIGScdV0uzXcq2Fk { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:45.6875rem;display:none; }
#qT6TJ7qB9dzH9xM7OxwFU9pCkKg7u4id { position:relative;display:none; }#qT6TJ7qB9dzH9xM7OxwFU9pCkKg7u4id { border-width: 0; border-radius: 0; }#qT6TJ7qB9dzH9xM7OxwFU9pCkKg7u4id > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qT6TJ7qB9dzH9xM7OxwFU9pCkKg7u4id > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 { position:relative;display:none; }#bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 { border-width: 0; border-radius: 0; }#bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#N4mDToKS63WHfPploJAXhdv07Rl9f7Hc { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:8.25rem;left:50.625001907349rem;overflow:hidden;display:none; }
#TorpSu5uzF4JTb2i3xXWTqe6DCw3PNMy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8735625rem;height:2.436525rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:8.1223964691163rem;left:37.326822280884rem;display:none; }
#AAFTmbxwAC8g1BTTJPSnU6XDdO04XJRD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#He3NwtbyVWFRnfDKlf8uWNvx2TMVvpeG { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.54394375rem;top:5.3671875rem;left:24.520833969116rem;font-style:normal;display:none; }
#EyRU8OJsQkfylWP28WUJDwPgmeNRI14t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:4.5833334922791rem;left:52.812501907349rem;display:none; }
#lnGk1kZwp7aa4unWTzkxIT3TgNhlOzLX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8735625rem;height:2.436525rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:12.75rem;left:38.339845657349rem;display:none; }
#p8Q8LESHkX3LJdoPsCPOPVWaOLJ6TgTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZus7ToXqG23PAIUWZI0Q2wfVw4IlVoQ { 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:2.1875rem;width:;top:12.875rem;left:50.625001907349rem;overflow:hidden;display:none; }
#JUkX8bvkEUSmAHO6fm8nHa7wWxUQrIoM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:26.812500953674rem;left:50.625001907349rem;overflow:hidden;display:none; }
#drieTXJzs54oQv8p7G2tIMsFWwNKzoz2 { 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:2.1875rem;width:2.1875rem;top:15.1875rem;left:50.625001907349rem;overflow:hidden;display:none; }
#TkOqzmVf2MSXW4nuarnIsK0ZfEGutEZk { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:22.125000953674rem;left:50.625001907349rem;overflow:hidden;display:none; }
#I6BxIFsTElZ7bDPeFVJTn0RMMSkF93wf { 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:2.1875rem;width:2.1875rem;top:19.812500953674rem;left:50.625001907349rem;overflow:hidden;display:none; }
#TCEle82DagrMQmWG5ZqpUrmApPcDlP3s { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.999rem;height:2.436525rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:15.061199188233rem;left:42.041666030884rem;display:none; }
#ViPZ7pTa4XkVEy6mzuMbbu9TJopPteqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cIv1Z2mVHb4iO1mUreGiyecs1DwxStiz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3115rem;height:2.436525rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:19.764324188233rem;left:41.979166030884rem;display:none; }
#wTvztLWGv2DmKKNRTz7L48I5tJwdW3Eh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PPp3PncwzvhK6ged2qwFEEvL4KZr3MH7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8735625rem;height:2.436525rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:29.000000953674rem;left:37.576822280884rem;display:none; }
#qLtvqxKbz0TxrotwaXZnBQa64vxDHU1R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vGKWAfrFhCxTp72bsfALEJDnrFHdutXU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.87425rem;height:2.436525rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:22.000000953674rem;left:36.078126907349rem;display:none; }
#AV6luOEJ9s9TDirdUvORFzlwDZnH6KEq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BnxZ6b0mTTyGfF9hGfXQnnl7TAp7FVZc { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:31.437501192093rem;left:50.625001907349rem;overflow:hidden;display:none; }
#k0TDdb5756UV8xWdoSad6d4SLtir8a5Q { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:29.125000953674rem;left:50.625001907349rem;overflow:hidden;display:none; }
#aVO4yn2ypRbscdzBhh3FcSFWQ3BEbf5v { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:33.687501251697rem;left:50.625001907349rem;overflow:hidden;display:none; }
#rNIgOCnLxl5NfR4apiTJfsdT840T6UX8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.06225rem;height:2.436525rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:26.687500953674rem;left:42.140626907349rem;display:none; }
#ptfG7TsuPZxM7UWNM1xvxRxBxSyvFhyr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s81aNxLCusQeCol1oIVkw6ovN4B5h1i7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8735625rem;height:2.436525rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:31.311199188233rem;left:38.527345657349rem;display:none; }
#sOSO0X7NXAthTLxrfL9HGQlJch2e7uZK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lghLeauSmFcfL4TD4sCW2mWLTm3ZGI6N { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.43725rem;height:2.436525rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:33.623699188233rem;left:41.854166030884rem;display:none; }
#TmSMvQ5yKsLcKoPofuLX6QQAsCyqi69A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVwpuBNQxeruOJEid2JWFwDP62GDTLek { color:#000000;display:block;width:19.9991875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:26rem;left:2.1875rem;text-align:center;text-align-last:center;display:none; }
#pCEh18qOK4l74bpqI6DoOJK99Grh28G7 { color:#0e849e;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:31.6875rem;left:6.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aune7ngAcXHQim5l1i8Up0cPSqdxRGgB { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:18.125rem;top:9.0062408447262rem;left:60.1875rem;overflow:hidden;display:none; }
#rkoE73nCt5i3fXM4Exa6wTrghN7xIrA6 { position:relative;display:none; }#rkoE73nCt5i3fXM4Exa6wTrghN7xIrA6 { border-width: 0; border-radius: 0; }#rkoE73nCt5i3fXM4Exa6wTrghN7xIrA6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rkoE73nCt5i3fXM4Exa6wTrghN7xIrA6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BFcRxkLWwNHhTcKKnQt86Twyx23t7wBN { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#eKnThQ5MewJOnxkOEFHOJUSmS2Vkz3fx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);height:;top:2.375rem;left:0rem;display:none; }
#JyOttd0L9csXlVlcKqSPh9k1bn6DQVN0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);height:;top:3.9375rem;left:0rem;display:none; }
#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:var(--paragraphs-font-family);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(var(--color-secondary-2),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:var(--paragraphs-font-family);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; }#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.75rem;width:9.375rem;top:0.0625rem;left:17.3125rem;overflow:hidden;display:block; }
#zLX5aB4d9ZLDu9wxGDTZciTT3vnaOiHN { background-color:rgba(var(--color-primary-4),1);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:var(--paragraphs-font-family);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; }
#Ck0io4cIudSNNCGNXXPTqcUvi52yIxg8 { background-color:rgba(var(--color-primary-4),1);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:var(--paragraphs-font-family);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; }
#a5ubx3zXkfToxqILmmEnfilsFwqHN7kL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L38D1eTgIuEulU3heIxFBETIyJypBIOO { 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.75rem;width:9.375rem;top:0.0625rem;left:17.3125rem;overflow:hidden;display:none; }
#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; }#NucKMyVlfG42BqJEyUrErQnMQD57gpM2 { color:rgba(var(--color-tertiary-2),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:20.875rem;left:11.5rem;height:7.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rEb5feoLvUfgfNKEF6GNWsTzFGZLt1MA { background-color:rgba(var(--color-primary-4),1);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:var(--paragraphs-font-family);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:rgba(var(--color-primary-4),1);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:var(--paragraphs-font-family);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; }
#JfWxyfL5wvqkOotMU0tfLp1Czeuxxl1X { 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.75rem;width:9.375rem;top:0.0625rem;left:17.3125rem;overflow:hidden;display:none; }
#TxOiDuGTfNAxTGiTcG8phZUXOZMfSoBI { 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.75rem;width:9.375rem;top:0.0625rem;left:17.3125rem;overflow:hidden;display:none; }
#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.25rem;left:37.3125rem;overflow:hidden;display:block; }
#npF6HgRbLT5KTkXOwmeIKc2qmRI6b5MZ { background-color:rgba(var(--color-primary-4),1);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:var(--paragraphs-font-family);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; }
#MWOlZv05ayFwoikImtmCOJ8fUTP3NJwS { background-color:rgba(var(--color-primary-4),1);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:var(--paragraphs-font-family);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; }
#fnQ6LTrl9DwTn69nzmfpPBzKPUX1QLCO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p2o9gP00M2564WSuhxr6e8OG7Kh2MIKc { position:absolute;display:block;z-index:15037;height:3.4371125rem;width:6.12421875rem;top:27.1875rem;left:2.6999969482422rem;display:none; }
#cTQ8EV7OBL3zWXzHWXfhFJhAzAFJVt9B { position:absolute;display:block;z-index:15036;height:3.4371125rem;width:6.1875rem;top:33.8125rem;left:43.512496948243rem;display:none; }
#xQFa97bxX9ZJxVm9Fa71pUWGclcL0dTK { 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.25rem;left:37.3125rem;overflow:hidden;display:none; }
#ZeUU9kTy3EbzbR1Uoh52tmX5280HX7q8 { 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.25rem;left:37.3125rem;overflow:hidden;display:none; }
#f4bs4WgzLcqIh2aAaKJ4pTECdAm4wKHD { background-color:rgba(var(--color-primary-4),1);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:var(--paragraphs-font-family);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; }
#p57Zw73sL9mG089ITiWOs55tNTSzTrQu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kBeUlFez6XrbFgwwCkqzb1PSAkXMso3W { background-color:rgba(var(--color-primary-4),1);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:var(--paragraphs-font-family);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; }
#xi7mcxdpw2UFObsIIhoFiVNGhL8WJ5gP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#An7G8LcmUhgBH9vJcN8PWq0oScJZW7kD { 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.25rem;left:37.3125rem;overflow:hidden;display:none; }
#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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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; }
body { position:relative;display:block; }
#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M { display:none; }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M > .row .container { width:47.75rem;position:relative;display:none; }#m9mDEQgSIkSr2D46ar55TVlIqq1kV4BI { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
#ZkAArhdBgICx1nTUBxMhvZA57ApNF0PW { top:28.3125rem;left:4.9375rem;width:9.375rem;height:3.5rem;display:block; }
#G3wDZ4U7wBIf2d1yzOD77lonHxInz7wQ { top:28.5625rem;left:0rem;width:6.625rem;height:2.6875rem;display:block; }
#DeG2kgKlHvXJZSUAZ8Z2wal5z3Xz1Tuy { top:3.0625rem;left:9.7734375rem;width:4.0625rem;height:2.25rem;display:block; }
#ipGGc0MevcBNT6cfoDqNr7XGUCu4OWJ7 { top:2.875rem;left:0rem;width:4.625rem;height:2.5625rem;display:block; }
#mktva5J6hvILh2esvvT94iqNF69gG0iD { top:28.375rem;left:6.375rem;width:6.5625rem;height:1.5609375rem;display:none; }
#agcJE5StespqrxxgChtq25ItBbnAlR4n { top:28.0625rem;left:0rem;width:6.5625rem;height:2.1859375rem;display:none; }
#P2VmQBUSvNfDVKZggCbMf74tk5w1hwwy { top:26rem;left:0rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#TsvXCV5DdImDfToa0VNecUBuni0rm2to { top:22.875rem;left:4.4375rem;width:3.0625rem;height:3.0625rem;display:none; }
#rnLnrSMFDau5XnIUUu5ISTPyzJ03mbFQ { top:3.1875rem;left:0rem;width:19.6875rem;height:;font-size:1.375rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #biNFpM0onpCSdVIIRIL6iJ4cydP8xqku {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PDLk14nCbeOLeniywqZFN19UIvFzQiO3 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #JsOCng8yhaiKzHt1iZHOVfZVbIN6V9Fe {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #k75bhgb2rl9Uds1vUsfdrw1IBAfFdtXC {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #L2AtRkZQapbeMS4mOp6nVwBpQd3n8MoG { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #wUtqwpKipgPtcC7hPA1iNkxW17rx441x {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mg4oWZTdBUihwIMQo4EcMiSPLKzhARao {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #t1UrF2wEXqsc9QycLrHnb0TUK13tkJo4 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zRUf3IhBSM6qVuqumUyke3RBJTdKTxev {  }
#LtNNzsSv3aDnmg5drCilTIM4ruoibOQb { display:block; }
#Fi8wqfUvvWfehtQK1XWBLLEPszKXVXTX { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #W09tDDCOIzuJeh9tHQUuOaeJDSedquwb {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KplAgQFqT1n3izVrLutf2IXgv0FFbE1t {  }
#THzEhUVd3xImuTJ92cJPEvIZ5kDrLi8H { top:9rem;left:42.3125rem;width:18.125rem;height:1.25rem;display:none; }
#NFGblIx5MlhbLqrvTPepeh5qFqsFWq4W { top:12rem;left:2.1875rem;width:10.375rem;height:11.9375rem;font-size:3.0625rem;display:none; }
#RmTfPJ2SKpPpTczyvd9tBJ8T3kNLNsHv { width:18.875rem;height:13.5625rem;top:6.625rem;left:28.875rem;display:none; }
#QsuZueUGZBJyEIBnwxRLX5FBbMCxT8US { top:57rem;left:8.2825527191163rem;width:31.125rem;height:3.5625rem;font-size:0.9375rem;display:none; }
#PZKDHqf9TUND7lz1009GnebkdmNew7Fn { top:4.5625rem;left:15.406253814698rem;width:16.875rem;height:1.1875rem;font-size:0.75rem;display:none; }
#WudkgF9sDcHhkMlIertRqsIxzM07SK6t { width:18.75rem;height:5.625rem;top:6.1875rem;left:15.25rem;display:none; }
#pu8PSNEFgWNlLC66uSaDif83TTv7IKqU { display:block; }
#SAaRIIDlVHZxQyuKRdw5Had7us5bsRnH { top:7.4375rem;left:16.5rem;width:3.0625rem;height:3.0625rem;display:block; }
#SAaRIIDlVHZxQyuKRdw5Had7us5bsRnH > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#OPf0BqlThULigXnSDagmDpKKBE0wdhfI { top:0rem;left:16rem;width:14.5rem;height:14.5rem;display:none; }
#hsvR2qoduMEdllB7gIGScdV0uzXcq2Fk { width:45.6875rem;height:21.3125rem;display:none; }
#qT6TJ7qB9dzH9xM7OxwFU9pCkKg7u4id { display:none; }#qT6TJ7qB9dzH9xM7OxwFU9pCkKg7u4id > .row .container { width:47.75rem;position:relative;display:none; }#bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 { display:none; }#bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 > .row .container { width:47.75rem;position:relative;display:none; }#N4mDToKS63WHfPploJAXhdv07Rl9f7Hc { top:8.25rem;left:44.500001907349rem;width:2.1875rem;height:2.1875rem;display:none; }
#TorpSu5uzF4JTb2i3xXWTqe6DCw3PNMy { width:12.8125rem;height:2.375rem;top:8.0625rem;left:31.201822280884rem;display:none; }
#AAFTmbxwAC8g1BTTJPSnU6XDdO04XJRD { display:block; }
#He3NwtbyVWFRnfDKlf8uWNvx2TMVvpeG { top:5.3125rem;left:18.395833969116rem;width:28.4375rem;height:1.5rem;font-size:1.1875rem;display:none; }
#EyRU8OJsQkfylWP28WUJDwPgmeNRI14t { top:4.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#lnGk1kZwp7aa4unWTzkxIT3TgNhlOzLX { width:12.8125rem;height:2.375rem;top:12.75rem;left:32.214845657349rem;display:none; }
#p8Q8LESHkX3LJdoPsCPOPVWaOLJ6TgTB { display:block; }
#RZus7ToXqG23PAIUWZI0Q2wfVw4IlVoQ { top:12.875rem;left:44.500001907349rem;width:0;height:0;display:none; }
#JUkX8bvkEUSmAHO6fm8nHa7wWxUQrIoM { top:26.8125rem;left:44.500001907349rem;width:2.1875rem;height:2.1875rem;display:none; }
#drieTXJzs54oQv8p7G2tIMsFWwNKzoz2 { top:15.1875rem;left:44.500001907349rem;width:2.1875rem;height:2.1875rem;display:none; }
#TkOqzmVf2MSXW4nuarnIsK0ZfEGutEZk { top:22.125rem;left:44.500001907349rem;width:2.1875rem;height:2.1875rem;display:none; }
#I6BxIFsTElZ7bDPeFVJTn0RMMSkF93wf { top:19.8125rem;left:44.500001907349rem;width:2.1875rem;height:2.1875rem;display:none; }
#TCEle82DagrMQmWG5ZqpUrmApPcDlP3s { width:8.9375rem;height:2.375rem;top:15rem;left:35.916666030884rem;display:none; }
#ViPZ7pTa4XkVEy6mzuMbbu9TJopPteqT { display:block; }
#cIv1Z2mVHb4iO1mUreGiyecs1DwxStiz { width:9.25rem;height:2.375rem;top:19.75rem;left:35.854166030884rem;display:none; }
#wTvztLWGv2DmKKNRTz7L48I5tJwdW3Eh { display:block; }
#PPp3PncwzvhK6ged2qwFEEvL4KZr3MH7 { width:12.8125rem;height:2.375rem;top:29rem;left:31.451822280884rem;display:none; }
#qLtvqxKbz0TxrotwaXZnBQa64vxDHU1R { display:block; }
#vGKWAfrFhCxTp72bsfALEJDnrFHdutXU { width:14.8125rem;height:2.375rem;top:22rem;left:29.953126907349rem;display:none; }
#AV6luOEJ9s9TDirdUvORFzlwDZnH6KEq { display:block; }
#BnxZ6b0mTTyGfF9hGfXQnnl7TAp7FVZc { top:31.4375rem;left:44.500001907349rem;width:2.1875rem;height:2.1875rem;display:none; }
#k0TDdb5756UV8xWdoSad6d4SLtir8a5Q { top:29.125rem;left:44.500001907349rem;width:2.1875rem;height:2.1875rem;display:none; }
#aVO4yn2ypRbscdzBhh3FcSFWQ3BEbf5v { top:33.6875rem;left:44.500001907349rem;width:2.1875rem;height:2.1875rem;display:none; }
#rNIgOCnLxl5NfR4apiTJfsdT840T6UX8 { width:10rem;height:2.375rem;top:26.6875rem;left:36.015626907349rem;display:none; }
#ptfG7TsuPZxM7UWNM1xvxRxBxSyvFhyr { display:block; }
#s81aNxLCusQeCol1oIVkw6ovN4B5h1i7 { width:12.8125rem;height:2.375rem;top:31.25rem;left:32.402345657349rem;display:none; }
#sOSO0X7NXAthTLxrfL9HGQlJch2e7uZK { display:block; }
#lghLeauSmFcfL4TD4sCW2mWLTm3ZGI6N { width:9.375rem;height:2.375rem;top:33.5625rem;left:35.729166030884rem;display:none; }
#TmSMvQ5yKsLcKoPofuLX6QQAsCyqi69A { display:block; }
#TVwpuBNQxeruOJEid2JWFwDP62GDTLek { top:26rem;left:0rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#pCEh18qOK4l74bpqI6DoOJK99Grh28G7 { top:31.6875rem;left:0.5625rem;width:10.5625rem;height:0.9375rem;font-size:0.9375rem;display:none; }
#aune7ngAcXHQim5l1i8Up0cPSqdxRGgB { top:9rem;left:42.3125rem;width:18.125rem;height:1.25rem;display:none; }
#rkoE73nCt5i3fXM4Exa6wTrghN7xIrA6 { display:none; }#rkoE73nCt5i3fXM4Exa6wTrghN7xIrA6 > .row .container { width:47.75rem;position:relative;display:none; }#BFcRxkLWwNHhTcKKnQt86Twyx23t7wBN { top:0rem;width:;height:;display:none; }
#eKnThQ5MewJOnxkOEFHOJUSmS2Vkz3fx { top:2.375rem;left:0rem;width:11.125rem;height:;font-size:2rem;display:none; }
#JyOttd0L9csXlVlcKqSPh9k1bn6DQVN0 { top:3.9375rem;left:0rem;width:12.625rem;height:;font-size:1.1875rem;display:none; }
#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex { display:block; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container { width:47.75rem;position:relative;display:block; }#t9TIWKbxDFbtwlAfBuWHSsp5QWQGNILi { top:0.9375rem;left:13.311717987061rem;width:21.0625rem;height:2.0625rem;font-size:1.625rem;display:block; }
#yJWOhCMNrPIe2weTst2BMypwesur70SN { width:23.25rem;height:3.4375rem;top:3.0625rem;left:13.625rem;display:block; }
#nwgpHM7mgEICvqaN0LLGQ6K5gLCo00ad { display:block; }
#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J { display:block; }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row .container { width:47.75rem;position:relative;display:block; }#upSuESD5mkqaQnMAZQdTnXOCTr5gfA5I { top:0.0625rem;left:11.1875rem;width:9.375rem;height:16.75rem;display:block; }
#zLX5aB4d9ZLDu9wxGDTZciTT3vnaOiHN { width:25.75rem;height:4.5625rem;top:31.625rem;left:8.435546875rem;display:none; }
#IfwZy0bvzF6h2b9yp2CFuzZWeWdxozsH { display:block; }
#Ck0io4cIudSNNCGNXXPTqcUvi52yIxg8 { width:25.75rem;height:4.5625rem;top:31.625rem;left:8.435546875rem;display:none; }
#a5ubx3zXkfToxqILmmEnfilsFwqHN7kL { display:block; }
#L38D1eTgIuEulU3heIxFBETIyJypBIOO { top:0.0625rem;left:11.1875rem;width:9.375rem;height:16.75rem;display:none; }
#Jan765qkPKN57lBoAhBdJh77GTtJaurD { display:block; }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row .container { width:47.75rem;position:relative;display:block; }#NucKMyVlfG42BqJEyUrErQnMQD57gpM2 { top:20.875rem;left:5.375rem;width:18rem;height:7.125rem;font-size:0.5625rem;display:block; }
#rEb5feoLvUfgfNKEF6GNWsTzFGZLt1MA { width:25.75rem;height:4.5625rem;top:30.1875rem;left:12.009765625rem;display:none; }
#MDG2Iefeg9XTgmdenWsRJdtJ8h0V0yTX { display:block; }
#E9oF6FwLob7D4PGrxWchZmdKniDnx0EE { width:25.75rem;height:4.5625rem;top:30.1875rem;left:12.009765625rem;display:none; }
#VqPXzegSTusps255AkGuJ2fxGt1fwnd4 { display:block; }
#JfWxyfL5wvqkOotMU0tfLp1Czeuxxl1X { top:0.0625rem;left:11.1875rem;width:9.375rem;height:16.75rem;display:none; }
#TxOiDuGTfNAxTGiTcG8phZUXOZMfSoBI { top:0.0625rem;left:11.1875rem;width:9.375rem;height:16.75rem;display:none; }
#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ { display:block; }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row .container { width:47.75rem;position:relative;display:block; }#OtB6heJgNw05Lp7HgZSuQyD3QmJEN5aq { top:1.25rem;left:31.1875rem;width:9.625rem;height:17.1875rem;display:block; }
#npF6HgRbLT5KTkXOwmeIKc2qmRI6b5MZ { width:25.75rem;height:4.5625rem;top:27.6875rem;left:10.556640625rem;display:none; }
#WiKpbFA6EzkoqSseewTfMlCXzUPQepps { display:block; }
#MWOlZv05ayFwoikImtmCOJ8fUTP3NJwS { width:25.75rem;height:4.5625rem;top:27.6875rem;left:10.556640625rem;display:none; }
#fnQ6LTrl9DwTn69nzmfpPBzKPUX1QLCO { display:block; }
#p2o9gP00M2564WSuhxr6e8OG7Kh2MIKc { top:27.8125rem;left:0rem;width:6.0625rem;height:3.375rem;display:none; }
#cTQ8EV7OBL3zWXzHWXfhFJhAzAFJVt9B { top:34.4375rem;left:38.012496948243rem;width:6.1875rem;height:3.375rem;display:none; }
#xQFa97bxX9ZJxVm9Fa71pUWGclcL0dTK { top:1.25rem;left:31.1875rem;width:9.625rem;height:17.1875rem;display:none; }
#ZeUU9kTy3EbzbR1Uoh52tmX5280HX7q8 { top:1.25rem;left:31.1875rem;width:9.625rem;height:17.1875rem;display:none; }
#f4bs4WgzLcqIh2aAaKJ4pTECdAm4wKHD { width:25.75rem;height:4.5625rem;top:27.6875rem;left:10.556640625rem;display:none; }
#p57Zw73sL9mG089ITiWOs55tNTSzTrQu { display:block; }
#kBeUlFez6XrbFgwwCkqzb1PSAkXMso3W { width:25.75rem;height:4.5625rem;top:27.6875rem;left:10.556640625rem;display:none; }
#xi7mcxdpw2UFObsIIhoFiVNGhL8WJ5gP { display:block; }
#An7G8LcmUhgBH9vJcN8PWq0oScJZW7kD { top:1.25rem;left:31.1875rem;width:9.625rem;height:17.1875rem;display:none; }
#geccm6konqPBrGOdPgz6c6HE1R5M1raT { display:block; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container { width:47.75rem;position:relative;display:block; }#feUufipTANR5WxWWmhsHZstrSz8Rm3CD { width:42.5625rem;height:2.5rem;top:1.4375rem;left:5.1875rem;font-size:1.375rem;display:block; }
#htzAHmyQOT4RzwMUp6KxXvmhRyevDliG { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#r5H0aFzCSqpJW8nHvygW9ZLkd7HNZxtk { width:45rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
#aeeruZTIHT0FTy3Jspla7fgI5TuK4OMD { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#BUFGR0NKJ4ewJuP6Q3hilFQ9Mst6FkuP { top:13.125rem;left:28.3125rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
#eBP7rt69LKTZ21yV9OzMVPiyG057ux8q { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
#nQGlWXDI95q46cWppPGcl4riCcex1IT6 { width:19.25rem;height:1.75rem;top:9.125rem;left:26.25rem;font-size:1.0625rem;display:block; }
body { position:relative;display:block; }
#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M { display:block; }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M { background-color: transparent; background-image: none; }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M > .row .container > .video-iframe-container { display: none; }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M > .row > .video-iframe-container { display: none; }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M > .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); }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M { border-width: 0; border-radius: 0; }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M > .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; }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M > .row .container { width:20rem;height:50.8125rem;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/24d85187-5892-4c62-b794-d98d49f21dc1/offers.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M > .row .container.adaptive-delivery-prevent-bg, #NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M > .row .container.lazyload, #NZ9pPbvThqhTyZ0OZuOlaXM6naZdTA0M > .row .container.lazyloading { background-image: none; }#m9mDEQgSIkSr2D46ar55TVlIqq1kV4BI { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ZkAArhdBgICx1nTUBxMhvZA57ApNF0PW { width:9.375rem;height:3.4995125rem;top:45.5rem;left:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#G3wDZ4U7wBIf2d1yzOD77lonHxInz7wQ { width:6.5625rem;height:2.6615821727808rem;top:46.125rem;left:12.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#DeG2kgKlHvXJZSUAZ8Z2wal5z3Xz1Tuy { width:5.0625rem;height:2.8125rem;top:44.868056774139rem;left:12.375000119209rem;display:none; }
#ipGGc0MevcBNT6cfoDqNr7XGUCu4OWJ7 { width:5.1875rem;height:2.875rem;top:44.125rem;left:0.875rem;display:none; }
#mktva5J6hvILh2esvvT94iqNF69gG0iD { width:6.5625rem;height:1.56055rem;top:39.6875rem;left:11rem;z-index:15035;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#agcJE5StespqrxxgChtq25ItBbnAlR4n { width:6.5625rem;height:2.18555rem;top:39.375rem;left:3.8125rem;z-index:15034;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#P2VmQBUSvNfDVKZggCbMf74tk5w1hwwy { top:47.374134063721rem;left:0.93750005960463rem;width:18.125rem;height:1.13671875rem;z-index:15188;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#TsvXCV5DdImDfToa0VNecUBuni0rm2to { display:flex;top:43.249786376953rem;left:9.0625002980231rem;width:1.6875rem;height:1.6875rem;z-index:15195; }
#rnLnrSMFDau5XnIUUu5ISTPyzJ03mbFQ { width:19.6875rem;height:7.1484375rem;top:14.874132156372rem;left:0.18663197755814rem;font-size:1.375rem;font-weight:700;font-style:normal;font-family:"advent pro";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15023;color:#171717;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #biNFpM0onpCSdVIIRIL6iJ4cydP8xqku {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PDLk14nCbeOLeniywqZFN19UIvFzQiO3 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #JsOCng8yhaiKzHt1iZHOVfZVbIN6V9Fe {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #k75bhgb2rl9Uds1vUsfdrw1IBAfFdtXC {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #L2AtRkZQapbeMS4mOp6nVwBpQd3n8MoG { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #wUtqwpKipgPtcC7hPA1iNkxW17rx441x {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mg4oWZTdBUihwIMQo4EcMiSPLKzhARao {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #t1UrF2wEXqsc9QycLrHnb0TUK13tkJo4 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zRUf3IhBSM6qVuqumUyke3RBJTdKTxev {  }
#LtNNzsSv3aDnmg5drCilTIM4ruoibOQb { display:block; }
#Fi8wqfUvvWfehtQK1XWBLLEPszKXVXTX { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #W09tDDCOIzuJeh9tHQUuOaeJDSedquwb {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KplAgQFqT1n3izVrLutf2IXgv0FFbE1t {  }
#THzEhUVd3xImuTJ92cJPEvIZ5kDrLi8H { width:17.5rem;height:1.25rem;top:49.312068939209rem;left:1.2500000596046rem;z-index:15001;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NFGblIx5MlhbLqrvTPepeh5qFqsFWq4W { width:10.375rem;height:11.94140625rem;top:23.772787094116rem;left:9.124348938465rem;font-size:3.0625rem;z-index:15156;font-family:"alw arabic";display:block; }
#RmTfPJ2SKpPpTczyvd9tBJ8T3kNLNsHv { top:23.897570610046rem;left:1.1241319775581rem;width:8.5625rem;height:6.125rem;z-index:15197;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QsuZueUGZBJyEIBnwxRLX5FBbMCxT8US { width:20rem;height:3rem;top:34.249134063721rem;left:0rem;font-size:0.9375rem;z-index:15034;display:block; }
#PZKDHqf9TUND7lz1009GnebkdmNew7Fn { width:16.875rem;height:0.9746125rem;top:45.749786376953rem;left:1.6872830986977rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);z-index:15008;display:block; }
#WudkgF9sDcHhkMlIertRqsIxzM07SK6t { width:18.75rem;height:3.625rem;top:38.628473281861rem;left:0.87456601858137rem;z-index:15175;display:block; }
#pu8PSNEFgWNlLC66uSaDif83TTv7IKqU { display:block; }
#SAaRIIDlVHZxQyuKRdw5Had7us5bsRnH { display:flex;width:2.4375rem;height:2.4375rem;top:39.222005844116rem;left:2.0616319775581rem;z-index:15175; }
#SAaRIIDlVHZxQyuKRdw5Had7us5bsRnH > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#OPf0BqlThULigXnSDagmDpKKBE0wdhfI { width:4.1875rem;height:4.1875rem;top:0.93750005960463rem;left:7.9062507748606rem;z-index:15004;display:block; }
#hsvR2qoduMEdllB7gIGScdV0uzXcq2Fk { top:5.4986982345581rem;left:0rem;width:20rem;height:9.3125rem;z-index:15198;overflow:hidden;display:block; }
#qT6TJ7qB9dzH9xM7OxwFU9pCkKg7u4id { display:block; }#qT6TJ7qB9dzH9xM7OxwFU9pCkKg7u4id { background-color: transparent; background-image: none; }#qT6TJ7qB9dzH9xM7OxwFU9pCkKg7u4id::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qT6TJ7qB9dzH9xM7OxwFU9pCkKg7u4id > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qT6TJ7qB9dzH9xM7OxwFU9pCkKg7u4id > .row .container > .video-iframe-container { display: none; }#qT6TJ7qB9dzH9xM7OxwFU9pCkKg7u4id > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qT6TJ7qB9dzH9xM7OxwFU9pCkKg7u4id > .row > .video-iframe-container { display: none; }#qT6TJ7qB9dzH9xM7OxwFU9pCkKg7u4id > .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); }#qT6TJ7qB9dzH9xM7OxwFU9pCkKg7u4id > .row .container { width:20rem;height:0.625rem;background-color:#ffffff;background-image:none;position:relative;display:block; }#bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 { display:block; }#bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 { background-color: transparent; background-image: none; }#bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 > .row .container > .video-iframe-container { display: none; }#bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 > .row > .video-iframe-container { display: none; }#bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 > .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); }#bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 > .row .container { width:20rem;height:34.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/24d85187-5892-4c62-b794-d98d49f21dc1/offers.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 > .row .container.adaptive-delivery-prevent-bg, #bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 > .row .container.lazyload, #bZWblmCcd2UGa1nO5uyWxA7JhiW5EtL6 > .row .container.lazyloading { background-image: none; }#N4mDToKS63WHfPploJAXhdv07Rl9f7Hc { width:2.1875rem;height:2.1875rem;top:7rem;left:16.5625rem;z-index:15055;display:block; }
#TorpSu5uzF4JTb2i3xXWTqe6DCw3PNMy { width:12.8125rem;height:2.375rem;top:6.625rem;left:3.375rem;z-index:15076;color:#875e5e;display:block; }
#AAFTmbxwAC8g1BTTJPSnU6XDdO04XJRD { display:block; }
#He3NwtbyVWFRnfDKlf8uWNvx2TMVvpeG { top:1.5rem;left:1.9375rem;width:15.5rem;height:3.25rem;z-index:15085;font-weight:700;font-style:normal;font-family:cairo;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
#EyRU8OJsQkfylWP28WUJDwPgmeNRI14t { display:flex;width:3.125rem;height:3.125rem;top:1.5000002384186rem;left:16.875001728535rem;z-index:15085; }
#lnGk1kZwp7aa4unWTzkxIT3TgNhlOzLX { width:12.8125rem;height:2.375rem;top:11.125rem;left:4.3125rem;z-index:15077;color:#875e5e;display:block; }
#p8Q8LESHkX3LJdoPsCPOPVWaOLJ6TgTB { display:block; }
#RZus7ToXqG23PAIUWZI0Q2wfVw4IlVoQ { width:2.1875rem;height:2.1875rem;top:11.5rem;left:16.625rem;z-index:15058;display:block; }
#JUkX8bvkEUSmAHO6fm8nHa7wWxUQrIoM { width:2.1875rem;height:2.1875rem;top:21.1875rem;left:16.5rem;z-index:15056;display:block; }
#drieTXJzs54oQv8p7G2tIMsFWwNKzoz2 { width:2.1875rem;height:2.1875rem;top:13.968750238419rem;left:16.562501728535rem;z-index:15059;display:block; }
#TkOqzmVf2MSXW4nuarnIsK0ZfEGutEZk { width:2.1875rem;height:2.1875rem;top:18.875rem;left:16.5625rem;z-index:15060;display:block; }
#I6BxIFsTElZ7bDPeFVJTn0RMMSkF93wf { width:2.1875rem;height:2.1875rem;top:16.5625rem;left:16.5625rem;z-index:15057;display:block; }
#TCEle82DagrMQmWG5ZqpUrmApPcDlP3s { width:9.0625rem;height:2.375rem;top:13.5rem;left:7.625rem;z-index:15079;color:#875e5e;display:block; }
#ViPZ7pTa4XkVEy6mzuMbbu9TJopPteqT { display:block; }
#cIv1Z2mVHb4iO1mUreGiyecs1DwxStiz { width:8.8125rem;height:2.375rem;top:16rem;left:7.6875rem;z-index:15083;color:#875e5e;display:block; }
#wTvztLWGv2DmKKNRTz7L48I5tJwdW3Eh { display:block; }
#PPp3PncwzvhK6ged2qwFEEvL4KZr3MH7 { width:12.8125rem;height:2.375rem;top:23.0625rem;left:3.3125rem;z-index:15084;color:#875e5e;display:block; }
#qLtvqxKbz0TxrotwaXZnBQa64vxDHU1R { display:block; }
#vGKWAfrFhCxTp72bsfALEJDnrFHdutXU { width:14.8125rem;height:2.375rem;top:18.25rem;left:2rem;z-index:15078;color:#875e5e;display:block; }
#AV6luOEJ9s9TDirdUvORFzlwDZnH6KEq { display:block; }
#BnxZ6b0mTTyGfF9hGfXQnnl7TAp7FVZc { width:2.1875rem;height:2.1875rem;top:9.3125rem;left:16.625rem;z-index:15061;display:block; }
#k0TDdb5756UV8xWdoSad6d4SLtir8a5Q { width:2.1875rem;height:2.1875rem;top:23.687500476837rem;left:16.500001728535rem;z-index:15063;display:block; }
#aVO4yn2ypRbscdzBhh3FcSFWQ3BEbf5v { width:2.1875rem;height:2.1875rem;top:26.0041680336rem;left:16.500001728535rem;z-index:15062;display:block; }
#rNIgOCnLxl5NfR4apiTJfsdT840T6UX8 { width:10rem;height:2.375rem;top:20.625rem;left:7.875rem;z-index:15082;color:#875e5e;display:block; }
#ptfG7TsuPZxM7UWNM1xvxRxBxSyvFhyr { display:block; }
#s81aNxLCusQeCol1oIVkw6ovN4B5h1i7 { width:12.8125rem;height:2.375rem;top:8.9375rem;left:4.5rem;z-index:15084;color:#875e5e;display:block; }
#sOSO0X7NXAthTLxrfL9HGQlJch2e7uZK { display:block; }
#lghLeauSmFcfL4TD4sCW2mWLTm3ZGI6N { width:9.9375rem;height:2.375rem;top:25.625rem;left:7.125rem;z-index:15080;color:#875e5e;display:block; }
#TmSMvQ5yKsLcKoPofuLX6QQAsCyqi69A { display:block; }
#TVwpuBNQxeruOJEid2JWFwDP62GDTLek { top:30.625rem;left:0.9375rem;width:18.125rem;height:1.13671875rem;z-index:15196;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#pCEh18qOK4l74bpqI6DoOJK99Grh28G7 { width:14.4375rem;height:1.21875rem;top:28.875rem;left:3.375rem;font-size:0.9375rem;font-family:var(--paragraphs-font-family);z-index:15013;display:block; }
#aune7ngAcXHQim5l1i8Up0cPSqdxRGgB { width:17.5rem;height:1.25rem;top:32.625rem;left:1.25rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rkoE73nCt5i3fXM4Exa6wTrghN7xIrA6 { display:block; }#rkoE73nCt5i3fXM4Exa6wTrghN7xIrA6 { background-color: transparent; background-image: none; }#rkoE73nCt5i3fXM4Exa6wTrghN7xIrA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkoE73nCt5i3fXM4Exa6wTrghN7xIrA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkoE73nCt5i3fXM4Exa6wTrghN7xIrA6 > .row .container > .video-iframe-container { display: none; }#rkoE73nCt5i3fXM4Exa6wTrghN7xIrA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkoE73nCt5i3fXM4Exa6wTrghN7xIrA6 > .row > .video-iframe-container { display: none; }#rkoE73nCt5i3fXM4Exa6wTrghN7xIrA6 > .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); }#rkoE73nCt5i3fXM4Exa6wTrghN7xIrA6 > .row .container { width:20rem;height:45.6875rem;background-color:#ffffff;background-image:none;position:relative;display:block; }#BFcRxkLWwNHhTcKKnQt86Twyx23t7wBN { top:10.625rem;left:0rem;width:20rem;height:19.375rem;z-index:15218;display:block; }
#eKnThQ5MewJOnxkOEFHOJUSmS2Vkz3fx { top:0.9365234375rem;left:3.6875rem;width:12.625rem;height:2.5996125rem;z-index:15007;font-family:"alw font";font-size:2rem;font-weight:700;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#2b84bf;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);display:block; }
#JyOttd0L9csXlVlcKqSPh9k1bn6DQVN0 { top:3.474609375rem;left:1.53125rem;width:16.9375rem;height:1.54296875rem;z-index:15008;font-family:"alw font";font-size:1.1875rem;font-weight:700;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#2b84bf;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);display:block; }
#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex { 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 { width:20rem;height:7rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#t9TIWKbxDFbtwlAfBuWHSsp5QWQGNILi { width:16.5625rem;height:2.11263125rem;top:0.6875rem;left:1.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#yJWOhCMNrPIe2weTst2BMypwesur70SN { width:20rem;height:3.3125rem;top:3.1875rem;left:0rem;font-size:0.9375rem;display:block; }
#nwgpHM7mgEICvqaN0LLGQ6K5gLCo00ad { display:block; }
#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J { 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 { width:20rem;height:48.125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row .container.adaptive-delivery-prevent-bg, #zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row .container.lazyload, #zxBzn0wNriEcTKaTm9H3g1dIXtKnxr0J > .row .container.lazyloading { background-image: none; }#upSuESD5mkqaQnMAZQdTnXOCTr5gfA5I { width:9.4375rem;height:16.875rem;top:1.125rem;left:5.28125rem;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#zLX5aB4d9ZLDu9wxGDTZciTT3vnaOiHN { width:14.141625rem;height:3.45703125rem;top:18.75rem;left:2.9287109375rem;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; }
#IfwZy0bvzF6h2b9yp2CFuzZWeWdxozsH { display:block; }
#Ck0io4cIudSNNCGNXXPTqcUvi52yIxg8 { width:14.141625rem;height:3.45703125rem;top:43.375rem;left:2.9287109375rem;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; }
#a5ubx3zXkfToxqILmmEnfilsFwqHN7kL { display:block; }
#L38D1eTgIuEulU3heIxFBETIyJypBIOO { width:9.4375rem;height:16.875rem;top:23.9375rem;left:5.28125rem;overflow:hidden;z-index:15018;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Jan765qkPKN57lBoAhBdJh77GTtJaurD { 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 { width:20rem;height:51.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row .container.adaptive-delivery-prevent-bg, #Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row .container.lazyload, #Jan765qkPKN57lBoAhBdJh77GTtJaurD > .row .container.lazyloading { background-image: none; }#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; }
#rEb5feoLvUfgfNKEF6GNWsTzFGZLt1MA { width:14.1425625rem;height:3.45800625rem;top:47.310546875rem;left:2.927734375rem;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; }
#MDG2Iefeg9XTgmdenWsRJdtJ8h0V0yTX { display:block; }
#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; }
#VqPXzegSTusps255AkGuJ2fxGt1fwnd4 { display:block; }
#JfWxyfL5wvqkOotMU0tfLp1Czeuxxl1X { width:9.4375rem;height:16.875rem;top:1.0625rem;left:5.28125rem;overflow:hidden;z-index:15019;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#TxOiDuGTfNAxTGiTcG8phZUXOZMfSoBI { width:9.4375rem;height:16.875rem;top:28.9375rem;left:5.28125rem;overflow:hidden;z-index:15020;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ { 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 { width:20rem;height:102.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row .container.adaptive-delivery-prevent-bg, #MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row .container.lazyload, #MDhM7NTpSs0bMlNZZtGMbg0w12Q3FVvQ > .row .container.lazyloading { background-image: none; }#OtB6heJgNw05Lp7HgZSuQyD3QmJEN5aq { width:9.5625rem;height:17.0625rem;top:0.57890510559082rem;left:5.1867187023163rem;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#npF6HgRbLT5KTkXOwmeIKc2qmRI6b5MZ { width:18.249rem;height:4.561525rem;top:19.88671875rem;left:0.8740234375rem;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; }
#WiKpbFA6EzkoqSseewTfMlCXzUPQepps { display:block; }
#MWOlZv05ayFwoikImtmCOJ8fUTP3NJwS { width:18.2480625rem;height:4.561525rem;top:44.6875rem;left:0.875rem;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:15018;display:block; }
#fnQ6LTrl9DwTn69nzmfpPBzKPUX1QLCO { display:block; }
#p2o9gP00M2564WSuhxr6e8OG7Kh2MIKc { width:6.0625rem;height:3.375rem;top:42.5625rem;left:12.1875rem;z-index:15039;display:block; }
#cTQ8EV7OBL3zWXzHWXfhFJhAzAFJVt9B { width:6.1875rem;height:3.375rem;top:50.8125rem;left:12.125rem;z-index:15038;display:block; }
#xQFa97bxX9ZJxVm9Fa71pUWGclcL0dTK { width:9.5625rem;height:17.0625rem;top:26.3857421875rem;left:5.21875rem;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15016;display:block; }
#ZeUU9kTy3EbzbR1Uoh52tmX5280HX7q8 { width:9.5625rem;height:17.0625rem;top:50.8125rem;left:5.21875rem;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15017;display:block; }
#f4bs4WgzLcqIh2aAaKJ4pTECdAm4wKHD { width:18.2480625rem;height:4.561525rem;top:69.1875rem;left:0.875rem;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:15019;display:block; }
#p57Zw73sL9mG089ITiWOs55tNTSzTrQu { display:block; }
#kBeUlFez6XrbFgwwCkqzb1PSAkXMso3W { width:18.2480625rem;height:4.561525rem;top:95.625rem;left:0.875rem;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:15020;display:block; }
#xi7mcxdpw2UFObsIIhoFiVNGhL8WJ5gP { display:block; }
#An7G8LcmUhgBH9vJcN8PWq0oScJZW7kD { width:9.5625rem;height:17.0625rem;top:76.1875rem;left:5.21875rem;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15018;display:block; }
#geccm6konqPBrGOdPgz6c6HE1R5M1raT { 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 { width:20rem;height:10.125rem;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:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container.adaptive-delivery-prevent-bg, #geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container.lazyload, #geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container.lazyloading { background-image: none; }#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; }
#htzAHmyQOT4RzwMUp6KxXvmhRyevDliG { width:20rem;height:2rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
#r5H0aFzCSqpJW8nHvygW9ZLkd7HNZxtk { width:15.9375rem;height:3.19921875rem;top:4.7614593505859rem;left:1.3125000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
#aeeruZTIHT0FTy3Jspla7fgI5TuK4OMD { width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
#BUFGR0NKJ4ewJuP6Q3hilFQ9Mst6FkuP { width:19.4375rem;height:1.3rem;top:8.4999847412113rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
#eBP7rt69LKTZ21yV9OzMVPiyG057ux8q { width:3.125rem;height:3.125rem;top:4.0478515625rem;left:16.875rem;font-size:2.1875rem;display:block; }
#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; }
