.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 { position:relative;display:block; }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 { background-color: transparent; background-image: none; }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row .container > .video-iframe-container { display: none; }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row > .video-iframe-container { display: none; }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .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); }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 { border-width: 0; border-radius: 0; }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .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; }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row .container { 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/64c1f1b1-366f-44e7-91c3-0f0971dece8a/AFWderma.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:14px;font-family:arial;height:709px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row .container.adaptive-delivery-prevent-bg, #lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row .container.lazyload, #lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row .container.lazyloading { background-image: none; }#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-form-header {  }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#000000;width:273px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:273px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-input-text {padding-top: 0; padding-bottom: 0;}#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:273px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:273px;box-sizing:border-box;height:45px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-input-select {padding-top: 0; padding-bottom: 0;}#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:21px;font-weight:bold;color:#f2f9ff;width:273px;height:65px;font-family:cairo;overflow:hidden;box-shadow: 1px 1px 30px rgba(255,255,255,0.5) ; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:254px;overflow:hidden;font-style:normal; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:cairo;font-size:12px;font-weight:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-container:first-of-type{padding-top:0;}#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-container:last-of-type{padding-bottom:0;}#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:273px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:134.875px;top:314.04168701172px;z-index:15032;position:absolute; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:273px;display:block;vertical-align:top; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V {display:block;}#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:273px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:134.875px;top:314.04168701172px;z-index:15032;position:absolute; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #ZVLcas0iLng8GufHaQMsGRIiGdn6gW2P { position:relative; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #Qqv7OF2oq35hJThXq6GidP8wemKR1OQv { position:relative;display:block; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #hPry0dIx3W67FlZfB10OaEcGsN7bfhu1 { position:relative; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #zsrED0OMXW9xSq17An90ox3hHMILKEmF { position:relative; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #vhziIcHH35so0DIbSW8TZFDSNKKQ8llt { position:relative;display:block; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #F3ZAfSFqXNipCkUK2OE5DwoSvJcsNtOF { position:relative; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #qR2NFOptMgpIPJkRgGTeltpm9Q9TJkQe { position:relative; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #Q4t59TdzbAHtXZtXXsS7k2WpgE88UEqa { position:relative;display:block; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #usQfRIuT3bTpvEaZeD9ZiTt9wgFO6wTc { position:relative; }
#CWOOfhJVZnN9MgkRyV9kRw74ITWCwTRL { position:relative;display:block; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #PGOfrdV1bhXJuI2CIrQqmhvdOZP6UI2A { position:relative; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #vtPHAgCI8HnTmWHIqa6FTTEkRCy2H2vN { position:relative;display:block; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #ssRS6VnyNkQqzuhnf7mTpMtSsuWq6NrR { position:relative; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #hLV7t4N2ckMUqlKEMEEv0EFa6nuw4SQ8 { position:relative; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #MwGXeflGdpeV7XqFPqaJIzUx5Ek91w9Z { position:relative; }
#TTiI8pHt7W49RhZ5VDB1pmfsUhh29aKO { color:#002323;display:block;width:246px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:262px;left:181px;height:31.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CLXZdTTQUzhTpbZhouffSvI0K2IOkDm3 { 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;height:100px;width:375px;top:825.00003051758px;left:120px;overflow:hidden;display:none; }
#LcOWgn9uPrr2GKdUUd2pf1sDgy8pF7EC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:59px;width:177px;top:627px;left:202px;overflow:hidden;display:block; }
#czTf2ueKpsxz4hEceP8kHtP6fxnKt8xF { position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid rgba(206,146,47,0.83);border-left:4px solid rgba(206,146,47,0.83);border-right:4px solid rgba(206,146,47,0.83);border-bottom:4px solid rgba(206,146,47,0.83);border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:52px;width:227px;top:247px;left:193px;display:block; }
#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI { position:relative;display:block; }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI { background-color: transparent; background-image: none; }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .row .container > .video-iframe-container { display: none; }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .row > .video-iframe-container { display: none; }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .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); }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI { border-width: 0; border-radius: 0; }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .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; }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:414px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .row .container.adaptive-delivery-prevent-bg, #AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .row .container.lazyload, #AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .row .container.lazyloading { background-image: none; }#zixyF6ADtXoDJQhsWUZVKVN31FiPUkwQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;height:264px;width:405px;top:78px;left:444.00006103516px;overflow:hidden;display:block; }
#R0nMeNcEJIdcD3OKyIHtpKZToMd1RgPk { color:#0f86a9;display:block;width:381px;position:absolute;font-family:cairo;font-size:42px;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;text-shadow:3px 1px 3px rgba(206,146,47,0.93);top:13.675003051758px;left:456.00006103516px;height:54.6px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CBdXiC8mo27U30mEM04cRChpO0cXTOMn { position:absolute;display:block;z-index:15087;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;height:55px;width:165px;top:356px;left:548px;overflow:hidden;display:block; }
#sRlECtv8iLPnbXveH6iV0ceeReCNyitG { z-index:15089;top:364px;left:540px;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:181.975px;height:40px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IFLyboLy4e1WtScM3KskJCUD2rXn3CLQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#faP9BL7EX8NGeSoln8dWBVUO8thyKMpO { position:absolute;display:block;z-index:15090;height:94px;width:168px;top:42.33332824707px;left:980.50003051758px;display:block; }
#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un { position:relative;display:block; }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un { background-color: transparent; background-image: none; }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .row .container > .video-iframe-container { display: none; }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .row > .video-iframe-container { display: none; }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .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); }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un { border-width: 0; border-radius: 0; }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .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; }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:311px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .row .container.adaptive-delivery-prevent-bg, #ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .row .container.lazyload, #ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .row .container.lazyloading { background-image: none; }#eqlbCXAEtgnhHGOAURfnCMGzdOle6dH0 { position:absolute;display:block;z-index:15075;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;height:177px;width:177px;top:24px;left:144px;overflow:hidden;display:block; }
#EqJ290LQsBKXg3RITeeT0r9FCH4OS1Dp { position:absolute;display:block;z-index:15076;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;height:183px;width:179px;top:21px;left:418px;overflow:hidden;display:block; }
#pNKuop8d8wsZMIHQ5ByUuz9B0u2w1GvL { position:absolute;display:block;z-index:15077;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;height:182px;width:188px;top:20px;left:930px;overflow:hidden;display:block; }
#aeNJADMKPXWs9vFXeC7bGEh1TuvkRaxg { position:absolute;display:block;z-index:15078;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;height:179px;width:156px;top:22px;left:684px;overflow:hidden;display:block; }
#TbTtCQy5pZTklxmbdIqTEyWVHgc14oLN { color:#e7668a;display:block;width:200px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:213px;left:918px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cbXe6la87HzZuSyRa0zBZkwMatXfMcKo { background-color:#0a1c38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"alw arabic";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:168.95px;height:38.95px;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:254.56998443604px;left:939.52508544922px;display:block; }
#EBDnmmAXeeMqqhkb1IVbOzvTdLlzg32b { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#C0zwfQ4T2L1UMTpLCkJtIAuhhGLHE94H { color:#e7668a;display:block;width:200px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:215px;left:662px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nu0LX6JSbdzwGmT0Xtn0L0ZlHtFa0a2J { background-color:#0a1c38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"alw arabic";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:168.969px;height:38.9688px;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:255px;left:679px;display:block; }
#OemlZ0kIQQ1sGtIag9UNwlwfcdUiXdIJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gIEoaAXzbQMPDuKWLTlcUDJMvK7Wl6OL { color:#e7668a;display:block;width:200px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:213px;left:415px;height:52px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VmdTUyI5CiEGiI6ENGvFiHa0oRxhvTK0 { background-color:#0a1c38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"alw arabic";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:168.969px;height:38.9688px;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:255px;left:415px;display:block; }
#OoRZB19ILvPNHxt8RwGyPcrrOfrwoR7B { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#f8b5kOduxT3AJPNgCZlzyaOWImwhW0Tu { color:#e7668a;display:block;width:245px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:213px;left:105.97503662109px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7JFSMa9MkI2T5RV9woZg1R0FXIwLmDJ { background-color:#0a1c38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"alw arabic";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:168.969px;height:38.9688px;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:255px;left:144px;display:block; }
#b9tCit5JrvZDAbneX970kFvSdvGp6eCC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ShsTntz0LEoNCoKACaLr7TooLiBGrEP5 { position:relative;display:none; }#ShsTntz0LEoNCoKACaLr7TooLiBGrEP5 { border-width: 0; border-radius: 0; }#ShsTntz0LEoNCoKACaLr7TooLiBGrEP5 > .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; }#ShsTntz0LEoNCoKACaLr7TooLiBGrEP5 > .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/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:14px;font-family:arial;height:326px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ShsTntz0LEoNCoKACaLr7TooLiBGrEP5 > .row .container.adaptive-delivery-prevent-bg, #ShsTntz0LEoNCoKACaLr7TooLiBGrEP5 > .row .container.lazyload, #ShsTntz0LEoNCoKACaLr7TooLiBGrEP5 > .row .container.lazyloading { background-image: none; }#TbFzwmmilnKDCP8NDHlEPacVFrWDm3WT { color:#000000;display:block;width:548px;position:absolute;font-family:cairo;font-size:37px;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:51.369995117188px;left:570.00006103516px;height:203.4375px;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;text-align:center;text-align-last:center;display:block; }
#HpENWDTJJmWT7yuUm4XTKWIy3t0tiQTM { color:#434343;display:block;width:169px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:299px;left:278px;height:32px;font-style:normal;display:none; }
#dJ3SoLGsbwViLroINZRZ7pFdLfuhS0US { box-sizing:content-box;color:#434343;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:290px;left:216px;display:none; }
#oCh0pWSt858K6U8ItQnb6f4lFpPHwRHE { position:absolute;display:block;z-index:15005;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;height:318px;width:305px;top:2px;left:208px;overflow:hidden;display:block; }
#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz { position:relative;display:block; }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz { background-color: transparent; background-image: none; }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .row .container > .video-iframe-container { display: none; }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .row > .video-iframe-container { display: none; }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .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); }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz { border-width: 0; border-radius: 0; }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .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; }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:cover !important;font-size:14px;font-family:arial;height:460px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .row .container.adaptive-delivery-prevent-bg, #ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .row .container.lazyload, #ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .row .container.lazyloading { background-image: none; }#d3f77gJAe42TPXZ0D8PIQaKVNQPKTKvz { color:#405466;display:block;width:465px;position:absolute;font-family:cairo;font-size:34px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:50.000002622604px;left:585px;height:44.2031px;font-style:normal;display:block; }
#mEJ2RENkLb8IBlbQnvsunTdvOLPI8io7 { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:3px;width:355px;top:108px;left:695px;display:block; }
#kITN6o7L7GEoUcrNmEbPzZCVu28vTB6f { color:#707b8b;display:block;width:385px;position:absolute;font-family:cairo;font-size:12px;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:127px;left:663px;height:61.1875px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#VboKfwd8AfEvGuJJ8ChxrU37SDHrhqTe { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:30px;width:30px;top:317.00002288818px;left:1015px;display:block; }
#VXFoqVQDfJgDcotknQ3zd5mIcHorOH0e { position:absolute;display:block;z-index:15004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:3px;width:68px;top:107.97917175293px;left:982px;display:none; }
#HLXWGaTpuSIwwipBVKQmQWBeC2Sae6VX { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:319.00002288818px;left:1016px;display:block; }
#hM6wRITHQaf1mqq26eDHTwSDs59T4OnL { color:#9cc2e3;display:block;width:457px;position:absolute;font-family:cairo;font-size:27px;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:264.8125px;left:589px;height:43.2px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#zBWwOMOX1rhyF6RLZNunAJplhKmOBRB8 { color:#707b8b;display:block;width:332px;position:absolute;font-family:cairo;font-size:12px;font-weight:700;z-index:15003;line-height:2.7;letter-spacing:0;top:307.00002288818px;left:672px;height:32.4px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZizQQ7rOrloczm8qkEFBgqbznvHA5bnx { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:353.00002288818px;left:1017px;display:block; }
#xTi8iF8m3zkbgExvJNgwWcnMlo7nOfGs { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:30px;width:30px;top:352.00002288818px;left:1015px;display:block; }
#R0XNOHRxqEf0fhkISNp0W93COqJfZcRF { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:390.00002288818px;left:1017px;display:block; }
#VTZMvuzF8Dx3ro7Ek4ck2nHLNocPyJ0Z { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:30px;width:30px;top:388.00002288818px;left:1015px;display:block; }
#haT9T5nebmQK6ugm0oxLoqLQCO1XI908 { color:#707b8b;display:block;width:182px;position:absolute;font-family:cairo;font-size:12px;font-weight:700;z-index:15004;line-height:2.7;letter-spacing:0;top:344.00002288818px;left:822px;height:32.4px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MRbrOZ5k4SuJmSlyEy0nEmGLL8Cevdhh { color:#707b8b;display:block;width:182px;position:absolute;font-family:cairo;font-size:12px;font-weight:700;z-index:15005;line-height:2.7;letter-spacing:0;top:416.00002288818px;left:822px;height:32.4px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BTn8LRSqP15gc2uoAcT7p93fc9ahd4wp { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:424.66667938232px;left:1017px;display:block; }
#bVKNOf5CpJpL27hzSOn2RBrQNalxf6sd { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:30px;width:30px;top:422.66667938232px;left:1015px;display:block; }
#sv51TcMevD8BGZOHaUUaNSeFRp4vflCK { color:#707b8b;display:block;width:182px;position:absolute;font-family:cairo;font-size:12px;font-weight:700;z-index:15005;line-height:2.7;letter-spacing:0;top:381.00002288818px;left:822px;height:32.4px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dS1X10iG6RAP3pZXryVtzKL7cfQKAMeo { 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;height:276px;width:521px;top:108px;left:120px;overflow:hidden;display:block; }
#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 { position:relative;display:block; }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 { background-color: transparent; background-image: none; }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row .container > .video-iframe-container { display: none; }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row > .video-iframe-container { display: none; }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .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); }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 { border-width: 0; border-radius: 0; }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .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; }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:316px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row .container.adaptive-delivery-prevent-bg, #KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row .container.lazyload, #KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row .container.lazyloading { background-image: none; }#UsLicpqv1yLRErzIcWuuQ1hitckvauTs { color:#434343;display:block;width:169px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:299px;left:278px;height:32px;font-style:normal;display:none; }
#teqrt5BPyP5pAQ9RSTTkV9QOfFgck7TN { box-sizing:content-box;color:#434343;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:290px;left:216px;display:none; }
#Uf6S2gJBzzfcqnGxXa58wOnbpoGWsvtB { color:#ffffff;display:block;width:310.969px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:281.17498779297px;left:529px;height:20.8px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QtLhFxROW6JttsUhkNubkOfuBZpqPlAK { color:#000000;display:block;width:309px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:209px;left:683px;height:28.8px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gFoqa97SThvXxLVC1KZU5uWWzJLcNn5P { position:absolute;display:block;z-index:14999;background-color:rgba(236,236,236,0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 1px 31px #fdbd61 ;height:47px;width:323px;top:200px;left:681px;display:block; }
#tBzcfqthSCTMI3F9EPP7TrUXlXOrc8t0 { color:#026499;display:block;width:535px;position:absolute;font-family:cairo;font-size:49px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.41796875px;left:290px;height:63.7031px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w1IffB8ryZN7POqsvd2ssVZM7LguZNFz { box-sizing:content-box;color:#b20129;font-size:41px;font-weight:400;line-height:1;height:59px;width:59px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:111px;left:994px;display:block; }
#pAfpFIq1x3tOAS5q2AxLdlz3dbazQOc7 { color:#ffffff;display:block;width:721px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:125px;left:281px;height:32px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#J8J9c0XBTz1oJuRHEcRvPITh3X6eotzP { box-sizing:content-box;color:#1178d1;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:198px;left:464px;display:block; }
#QT97wst5AmTNXruuXpV4v6AGKhDhyueT { box-sizing:content-box;color:#1178d1;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:198px;left:530px;display:block; }
#OcCNre1hpRuGGxqls0b9QSex94WVWqxg { box-sizing:content-box;color:#1178d1;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:198px;left:594px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 { display:block; }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-regular-label { display:block; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V  { width:273px;height:auto; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V {display:block;}#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V { width:273px;height:auto; }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #ZVLcas0iLng8GufHaQMsGRIiGdn6gW2P {  }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #Qqv7OF2oq35hJThXq6GidP8wemKR1OQv { display:block; }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #hPry0dIx3W67FlZfB10OaEcGsN7bfhu1 {  }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #zsrED0OMXW9xSq17An90ox3hHMILKEmF {  }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #vhziIcHH35so0DIbSW8TZFDSNKKQ8llt { display:block; }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #F3ZAfSFqXNipCkUK2OE5DwoSvJcsNtOF {  }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #qR2NFOptMgpIPJkRgGTeltpm9Q9TJkQe {  }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #Q4t59TdzbAHtXZtXXsS7k2WpgE88UEqa { display:block; }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #usQfRIuT3bTpvEaZeD9ZiTt9wgFO6wTc {  }
 }@media only screen and (max-width: 763px) { #CWOOfhJVZnN9MgkRyV9kRw74ITWCwTRL { display:block; }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #PGOfrdV1bhXJuI2CIrQqmhvdOZP6UI2A {  }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #vtPHAgCI8HnTmWHIqa6FTTEkRCy2H2vN { display:block; }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #ssRS6VnyNkQqzuhnf7mTpMtSsuWq6NrR {  }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #hLV7t4N2ckMUqlKEMEEv0EFa6nuw4SQ8 {  }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #MwGXeflGdpeV7XqFPqaJIzUx5Ek91w9Z {  }
 }@media only screen and (max-width: 763px) { #TTiI8pHt7W49RhZ5VDB1pmfsUhh29aKO { width:246px;height:31px;top:262px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #CLXZdTTQUzhTpbZhouffSvI0K2IOkDm3 { top:825px;left:0px;width:375px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #LcOWgn9uPrr2GKdUUd2pf1sDgy8pF7EC { top:627px;left:0px;width:177px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #czTf2ueKpsxz4hEceP8kHtP6fxnKt8xF { top:247px;left:0px;width:226px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #AnhQiMn0Dk8pOByyPNyx187uFwn64tUI { display:block; }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zixyF6ADtXoDJQhsWUZVKVN31FiPUkwQ { top:78px;left:226.00006103516px;width:405px;height:264px;display:block; }
 }@media only screen and (max-width: 763px) { #R0nMeNcEJIdcD3OKyIHtpKZToMd1RgPk { width:381px;height:54px;top:13px;left:238.00006103516px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #CBdXiC8mo27U30mEM04cRChpO0cXTOMn { top:356px;left:330px;width:165px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #sRlECtv8iLPnbXveH6iV0ceeReCNyitG { top:364px;left:322px;width:181px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #IFLyboLy4e1WtScM3KskJCUD2rXn3CLQ { display:block; }
 }@media only screen and (max-width: 763px) { #faP9BL7EX8NGeSoln8dWBVUO8thyKMpO { top:42px;left:596px;width:168px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un { display:block; }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqlbCXAEtgnhHGOAURfnCMGzdOle6dH0 { top:24px;left:0px;width:177px;height:177px;display:block; }
 }@media only screen and (max-width: 763px) { #EqJ290LQsBKXg3RITeeT0r9FCH4OS1Dp { top:21px;left:200px;width:179px;height:183px;display:block; }
 }@media only screen and (max-width: 763px) { #pNKuop8d8wsZMIHQ5ByUuz9B0u2w1GvL { top:20px;left:574px;width:188px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #aeNJADMKPXWs9vFXeC7bGEh1TuvkRaxg { top:22px;left:466px;width:156px;height:179px;display:block; }
 }@media only screen and (max-width: 763px) { #TbTtCQy5pZTklxmbdIqTEyWVHgc14oLN { top:213px;left:564px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cbXe6la87HzZuSyRa0zBZkwMatXfMcKo { width:168px;height:38px;top:254px;left:596px;display:block; }
 }@media only screen and (max-width: 763px) { #EBDnmmAXeeMqqhkb1IVbOzvTdLlzg32b { display:block; }
 }@media only screen and (max-width: 763px) { #C0zwfQ4T2L1UMTpLCkJtIAuhhGLHE94H { top:215px;left:444.00006103516px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nu0LX6JSbdzwGmT0Xtn0L0ZlHtFa0a2J { width:168px;height:38px;top:255px;left:461px;display:block; }
 }@media only screen and (max-width: 763px) { #OemlZ0kIQQ1sGtIag9UNwlwfcdUiXdIJ { display:block; }
 }@media only screen and (max-width: 763px) { #gIEoaAXzbQMPDuKWLTlcUDJMvK7Wl6OL { top:213px;left:197.00006103516px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VmdTUyI5CiEGiI6ENGvFiHa0oRxhvTK0 { width:168px;height:38px;top:255px;left:197px;display:block; }
 }@media only screen and (max-width: 763px) { #OoRZB19ILvPNHxt8RwGyPcrrOfrwoR7B { display:block; }
 }@media only screen and (max-width: 763px) { #f8b5kOduxT3AJPNgCZlzyaOWImwhW0Tu { top:213px;left:0px;width:245px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #x7JFSMa9MkI2T5RV9woZg1R0FXIwLmDJ { width:168px;height:38px;top:255px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #b9tCit5JrvZDAbneX970kFvSdvGp6eCC { display:block; }
 }@media only screen and (max-width: 763px) { #ShsTntz0LEoNCoKACaLr7TooLiBGrEP5 { display:block; }#ShsTntz0LEoNCoKACaLr7TooLiBGrEP5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbFzwmmilnKDCP8NDHlEPacVFrWDm3WT { width:548px;height:244px;top:51px;left:216px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HpENWDTJJmWT7yuUm4XTKWIy3t0tiQTM { width:169px;height:32px;top:299px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dJ3SoLGsbwViLroINZRZ7pFdLfuhS0US { width:50px;height:50px;top:290px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #oCh0pWSt858K6U8ItQnb6f4lFpPHwRHE { top:2px;left:0px;width:305px;height:318px;display:block; }
 }@media only screen and (max-width: 763px) { #ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz { display:block; }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3f77gJAe42TPXZ0D8PIQaKVNQPKTKvz { width:465px;height:44px;top:50px;left:299px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #mEJ2RENkLb8IBlbQnvsunTdvOLPI8io7 { width:355px;height:3px;top:108px;left:409px;display:block; }
 }@media only screen and (max-width: 763px) { #kITN6o7L7GEoUcrNmEbPzZCVu28vTB6f { width:385px;height:81px;top:127px;left:379px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #VboKfwd8AfEvGuJJ8ChxrU37SDHrhqTe { width:30px;height:30px;top:317px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #VXFoqVQDfJgDcotknQ3zd5mIcHorOH0e { width:68px;height:3px;top:107px;left:696px;display:block; }
 }@media only screen and (max-width: 763px) { #HLXWGaTpuSIwwipBVKQmQWBeC2Sae6VX { width:28px;height:28px;top:319px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #hM6wRITHQaf1mqq26eDHTwSDs59T4OnL { width:457px;height:43px;top:264px;left:307px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #zBWwOMOX1rhyF6RLZNunAJplhKmOBRB8 { width:332px;height:32px;top:307px;left:432px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ZizQQ7rOrloczm8qkEFBgqbznvHA5bnx { width:28px;height:28px;top:353px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #xTi8iF8m3zkbgExvJNgwWcnMlo7nOfGs { width:30px;height:30px;top:352px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #R0XNOHRxqEf0fhkISNp0W93COqJfZcRF { width:28px;height:28px;top:390px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #VTZMvuzF8Dx3ro7Ek4ck2nHLNocPyJ0Z { width:30px;height:30px;top:388px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #haT9T5nebmQK6ugm0oxLoqLQCO1XI908 { width:182px;height:32px;top:344px;left:582px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #MRbrOZ5k4SuJmSlyEy0nEmGLL8Cevdhh { width:182px;height:32px;top:416px;left:582px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #BTn8LRSqP15gc2uoAcT7p93fc9ahd4wp { width:28px;height:28px;top:424px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #bVKNOf5CpJpL27hzSOn2RBrQNalxf6sd { width:30px;height:30px;top:422px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #sv51TcMevD8BGZOHaUUaNSeFRp4vflCK { width:182px;height:32px;top:381px;left:582px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #dS1X10iG6RAP3pZXryVtzKL7cfQKAMeo { top:108px;left:0px;width:521px;height:276px;display:block; }
 }@media only screen and (max-width: 763px) { #KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 { display:block; }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsLicpqv1yLRErzIcWuuQ1hitckvauTs { width:169px;height:32px;top:299px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #teqrt5BPyP5pAQ9RSTTkV9QOfFgck7TN { width:50px;height:50px;top:290px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Uf6S2gJBzzfcqnGxXa58wOnbpoGWsvtB { top:281px;left:311px;width:310px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QtLhFxROW6JttsUhkNubkOfuBZpqPlAK { width:309px;height:28px;top:208px;left:455px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #gFoqa97SThvXxLVC1KZU5uWWzJLcNn5P { top:199px;left:442px;width:322px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #tBzcfqthSCTMI3F9EPP7TrUXlXOrc8t0 { top:13px;left:72px;width:534px;height:63px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #w1IffB8ryZN7POqsvd2ssVZM7LguZNFz { width:58px;height:58px;top:111px;left:706px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #pAfpFIq1x3tOAS5q2AxLdlz3dbazQOc7 { width:720px;height:32px;top:124px;left:44px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #J8J9c0XBTz1oJuRHEcRvPITh3X6eotzP { top:198px;left:246px;width:49px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #QT97wst5AmTNXruuXpV4v6AGKhDhyueT { top:198px;left:312px;width:49px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #OcCNre1hpRuGGxqls0b9QSex94WVWqxg { top:198px;left:376px;width:49px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 { display:block; }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 { background-color: transparent; background-image: none; }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row .container > .video-iframe-container { display: none; }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row > .video-iframe-container { display: none; }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .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); }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 { border-width: 0; border-radius: 0; }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .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; }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row .container { width:320px;height:1116px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/335e3001-ff54-4b72-978f-866f8aae9715/afwmob11.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row .container.adaptive-delivery-prevent-bg, #lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row .container.lazyload, #lBC8DTHCtSARyXiW2wWGbTAJVA7ohLA1 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-regular-label { width:240px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-input-text { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-input-text {padding-top: 0; padding-bottom: 0;}#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-textarea { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-input-select { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-input-select {padding-top: 0; padding-bottom: 0;}#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-input-button { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .widget-checkbox-label { width:221px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V  { width:240px;height:auto;top:371.99996185303px;left:39.993748664856px; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V .radio-container { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V {display:block;}#tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V { width:240px;height:auto;top:371.99996185303px;left:39.993748664856px; }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #ZVLcas0iLng8GufHaQMsGRIiGdn6gW2P {  }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #Qqv7OF2oq35hJThXq6GidP8wemKR1OQv { display:block; }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #hPry0dIx3W67FlZfB10OaEcGsN7bfhu1 {  }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #zsrED0OMXW9xSq17An90ox3hHMILKEmF {  }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #vhziIcHH35so0DIbSW8TZFDSNKKQ8llt { display:block; }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #F3ZAfSFqXNipCkUK2OE5DwoSvJcsNtOF {  }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #qR2NFOptMgpIPJkRgGTeltpm9Q9TJkQe {  }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #Q4t59TdzbAHtXZtXXsS7k2WpgE88UEqa { display:block; }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #usQfRIuT3bTpvEaZeD9ZiTt9wgFO6wTc {  }
 }@media only screen and (max-width: 763px) { #CWOOfhJVZnN9MgkRyV9kRw74ITWCwTRL { display:block; }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #PGOfrdV1bhXJuI2CIrQqmhvdOZP6UI2A {  }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #vtPHAgCI8HnTmWHIqa6FTTEkRCy2H2vN { display:block; }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #ssRS6VnyNkQqzuhnf7mTpMtSsuWq6NrR {  }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #hLV7t4N2ckMUqlKEMEEv0EFa6nuw4SQ8 {  }
 }@media only screen and (max-width: 763px) { #tsdASwVWi1SURxN6GkDKuP0OyVSHRv2V #MwGXeflGdpeV7XqFPqaJIzUx5Ek91w9Z {  }
 }@media only screen and (max-width: 763px) { #TTiI8pHt7W49RhZ5VDB1pmfsUhh29aKO { width:171.958px;height:28.8958px;top:324px;left:94px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #CLXZdTTQUzhTpbZhouffSvI0K2IOkDm3 { width:320px;height:85.333333333333px;top:825px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #LcOWgn9uPrr2GKdUUd2pf1sDgy8pF7EC { width:165px;height:55px;top:683px;left:90px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #czTf2ueKpsxz4hEceP8kHtP6fxnKt8xF { width:162px;height:35px;top:316px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #AnhQiMn0Dk8pOByyPNyx187uFwn64tUI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea58d379-8fcf-40d0-b551-f1d95b0c0178/offers.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI.adaptive-delivery-prevent-bg, #AnhQiMn0Dk8pOByyPNyx187uFwn64tUI.lazyload, #AnhQiMn0Dk8pOByyPNyx187uFwn64tUI.lazyloading { background-image: none; }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .row .container { background-color: transparent; background-image: none; }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .row .container > .video-iframe-container { display: none; }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .row > .video-iframe-container { display: none; }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .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); }#AnhQiMn0Dk8pOByyPNyx187uFwn64tUI > .row .container { width:320px;height:359px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zixyF6ADtXoDJQhsWUZVKVN31FiPUkwQ { width:320px;height:210px;top:75px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #R0nMeNcEJIdcD3OKyIHtpKZToMd1RgPk { width:268px;height:40.2917px;top:21px;left:26.000000953674px;text-align:center;text-align-last:center;line-height:1.3;font-size:31px;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #CBdXiC8mo27U30mEM04cRChpO0cXTOMn { width:165px;height:55px;top:294px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #sRlECtv8iLPnbXveH6iV0ceeReCNyitG { top:304px;left:70px;width:180.994px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #IFLyboLy4e1WtScM3KskJCUD2rXn3CLQ { display:block; }
 }@media only screen and (max-width: 763px) { #faP9BL7EX8NGeSoln8dWBVUO8thyKMpO { width:168px;height:94px;top:194.50003051758px;left:151.9791765213px;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea58d379-8fcf-40d0-b551-f1d95b0c0178/offers.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un.adaptive-delivery-prevent-bg, #ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un.lazyload, #ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un.lazyloading { background-image: none; }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .row .container { background-color: transparent; background-image: none; }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .row .container > .video-iframe-container { display: none; }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .row > .video-iframe-container { display: none; }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .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); }#ORG8SxRTWmQsoh3lnXaeg4cgdFGTP1Un > .row .container { width:320px;height:1215px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqlbCXAEtgnhHGOAURfnCMGzdOle6dH0 { width:178px;height:178px;top:20px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #EqJ290LQsBKXg3RITeeT0r9FCH4OS1Dp { width:180px;height:184px;top:330px;left:69.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pNKuop8d8wsZMIHQ5ByUuz9B0u2w1GvL { width:190px;height:183px;top:935px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #aeNJADMKPXWs9vFXeC7bGEh1TuvkRaxg { width:157px;height:180px;top:643px;left:81.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TbTtCQy5pZTklxmbdIqTEyWVHgc14oLN { width:200px;height:41.5834px;top:1132px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cbXe6la87HzZuSyRa0zBZkwMatXfMcKo { width:168px;height:38px;top:578.59375px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #EBDnmmAXeeMqqhkb1IVbOzvTdLlzg32b { display:block; }
 }@media only screen and (max-width: 763px) { #C0zwfQ4T2L1UMTpLCkJtIAuhhGLHE94H { width:200px;height:41.5834px;top:528px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nu0LX6JSbdzwGmT0Xtn0L0ZlHtFa0a2J { width:168px;height:38px;top:879.59375px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #OemlZ0kIQQ1sGtIag9UNwlwfcdUiXdIJ { display:block; }
 }@media only screen and (max-width: 763px) { #gIEoaAXzbQMPDuKWLTlcUDJMvK7Wl6OL { width:200px;height:41.5833px;top:838px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VmdTUyI5CiEGiI6ENGvFiHa0oRxhvTK0 { width:168px;height:38px;top:1163.59375px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #OoRZB19ILvPNHxt8RwGyPcrrOfrwoR7B { display:block; }
 }@media only screen and (max-width: 763px) { #f8b5kOduxT3AJPNgCZlzyaOWImwhW0Tu { width:200px;height:41.5834px;top:215px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #x7JFSMa9MkI2T5RV9woZg1R0FXIwLmDJ { width:168px;height:38px;top:256.59375px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #b9tCit5JrvZDAbneX970kFvSdvGp6eCC { display:block; }
 }@media only screen and (max-width: 763px) { #ShsTntz0LEoNCoKACaLr7TooLiBGrEP5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea58d379-8fcf-40d0-b551-f1d95b0c0178/offers.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ShsTntz0LEoNCoKACaLr7TooLiBGrEP5.adaptive-delivery-prevent-bg, #ShsTntz0LEoNCoKACaLr7TooLiBGrEP5.lazyload, #ShsTntz0LEoNCoKACaLr7TooLiBGrEP5.lazyloading { background-image: none; }#ShsTntz0LEoNCoKACaLr7TooLiBGrEP5 > .row .container { border-width: 0; border-radius: 0; }#ShsTntz0LEoNCoKACaLr7TooLiBGrEP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ShsTntz0LEoNCoKACaLr7TooLiBGrEP5 > .row .container { width:320px;height:429px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TbFzwmmilnKDCP8NDHlEPacVFrWDm3WT { width:267px;height:82.5px;top:13px;left:26.500000953674px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HpENWDTJJmWT7yuUm4XTKWIy3t0tiQTM { width:320px;height:32px;top:299px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #dJ3SoLGsbwViLroINZRZ7pFdLfuhS0US { width:50px;height:50px;top:290px;left:135px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #oCh0pWSt858K6U8ItQnb6f4lFpPHwRHE { width:305px;height:318px;top:102.5px;left:7.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/24d85187-5892-4c62-b794-d98d49f21dc1/offers.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz.adaptive-delivery-prevent-bg, #ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz.lazyload, #ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz.lazyloading { background-image: none; }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .row .container { background-color: transparent; background-image: none; }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .row .container > .video-iframe-container { display: none; }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .row > .video-iframe-container { display: none; }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .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); }#ruVNBhzPpAR9ltiJTLpqcR93q4AvmVdz > .row .container { width:320px;height:534px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3f77gJAe42TPXZ0D8PIQaKVNQPKTKvz { width:264px;height:30px;top:11px;left:28px;text-align:right;text-align-last:right;line-height:1.2;font-size:25px;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #mEJ2RENkLb8IBlbQnvsunTdvOLPI8io7 { width:234px;height:3px;top:53px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #kITN6o7L7GEoUcrNmEbPzZCVu28vTB6f { width:282px;height:75px;top:63px;left:19px;text-align:right;text-align-last:right;line-height:1.5;font-size:10px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VboKfwd8AfEvGuJJ8ChxrU37SDHrhqTe { width:25px;height:25px;top:262px;left:253px;display:block; }
 }@media only screen and (max-width: 763px) { #VXFoqVQDfJgDcotknQ3zd5mIcHorOH0e { width:68px;height:3px;top:76px;left:126px;display:none; }
 }@media only screen and (max-width: 763px) { #HLXWGaTpuSIwwipBVKQmQWBeC2Sae6VX { width:20px;height:20px;top:265px;left:254px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hM6wRITHQaf1mqq26eDHTwSDs59T4OnL { width:217px;height:30px;top:158px;left:51px;text-align:right;text-align-last:right;line-height:1.5;font-size:20px;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #zBWwOMOX1rhyF6RLZNunAJplhKmOBRB8 { width:254px;height:31.2px;top:212px;left:0px;text-align:right;text-align-last:right;line-height:2.6;font-size:12px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZizQQ7rOrloczm8qkEFBgqbznvHA5bnx { width:20px;height:20px;top:306px;left:253px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xTi8iF8m3zkbgExvJNgwWcnMlo7nOfGs { width:25px;height:25px;top:305px;left:251px;display:block; }
 }@media only screen and (max-width: 763px) { #R0XNOHRxqEf0fhkISNp0W93COqJfZcRF { width:20px;height:20px;top:339px;left:255px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VTZMvuzF8Dx3ro7Ek4ck2nHLNocPyJ0Z { width:25px;height:25px;top:337px;left:253px;display:block; }
 }@media only screen and (max-width: 763px) { #haT9T5nebmQK6ugm0oxLoqLQCO1XI908 { width:161px;height:31.2px;top:259px;left:79px;text-align:right;text-align-last:right;line-height:2.6;font-size:12px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MRbrOZ5k4SuJmSlyEy0nEmGLL8Cevdhh { width:161px;height:31.2px;top:333px;left:82px;text-align:right;text-align-last:right;line-height:2.6;font-size:12px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BTn8LRSqP15gc2uoAcT7p93fc9ahd4wp { width:20px;height:20px;top:217px;left:255px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bVKNOf5CpJpL27hzSOn2RBrQNalxf6sd { width:25px;height:25px;top:215px;left:253px;display:block; }
 }@media only screen and (max-width: 763px) { #sv51TcMevD8BGZOHaUUaNSeFRp4vflCK { width:182px;height:31.2px;top:302px;left:67px;text-align:right;text-align-last:right;line-height:2.6;font-size:12px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dS1X10iG6RAP3pZXryVtzKL7cfQKAMeo { width:320px;height:169.516px;top:364.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 { background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/ea58d379-8fcf-40d0-b551-f1d95b0c0178/offers.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3.adaptive-delivery-prevent-bg, #KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3.lazyload, #KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3.lazyloading { background-image: none; }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row .container { background-color: transparent; background-image: none; }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row .container > .video-iframe-container { display: none; }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row > .video-iframe-container { display: none; }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .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); }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row .container { border-width: 0; border-radius: 0; }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KrGRklqZ7cZlrURE0Ol7mtK6eoaVxTB3 > .row .container { width:320px;height:375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsLicpqv1yLRErzIcWuuQ1hitckvauTs { width:320px;height:32px;top:379px;left:0px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #teqrt5BPyP5pAQ9RSTTkV9QOfFgck7TN { width:50px;height:50px;top:415px;left:133px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #Uf6S2gJBzzfcqnGxXa58wOnbpoGWsvtB { width:310.987px;height:20.7917px;top:317.99996948242px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QtLhFxROW6JttsUhkNubkOfuBZpqPlAK { width:283px;height:27.2062px;top:198px;left:17px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #gFoqa97SThvXxLVC1KZU5uWWzJLcNn5P { width:287px;height:47px;top:190px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #tBzcfqthSCTMI3F9EPP7TrUXlXOrc8t0 { width:320px;height:83.1667px;top:23.75px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #w1IffB8ryZN7POqsvd2ssVZM7LguZNFz { width:58px;height:58px;top:106.93124389648px;left:261.99372577667px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #pAfpFIq1x3tOAS5q2AxLdlz3dbazQOc7 { width:252.994px;height:41.5833px;top:119.71875px;left:16.968749046326px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #J8J9c0XBTz1oJuRHEcRvPITh3X6eotzP { width:49px;height:49px;top:257px;left:189px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #QT97wst5AmTNXruuXpV4v6AGKhDhyueT { width:49px;height:49px;top:257px;left:131px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #OcCNre1hpRuGGxqls0b9QSex94WVWqxg { width:49px;height:49px;top:257px;left:60px;font-size:34px;display:block; }
 }