.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;
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/193b82c9-0e84-4ebf-904b-bd04e78e3e16/RedpagesSurveyPageCMYK06.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#09071c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .row .container { background-color: transparent; background-image: none; }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .row .container > .video-iframe-container { display: none; }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .row > .video-iframe-container { display: none; }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .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); }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .row .container { border-width: 0; border-radius: 0; }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .row .container { font-size:14px;font-family:arial;height:114px;width:1200px;position:relative;display:block; }#Ci1VuonmmcHpZee3gr3K0FQRGZFUHk2G { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:43px;width:157px;top:35.5px;left:61px;overflow:hidden;display:block; }
#kvoywwrm8QeXUCPh3A0rfIZ3xnmGSiNJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:70px;height:34px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:27px;left:1006px;display:none; }
#TIX0ZGyxvvpuwQFmmhczksqc2OoNaCKO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/88e6c4f4-1bab-421c-ab47-08e92a6148bf/HeroBannerWithoutTextWithoutLine2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo.adaptive-delivery-prevent-bg, #WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo.lazyload, #WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo.lazyloading { background-image: none; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container { background-color: transparent; background-image: none; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container > .video-iframe-container { display: none; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row > .video-iframe-container { display: none; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .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); }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container { border-width: 0; border-radius: 0; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container { font-size:14px;font-family:arial;height:745px;width:1200px;position:relative;display:block; }#EIfPHfBS4nO4o1b9b6qDrqEJEZw6S14v { color:#ffffff;display:block;width:743.984px;position:absolute;font-family:vodafone;font-size:113px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:67px;left:54px;height:146.895px;font-style:normal;display:block; }
#INgCXL0PWmJ0inGPW1roc89viNDTxw99 { z-index:15004;top:401px;left:54px;background-color:#e60000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:36px;border-top-right-radius:36px;border-bottom-left-radius:36px;border-bottom-right-radius:36px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:vodafone;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:277.969px;height:51.9844px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K2M6zsdgBNu1NG0b5w7Ikd39mE7NFEkV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XxSfO8v91pxH3uqQJEBRxUB86KSe0dqy { color:#ffffff;display:block;width:793px;position:absolute;font-family:vodafone;font-size:60px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:214px;left:54px;height:156px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JZr1eHFBBrgrrNwxkqaZRiDPrKi0nfRf { color:#000000;display:block;width:320px;position:absolute;font-family:vodafone;font-size:30px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:29px;left:0px;display:none; }
#kkEl4aXg4wN7zLHaryy356ymARPSlEGi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222739;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row .container { background-color: transparent; background-image: none; }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row .container > .video-iframe-container { display: none; }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row > .video-iframe-container { display: none; }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .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); }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row .container { border-width: 0; border-radius: 0; }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row .container { font-size:14px;font-family:arial;height:121px;width:1200px;position:relative;display:block; }#dB1r2NfnhbXWrM7fFvkkcCVeOvPKPQFQ { color:#ffffff;display:block;width:1141.88px;position:absolute;font-family:vodafone;font-size:24px;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:2.890625px;left:29.046875px;height:115.188px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iQOGnMDBLTrWohNJdQuse92WNgAdPVhU { color:#000000;display:block;width:200px;position:absolute;font-family:vodafone;font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:41px;top:5px;left:171px;display:none; }
#Dw6Lta58egsfCQNtT9M0inykqHpk50AL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222739;background-image:url("https://images.assets-landingi.com/uc/620fd263-0a3b-4099-9c41-9028f3b0a001/Sectiondividercurve1.crop_1440x110_0,31.preview.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !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; }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL.adaptive-delivery-prevent-bg, #Dw6Lta58egsfCQNtT9M0inykqHpk50AL.lazyload, #Dw6Lta58egsfCQNtT9M0inykqHpk50AL.lazyloading { background-image: none; }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .row .container { background-color: transparent; background-image: none; }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .row .container > .video-iframe-container { display: none; }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .row > .video-iframe-container { display: none; }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .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); }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .row .container { border-width: 0; border-radius: 0; }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .row .container { font-size:14px;font-family:arial;height:148px;width:1200px;position:relative;display:block; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container { background-color: transparent; background-image: none; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container > .video-iframe-container { display: none; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row > .video-iframe-container { display: none; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .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); }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container { border-width: 0; border-radius: 0; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container { font-size:14px;font-family:arial;height:508px;width:1200px;position:relative;display:block; }#HX1Nbafx2anzhOFG74QxBlrMCeHECtcn { color:#525365;display:block;width:560px;position:absolute;font-family:inter;font-size:18px;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:373px;left:51px;height:59.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s2uMT0tFe7rlIDNv2wBGcIGrTKHuJ0Tr { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:178px;width:156px;top:297px;left:657px;overflow:hidden;display:none; }
#TSIT3u0wNaEdTQp55ZEJMTAb7fcJKU9k { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:178px;width:156px;top:297px;left:946px;overflow:hidden;display:none; }
#pD0iHEdcAoIZtT3K11Mx5PKk5m6rBXud { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:180px;width:157px;top:83px;left:657px;overflow:hidden;display:none; }
#MLJ58ccrgyPkcblk4UxQMe86klWxbTOO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:180px;width:157px;top:83px;left:945px;overflow:hidden;display:none; }
#VN0iHKNwzJNLKKFsgFNnriKSIdSUcbVA { color:#08081b;display:block;width:576.992px;position:absolute;font-family:vodafone;font-size:71px;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:66px;left:43px;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XWuD76NoaOv5in185SG0L1bVfCVHHrM1 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:163px;width:249px;top:66px;left:651px;overflow:hidden;display:block; }
#PyL68FvQQ7QQp4RwEvtq6W7U7lMD3A6r { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:163px;width:249px;top:270.375px;left:938px;overflow:hidden;display:block; }
#tMu0mqadEBxqs5wxkzRHC0Alwp29gFvS { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:163px;width:249px;top:66px;left:938px;overflow:hidden;display:block; }
#QHN9RytJ3oGiCMbFrG6hSbx0QaTEWQR7 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:163px;width:249px;top:270.375px;left:651px;overflow:hidden;display:block; }
#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222739;background-image:url("https://images.assets-landingi.com/uc/a401587b-e66c-4e49-8540-85eedf7bc187/Sectiondividercurve2.crop_1440x119_0,24.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb.adaptive-delivery-prevent-bg, #Genrtl4CLe3Fa1EurD4u731nSWqcXmZb.lazyload, #Genrtl4CLe3Fa1EurD4u731nSWqcXmZb.lazyloading { background-image: none; }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .row .container { background-color: transparent; background-image: none; }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .row .container > .video-iframe-container { display: none; }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .row > .video-iframe-container { display: none; }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .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); }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .row .container { border-width: 0; border-radius: 0; }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .row .container { font-size:14px;font-family:arial;height:158px;width:1200px;position:relative;display:block; }#zgTvsCFdmHM90XnB6xSqbb9fZqD58mnk { color:#ffffff;display:block;width:800px;position:absolute;font-family:vodafone;font-size:40px;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:122px;left:200px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#okUUncxe6vqbUih5VZ7ear1ppy845qkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222739;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row .container { background-color: transparent; background-image: none; }#okUUncxe6vqbUih5VZ7ear1ppy845qkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row .container > .video-iframe-container { display: none; }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row > .video-iframe-container { display: none; }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .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); }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row .container { border-width: 0; border-radius: 0; }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row .container { font-size:14px;font-family:arial;height:513px;width:1200px;position:relative;display:block; }#VQTC8VJJpagv3Gr1e1TJk5I286W2s2yg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:464px;width:287px;top:46px;left:913px;overflow:hidden;display:block; }
#L8vsJT0TRuHqZ0qZmHvOTWfiM8xc2cbK { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:464px;width:287px;top:46px;left:627px;overflow:hidden;display:block; }
#TDKHXovC2bnf05EopC0uMTyGxZm1ek4a { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:462px;width:285px;top:47px;left:57px;overflow:hidden;display:block; }
#VALvPnC3IL9TbMbbkuVla2GxwXyobbBz { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:464px;width:287px;top:46px;left:341px;overflow:hidden;display:block; }
#WH8HlZNTmHtvQAAPXE2nkuDIcxOMwoF1 { color:#000000;display:block;width:188px;position:absolute;font-family:vodafone;font-size:18px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:262.6875px;left:105.5px;height:140.3437px;text-align:center;text-align-last:center;display:block; }
#hIqKQF2Feu1paXG1nZ6eEq5fbd1TOO9t { color:#000000;display:block;width:236px;position:absolute;font-family:vodafone;font-size:18px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:262.6875px;left:366.5px;height:187.1248px;text-align:center;text-align-last:center;display:block; }
#Nk3Me7yDMzMqb0GFgLE3lPTZMwLFhAXC { color:#000000;display:block;width:188px;position:absolute;font-family:vodafone;font-size:18px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:262.6875px;left:676.5px;height:187.1252px;text-align:center;text-align-last:center;display:block; }
#XdBayXHHyJEykDn7LxSpyhHnz9RTc6KQ { color:#000000;display:block;width:188px;position:absolute;font-family:vodafone;font-size:18px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:262.6875px;left:962.5px;height:210.5152px;text-align:center;text-align-last:center;display:block; }
#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222739;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row .container { background-color: transparent; background-image: none; }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row .container > .video-iframe-container { display: none; }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row > .video-iframe-container { display: none; }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .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); }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row .container { border-width: 0; border-radius: 0; }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row .container { font-size:14px;font-family:arial;height:1252px;width:1200px;position:relative;display:block; }#MeU3qtZ5DTFlXxBWUvTdg8p8mlWHI07g { color:#ffffff;display:block;width:971px;position:absolute;font-family:vodafone;font-size:40px;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:0px;left:115px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ay5Q8zQVvykZTdQPQkAFknsNCiXHfekT { color:#ffffff;display:block;width:891px;position:absolute;font-family:vodafone;font-size:32px;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:60px;left:155px;height:96px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KOcNK7JtKQxfvL8aaKcA7LR2C5HVPwbA { color:#ffffff;display:block;width:649px;position:absolute;font-family:vodafone;font-size:24px;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:184px;left:295px;height:36px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2D7hLy8GuTVkMChiesxRyOu2Re96tE2 { position:absolute;display:block;z-index:15015;height:348px;width:455px;top:220px;left:372.5px;display:block; }
#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#09071c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .row .container { background-color: transparent; background-image: none; }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .row .container > .video-iframe-container { display: none; }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .row > .video-iframe-container { display: none; }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .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); }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .row .container { border-width: 0; border-radius: 0; }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .row .container { font-size:14px;font-family:arial;height:333px;width:1200px;position:relative;display:block; }#f7MAJx71vl8e4wDNZm1KvTHNBkK2rLmJ { color:#000000;display:block;width:265px;position:absolute;font-family:vodafone;font-size:13px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:272px;left:120px;height:16.8924px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#M7tnBwAKb9Xz71eL6Jsdl2Dr10TvTsVF { color:#000000;display:block;width:265px;position:absolute;font-family:vodafone;font-size:13px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:272px;left:815px;height:16.8924px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GrfEvTr8nkXzQmcPZ3VVEsKrBDrykUMp { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#pzLl62TmAiBWfzl5dFZshqTL52uPJW2z { box-sizing:content-box;height:200px;width:424px;position:absolute;display:block;z-index:15007;background-color:#09071c;background-image:none;top:46px;left:385px;display:block; }
#o9FmOHWA7KhXMqFXbpgRZe9X4c0Ao417 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:151px;width:302px;top:71px;left:446px;overflow:hidden;display:block; }
#u8CVMUzyPVKCkgb5V3qtEg7y2SsVstyK { color:#000000;display:block;width:265px;position:absolute;font-family:vodafone;font-size:13px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:393px;left:815px;height:16.8906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#T6R5oVAAUJ374zfghIu37s87MCiVdGCM { box-sizing:content-box;height:200px;width:424px;position:absolute;display:block;z-index:15007;background-color:#09071c;background-image:none;top:46px;left:385px;display:none; }
#QHI6zDs0HQ5k1PyoCykfFRuFx418gymP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:151px;width:302px;top:71px;left:446px;overflow:hidden;display:none; }
#mQTOGchpzq6R13FWasinAcKkVNy2TQ1t { box-sizing:content-box;height:200px;width:424px;position:absolute;display:block;z-index:15007;background-color:#09071c;background-image:none;top:46px;left:385px;display:none; }
#d2FTKBxNFNsX0zTDl64J0yeDKxQoUpZ0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:151px;width:302px;top:71px;left:446px;overflow:hidden;display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS { display:block; }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ci1VuonmmcHpZee3gr3K0FQRGZFUHk2G { width:157px;height:43px;top:35px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #kvoywwrm8QeXUCPh3A0rfIZ3xnmGSiNJ { width:70px;height:33px;top:26px;left:694px;display:none; }
 }@media only screen and (max-width: 1199px) { #TIX0ZGyxvvpuwQFmmhczksqc2OoNaCKO { display:block; }
 }@media only screen and (max-width: 1199px) { #WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo { display:block; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EIfPHfBS4nO4o1b9b6qDrqEJEZw6S14v { width:743px;height:146px;top:67px;left:0px;font-size:41px;display:none; }
 }@media only screen and (max-width: 1199px) { #INgCXL0PWmJ0inGPW1roc89viNDTxw99 { top:401px;left:0px;width:277px;height:51px;display:block; }
 }@media only screen and (max-width: 1199px) { #K2M6zsdgBNu1NG0b5w7Ikd39mE7NFEkV { display:block; }
 }@media only screen and (max-width: 1199px) { #XxSfO8v91pxH3uqQJEBRxUB86KSe0dqy { width:764px;height:156px;top:214px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #JZr1eHFBBrgrrNwxkqaZRiDPrKi0nfRf { width:320px;height:;top:29px;left:0px;font-size:30px;display:none; }
 }@media only screen and (max-width: 1199px) { #kkEl4aXg4wN7zLHaryy356ymARPSlEGi { display:none; }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #dB1r2NfnhbXWrM7fFvkkcCVeOvPKPQFQ { width:764px;height:115px;top:2px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #iQOGnMDBLTrWohNJdQuse92WNgAdPVhU { width:200px;height:41px;top:5px;left:0px;font-size:22px;display:none; }
 }@media only screen and (max-width: 1199px) { #Dw6Lta58egsfCQNtT9M0inykqHpk50AL { display:block; }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv { display:block; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HX1Nbafx2anzhOFG74QxBlrMCeHECtcn { width:560px;height:59px;top:373px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #s2uMT0tFe7rlIDNv2wBGcIGrTKHuJ0Tr { width:156px;height:178px;top:297px;left:439px;display:none; }
 }@media only screen and (max-width: 1199px) { #TSIT3u0wNaEdTQp55ZEJMTAb7fcJKU9k { width:156px;height:178px;top:297px;left:608px;display:none; }
 }@media only screen and (max-width: 1199px) { #pD0iHEdcAoIZtT3K11Mx5PKk5m6rBXud { width:157px;height:180px;top:83px;left:439px;display:none; }
 }@media only screen and (max-width: 1199px) { #MLJ58ccrgyPkcblk4UxQMe86klWxbTOO { width:157px;height:180px;top:83px;left:607px;display:none; }
 }@media only screen and (max-width: 1199px) { #VN0iHKNwzJNLKKFsgFNnriKSIdSUcbVA { width:576px;height:;top:66px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #XWuD76NoaOv5in185SG0L1bVfCVHHrM1 { width:249px;height:163px;top:66px;left:433px;display:block; }
 }@media only screen and (max-width: 1199px) { #PyL68FvQQ7QQp4RwEvtq6W7U7lMD3A6r { width:249px;height:163px;top:270px;left:515px;display:block; }
 }@media only screen and (max-width: 1199px) { #tMu0mqadEBxqs5wxkzRHC0Alwp29gFvS { width:249px;height:163px;top:66px;left:515px;display:block; }
 }@media only screen and (max-width: 1199px) { #QHN9RytJ3oGiCMbFrG6hSbx0QaTEWQR7 { width:249px;height:163px;top:270px;left:433px;display:block; }
 }@media only screen and (max-width: 1199px) { #Genrtl4CLe3Fa1EurD4u731nSWqcXmZb { display:block; }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zgTvsCFdmHM90XnB6xSqbb9fZqD58mnk { width:764px;height:60px;top:122px;left:0px;font-size:40px;display:none; }
 }@media only screen and (max-width: 1199px) { #okUUncxe6vqbUih5VZ7ear1ppy845qkT { display:block; }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VQTC8VJJpagv3Gr1e1TJk5I286W2s2yg { width:287px;height:464px;top:46px;left:477px;display:block; }
 }@media only screen and (max-width: 1199px) { #L8vsJT0TRuHqZ0qZmHvOTWfiM8xc2cbK { width:287px;height:464px;top:46px;left:409px;display:block; }
 }@media only screen and (max-width: 1199px) { #TDKHXovC2bnf05EopC0uMTyGxZm1ek4a { width:285px;height:462px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #VALvPnC3IL9TbMbbkuVla2GxwXyobbBz { width:287px;height:464px;top:46px;left:123px;display:block; }
 }@media only screen and (max-width: 1199px) { #WH8HlZNTmHtvQAAPXE2nkuDIcxOMwoF1 { width:188px;height:140px;top:262px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #hIqKQF2Feu1paXG1nZ6eEq5fbd1TOO9t { width:236px;height:187px;top:262px;left:148.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #Nk3Me7yDMzMqb0GFgLE3lPTZMwLFhAXC { width:188px;height:187px;top:262px;left:458.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #XdBayXHHyJEykDn7LxSpyhHnz9RTc6KQ { width:188px;height:210px;top:262px;left:576px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #TBvBknVSNQPGLOSOaWq8OE2gNguo0qst { display:block; }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MeU3qtZ5DTFlXxBWUvTdg8p8mlWHI07g { width:764px;height:60px;top:0px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 1199px) { #Ay5Q8zQVvykZTdQPQkAFknsNCiXHfekT { width:764px;height:96px;top:60px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 1199px) { #KOcNK7JtKQxfvL8aaKcA7LR2C5HVPwbA { width:649px;height:36px;top:184px;left:77px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #T2D7hLy8GuTVkMChiesxRyOu2Re96tE2 { width:455px;height:348px;top:220px;left:154.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 { display:block; }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f7MAJx71vl8e4wDNZm1KvTHNBkK2rLmJ { width:265px;height:16px;top:272px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 1199px) { #M7tnBwAKb9Xz71eL6Jsdl2Dr10TvTsVF { width:265px;height:16px;top:272px;left:499px;font-size:10px;display:block; }
 }@media only screen and (max-width: 1199px) { #GrfEvTr8nkXzQmcPZ3VVEsKrBDrykUMp { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #pzLl62TmAiBWfzl5dFZshqTL52uPJW2z { width:424px;height:200px;top:46px;left:167px;display:block; }
 }@media only screen and (max-width: 1199px) { #o9FmOHWA7KhXMqFXbpgRZe9X4c0Ao417 { width:302px;height:151px;top:71px;left:228px;display:block; }
 }@media only screen and (max-width: 1199px) { #u8CVMUzyPVKCkgb5V3qtEg7y2SsVstyK { width:86px;height:16px;top:248px;left:0px;font-size:11px;display:none; }
 }@media only screen and (max-width: 1199px) { #T6R5oVAAUJ374zfghIu37s87MCiVdGCM { width:424px;height:200px;top:46px;left:167px;display:none; }
 }@media only screen and (max-width: 1199px) { #QHI6zDs0HQ5k1PyoCykfFRuFx418gymP { width:302px;height:151px;top:71px;left:228px;display:none; }
 }@media only screen and (max-width: 1199px) { #mQTOGchpzq6R13FWasinAcKkVNy2TQ1t { width:424px;height:200px;top:46px;left:167px;display:none; }
 }@media only screen and (max-width: 1199px) { #d2FTKBxNFNsX0zTDl64J0yeDKxQoUpZ0 { width:302px;height:151px;top:71px;left:228px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#222739;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS { position:relative;z-index:auto;background-color:#09071c;background-image:none;display:block; }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .row .container { background-color: transparent; background-image: none; }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .row .container > .video-iframe-container { display: none; }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .row > .video-iframe-container { display: none; }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .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); }#TzWmq4VxcT9KwgAwiqfGhT7zmhikCbBS > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ci1VuonmmcHpZee3gr3K0FQRGZFUHk2G { width:119px;height:33px;top:28.5px;left:16.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kvoywwrm8QeXUCPh3A0rfIZ3xnmGSiNJ { width:93px;height:2px;top:0px;left:-12.272727012634px;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #TIX0ZGyxvvpuwQFmmhczksqc2OoNaCKO { display:block; }
 }@media only screen and (max-width: 763px) { #WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/394e8b0f-873f-4382-9510-2afe23a33923/HeroBannerWithTextWithLine.jpg");background-position:bottom 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; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo.adaptive-delivery-prevent-bg, #WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo.lazyload, #WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo.lazyloading { background-image: none; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container { background-color: transparent; background-image: none; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container > .video-iframe-container { display: none; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row > .video-iframe-container { display: none; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .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); }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container { border-width: 0; border-radius: 0; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo::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; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container { width:320px;height:440px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIfPHfBS4nO4o1b9b6qDrqEJEZw6S14v { width:270px;height:53.2969px;top:86px;left:16px;font-size:41px;display:none; }
 }@media only screen and (max-width: 763px) { #INgCXL0PWmJ0inGPW1roc89viNDTxw99 { top:170px;left:0px;width:169px;height:31px;font-size:17px;font-family:vodafone;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2M6zsdgBNu1NG0b5w7Ikd39mE7NFEkV { display:block; }
 }@media only screen and (max-width: 763px) { #XxSfO8v91pxH3uqQJEBRxUB86KSe0dqy { width:241px;height:65px;top:156px;left:16px;font-size:25px;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #JZr1eHFBBrgrrNwxkqaZRiDPrKi0nfRf { top:0px;left:0px;width:320px;height:156px;z-index:15009;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:30px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kkEl4aXg4wN7zLHaryy356ymARPSlEGi { display:block; }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row .container { width:320px;height:345px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dB1r2NfnhbXWrM7fFvkkcCVeOvPKPQFQ { width:294px;height:216px;top:94px;left:13px;font-size:16px;text-align:center;text-align-last:center;line-height:1.5;color:#eaeaea;font-family:vodafone;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iQOGnMDBLTrWohNJdQuse92WNgAdPVhU { top:14px;left:24px;width:272px;height:57.1875px;z-index:15022;color:#ffffff;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dw6Lta58egsfCQNtT9M0inykqHpk50AL { background-color:#222739;background-image:url("https://images.assets-landingi.com/uc/28ec2f5d-7ce3-4b3b-858e-7c816dfa6314/Sectiondividercurve11.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL.adaptive-delivery-prevent-bg, #Dw6Lta58egsfCQNtT9M0inykqHpk50AL.lazyload, #Dw6Lta58egsfCQNtT9M0inykqHpk50AL.lazyloading { background-image: none; }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .row .container { background-color: transparent; background-image: none; }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .row .container > .video-iframe-container { display: none; }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .row > .video-iframe-container { display: none; }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .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); }#Dw6Lta58egsfCQNtT9M0inykqHpk50AL > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container { background-color: transparent; background-image: none; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container > .video-iframe-container { display: none; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row > .video-iframe-container { display: none; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .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); }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container { border-width: 0; border-radius: 0; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container { width:320px;height:575px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HX1Nbafx2anzhOFG74QxBlrMCeHECtcn { width:311px;height:98.9844px;top:117px;left:5px;font-size:18px;text-align:center;text-align-last:center;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s2uMT0tFe7rlIDNv2wBGcIGrTKHuJ0Tr { width:133px;height:153px;top:397px;left:18px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TSIT3u0wNaEdTQp55ZEJMTAb7fcJKU9k { width:133px;height:153px;top:397px;left:169px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pD0iHEdcAoIZtT3K11Mx5PKk5m6rBXud { width:133px;height:153px;top:233px;left:17px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MLJ58ccrgyPkcblk4UxQMe86klWxbTOO { width:133px;height:153px;top:233px;left:170px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VN0iHKNwzJNLKKFsgFNnriKSIdSUcbVA { width:305px;height:90px;top:0px;left:7.5px;font-size:25px;text-align:center;text-align-last:center;line-height:1.2;color:#000000;font-family:vodafone;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #XWuD76NoaOv5in185SG0L1bVfCVHHrM1 { width:249px;height:163px;top:637px;left:35px;display:none; }
 }@media only screen and (max-width: 763px) { #PyL68FvQQ7QQp4RwEvtq6W7U7lMD3A6r { width:249px;height:163px;top:1186px;left:35px;display:none; }
 }@media only screen and (max-width: 763px) { #tMu0mqadEBxqs5wxkzRHC0Alwp29gFvS { width:249px;height:163px;top:820px;left:35px;display:none; }
 }@media only screen and (max-width: 763px) { #QHN9RytJ3oGiCMbFrG6hSbx0QaTEWQR7 { width:249px;height:163px;top:1003px;left:35px;display:none; }
 }@media only screen and (max-width: 763px) { #Genrtl4CLe3Fa1EurD4u731nSWqcXmZb { background-color:#222739;background-image:url("https://images.assets-landingi.com/uc/d304d61b-655a-4780-9cd9-8fcc7eccef29/Sectiondividercurve21.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb.adaptive-delivery-prevent-bg, #Genrtl4CLe3Fa1EurD4u731nSWqcXmZb.lazyload, #Genrtl4CLe3Fa1EurD4u731nSWqcXmZb.lazyloading { background-image: none; }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .row .container { background-color: transparent; background-image: none; }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .row .container > .video-iframe-container { display: none; }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .row > .video-iframe-container { display: none; }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .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); }#Genrtl4CLe3Fa1EurD4u731nSWqcXmZb > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgTvsCFdmHM90XnB6xSqbb9fZqD58mnk { width:320px;height:60px;top:12px;left:0px;font-size:20px;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #okUUncxe6vqbUih5VZ7ear1ppy845qkT { display:block; }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row .container { width:320px;height:1915px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQTC8VJJpagv3Gr1e1TJk5I286W2s2yg { width:287px;height:464px;top:1450px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #L8vsJT0TRuHqZ0qZmHvOTWfiM8xc2cbK { width:287px;height:464px;top:966px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TDKHXovC2bnf05EopC0uMTyGxZm1ek4a { width:285px;height:462px;top:0px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VALvPnC3IL9TbMbbkuVla2GxwXyobbBz { width:287px;height:464px;top:482px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #WH8HlZNTmHtvQAAPXE2nkuDIcxOMwoF1 { width:188px;height:140.3437px;top:240px;left:64px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hIqKQF2Feu1paXG1nZ6eEq5fbd1TOO9t { width:188px;height:210.5158px;top:698px;left:66px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Nk3Me7yDMzMqb0GFgLE3lPTZMwLFhAXC { width:188px;height:187.1252px;top:1192px;left:64px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XdBayXHHyJEykDn7LxSpyhHnz9RTc6KQ { width:188px;height:210.5152px;top:1666px;left:64px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TBvBknVSNQPGLOSOaWq8OE2gNguo0qst { display:block; }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row .container { width:320px;height:1447px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeU3qtZ5DTFlXxBWUvTdg8p8mlWHI07g { width:320px;height:144px;top:0px;left:0px;font-size:32px;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ay5Q8zQVvykZTdQPQkAFknsNCiXHfekT { width:302px;height:94.5px;top:154.5px;left:9px;font-size:21px;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KOcNK7JtKQxfvL8aaKcA7LR2C5HVPwbA { width:320px;height:26.5938px;top:264px;left:0px;font-size:19px;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T2D7hLy8GuTVkMChiesxRyOu2Re96tE2 { width:320px;height:348px;top:291px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 { background-color:#09071c;background-image:none;display:block; }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .row .container { background-color: transparent; background-image: none; }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .row .container > .video-iframe-container { display: none; }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .row > .video-iframe-container { display: none; }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .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); }#VxK0cyvFcHcMLGi2DHrz9ZRrG7nnWXM8 > .row .container { width:320px;height:278px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7MAJx71vl8e4wDNZm1KvTHNBkK2rLmJ { width:87px;height:16.5px;top:193px;left:117px;font-size:11px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #M7tnBwAKb9Xz71eL6Jsdl2Dr10TvTsVF { width:87px;height:0;top:166px;left:233px;font-size:10px;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #GrfEvTr8nkXzQmcPZ3VVEsKrBDrykUMp { top:220px;left:10px;width:300px;height:1px;z-index:15005;background-color:#666666;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pzLl62TmAiBWfzl5dFZshqTL52uPJW2z { width:320px;height:200px;top:210px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #o9FmOHWA7KhXMqFXbpgRZe9X4c0Ao417 { width:230px;height:114px;top:39px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #u8CVMUzyPVKCkgb5V3qtEg7y2SsVstyK { width:87px;height:16.5px;top:228px;left:117px;font-size:11px;text-align:center;text-align-last:center;line-height:1.5;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #T6R5oVAAUJ374zfghIu37s87MCiVdGCM { width:320px;height:200px;top:64px;left:24.5px;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #QHI6zDs0HQ5k1PyoCykfFRuFx418gymP { width:302px;height:151px;top:89px;left:42.5px;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #mQTOGchpzq6R13FWasinAcKkVNy2TQ1t { width:320px;height:200px;top:75px;left:14.5px;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #d2FTKBxNFNsX0zTDl64J0yeDKxQoUpZ0 { width:302px;height:151px;top:103px;left:42.5px;z-index:15010;display:none; }
 }