.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV { 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/1bc8a4a9-d7c2-430d-884e-32f9f9dbef0d/home.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV.adaptive-delivery-prevent-bg, #aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV.lazyload, #aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV.lazyloading { background-image: none; }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row .container { background-color: transparent; background-image: none; }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row .container > .video-iframe-container { display: none; }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row > .video-iframe-container { display: none; }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .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); }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row .container { border-width: 0; border-radius: 0; }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#riJ4mOw5KquuAv83kZN6gex9tUMEJiLF { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.8125rem;left:38.625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PZZWP8GdgPv9z2bKhA2AqJq81K3tmBTu { color:#0e849e;display:block;width:28.75rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:30.5rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTwNnQuVWBiwSJiq9c1cLfFoKQPqQ5ET { 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; }
#l3kTIfmWCHmaW6f6tmVETOLyXNginvis { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18725625rem;width:9.6875rem;top:25.93505859375rem;left:41.85302734375rem;overflow:hidden;display:block; }
#QDEhsX9e5UeMvc8rZt9lTB4VraGP5vIi { 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:0.25rem solid rgba(206,146,47,0.83);border-left:0.25rem solid rgba(206,146,47,0.83);border-right:0.25rem solid rgba(206,146,47,0.83);border-bottom:0.25rem solid rgba(206,146,47,0.83);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.25rem;width:14.1875rem;top:5.875rem;left:39.375rem;display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-form-header {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-input-text {padding-top: 0; padding-bottom: 0;}#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:2.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-input-select {padding-top: 0; padding-bottom: 0;}#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f2f9ff;width:17.0625rem;height:4.0625rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.5) ; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15.875rem;overflow:hidden;font-style:normal; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:cairo;font-size:0.75rem;font-weight:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-container:first-of-type{padding-top:0;}#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-container:last-of-type{padding-bottom:0;}#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.914066314698rem;top:8.760937690735rem;z-index:15029;position:absolute; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.0625rem;display:block;vertical-align:top; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;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; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn {display:block;}#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.914066314698rem;top:8.760937690735rem;z-index:15029;position:absolute; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #qTZo6LALb4VtV84Tu1PhBJ38buQIBwyx { position:relative; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #KLBfxQ6wVHd7z5WPEAvsUBiBWPLbixhD { position:relative;display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #TmT40WTdgzE9mgewMTLzwqMpSkLnMVd2 { position:relative; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #TVBHEUFTwLxUwbowzIVVXwBOt1IAtgQc { position:relative; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #NEXCmHTV49XZnJOegOTMfocv5mMFbCBe { position:relative;display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #c0Di4Dc1Eb2pLtn16m509glxgFNsxxkL { position:relative; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #XNWFRr3HTpJOC4yEHimF3MQzb3TidMDE { position:relative; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #khvhfUXO0TFzfRFiTH2fvxmIzxlTXsS6 { position:relative;display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #Vxc2CovTNhSvqNHUzFl9yD2zUsK30uHO { position:relative; }
#GCJaygoLVmEFShngHhm2HJgEHXRli1mF { position:relative;display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #ho6AOTvUMZumrQIcJPInnmJI0WocOuIO { position:relative; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #Mie92fMMo81cCbhyWhIqQZkyHbysg8VT { position:relative;display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #yBCbvnyZAhVObE4EW2OTCmbsn5ya9I34 { position:relative; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #nfgZtl5feIUkyxEK06HJ1gyuerNktuoZ { position:relative; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #wO23wdaz0yirzk6nxJMTTWKb81FMyxSk { position:relative; }
#whspwIwvBya9nK61hotm5rrRW6GXEZno { background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:24.987501144409rem;left:40.593750953674rem;display:none; }
#aq7OhSaZsHWmMmaly4tGZfTbK8QZz8W0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gTfmZgEf93O3cDVFpabhPOgazfBOG4Oq { background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.1875rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:29.51718711853rem;left:42.750000953674rem;display:none; }
#SREuzm5TcsASCdizzk0vSLFIdtHiJ4aO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vkuKoO9aDhGaBaTuaGUTobIT3SnoTT6K { 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:15195;opacity:1;top:21.1875rem;left:32.8125rem;display:none; }
#wNLe9e2Z1Rk9lZXNSdT03VMtmbfe25Ss { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15173;opacity:1;top:29.735939025879rem;left:43.650000953674rem;display:none; }
#wNLe9e2Z1Rk9lZXNSdT03VMtmbfe25Ss > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT.adaptive-delivery-prevent-bg, #S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT.lazyload, #S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT.lazyloading { background-image: none; }#S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT > .row .container { background-color: transparent; background-image: none; }#S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT > .row .container > .video-iframe-container { display: none; }#S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT > .row > .video-iframe-container { display: none; }#S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT > .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); }#S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT > .row .container { border-width: 0; border-radius: 0; }#S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#TGzJm9g0XKTFm1lgRxrmq9ZGhPsP3wm8 { color:#002323;display:block;width:37.5rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.2023468017578rem;left:11.936717987061rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KPhrAFaxf3T4QWrNhFy2OcnhaAzrPQU1 { position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(206,146,47,0.83);border-left:0.25rem solid rgba(206,146,47,0.83);border-right:0.25rem solid rgba(206,146,47,0.83);border-bottom:0.25rem solid rgba(206,146,47,0.83);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.25rem;width:30.75rem;top:0.62461090087891rem;left:14.374217987061rem;display:block; }
#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r.adaptive-delivery-prevent-bg, #NVAogoaXnudRIzsnhRtdbNyDWWISqg6r.lazyload, #NVAogoaXnudRIzsnhRtdbNyDWWISqg6r.lazyloading { background-image: none; }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row .container { background-color: transparent; background-image: none; }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row .container > .video-iframe-container { display: none; }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row > .video-iframe-container { display: none; }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .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); }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row .container { border-width: 0; border-radius: 0; }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#eTXs8mUBlJxav8Ik97KtuGd8g0rOymLa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.121875rem;height:2.49960625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:6.260986328125rem;left:46.68701171875rem;display:block; }
#hXJoNTTBVcoZMBHZQ6W4hMF27SGig0qN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rR72ZTgXXMvqItb3vttPqeARVt3tDMCR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1241875rem;height:2.3109375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:6.35507774353rem;left:16.436717987061rem;display:block; }
#BOpgal2xr8EQWLEUlf6ZvrvkTF8zAlFN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vvORqslDP7fkl4aHqp4b9ErNcLddGpWT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1241875rem;height:2.3109375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.3539061546325rem;left:1.4367179870606rem;display:block; }
#S5DBtLi4ACvSwOUcvO6ifgCtI6L4rykX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PoRogtz9OkAvWL7USmDhF4LmoWTzpq1p { position:absolute;display:block;z-index:15002;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.75rem;width:6.6866875rem;top:0.49960899353027rem;left:18.808982849121rem;overflow:hidden;display:block; }
#Xt4r4d841BZnUU3nG20AGDRQovEXhXmn { position:absolute;display:block;z-index:15006;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:7.1875rem;width:6.875rem;top:0.404296875rem;left:4.0617179870606rem;overflow:hidden;display:block; }
#QdDivs5CPHRsTknosQ7NDI56arQ0TPfB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.8105625rem;top:6.3408203125rem;left:47.091064453125rem;overflow:hidden;display:block; }
#V15Tq4mFgvIoTrFldtErb4DobmakAyVL { position:absolute;display:block;z-index:15007;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:5rem;width:6.8125rem;top:1.276611328125rem;left:49.093017578125rem;overflow:hidden;display:block; }
#PLmnNlAuS9mgf2ngNWIxupfCVFJgGRCR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.8105625rem;top:6.4792976379394rem;left:17.186717987061rem;overflow:hidden;display:block; }
#ZVJvW99gy4Kr7nC1Wn0lPcPXJcqpgEmE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.8105625rem;top:6.4781227111819rem;left:2.0929679870606rem;overflow:hidden;display:block; }
#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk.adaptive-delivery-prevent-bg, #ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk.lazyload, #ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk.lazyloading { background-image: none; }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .row .container { background-color: transparent; background-image: none; }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .row .container > .video-iframe-container { display: none; }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .row > .video-iframe-container { display: none; }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .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); }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .row .container { border-width: 0; border-radius: 0; }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#mal6UV8aRO7CJwOLUyw2wHnbneb9WtCf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1241875rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:6.9375023841856rem;left:31.436714172363rem;display:block; }
#yQGmQmid5NKKVEwqiqic9sMFFORr9T3O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tk4swLSfVcEKXSZnAM9f6KhtbpAwsGbT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1241875rem;height:2.31210625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:6.91171836853rem;left:16.561717987061rem;display:block; }
#twEQTn2RLnFl68Sq3nc8Qp79ib8aTcE6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d47kiPgxofWg8Dw8Rzrng7lkVmvkr1vD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1241875rem;height:2.3109375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.9140625rem;left:1.4367179870606rem;display:block; }
#rG9lasXyuBeczOwa85wmXeW2RUK1t4dA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kvvmkMbT3XdzquTyfTabdT2wATGDXHvW { 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;box-shadow: none;height:7.8125rem;width:6.875rem;top:0.31250238418579rem;left:34.155464172363rem;overflow:hidden;display:block; }
#UdeVo5UFi9ceT4T1AKQ2XuJLTImRrih4 { position:absolute;display:block;z-index:15006;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:7.8125rem;width:6.875rem;top:0.87421798706056rem;left:4.0617179870606rem;overflow:hidden;display:block; }
#gOyE3TcEoGsoR1R9M8WqeIbOqy8BJ2Ph { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.8105625rem;top:7.0382804870606rem;left:32.094139099121rem;overflow:hidden;display:block; }
#usNJuPF1Ob0l1gqgssahMdxGPTehXNIu { position:absolute;display:block;z-index:15006;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:7.8125rem;width:6.875rem;top:0.75rem;left:18.904685974121rem;overflow:hidden;display:block; }
#GZtwvfMElfgMeHZkrJ9S2oNFbt3P5pAM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:5.6875rem;left:16.5625rem;display:none; }
#hrQr9eRCTKbaZ3RA3bABex0KhnePeIb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cavb4ihzBaWT6rlkNRaxRQ11Pxsf2yPs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.8105625rem;top:7.03945350647rem;left:17.124217987061rem;overflow:hidden;display:block; }
#vbEXyLhbFQ0zmShSHTM3aD2cvZlnFb1m { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.8105625rem;top:7.03945350647rem;left:2.091796875rem;overflow:hidden;display:block; }
#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy.adaptive-delivery-prevent-bg, #UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy.lazyload, #UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy.lazyloading { background-image: none; }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row .container { background-color: transparent; background-image: none; }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row .container > .video-iframe-container { display: none; }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row > .video-iframe-container { display: none; }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .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); }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row .container { border-width: 0; border-radius: 0; }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;position:relative;display:block; }#JbdW8MyhRIhG2ehBmIMTqh6a2pKlLdFu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.062125rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.25rem;left:47.967185974121rem;display:block; }
#Pba96yhw6JcV25wMhpSBee9xWT2hQNaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#evKwDrn9tEI5f583WiZ4rp7F4xOp0DND { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1241875rem;height:2.31210625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:6.998827934265rem;left:30.904685974121rem;display:block; }
#daFk7VH6JuAgM7sKHLBkyrK76VxBc2of { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ihrNynGhMRxohRnBtza5APtM6Q3gWlpF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1241875rem;height:2.49960625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:7.0273427963256rem;left:1.3742179870606rem;display:block; }
#ENWPldZ2WTwCsUoo16slue5OmdTgocTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cNIrf1MJTOILthrEOuxe2DieaMi6RgeB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:6.875rem;top:0rem;left:33.53125rem;overflow:hidden;display:block; }
#MMhQ3Ekst10XpCrveMR2VDKRZrJXEir1 { position:absolute;display:block;z-index:15001;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:7.8125rem;width:6.875rem;top:0.1875rem;left:49.061714172363rem;overflow:hidden;display:block; }
#Mk6bpIiDqMEmNGGt1b12tFun4t5lk0aF { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.8116875rem;top:7.2179679870606rem;left:47.094139099121rem;overflow:hidden;display:block; }
#LipSz6H1UCPJnF0akB70lvWzNBuT8RKK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.8105625rem;top:7rem;left:31.625rem;overflow:hidden;display:block; }
#adOemCJOWL4tfb5oOXLBkeFX7F4c4ZDl { position:absolute;display:block;z-index:15002;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.0625rem;width:10.8105625rem;top:7.246874809265rem;left:2.0929679870606rem;overflow:hidden;display:block; }
#wkA7wD3nbQshBsMGvcUXepWlFZqwmedN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:6.875rem;top:0.685791015625rem;left:34.0625rem;overflow:hidden;display:block; }
#JxBHRIQF4s9o9DNUwSvbuViGVT56VykJ { 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;box-shadow: none;height:7.8116875rem;width:6.875rem;top:0.56132793426514rem;left:3.3726539611816rem;overflow:hidden;display:block; }
#TuDIL0yXedJ1BrXUT3dFPBrOdEcZNxzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:auto !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; }#TuDIL0yXedJ1BrXUT3dFPBrOdEcZNxzM.adaptive-delivery-prevent-bg, #TuDIL0yXedJ1BrXUT3dFPBrOdEcZNxzM.lazyload, #TuDIL0yXedJ1BrXUT3dFPBrOdEcZNxzM.lazyloading { background-image: none; }#TuDIL0yXedJ1BrXUT3dFPBrOdEcZNxzM > .row .container { border-width: 0; border-radius: 0; }#TuDIL0yXedJ1BrXUT3dFPBrOdEcZNxzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuDIL0yXedJ1BrXUT3dFPBrOdEcZNxzM > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:60rem;position:relative;display:none; }#b0uOTupehde0lM4umMaU57H2PSXGfe1c { 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:8.8733125rem;width:6.875rem;top:10.872802734375rem;left:46.312255859375rem;overflow:hidden;display:none; }
#bcvsW1C61kiEGe4tcnNZMaP4MXUIqUxc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:7.25rem;left:46rem;display:block; }
#QncQVcPMbu00qB2hQuysS9NOATRcnVap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qwTmoyDo4Ukn6PzoMSwX3iwMScRbqdkz { position:absolute;display:block;z-index:15002;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.0625rem;width:10.8105625rem;top:7.4375rem;left:47rem;overflow:hidden;display:block; }
#Fd50gslKtsKs8dl7vKXrgfNRrVirB6aI { 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:5.0625rem;width:7.5rem;top:1.125rem;left:48.75rem;overflow:hidden;display:block; }
#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M { position:relative;display:block; }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M { background-color: transparent; background-image: none; }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .row .container > .video-iframe-container { display: none; }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .row > .video-iframe-container { display: none; }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .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); }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M { border-width: 0; border-radius: 0; }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .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; }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .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/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:28.75rem;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; }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .row .container.adaptive-delivery-prevent-bg, #kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .row .container.lazyload, #kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .row .container.lazyloading { background-image: none; }#Nv5zNWgK8ibTuQ5GQUfszmlkNkARkDIa { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:29.0625rem;height:2.7625rem;font-style:normal;display:block; }
#thg86wSefINrLB3Ai3aBpGnVSGdxHR3t { 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;box-shadow: none;height:0.1875rem;width:22.1875rem;top:6.75rem;left:35.9375rem;display:block; }
#OeHJS7UzozTEUiT13OSaGBpz6BfhZ903 { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:37.1875rem;height:7.4375rem;text-align:justify;text-align-last:initial;display:block; }
#bT82WSIQl8ffwy4JmJDMMlEBz5RpTeOT { 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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.812501430511rem;left:55.9375rem;display:block; }
#BAboTTVT0AI9TTvQib6UvR3DBK40EMMi { 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;box-shadow: none;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:53.875rem;display:block; }
#SWtBVNCrGDWA2D1S0lTskfI3XNyp5aOq { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:19.937501430511rem;left:56rem;display:block; }
#eUvm0NmHUkSuyBRRDUn0hFJd0X8k1Gs9 { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.187500476837rem;left:29.5625rem;height:1.8005375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#kX2VuDeps4yFsIvmfsRtopm6TkAN3M2R { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:34.5rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#KQvlyiutwPTefPqBbyqaxMF4iBhEPKnx { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:22.062501430511rem;left:56.0625rem;display:block; }
#qB9evU0aAaZ2vWzEk10DW8WdRrKAEBlL { 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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:22.000001430511rem;left:55.9375rem;display:block; }
#rZ5z80BW1Rr9zmmNnKp38wvTrK5bqbtz { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:24.375001430511rem;left:56.0625rem;display:block; }
#qOZ8941AfBOI6lGQNd2Il8Up0zvzkoL0 { 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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:24.250001430511rem;left:55.9375rem;display:block; }
#Np0PPacwBxDyzqnFckwXthEDRGNLmqnL { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:43.875rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#LrCMyqdQkpG6c6nXRhu9M7vszDUWZBlP { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:43.875rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#H5hkfNK7kNx1GNAoikdTsTb1Ve4IQs4f { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:26.541667461395rem;left:56.0625rem;display:block; }
#I9XtfCiGVxqpve1ZVtFfr3fT1l9QIxdy { 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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:26.416667461395rem;left:55.9375rem;display:block; }
#fPB485hFmWBUEufztlsPWTtB6nHvUe1b { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:43.875rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm { position:relative;display:block; }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm { background-color: transparent; background-image: none; }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .row .container > .video-iframe-container { display: none; }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .row > .video-iframe-container { display: none; }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .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); }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm { border-width: 0; border-radius: 0; }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .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; }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .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:0.875rem;font-family:arial;height:15.3125rem;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; }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .row .container.adaptive-delivery-prevent-bg, #zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .row .container.lazyload, #zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .row .container.lazyloading { background-image: none; }#aVoZZ4m74MgJJEoFOGsw6wMkLcyMguV3 { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.54375rem;font-style:normal;display:block; }
#UBKb8SLT9240dmtaw5wELVkq2P5XngvI { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#OsKVNQIzXTJ0kcG2Cbv59o9n2F8MNNyS { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JPTOIuEqpDA1RPlmmuPc86QwAxMFANtB { 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; }
#ef0vsX7IexMSIW9TinVhFxy6Ab1pOU7k { color:#0e193d;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0625rem;left:38.3125rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AVZCKfWSzCRTn62OxgKEMScnwedrTyTn { 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; }
#At9dzL5kI9Jw6ALIbxmsUdGAu4QbkqTQ { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:9.125rem;left:31.5rem;height:1.8005375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RXzsWfNyMZgib2VPfsHnUuQDblNhRv7p { position:absolute;display:block;z-index:14999;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:2.9375rem;width:20.1875rem;top:8.5625rem;left:31.375rem;display:block; }
#WLHqns3XSr6hbiE2L9fZfcQ9MyncZLpM { box-sizing:content-box;color:#1b57c7;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:8.4375rem;left:27.75rem;display:block; }
#vvhsye10byyI3otNtwZH7Te8DTeo3q5q { box-sizing:content-box;color:#1b57c7;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:8.4375rem;left:23.75rem;display:block; }
#JQiKDiFF5NuhLCJthk50D5A5NolBeeDV { box-sizing:content-box;color:#1b57c7;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:8.4375rem;left:19.625rem;display:block; }
body { position:relative;display:block; }
#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV { display:block; }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row .container { width:47.75rem;position:relative;display:block; }#riJ4mOw5KquuAv83kZN6gex9tUMEJiLF { width:15.375rem;height:1.9375rem;top:6.8125rem;left:32.375rem;font-size:1.0625rem;display:block; }
#PZZWP8GdgPv9z2bKhA2AqJq81K3tmBTu { top:1.9375rem;left:19.0625rem;width:28.6875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
#zTwNnQuVWBiwSJiq9c1cLfFoKQPqQ5ET { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
#l3kTIfmWCHmaW6f6tmVETOLyXNginvis { top:25.875rem;left:35.72802734375rem;width:9.6875rem;height:3.18725625rem;display:block; }
#QDEhsX9e5UeMvc8rZt9lTB4VraGP5vIi { top:5.875rem;left:33.0625rem;width:14.125rem;height:3.1875rem;display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-regular-label { display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn  { width:15rem;height:auto; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn {display:block;}#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn { width:15rem;height:auto; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #qTZo6LALb4VtV84Tu1PhBJ38buQIBwyx {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #KLBfxQ6wVHd7z5WPEAvsUBiBWPLbixhD { display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #TmT40WTdgzE9mgewMTLzwqMpSkLnMVd2 {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #TVBHEUFTwLxUwbowzIVVXwBOt1IAtgQc {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #NEXCmHTV49XZnJOegOTMfocv5mMFbCBe { display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #c0Di4Dc1Eb2pLtn16m509glxgFNsxxkL {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #XNWFRr3HTpJOC4yEHimF3MQzb3TidMDE {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #khvhfUXO0TFzfRFiTH2fvxmIzxlTXsS6 { display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #Vxc2CovTNhSvqNHUzFl9yD2zUsK30uHO {  }
#GCJaygoLVmEFShngHhm2HJgEHXRli1mF { display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #ho6AOTvUMZumrQIcJPInnmJI0WocOuIO {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #Mie92fMMo81cCbhyWhIqQZkyHbysg8VT { display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #yBCbvnyZAhVObE4EW2OTCmbsn5ya9I34 {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #nfgZtl5feIUkyxEK06HJ1gyuerNktuoZ {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #wO23wdaz0yirzk6nxJMTTWKb81FMyxSk {  }
#whspwIwvBya9nK61hotm5rrRW6GXEZno { width:13.625rem;height:3.5625rem;top:24.9375rem;left:26.968750953674rem;display:none; }
#aq7OhSaZsHWmMmaly4tGZfTbK8QZz8W0 { display:block; }
#gTfmZgEf93O3cDVFpabhPOgazfBOG4Oq { width:10.0625rem;height:2.1875rem;top:29.5rem;left:29.125000953674rem;display:none; }
#SREuzm5TcsASCdizzk0vSLFIdtHiJ4aO { display:block; }
#vkuKoO9aDhGaBaTuaGUTobIT3SnoTT6K { top:21.1875rem;left:19.1875rem;width:3.125rem;height:3.125rem;display:none; }
#wNLe9e2Z1Rk9lZXNSdT03VMtmbfe25Ss { top:29.6875rem;left:30.025000953674rem;width:1.9375rem;height:1.9375rem;display:none; }
#wNLe9e2Z1Rk9lZXNSdT03VMtmbfe25Ss > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT { display:block; }#S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT > .row .container { width:47.75rem;position:relative;display:block; }#TGzJm9g0XKTFm1lgRxrmq9ZGhPsP3wm8 { top:1.1875rem;left:5.8117179870606rem;width:37.5rem;height:2.8125rem;font-size:1.3125rem;display:block; }
#KPhrAFaxf3T4QWrNhFy2OcnhaAzrPQU1 { top:0.5625rem;left:8.2492179870606rem;width:30.75rem;height:3.25rem;display:block; }
#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r { display:block; }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row .container { width:47.75rem;position:relative;display:block; }#eTXs8mUBlJxav8Ik97KtuGd8g0rOymLa { width:12.0625rem;height:2.4375rem;top:6.25rem;left:35.6875rem;display:block; }
#hXJoNTTBVcoZMBHZQ6W4hMF27SGig0qN { display:block; }
#rR72ZTgXXMvqItb3vttPqeARVt3tDMCR { width:12.0625rem;height:2.25rem;top:6.3125rem;left:11.8125rem;display:block; }
#BOpgal2xr8EQWLEUlf6ZvrvkTF8zAlFN { display:block; }
#vvORqslDP7fkl4aHqp4b9ErNcLddGpWT { width:12.0625rem;height:2.25rem;top:6.3125rem;left:0rem;display:block; }
#S5DBtLi4ACvSwOUcvO6ifgCtI6L4rykX { display:block; }
#PoRogtz9OkAvWL7USmDhF4LmoWTzpq1p { top:0.4375rem;left:14.215232849121rem;width:6.625rem;height:6.6877284156019rem;display:block; }
#Xt4r4d841BZnUU3nG20AGDRQovEXhXmn { top:0.375rem;left:2.5304679870606rem;width:6.875rem;height:7.1875rem;display:block; }
#QdDivs5CPHRsTknosQ7NDI56arQ0TPfB { top:6.3125rem;left:36.372314453125rem;width:10.75rem;height:2.0502183917349rem;display:block; }
#V15Tq4mFgvIoTrFldtErb4DobmakAyVL { top:1.25rem;left:38.374267578125rem;width:6.8125rem;height:5rem;display:block; }
#PLmnNlAuS9mgf2ngNWIxupfCVFJgGRCR { top:6.4375rem;left:12.592967987061rem;width:10.75rem;height:2.0509455451555rem;display:block; }
#ZVJvW99gy4Kr7nC1Wn0lPcPXJcqpgEmE { top:6.4375rem;left:0.56171798706055rem;width:10.75rem;height:2.0509455451555rem;display:block; }
#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk { display:block; }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .row .container { width:47.75rem;position:relative;display:block; }#mal6UV8aRO7CJwOLUyw2wHnbneb9WtCf { width:12.0625rem;height:2.4375rem;top:6.9375rem;left:23.75rem;display:block; }
#yQGmQmid5NKKVEwqiqic9sMFFORr9T3O { display:block; }
#Tk4swLSfVcEKXSZnAM9f6KhtbpAwsGbT { width:12.0625rem;height:2.25rem;top:6.875rem;left:11.8125rem;display:block; }
#twEQTn2RLnFl68Sq3nc8Qp79ib8aTcE6 { display:block; }
#d47kiPgxofWg8Dw8Rzrng7lkVmvkr1vD { width:12.0625rem;height:2.25rem;top:6.875rem;left:0rem;display:block; }
#rG9lasXyuBeczOwa85wmXeW2RUK1t4dA { display:block; }
#kvvmkMbT3XdzquTyfTabdT2wATGDXHvW { top:0.3125rem;left:26.499214172363rem;width:6.875rem;height:7.8125rem;display:block; }
#UdeVo5UFi9ceT4T1AKQ2XuJLTImRrih4 { top:0.8125rem;left:2.5304679870606rem;width:6.875rem;height:7.8125rem;display:block; }
#gOyE3TcEoGsoR1R9M8WqeIbOqy8BJ2Ph { top:7rem;left:24.437889099121rem;width:10.75rem;height:2.0509455451555rem;display:block; }
#usNJuPF1Ob0l1gqgssahMdxGPTehXNIu { top:0.75rem;left:14.310935974121rem;width:6.875rem;height:7.8125rem;display:block; }
#GZtwvfMElfgMeHZkrJ9S2oNFbt3P5pAM { width:12.125rem;height:2.3125rem;top:5.6875rem;left:11.75rem;display:none; }
#hrQr9eRCTKbaZ3RA3bABex0KhnePeIb8 { display:block; }
#Cavb4ihzBaWT6rlkNRaxRQ11Pxsf2yPs { top:7rem;left:12.530467987061rem;width:10.75rem;height:2.0509455451555rem;display:block; }
#vbEXyLhbFQ0zmShSHTM3aD2cvZlnFb1m { top:7rem;left:0.560546875rem;width:10.75rem;height:2.0509455451555rem;display:block; }
#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy { display:block; }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row .container { width:47.75rem;position:relative;display:block; }#JbdW8MyhRIhG2ehBmIMTqh6a2pKlLdFu { width:9rem;height:2.4375rem;top:7.25rem;left:37.248435974121rem;display:block; }
#Pba96yhw6JcV25wMhpSBee9xWT2hQNaG { display:block; }
#evKwDrn9tEI5f583WiZ4rp7F4xOp0DND { width:12.0625rem;height:2.25rem;top:6.9375rem;left:23.75rem;display:block; }
#daFk7VH6JuAgM7sKHLBkyrK76VxBc2of { display:block; }
#ihrNynGhMRxohRnBtza5APtM6Q3gWlpF { width:12.0625rem;height:2.4375rem;top:7rem;left:0rem;display:block; }
#ENWPldZ2WTwCsUoo16slue5OmdTgocTx { display:block; }
#cNIrf1MJTOILthrEOuxe2DieaMi6RgeB { top:0rem;left:25.875rem;width:6.875rem;height:0;display:block; }
#MMhQ3Ekst10XpCrveMR2VDKRZrJXEir1 { top:0.1875rem;left:38.342964172363rem;width:6.875rem;height:7.8125rem;display:block; }
#Mk6bpIiDqMEmNGGt1b12tFun4t5lk0aF { top:7.1875rem;left:36.375389099121rem;width:10.75rem;height:2.0507321359409rem;display:block; }
#LipSz6H1UCPJnF0akB70lvWzNBuT8RKK { top:7rem;left:23.96875rem;width:10.75rem;height:2.0509455451555rem;display:block; }
#adOemCJOWL4tfb5oOXLBkeFX7F4c4ZDl { top:7.1875rem;left:0.56171798706055rem;width:10.75rem;height:2.0509455451555rem;display:block; }
#wkA7wD3nbQshBsMGvcUXepWlFZqwmedN { top:0.625rem;left:26.40625rem;width:6.875rem;height:7.8125rem;display:block; }
#JxBHRIQF4s9o9DNUwSvbuViGVT56VykJ { top:0.5rem;left:1.8414039611816rem;width:6.875rem;height:7.81125rem;display:block; }
#TuDIL0yXedJ1BrXUT3dFPBrOdEcZNxzM { display:block; }#TuDIL0yXedJ1BrXUT3dFPBrOdEcZNxzM > .row .container { width:47.75rem;position:relative;display:block; }#b0uOTupehde0lM4umMaU57H2PSXGfe1c { top:10.8125rem;left:35.8125rem;width:6.875rem;height:8.8733125rem;display:block; }
#bcvsW1C61kiEGe4tcnNZMaP4MXUIqUxc { width:13.0625rem;height:2.5rem;top:7.25rem;left:34.6875rem;display:block; }
#QncQVcPMbu00qB2hQuysS9NOATRcnVap { display:block; }
#qwTmoyDo4Ukn6PzoMSwX3iwMScRbqdkz { top:7.4375rem;left:36.28125rem;width:10.75rem;height:2.0511708586297rem;display:block; }
#Fd50gslKtsKs8dl7vKXrgfNRrVirB6aI { top:1.125rem;left:38.03125rem;width:7.5rem;height:5.0625rem;display:block; }
#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M { display:block; }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .row .container { width:47.75rem;position:relative;display:block; }#Nv5zNWgK8ibTuQ5GQUfszmlkNkARkDIa { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1.5625rem;display:block; }
#thg86wSefINrLB3Ai3aBpGnVSGdxHR3t { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
#OeHJS7UzozTEUiT13OSaGBpz6BfhZ903 { width:20.75rem;height:7.375rem;top:7.875rem;left:27rem;font-size:0.75rem;display:block; }
#bT82WSIQl8ffwy4JmJDMMlEBz5RpTeOT { width:1.875rem;height:1.875rem;top:19.8125rem;left:45.875rem;display:block; }
#BAboTTVT0AI9TTvQib6UvR3DBK40EMMi { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
#SWtBVNCrGDWA2D1S0lTskfI3XNyp5aOq { width:1.75rem;height:1.75rem;top:19.9375rem;left:46rem;font-size:1.1875rem;display:block; }
#eUvm0NmHUkSuyBRRDUn0hFJd0X8k1Gs9 { width:28.5625rem;height:1.75rem;top:17.1875rem;left:19.1875rem;font-size:1.25rem;display:block; }
#kX2VuDeps4yFsIvmfsRtopm6TkAN3M2R { width:20.75rem;height:2.6875rem;top:19.1875rem;left:27rem;font-size:1rem;display:block; }
#KQvlyiutwPTefPqBbyqaxMF4iBhEPKnx { width:1.75rem;height:1.75rem;top:22.0625rem;left:46rem;font-size:1.1875rem;display:block; }
#qB9evU0aAaZ2vWzEk10DW8WdRrKAEBlL { width:1.875rem;height:1.875rem;top:22rem;left:45.875rem;display:block; }
#rZ5z80BW1Rr9zmmNnKp38wvTrK5bqbtz { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
#qOZ8941AfBOI6lGQNd2Il8Up0zvzkoL0 { width:1.875rem;height:1.875rem;top:24.25rem;left:45.875rem;display:block; }
#Np0PPacwBxDyzqnFckwXthEDRGNLmqnL { width:11.375rem;height:2.6875rem;top:21.5rem;left:36.375rem;font-size:1rem;display:block; }
#LrCMyqdQkpG6c6nXRhu9M7vszDUWZBlP { width:11.375rem;height:2.6875rem;top:26rem;left:36.375rem;font-size:1rem;display:block; }
#H5hkfNK7kNx1GNAoikdTsTb1Ve4IQs4f { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
#I9XtfCiGVxqpve1ZVtFfr3fT1l9QIxdy { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
#fPB485hFmWBUEufztlsPWTtB6nHvUe1b { width:11.375rem;height:2.6875rem;top:23.8125rem;left:36.375rem;font-size:1rem;display:block; }
#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm { display:block; }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .row .container { width:47.75rem;position:relative;display:block; }#aVoZZ4m74MgJJEoFOGsw6wMkLcyMguV3 { width:28.8125rem;height:2.5rem;top:1.4375rem;left:18.9375rem;font-size:1.375rem;display:block; }
#UBKb8SLT9240dmtaw5wELVkq2P5XngvI { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#OsKVNQIzXTJ0kcG2Cbv59o9n2F8MNNyS { width:45.0625rem;height:2rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
#JPTOIuEqpDA1RPlmmuPc86QwAxMFANtB { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#ef0vsX7IexMSIW9TinVhFxy6Ab1pOU7k { top:13.0625rem;left:28.3125rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
#AVZCKfWSzCRTn62OxgKEMScnwedrTyTn { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
#At9dzL5kI9Jw6ALIbxmsUdGAu4QbkqTQ { width:19.25rem;height:1.75rem;top:9.125rem;left:25.375rem;font-size:1.0625rem;display:block; }
#RXzsWfNyMZgib2VPfsHnUuQDblNhRv7p { top:8.5625rem;left:25.25rem;width:20.125rem;height:2.875rem;display:block; }
#WLHqns3XSr6hbiE2L9fZfcQ9MyncZLpM { top:8.4375rem;left:21.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#vvhsye10byyI3otNtwZH7Te8DTeo3q5q { top:8.4375rem;left:17.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#JQiKDiFF5NuhLCJthk50D5A5NolBeeDV { top:8.4375rem;left:13.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
body { position:relative;display:block; }
#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/24d85187-5892-4c62-b794-d98d49f21dc1/offers.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;display:block; }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV.adaptive-delivery-prevent-bg, #aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV.lazyload, #aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV.lazyloading { background-image: none; }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row .container { background-color: transparent; background-image: none; }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row .container > .video-iframe-container { display: none; }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row > .video-iframe-container { display: none; }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .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); }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row .container { border-width: 0; border-radius: 0; }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV::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; }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aL1oJFHQG9WTfxZCJKGUhqCfQmux8SdV > .row .container { width:20rem;height:21.25rem;position:relative;display:block; }#riJ4mOw5KquuAv83kZN6gex9tUMEJiLF { width:10.746875rem;height:1.80625rem;top:8.375rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
#PZZWP8GdgPv9z2bKhA2AqJq81K3tmBTu { width:17.3109375rem;height:2.19375rem;top:4.0625rem;left:1.3445313572884rem;font-size:1.6875rem;display:block; }
#zTwNnQuVWBiwSJiq9c1cLfFoKQPqQ5ET { width:20rem;height:5.3333333333333rem;top:74.875rem;left:0rem;display:none; }
#l3kTIfmWCHmaW6f6tmVETOLyXNginvis { width:10.3125rem;height:3.4375rem;top:27.5625rem;left:5rem;overflow:hidden;display:none; }
#QDEhsX9e5UeMvc8rZt9lTB4VraGP5vIi { width:10.125rem;height:2.1875rem;top:8rem;left:4.75rem;display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-regular-label { width:11rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-input-text { width:11rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-input-text {padding-top: 0; padding-bottom: 0;}#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-textarea { width:11rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-input-select { width:11rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-input-select {padding-top: 0; padding-bottom: 0;}#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-input-button { width:11rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .widget-checkbox-label { width:9.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn  { width:11rem;height:auto;top:15.375rem;left:3.2500000596046rem; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn .radio-container { width:11rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn {display:block;}#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn { width:11rem;height:auto;top:15.375rem;left:3.2500000596046rem;display:none; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #qTZo6LALb4VtV84Tu1PhBJ38buQIBwyx {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #KLBfxQ6wVHd7z5WPEAvsUBiBWPLbixhD { display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #TmT40WTdgzE9mgewMTLzwqMpSkLnMVd2 {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #TVBHEUFTwLxUwbowzIVVXwBOt1IAtgQc {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #NEXCmHTV49XZnJOegOTMfocv5mMFbCBe { display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #c0Di4Dc1Eb2pLtn16m509glxgFNsxxkL {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #XNWFRr3HTpJOC4yEHimF3MQzb3TidMDE {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #khvhfUXO0TFzfRFiTH2fvxmIzxlTXsS6 { display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #Vxc2CovTNhSvqNHUzFl9yD2zUsK30uHO {  }
#GCJaygoLVmEFShngHhm2HJgEHXRli1mF { display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #ho6AOTvUMZumrQIcJPInnmJI0WocOuIO {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #Mie92fMMo81cCbhyWhIqQZkyHbysg8VT { display:block; }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #yBCbvnyZAhVObE4EW2OTCmbsn5ya9I34 {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #nfgZtl5feIUkyxEK06HJ1gyuerNktuoZ {  }
#GsAsXRuMWUhRJylC7x0gcvglHilo2iJn #wO23wdaz0yirzk6nxJMTTWKb81FMyxSk {  }
#whspwIwvBya9nK61hotm5rrRW6GXEZno { width:16.5625rem;height:3.5625rem;top:13rem;left:1.7187500596046rem;z-index:15179;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#aq7OhSaZsHWmMmaly4tGZfTbK8QZz8W0 { display:block; }
#gTfmZgEf93O3cDVFpabhPOgazfBOG4Oq { width:15.5625rem;height:2.3125rem;top:18.0625rem;left:2.4687500596046rem;z-index:15175;font-size:1rem;display:block; }
#SREuzm5TcsASCdizzk0vSLFIdtHiJ4aO { display:block; }
#vkuKoO9aDhGaBaTuaGUTobIT3SnoTT6K { display:flex;width:3.125rem;height:3.125rem;top:13.21875rem;left:3.0999999642372rem;z-index:15181; }
#wNLe9e2Z1Rk9lZXNSdT03VMtmbfe25Ss { display:flex;width:1.9375rem;height:1.9375rem;top:18.25rem;left:3.6937499642372rem;z-index:15176; }
#wNLe9e2Z1Rk9lZXNSdT03VMtmbfe25Ss > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT { display:block; }#S5fw7cbOB4z8ngJcKOXcZOP5J5dPgTwT > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; }#TGzJm9g0XKTFm1lgRxrmq9ZGhPsP3wm8 { width:19.4375rem;height:1.70625rem;top:1.1871089935302rem;left:0rem;font-size:1.3125rem;display:block; }
#KPhrAFaxf3T4QWrNhFy2OcnhaAzrPQU1 { width:14.125rem;height:3.1875rem;top:0.19609451293945rem;left:2.6875000596046rem;display:block; }
#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r { 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;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; }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r.adaptive-delivery-prevent-bg, #NVAogoaXnudRIzsnhRtdbNyDWWISqg6r.lazyload, #NVAogoaXnudRIzsnhRtdbNyDWWISqg6r.lazyloading { background-image: none; }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row .container { background-color: transparent; background-image: none; }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row .container > .video-iframe-container { display: none; }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row > .video-iframe-container { display: none; }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .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); }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row .container { border-width: 0; border-radius: 0; }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NVAogoaXnudRIzsnhRtdbNyDWWISqg6r > .row .container { width:20rem;height:30rem;position:relative;display:block; }#eTXs8mUBlJxav8Ik97KtuGd8g0rOymLa { width:9.8741875rem;height:2.56171875rem;top:27rem;left:5.125rem;font-size:0.9375rem;display:block; }
#hXJoNTTBVcoZMBHZQ6W4hMF27SGig0qN { display:block; }
#rR72ZTgXXMvqItb3vttPqeARVt3tDMCR { width:12.1241875rem;height:2.3109375rem;top:17.1875rem;left:3.9375rem;font-size:0.9375rem;display:block; }
#BOpgal2xr8EQWLEUlf6ZvrvkTF8zAlFN { display:block; }
#vvORqslDP7fkl4aHqp4b9ErNcLddGpWT { width:12.1241875rem;height:2.3109375rem;top:8rem;left:3.9375rem;font-weight:700;font-style:normal;font-size:0.9375rem;display:block; }
#S5DBtLi4ACvSwOUcvO6ifgCtI6L4rykX { display:block; }
#PoRogtz9OkAvWL7USmDhF4LmoWTzpq1p { width:7.3125rem;height:9.375rem;top:9.5rem;left:6.375rem;display:block; }
#Xt4r4d841BZnUU3nG20AGDRQovEXhXmn { width:7.3125rem;height:9.375rem;top:0.875rem;left:6.375rem;display:block; }
#QdDivs5CPHRsTknosQ7NDI56arQ0TPfB { width:10.749625rem;height:2.05078125rem;top:27.25rem;left:4.6875rem;display:block; }
#V15Tq4mFgvIoTrFldtErb4DobmakAyVL { width:6.8115rem;height:5rem;top:21.5625rem;left:6.5625rem;display:block; }
#PLmnNlAuS9mgf2ngNWIxupfCVFJgGRCR { width:10.75rem;height:2.0509455451555rem;top:17.3125rem;left:4.625rem;display:block; }
#ZVJvW99gy4Kr7nC1Wn0lPcPXJcqpgEmE { width:10.75rem;height:2.0509455451555rem;top:8.125rem;left:4.625rem;display:block; }
#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk { background-color:#ffffff;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;display:block; }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk.adaptive-delivery-prevent-bg, #ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk.lazyload, #ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk.lazyloading { background-image: none; }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .row .container { background-color: transparent; background-image: none; }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .row .container > .video-iframe-container { display: none; }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .row > .video-iframe-container { display: none; }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .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); }#ITfh7ihcA0LSbrv94xfdTkRNwsDyOtpk > .row .container { width:20rem;height:29.625rem;position:relative;display:block; }#mal6UV8aRO7CJwOLUyw2wHnbneb9WtCf { width:9.437125rem;height:2.31210625rem;top:16.8125rem;left:5.125rem;font-size:0.9375rem;display:block; }
#yQGmQmid5NKKVEwqiqic9sMFFORr9T3O { display:block; }
#Tk4swLSfVcEKXSZnAM9f6KhtbpAwsGbT { width:12.125rem;height:2.3125rem;top:17.78125rem;left:3.9375rem;display:none; }
#twEQTn2RLnFl68Sq3nc8Qp79ib8aTcE6 { display:block; }
#d47kiPgxofWg8Dw8Rzrng7lkVmvkr1vD { width:12.1241875rem;height:2.3109375rem;top:7.137890815735rem;left:3.9363277554512rem;font-size:0.9375rem;display:block; }
#rG9lasXyuBeczOwa85wmXeW2RUK1t4dA { display:block; }
#kvvmkMbT3XdzquTyfTabdT2wATGDXHvW { width:7.3125rem;height:9.375rem;top:8.4468755722044rem;left:6.3421872258188rem;display:block; }
#UdeVo5UFi9ceT4T1AKQ2XuJLTImRrih4 { width:7.3125rem;height:9.375rem;top:4.7683715820312E-6rem;left:6.3421872258188rem;display:block; }
#gOyE3TcEoGsoR1R9M8WqeIbOqy8BJ2Ph { width:10.75rem;height:2.0509455451555rem;top:16.9375rem;left:4.625rem;display:block; }
#usNJuPF1Ob0l1gqgssahMdxGPTehXNIu { width:7.3125rem;height:9.375rem;top:19.125rem;left:6.375rem;display:block; }
#GZtwvfMElfgMeHZkrJ9S2oNFbt3P5pAM { width:12.1230625rem;height:2.3109375rem;top:26.8125rem;left:3.9375rem;z-index:15012;font-size:0.9375rem;display:block; }
#hrQr9eRCTKbaZ3RA3bABex0KhnePeIb8 { display:block; }
#Cavb4ihzBaWT6rlkNRaxRQ11Pxsf2yPs { width:10.75rem;height:2.0509455451555rem;top:26.875rem;left:4.625rem;display:block; }
#vbEXyLhbFQ0zmShSHTM3aD2cvZlnFb1m { width:10.75rem;height:2.0509455451555rem;top:7.2679681777956rem;left:4.6230466961861rem;display:block; }
#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy { background-color:#ffffff;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;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; }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy.adaptive-delivery-prevent-bg, #UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy.lazyload, #UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy.lazyloading { background-image: none; }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row .container { background-color: transparent; background-image: none; }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row .container > .video-iframe-container { display: none; }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row > .video-iframe-container { display: none; }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .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); }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row .container { border-width: 0; border-radius: 0; }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UgPvKtKEOF1ug0cyRTTkvnVGLfo4oWKy > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; }#JbdW8MyhRIhG2ehBmIMTqh6a2pKlLdFu { width:9.125rem;height:2.3125rem;top:30.8125rem;left:5.25rem;font-size:0.9375rem;display:block; }
#Pba96yhw6JcV25wMhpSBee9xWT2hQNaG { display:block; }
#evKwDrn9tEI5f583WiZ4rp7F4xOp0DND { width:9.062125rem;height:2.3109375rem;top:20.9375rem;left:5.3125rem;font-size:0.9375rem;display:block; }
#daFk7VH6JuAgM7sKHLBkyrK76VxBc2of { display:block; }
#ihrNynGhMRxohRnBtza5APtM6Q3gWlpF { width:9.3125rem;height:2.5rem;top:10.375rem;left:5.375rem;font-size:0.9375rem;display:block; }
#ENWPldZ2WTwCsUoo16slue5OmdTgocTx { display:block; }
#cNIrf1MJTOILthrEOuxe2DieaMi6RgeB { width:6.875rem;height:0;top:24.4375rem;left:7.75rem;display:block; }
#MMhQ3Ekst10XpCrveMR2VDKRZrJXEir1 { width:10rem;height:9.375rem;top:23.1875rem;left:5.1875rem;display:block; }
#Mk6bpIiDqMEmNGGt1b12tFun4t5lk0aF { width:10.75rem;height:2.0507321359409rem;top:30.9375rem;left:4.8125rem;display:block; }
#LipSz6H1UCPJnF0akB70lvWzNBuT8RKK { width:10.749625rem;height:2.05078125rem;top:21.0625rem;left:4.4375rem;display:block; }
#adOemCJOWL4tfb5oOXLBkeFX7F4c4ZDl { width:10.75rem;height:2.0509455451555rem;top:10.6875rem;left:4.8125rem;display:block; }
#wkA7wD3nbQshBsMGvcUXepWlFZqwmedN { width:7.2491875rem;height:9.375rem;top:13.5rem;left:5.9375rem;display:block; }
#JxBHRIQF4s9o9DNUwSvbuViGVT56VykJ { width:7.2484375rem;height:9.375rem;top:1.875rem;left:6.37578111887rem;display:block; }
#TuDIL0yXedJ1BrXUT3dFPBrOdEcZNxzM { 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;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; }#TuDIL0yXedJ1BrXUT3dFPBrOdEcZNxzM.adaptive-delivery-prevent-bg, #TuDIL0yXedJ1BrXUT3dFPBrOdEcZNxzM.lazyload, #TuDIL0yXedJ1BrXUT3dFPBrOdEcZNxzM.lazyloading { background-image: none; }#TuDIL0yXedJ1BrXUT3dFPBrOdEcZNxzM > .row .container { border-width: 0; border-radius: 0; }#TuDIL0yXedJ1BrXUT3dFPBrOdEcZNxzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuDIL0yXedJ1BrXUT3dFPBrOdEcZNxzM > .row .container { width:20rem;height:11.1875rem;position:relative;display:none; }#b0uOTupehde0lM4umMaU57H2PSXGfe1c { width:7.3125rem;height:9.375rem;top:11.125rem;left:6.375rem;display:none; }
#bcvsW1C61kiEGe4tcnNZMaP4MXUIqUxc { width:13.0625rem;height:2.5rem;top:8rem;left:4rem;font-size:0.9375rem;display:block; }
#QncQVcPMbu00qB2hQuysS9NOATRcnVap { display:block; }
#qwTmoyDo4Ukn6PzoMSwX3iwMScRbqdkz { width:10.749625rem;height:2.0501468724887rem;top:8.25rem;left:5.1875rem;display:block; }
#Fd50gslKtsKs8dl7vKXrgfNRrVirB6aI { width:7.5rem;height:5.06225625rem;top:2.75rem;left:6.8125rem;display:block; }
#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M.adaptive-delivery-prevent-bg, #kBhFJwC27vTSR1FB00DCNdy1o9i0av5M.lazyload, #kBhFJwC27vTSR1FB00DCNdy1o9i0av5M.lazyloading { background-image: none; }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .row .container { background-color: transparent; background-image: none; }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .row .container > .video-iframe-container { display: none; }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .row > .video-iframe-container { display: none; }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .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); }#kBhFJwC27vTSR1FB00DCNdy1o9i0av5M > .row .container { width:20rem;height:21.125rem;position:relative;display:block; }#Nv5zNWgK8ibTuQ5GQUfszmlkNkARkDIa { width:16.5rem;height:1.875rem;top:0.375rem;left:2.4375000596046rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.5625rem;display:block; }
#thg86wSefINrLB3Ai3aBpGnVSGdxHR3t { width:14.625rem;height:0.1875rem;top:2.625rem;left:4.1875rem;display:block; }
#OeHJS7UzozTEUiT13OSaGBpz6BfhZ903 { width:17.625rem;height:5.625rem;top:3.5625rem;left:1.3125rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;display:block; }
#bT82WSIQl8ffwy4JmJDMMlEBz5RpTeOT { width:1.5625rem;height:1.5625rem;top:13.625rem;left:17.3125rem;display:none; }
#BAboTTVT0AI9TTvQib6UvR3DBK40EMMi { width:4.25rem;height:0.1875rem;top:2.625rem;left:14.625000298023rem;display:block; }
#SWtBVNCrGDWA2D1S0lTskfI3XNyp5aOq { width:1.25rem;height:1.25rem;top:13.84375rem;left:17.46875rem;font-size:0.875rem;display:none; }
#eUvm0NmHUkSuyBRRDUn0hFJd0X8k1Gs9 { width:13.5625rem;height:1.875rem;top:11rem;left:5.375rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.25rem;display:block; }
#kX2VuDeps4yFsIvmfsRtopm6TkAN3M2R { width:15.5625rem;height:2.275rem;top:13.1875rem;left:1.4375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
#KQvlyiutwPTefPqBbyqaxMF4iBhEPKnx { width:1.25rem;height:1.25rem;top:15.6875rem;left:17.5625rem;font-size:0.875rem;display:none; }
#qB9evU0aAaZ2vWzEk10DW8WdRrKAEBlL { width:1.5625rem;height:1.5625rem;top:15.4375rem;left:17.375rem;display:none; }
#rZ5z80BW1Rr9zmmNnKp38wvTrK5bqbtz { width:1.25rem;height:1.25rem;top:17.625rem;left:17.5625rem;font-size:0.875rem;display:none; }
#qOZ8941AfBOI6lGQNd2Il8Up0zvzkoL0 { width:1.5625rem;height:1.5625rem;top:17.3125rem;left:17.375rem;display:none; }
#Np0PPacwBxDyzqnFckwXthEDRGNLmqnL { width:10.0625rem;height:2.275rem;top:15.09375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
#LrCMyqdQkpG6c6nXRhu9M7vszDUWZBlP { width:10.0625rem;height:2.275rem;top:16.9375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
#H5hkfNK7kNx1GNAoikdTsTb1Ve4IQs4f { width:1.25rem;height:1.25rem;top:19.4375rem;left:17.5625rem;font-size:0.875rem;display:none; }
#I9XtfCiGVxqpve1ZVtFfr3fT1l9QIxdy { width:1.5625rem;height:1.5625rem;top:19.1875rem;left:17.375rem;display:none; }
#fPB485hFmWBUEufztlsPWTtB6nHvUe1b { width:11.375rem;height:2.275rem;top:18.875rem;left:5.5625rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");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; }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm.adaptive-delivery-prevent-bg, #zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm.lazyload, #zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm.lazyloading { background-image: none; }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .row .container { background-color: transparent; background-image: none; }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .row .container > .video-iframe-container { display: none; }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .row > .video-iframe-container { display: none; }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .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); }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .row .container { border-width: 0; border-radius: 0; }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpgph8oiT1JaaiesaRJyuiy1X0mdPIqm > .row .container { width:20rem;height:20.625rem;position:relative;display:block; }#aVoZZ4m74MgJJEoFOGsw6wMkLcyMguV3 { width:16.6875rem;height:1.5125rem;top:1.75rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
#UBKb8SLT9240dmtaw5wELVkq2P5XngvI { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#OsKVNQIzXTJ0kcG2Cbv59o9n2F8MNNyS { width:15.874rem;height:3.2rem;top:4.3359375rem;left:1.06201171875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
#JPTOIuEqpDA1RPlmmuPc86QwAxMFANtB { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#ef0vsX7IexMSIW9TinVhFxy6Ab1pOU7k { width:19.4375rem;height:1.3rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
#AVZCKfWSzCRTn62OxgKEMScnwedrTyTn { width:3.12378125rem;height:3.12378125rem;top:4.37255859375rem;left:16.38916015625rem;font-size:2.1875rem;display:block; }
#At9dzL5kI9Jw6ALIbxmsUdGAu4QbkqTQ { width:18.812125rem;height:1.7003875rem;top:10.5rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
#RXzsWfNyMZgib2VPfsHnUuQDblNhRv7p { width:17.9375rem;height:2.9375rem;top:9.875rem;left:1.0625rem;display:block; }
#WLHqns3XSr6hbiE2L9fZfcQ9MyncZLpM { width:3.125rem;height:3.125rem;top:14.0625rem;left:14.5625rem;font-size:2.1875rem;display:block; }
#vvhsye10byyI3otNtwZH7Te8DTeo3q5q { width:3.125rem;height:3.125rem;top:14.0625rem;left:8.375rem;font-size:2.1875rem;display:block; }
#JQiKDiFF5NuhLCJthk50D5A5NolBeeDV { width:3.125rem;height:3.125rem;top:14.0625rem;left:2.5625rem;font-size:2.1875rem;display:block; }
