/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
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 {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
/*
  Fonts
  ############################# Fonts ######################################

*/
@font-face {
  font-family: Lato-Bold;
  src: url("../assets/fonts/Lato-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: Lato-Regular;
  src: url("../assets/fonts/Lato-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: NeoTech;
  src: url("../assets/fonts/NeoTech.otf");
  font-display: swap;
}
.lds-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #ff7901;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 98;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
}
.loader-full-height {
  z-index: 99;
}
/********************************************************************
*********************************************************************
*********************************************************************
                    Reset Button style for all browsers
*********************************************************************
*********************************************************************
*/
[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Make `a` like a button */
[role="button"] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial;
}
/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}
/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}
/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}
/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}
/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}
/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}
/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  border-bottom: 1px solid #000000;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input::placeholder {
  vertical-align: center;
}
input::-webkit-textfield-decoration-container {
  line-height: normal !important;
}
input::-webkit-input-placeholder {
  line-height: normal !important;
}
/*
    --------------------------------------------------------
    --------------------------------------------------------
    Main Landing page style
    --------------------------------------------------------
    --------------------------------------------------------
*/
body {
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background: #fff;
  text-align: center;
}
body * {
  font-family: Lato-Regular;
}
.wrapper {
  width: 100%;
  position: relative;
  font-weight: normal;
}
.content {
  padding: 0.8em 1.2em;
}
.wrapper--top-nav-desktop {
  display: none;
}
.wrapper--top-nav .top-nav-links .link {
  color: #000000;
  text-decoration: none;
}
.wrapper--back-nav {
  background-color: #1b1b1b;
}
.wrapper--back-nav .content {
  height: 2.8em;
}
.wrapper--back-nav-tablet {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  margin: 4em 0 1.5em 0;
  display: none;
}
#lp-img,
#sign-up-wrapper {
  text-align: left !important;
  text-align: -moz-left !important;
  text-align: -webkit-left !important;
}
.wrapper--desktop-right {
  display: none;
  width: 100%;
}
.wrapper--desktop-right .content {
  height: 95%;
  justify-content: flex-end;
}
.backdrop-image {
  width: 100%;
  height: 35vh;
  background-image: url("../assets/img/hero-mobile-en.jpg");
  background-origin: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.backdrop-image .back-drop-image-mixin {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.backdrop-image-title-desktop {
  background-image: url("../assets/img/hero-title.png");
  width: 100%;
  height: 12vh;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.logo {
  width: 4em;
  max-width: 150px;
}
.logo-partner {
  width: 5.6em;
  max-width: 210px;
}
.header {
  text-transform: initial;
  color: #000000;
  font-size: 1.8em;
  font-weight: 100;
}
.header-lato-small {
  font-size: 1.125em;
  color: #6f7273;
  line-height: 1.4;
}
.header-lato-bold {
  font-weight: bold;
  line-height: 1.4;
}
.header-NeoTech,
.header-lp {
  font-family: NeoTech;
  line-height: 1.3;
}
.header-price {
  font-size: 2.3400000000000003em;
}
.disclaimer-mobile-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.disclaimer.header-lato-small {
  color: #ff7901;
}
#sign-up-wrapper .header-lato-small {
  text-align: justify;
}
.sub-text {
  font-size: 1em;
  text-transform: initial;
  font-weight: 800;
  color: #000000;
  line-height: 1.5;
}
.sub-text-small {
  font-size: 0.85em;
  font-weight: 100;
}
#form-send-pin .radio-check,
#form-sub-btn .radio-check {
  width: 48%;
}
#form-send-pin .radio-check:first-child,
#form-sub-btn .radio-check:first-child {
  margin-right: 0.8em;
}
#form-send-pin .radio-check input,
#form-sub-btn .radio-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#form-send-pin .radio-check .label-content,
#form-sub-btn .radio-check .label-content {
  height: 5em;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  display: -ms-grid;
  display: grid;
  grid-template-columns: 25% 75%;
  grid-template-rows: auto;
  grid-template-areas: "right left";
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
#form-send-pin .radio-check .label-content:hover,
#form-sub-btn .radio-check .label-content:hover {
  background-color: #000;
}
#form-send-pin .radio-check .label-content .sub-text-h1,
#form-sub-btn .radio-check .label-content .sub-text-h1 {
  font-weight: 800;
}
#form-send-pin .radio-check .label-content .sub-text-h2,
#form-sub-btn .radio-check .label-content .sub-text-h2 {
  font-weight: 400;
}
#form-send-pin .radio-check .flex-right-section,
#form-sub-btn .radio-check .flex-right-section {
  grid-area: right;
  align-self: center;
  justify-self: center;
}
#form-send-pin .radio-check .flex-left-section,
#form-sub-btn .radio-check .flex-left-section {
  grid-area: left;
  align-self: center;
}
#form-send-pin .radio-check .checkmark,
#form-sub-btn .radio-check .checkmark {
  height: 26px;
  width: 26px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #e60000;
  position: relative;
}
#form-send-pin .radio-check .checkmark-small,
#form-sub-btn .radio-check .checkmark-small {
  width: 13px;
  height: 13px;
  border-color: #000;
  background-color: #000;
  grid-area: checker;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* margin-top: 100%; */
  /* margin-left: 100%; */
}
#form-send-pin input:checked ~ .checkmark,
#form-sub-btn input:checked ~ .checkmark {
  background-color: #ff0000 !important;
}
#form-send-pin input:checked ~ .label-content,
#form-sub-btn input:checked ~ .label-content {
  background-color: rgba(230, 0, 0, 0.2) !important;
  border-color: #e60000;
}
#form-send-pin input:checked ~ .label-content *,
#form-sub-btn input:checked ~ .label-content * {
  color: #000000;
}
#form-send-pin input:checked ~ .label-content .checkmark,
#form-sub-btn input:checked ~ .label-content .checkmark {
  border-color: #ff0000;
}
#form-send-pin input:checked ~ .label-content .checkmark-small,
#form-sub-btn input:checked ~ .label-content .checkmark-small {
  background-color: #ff0000;
}
.sub-button {
  width: 100%;
  background-color: #ff7901;
  box-shadow: 0 5px 10px 0 rgba(100, 47, 0, 0.5);
  color: #ffffff;
  line-height: 3.5em;
  border: none;
  border-radius: 4px;
  font-size: 1.1em;
  font-weight: 500;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.form-label {
  display: block;
}
.form-input-group {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  width: 100%;
  margin-top: 1.2em;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 50px auto;
}
.form-input-group .center-input {
  width: 50%;
  margin: auto;
}
.form-input-group .form-input-cuntry-code,
.form-input-group .form-input-user-input {
  color: #000000;
  background-color: transparent;
  border: none;
  line-height: 1em;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
.form-input-group .form-input-cuntry-code {
  color: #949292;
  width: 95%;
  align-self: center;
}
.form-input-group .verify-input-lable {
  margin-right: 1em;
}
.form-input-group-pin {
  border-bottom: none;
  display: inline-block;
}
.form-input-group-pin .verify-input-lable {
  margin-right: 0;
}
.form-input-group .c-otp {
  text-align: center;
}
.form-input-group .c-otp__label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.form-input-group .c-otp__input {
  border-bottom: solid 3px #000000;
  border-radius: 0;
  color: #000000;
  font-size: 18px;
  height: 48px;
  margin-right: 0.4em;
  outline: none;
  text-align: center;
  -webkit-appearance: none;
  width: 3em;
}
.form-input-group .c-otp__input:focus,
.form-input-group .c-otp__input:visited,
.form-input-group .c-otp__input:active {
  border-color: #ff7901 !important;
}
#resend-OTP-link {
  color: #ff7901;
  text-decoration: none;
  cursor: pointer;
}
#msisdn-verify {
  font-weight: 900;
}
#resend-OTP {
  min-width: 42px;
  width: 42px;
  display: inline-block;
  text-align: initial;
}
.price {
  color: #727171;
  font-size: 0.9em;
  font-weight: inherit;
  line-height: 1.5;
}
.icon {
  height: 2em;
}
.disclaimer {
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  color: #000000;
  font-size: 1em;
}
.disclaimer .disclaimer-line {
  text-align: left;
  margin-bottom: 0.4em;
}
.disclaimer .disclaimer-link {
  color: #000000;
}
#countdown-container {
  font-size: 1.3em;
  font-weight: 400;
}
.flex-item {
  flex-grow: 1;
}
.staticText {
  text-align: justify;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #727171;
  vertical-align: center;
  line-height: 1em;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #727171;
  vertical-align: center;
  line-height: 1em;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #727171;
  vertical-align: center;
  line-height: 1em;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #727171;
  vertical-align: center;
  line-height: 1em;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727171;
  opacity: 1;
  vertical-align: center;
  line-height: 1em;
  /* Firefox */
}
.no-padding-top {
  padding-top: 0;
}
.error-message {
  color: red;
  font-size: 1em;
}
.fa {
  display: inline-block;
  border-radius: 50%;
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 5px;
}
.ticktok {
  background-color: aliceblue;
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 2px;
}
.download-app {
  width: 150px;
}
.download-app svg {
  height: 44px;
}
.devices-icon {
  width: 50%;
  display: inline-block;
}
.wrapper--footer .footer-link {
  font-size: 0.8em;
  text-decoration: underline;
}
.wrapper--disclaimer .disclaimer-link {
  text-decoration: underline;
}
.wrapper--footer-desktop {
  display: none;
}
.copyright {
  font-size: 0.7em;
}
a {
  color: #fff;
  text-decoration: none;
}
hr {
  border-color: rgba(255, 255, 255, 0.5);
}
.lightest {
  font-weight: 100;
  font-size: 1.2em;
}
.close-container {
  width: 3em;
  height: 3em;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 3;
}
.close-container .close {
  height: 1.2em;
  width: 2px;
  background-color: #707070;
  transform: rotate(45deg);
  z-index: 1;
}
.close-container .close .close-content {
  height: 1.2em;
  width: 0.1em;
  background-color: #707070;
  transform: rotate(90deg);
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  body.unsub #lp-header {
    display: none;
  }
}
@media only screen and (min-width: 200px) and (max-width: 320px) {
  /*
    --------------------------------------------------------
    --------------------------------------------------------
    Main Landing page style
    --------------------------------------------------------
    --------------------------------------------------------
*/
  body {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background: #fff;
    text-align: center;
  }
  body * {
    font-family: Lato-Regular;
  }
  .wrapper {
    width: 100%;
    position: relative;
    font-weight: normal;
  }
  .content {
    padding: 0.544em 0.8160000000000001em;
  }
  .wrapper--top-nav-desktop {
    display: none;
  }
  .wrapper--top-nav .top-nav-links .link {
    color: #000000;
    text-decoration: none;
  }
  .wrapper--back-nav {
    background-color: #1b1b1b;
  }
  .wrapper--back-nav .content {
    height: 1.904em;
  }
  .wrapper--back-nav-tablet {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    margin: 2.72em 0 1.02em 0;
    display: none;
  }
  #lp-img,
  #sign-up-wrapper {
    text-align: left !important;
    text-align: -moz-left !important;
    text-align: -webkit-left !important;
  }
  .wrapper--desktop-right {
    display: none;
    width: 100%;
  }
  .wrapper--desktop-right .content {
    height: 95%;
    justify-content: flex-end;
  }
  .backdrop-image {
    width: 100%;
    height: 35vh;
    background-image: url("../assets/img/hero-mobile-en.jpg");
    background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .backdrop-image .back-drop-image-mixin {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .backdrop-image-title-desktop {
    background-image: url("../assets/img/hero-title.png");
    width: 100%;
    height: 12vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .logo {
    width: 2.72em;
    max-width: 150px;
  }
  .logo-partner {
    width: 3.808em;
    max-width: 210px;
  }
  .header {
    text-transform: initial;
    color: #000000;
    font-size: 1.2240000000000002em;
    font-weight: 100;
  }
  .header-lato-small {
    font-size: 0.7650000000000001em;
    color: #6f7273;
    line-height: 1.4;
  }
  .header-lato-bold {
    font-weight: bold;
    line-height: 1.4;
  }
  .header-NeoTech,
  .header-lp {
    font-family: NeoTech;
    line-height: 1.3;
  }
  .header-price {
    font-size: 1.5912000000000004em;
  }
  .disclaimer-mobile-view {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .disclaimer.header-lato-small {
    color: #ff7901;
  }
  #sign-up-wrapper .header-lato-small {
    text-align: justify;
  }
  .sub-text {
    font-size: 0.68em;
    text-transform: initial;
    font-weight: 800;
    color: #000000;
    line-height: 1.5;
  }
  .sub-text-small {
    font-size: 0.5780000000000001em;
    font-weight: 100;
  }
  #form-send-pin .radio-check,
  #form-sub-btn .radio-check {
    width: 48%;
  }
  #form-send-pin .radio-check:first-child,
  #form-sub-btn .radio-check:first-child {
    margin-right: 0.544em;
  }
  #form-send-pin .radio-check input,
  #form-sub-btn .radio-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  #form-send-pin .radio-check .label-content,
  #form-sub-btn .radio-check .label-content {
    height: 3.4000000000000004em;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0.34em;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
    display: -ms-grid;
    display: grid;
    grid-template-columns: 25% 75%;
    grid-template-rows: auto;
    grid-template-areas: "right left";
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  #form-send-pin .radio-check .label-content:hover,
  #form-sub-btn .radio-check .label-content:hover {
    background-color: #000;
  }
  #form-send-pin .radio-check .label-content .sub-text-h1,
  #form-sub-btn .radio-check .label-content .sub-text-h1 {
    font-weight: 800;
  }
  #form-send-pin .radio-check .label-content .sub-text-h2,
  #form-sub-btn .radio-check .label-content .sub-text-h2 {
    font-weight: 400;
  }
  #form-send-pin .radio-check .flex-right-section,
  #form-sub-btn .radio-check .flex-right-section {
    grid-area: right;
    align-self: center;
    justify-self: center;
  }
  #form-send-pin .radio-check .flex-left-section,
  #form-sub-btn .radio-check .flex-left-section {
    grid-area: left;
    align-self: center;
  }
  #form-send-pin .radio-check .checkmark,
  #form-sub-btn .radio-check .checkmark {
    height: 26px;
    width: 26px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #e60000;
    position: relative;
  }
  #form-send-pin .radio-check .checkmark-small,
  #form-sub-btn .radio-check .checkmark-small {
    width: 13px;
    height: 13px;
    border-color: #000;
    background-color: #000;
    grid-area: checker;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-top: 100%; */
    /* margin-left: 100%; */
  }
  #form-send-pin input:checked ~ .checkmark,
  #form-sub-btn input:checked ~ .checkmark {
    background-color: #ff0000 !important;
  }
  #form-send-pin input:checked ~ .label-content,
  #form-sub-btn input:checked ~ .label-content {
    background-color: rgba(230, 0, 0, 0.2) !important;
    border-color: #e60000;
  }
  #form-send-pin input:checked ~ .label-content *,
  #form-sub-btn input:checked ~ .label-content * {
    color: #000000;
  }
  #form-send-pin input:checked ~ .label-content .checkmark,
  #form-sub-btn input:checked ~ .label-content .checkmark {
    border-color: #ff0000;
  }
  #form-send-pin input:checked ~ .label-content .checkmark-small,
  #form-sub-btn input:checked ~ .label-content .checkmark-small {
    background-color: #ff0000;
  }
  .sub-button {
    width: 100%;
    background-color: #ff7901;
    box-shadow: 0 5px 10px 0 rgba(100, 47, 0, 0.5);
    color: #ffffff;
    line-height: 3.5em;
    border: none;
    border-radius: 4px;
    font-size: 0.7480000000000001em;
    font-weight: 500;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .form-label {
    display: block;
  }
  .form-input-group {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    width: 100%;
    margin-top: 0.8160000000000001em;
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 50px auto;
  }
  .form-input-group .center-input {
    width: 50%;
    margin: auto;
  }
  .form-input-group .form-input-cuntry-code,
  .form-input-group .form-input-user-input {
    color: #000000;
    background-color: transparent;
    border: none;
    line-height: 0.68em;
    font-size: 0.8500000000000001em;
    margin-bottom: 0.34em;
  }
  .form-input-group .form-input-cuntry-code {
    color: #949292;
    width: 95%;
    align-self: center;
  }
  .form-input-group .verify-input-lable {
    margin-right: 0.68em;
  }
  .form-input-group-pin {
    border-bottom: none;
    display: inline-block;
  }
  .form-input-group-pin .verify-input-lable {
    margin-right: 0;
  }
  .form-input-group .c-otp {
    text-align: center;
  }
  .form-input-group .c-otp__label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .form-input-group .c-otp__input {
    border-bottom: solid 3px #000000;
    border-radius: 0;
    color: #000000;
    font-size: 18px;
    height: 48px;
    margin-right: 0.272em;
    outline: none;
    text-align: center;
    -webkit-appearance: none;
    width: 2.04em;
  }
  .form-input-group .c-otp__input:focus,
  .form-input-group .c-otp__input:visited,
  .form-input-group .c-otp__input:active {
    border-color: #ff7901 !important;
  }
  #resend-OTP-link {
    color: #ff7901;
    text-decoration: none;
    cursor: pointer;
  }
  #msisdn-verify {
    font-weight: 900;
  }
  #resend-OTP {
    min-width: 42px;
    width: 42px;
    display: inline-block;
    text-align: initial;
  }
  .price {
    color: #727171;
    font-size: 0.6120000000000001em;
    font-weight: inherit;
    line-height: 1.5;
  }
  .icon {
    height: 2em;
  }
  .disclaimer {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    color: #000000;
    font-size: 0.68em;
  }
  .disclaimer .disclaimer-line {
    text-align: left;
    margin-bottom: 0.272em;
  }
  .disclaimer .disclaimer-link {
    color: #000000;
  }
  #countdown-container {
    font-size: 0.8840000000000001em;
    font-weight: 400;
  }
  .flex-item {
    flex-grow: 1;
  }
  .staticText {
    text-align: justify;
  }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #727171;
    vertical-align: center;
    line-height: 0.68em;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #727171;
    vertical-align: center;
    line-height: 0.68em;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #727171;
    vertical-align: center;
    line-height: 0.68em;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #727171;
    vertical-align: center;
    line-height: 0.68em;
  }
  ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #727171;
    opacity: 1;
    vertical-align: center;
    line-height: 0.68em;
    /* Firefox */
  }
  .no-padding-top {
    padding-top: 0;
  }
  .error-message {
    color: red;
    font-size: 0.68em;
  }
  .fa {
    display: inline-block;
    border-radius: 50%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
  }
  .ticktok {
    background-color: aliceblue;
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 2px;
  }
  .download-app {
    width: 150px;
  }
  .download-app svg {
    height: 44px;
  }
  .devices-icon {
    width: 50%;
    display: inline-block;
  }
  .wrapper--footer .footer-link {
    font-size: 0.544em;
    text-decoration: underline;
  }
  .wrapper--disclaimer .disclaimer-link {
    text-decoration: underline;
  }
  .wrapper--footer-desktop {
    display: none;
  }
  .copyright {
    font-size: 0.476em;
  }
  a {
    color: #fff;
    text-decoration: none;
  }
  hr {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .lightest {
    font-weight: 100;
    font-size: 0.8160000000000001em;
  }
  .close-container {
    width: 2.04em;
    height: 2.04em;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 3;
  }
  .close-container .close {
    height: 0.8160000000000001em;
    width: 2px;
    background-color: #707070;
    transform: rotate(45deg);
    z-index: 1;
  }
  .close-container .close .close-content {
    height: 0.8160000000000001em;
    width: 0.068em;
    background-color: #707070;
    transform: rotate(90deg);
    z-index: 2;
  }
}
@media only screen and (min-width: 200px) and (max-width: 320px) and only screen and (max-width: 1024px) {
  body.unsub #lp-header {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  /*
    --------------------------------------------------------
    --------------------------------------------------------
    Main Landing page style
    --------------------------------------------------------
    --------------------------------------------------------
*/
  body {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background: #fff;
    text-align: center;
  }
  body * {
    font-family: Lato-Regular;
  }
  .wrapper {
    width: 100%;
    position: relative;
    font-weight: normal;
  }
  .content {
    padding: 0.6000000000000001em 0.8999999999999999em;
  }
  .wrapper--top-nav-desktop {
    display: none;
  }
  .wrapper--top-nav .top-nav-links .link {
    color: #000000;
    text-decoration: none;
  }
  .wrapper--back-nav {
    background-color: #1b1b1b;
  }
  .wrapper--back-nav .content {
    height: 2.0999999999999996em;
  }
  .wrapper--back-nav-tablet {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    margin: 3em 0 1.125em 0;
    display: none;
  }
  #lp-img,
  #sign-up-wrapper {
    text-align: left !important;
    text-align: -moz-left !important;
    text-align: -webkit-left !important;
  }
  .wrapper--desktop-right {
    display: none;
    width: 100%;
  }
  .wrapper--desktop-right .content {
    height: 95%;
    justify-content: flex-end;
  }
  .backdrop-image {
    width: 100%;
    height: 35vh;
    background-image: url("../assets/img/hero-mobile-en.jpg");
    background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .backdrop-image .back-drop-image-mixin {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .backdrop-image-title-desktop {
    background-image: url("../assets/img/hero-title.png");
    width: 100%;
    height: 12vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .logo {
    width: 3em;
    max-width: 150px;
  }
  .logo-partner {
    width: 4.199999999999999em;
    max-width: 210px;
  }
  .header {
    text-transform: initial;
    color: #000000;
    font-size: 1.35em;
    font-weight: 100;
  }
  .header-lato-small {
    font-size: 0.84375em;
    color: #6f7273;
    line-height: 1.4;
  }
  .header-lato-bold {
    font-weight: bold;
    line-height: 1.4;
  }
  .header-NeoTech,
  .header-lp {
    font-family: NeoTech;
    line-height: 1.3;
  }
  .header-price {
    font-size: 1.7550000000000001em;
  }
  .disclaimer-mobile-view {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .disclaimer.header-lato-small {
    color: #ff7901;
  }
  #sign-up-wrapper .header-lato-small {
    text-align: justify;
  }
  .sub-text {
    font-size: 0.75em;
    text-transform: initial;
    font-weight: 800;
    color: #000000;
    line-height: 1.5;
  }
  .sub-text-small {
    font-size: 0.6375em;
    font-weight: 100;
  }
  #form-send-pin .radio-check,
  #form-sub-btn .radio-check {
    width: 48%;
  }
  #form-send-pin .radio-check:first-child,
  #form-sub-btn .radio-check:first-child {
    margin-right: 0.6000000000000001em;
  }
  #form-send-pin .radio-check input,
  #form-sub-btn .radio-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  #form-send-pin .radio-check .label-content,
  #form-sub-btn .radio-check .label-content {
    height: 3.75em;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0.375em;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
    display: -ms-grid;
    display: grid;
    grid-template-columns: 25% 75%;
    grid-template-rows: auto;
    grid-template-areas: "right left";
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  #form-send-pin .radio-check .label-content:hover,
  #form-sub-btn .radio-check .label-content:hover {
    background-color: #000;
  }
  #form-send-pin .radio-check .label-content .sub-text-h1,
  #form-sub-btn .radio-check .label-content .sub-text-h1 {
    font-weight: 800;
  }
  #form-send-pin .radio-check .label-content .sub-text-h2,
  #form-sub-btn .radio-check .label-content .sub-text-h2 {
    font-weight: 400;
  }
  #form-send-pin .radio-check .flex-right-section,
  #form-sub-btn .radio-check .flex-right-section {
    grid-area: right;
    align-self: center;
    justify-self: center;
  }
  #form-send-pin .radio-check .flex-left-section,
  #form-sub-btn .radio-check .flex-left-section {
    grid-area: left;
    align-self: center;
  }
  #form-send-pin .radio-check .checkmark,
  #form-sub-btn .radio-check .checkmark {
    height: 26px;
    width: 26px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #e60000;
    position: relative;
  }
  #form-send-pin .radio-check .checkmark-small,
  #form-sub-btn .radio-check .checkmark-small {
    width: 13px;
    height: 13px;
    border-color: #000;
    background-color: #000;
    grid-area: checker;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-top: 100%; */
    /* margin-left: 100%; */
  }
  #form-send-pin input:checked ~ .checkmark,
  #form-sub-btn input:checked ~ .checkmark {
    background-color: #ff0000 !important;
  }
  #form-send-pin input:checked ~ .label-content,
  #form-sub-btn input:checked ~ .label-content {
    background-color: rgba(230, 0, 0, 0.2) !important;
    border-color: #e60000;
  }
  #form-send-pin input:checked ~ .label-content *,
  #form-sub-btn input:checked ~ .label-content * {
    color: #000000;
  }
  #form-send-pin input:checked ~ .label-content .checkmark,
  #form-sub-btn input:checked ~ .label-content .checkmark {
    border-color: #ff0000;
  }
  #form-send-pin input:checked ~ .label-content .checkmark-small,
  #form-sub-btn input:checked ~ .label-content .checkmark-small {
    background-color: #ff0000;
  }
  .sub-button {
    width: 100%;
    background-color: #ff7901;
    box-shadow: 0 5px 10px 0 rgba(100, 47, 0, 0.5);
    color: #ffffff;
    line-height: 3.5em;
    border: none;
    border-radius: 4px;
    font-size: 0.8250000000000001em;
    font-weight: 500;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .form-label {
    display: block;
  }
  .form-input-group {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    width: 100%;
    margin-top: 0.8999999999999999em;
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 50px auto;
  }
  .form-input-group .center-input {
    width: 50%;
    margin: auto;
  }
  .form-input-group .form-input-cuntry-code,
  .form-input-group .form-input-user-input {
    color: #000000;
    background-color: transparent;
    border: none;
    line-height: 0.75em;
    font-size: 0.9375em;
    margin-bottom: 0.375em;
  }
  .form-input-group .form-input-cuntry-code {
    color: #949292;
    width: 95%;
    align-self: center;
  }
  .form-input-group .verify-input-lable {
    margin-right: 0.75em;
  }
  .form-input-group-pin {
    border-bottom: none;
    display: inline-block;
  }
  .form-input-group-pin .verify-input-lable {
    margin-right: 0;
  }
  .form-input-group .c-otp {
    text-align: center;
  }
  .form-input-group .c-otp__label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .form-input-group .c-otp__input {
    border-bottom: solid 3px #000000;
    border-radius: 0;
    color: #000000;
    font-size: 18px;
    height: 48px;
    margin-right: 0.30000000000000004em;
    outline: none;
    text-align: center;
    -webkit-appearance: none;
    width: 2.25em;
  }
  .form-input-group .c-otp__input:focus,
  .form-input-group .c-otp__input:visited,
  .form-input-group .c-otp__input:active {
    border-color: #ff7901 !important;
  }
  #resend-OTP-link {
    color: #ff7901;
    text-decoration: none;
    cursor: pointer;
  }
  #msisdn-verify {
    font-weight: 900;
  }
  #resend-OTP {
    min-width: 42px;
    width: 42px;
    display: inline-block;
    text-align: initial;
  }
  .price {
    color: #727171;
    font-size: 0.675em;
    font-weight: inherit;
    line-height: 1.5;
  }
  .icon {
    height: 2em;
  }
  .disclaimer {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    color: #000000;
    font-size: 0.75em;
  }
  .disclaimer .disclaimer-line {
    text-align: left;
    margin-bottom: 0.30000000000000004em;
  }
  .disclaimer .disclaimer-link {
    color: #000000;
  }
  #countdown-container {
    font-size: 0.9750000000000001em;
    font-weight: 400;
  }
  .flex-item {
    flex-grow: 1;
  }
  .staticText {
    text-align: justify;
  }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #727171;
    vertical-align: center;
    line-height: 0.75em;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #727171;
    vertical-align: center;
    line-height: 0.75em;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #727171;
    vertical-align: center;
    line-height: 0.75em;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #727171;
    vertical-align: center;
    line-height: 0.75em;
  }
  ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #727171;
    opacity: 1;
    vertical-align: center;
    line-height: 0.75em;
    /* Firefox */
  }
  .no-padding-top {
    padding-top: 0;
  }
  .error-message {
    color: red;
    font-size: 0.75em;
  }
  .fa {
    display: inline-block;
    border-radius: 50%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
  }
  .ticktok {
    background-color: aliceblue;
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 2px;
  }
  .download-app {
    width: 150px;
  }
  .download-app svg {
    height: 44px;
  }
  .devices-icon {
    width: 50%;
    display: inline-block;
  }
  .wrapper--footer .footer-link {
    font-size: 0.6000000000000001em;
    text-decoration: underline;
  }
  .wrapper--disclaimer .disclaimer-link {
    text-decoration: underline;
  }
  .wrapper--footer-desktop {
    display: none;
  }
  .copyright {
    font-size: 0.5249999999999999em;
  }
  a {
    color: #fff;
    text-decoration: none;
  }
  hr {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .lightest {
    font-weight: 100;
    font-size: 0.8999999999999999em;
  }
  .close-container {
    width: 2.25em;
    height: 2.25em;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 3;
  }
  .close-container .close {
    height: 0.8999999999999999em;
    width: 2px;
    background-color: #707070;
    transform: rotate(45deg);
    z-index: 1;
  }
  .close-container .close .close-content {
    height: 0.8999999999999999em;
    width: 0.07500000000000001em;
    background-color: #707070;
    transform: rotate(90deg);
    z-index: 2;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) and only screen and (max-width: 1024px) {
  body.unsub #lp-header {
    display: none;
  }
}
@media only screen and (min-width: 375px) and (max-width: 413px) {
  /*
    --------------------------------------------------------
    --------------------------------------------------------
    Main Landing page style
    --------------------------------------------------------
    --------------------------------------------------------
*/
  body {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background: #fff;
    text-align: center;
  }
  body * {
    font-family: Lato-Regular;
  }
  .wrapper {
    width: 100%;
    position: relative;
    font-weight: normal;
  }
  .content {
    padding: 0.68em 1.02em;
  }
  .wrapper--top-nav-desktop {
    display: none;
  }
  .wrapper--top-nav .top-nav-links .link {
    color: #000000;
    text-decoration: none;
  }
  .wrapper--back-nav {
    background-color: #1b1b1b;
  }
  .wrapper--back-nav .content {
    height: 2.38em;
  }
  .wrapper--back-nav-tablet {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    margin: 3.4em 0 1.275em 0;
    display: none;
  }
  #lp-img,
  #sign-up-wrapper {
    text-align: left !important;
    text-align: -moz-left !important;
    text-align: -webkit-left !important;
  }
  .wrapper--desktop-right {
    display: none;
    width: 100%;
  }
  .wrapper--desktop-right .content {
    height: 95%;
    justify-content: flex-end;
  }
  .backdrop-image {
    width: 100%;
    height: 35vh;
    background-image: url("../assets/img/hero-mobile-en.jpg");
    background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .backdrop-image .back-drop-image-mixin {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .backdrop-image-title-desktop {
    background-image: url("../assets/img/hero-title.png");
    width: 100%;
    height: 12vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .logo {
    width: 3.4em;
    max-width: 150px;
  }
  .logo-partner {
    width: 4.76em;
    max-width: 210px;
  }
  .header {
    text-transform: initial;
    color: #000000;
    font-size: 1.53em;
    font-weight: 100;
  }
  .header-lato-small {
    font-size: 0.9562499999999999em;
    color: #6f7273;
    line-height: 1.4;
  }
  .header-lato-bold {
    font-weight: bold;
    line-height: 1.4;
  }
  .header-NeoTech,
  .header-lp {
    font-family: NeoTech;
    line-height: 1.3;
  }
  .header-price {
    font-size: 1.989em;
  }
  .disclaimer-mobile-view {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .disclaimer.header-lato-small {
    color: #ff7901;
  }
  #sign-up-wrapper .header-lato-small {
    text-align: justify;
  }
  .sub-text {
    font-size: 0.85em;
    text-transform: initial;
    font-weight: 800;
    color: #000000;
    line-height: 1.5;
  }
  .sub-text-small {
    font-size: 0.7224999999999999em;
    font-weight: 100;
  }
  #form-send-pin .radio-check,
  #form-sub-btn .radio-check {
    width: 48%;
  }
  #form-send-pin .radio-check:first-child,
  #form-sub-btn .radio-check:first-child {
    margin-right: 0.68em;
  }
  #form-send-pin .radio-check input,
  #form-sub-btn .radio-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  #form-send-pin .radio-check .label-content,
  #form-sub-btn .radio-check .label-content {
    height: 4.25em;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0.425em;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
    display: -ms-grid;
    display: grid;
    grid-template-columns: 25% 75%;
    grid-template-rows: auto;
    grid-template-areas: "right left";
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  #form-send-pin .radio-check .label-content:hover,
  #form-sub-btn .radio-check .label-content:hover {
    background-color: #000;
  }
  #form-send-pin .radio-check .label-content .sub-text-h1,
  #form-sub-btn .radio-check .label-content .sub-text-h1 {
    font-weight: 800;
  }
  #form-send-pin .radio-check .label-content .sub-text-h2,
  #form-sub-btn .radio-check .label-content .sub-text-h2 {
    font-weight: 400;
  }
  #form-send-pin .radio-check .flex-right-section,
  #form-sub-btn .radio-check .flex-right-section {
    grid-area: right;
    align-self: center;
    justify-self: center;
  }
  #form-send-pin .radio-check .flex-left-section,
  #form-sub-btn .radio-check .flex-left-section {
    grid-area: left;
    align-self: center;
  }
  #form-send-pin .radio-check .checkmark,
  #form-sub-btn .radio-check .checkmark {
    height: 26px;
    width: 26px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #e60000;
    position: relative;
  }
  #form-send-pin .radio-check .checkmark-small,
  #form-sub-btn .radio-check .checkmark-small {
    width: 13px;
    height: 13px;
    border-color: #000;
    background-color: #000;
    grid-area: checker;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-top: 100%; */
    /* margin-left: 100%; */
  }
  #form-send-pin input:checked ~ .checkmark,
  #form-sub-btn input:checked ~ .checkmark {
    background-color: #ff0000 !important;
  }
  #form-send-pin input:checked ~ .label-content,
  #form-sub-btn input:checked ~ .label-content {
    background-color: rgba(230, 0, 0, 0.2) !important;
    border-color: #e60000;
  }
  #form-send-pin input:checked ~ .label-content *,
  #form-sub-btn input:checked ~ .label-content * {
    color: #000000;
  }
  #form-send-pin input:checked ~ .label-content .checkmark,
  #form-sub-btn input:checked ~ .label-content .checkmark {
    border-color: #ff0000;
  }
  #form-send-pin input:checked ~ .label-content .checkmark-small,
  #form-sub-btn input:checked ~ .label-content .checkmark-small {
    background-color: #ff0000;
  }
  .sub-button {
    width: 100%;
    background-color: #ff7901;
    box-shadow: 0 5px 10px 0 rgba(100, 47, 0, 0.5);
    color: #ffffff;
    line-height: 3.5em;
    border: none;
    border-radius: 4px;
    font-size: 0.935em;
    font-weight: 500;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .form-label {
    display: block;
  }
  .form-input-group {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    width: 100%;
    margin-top: 1.02em;
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 50px auto;
  }
  .form-input-group .center-input {
    width: 50%;
    margin: auto;
  }
  .form-input-group .form-input-cuntry-code,
  .form-input-group .form-input-user-input {
    color: #000000;
    background-color: transparent;
    border: none;
    line-height: 0.85em;
    font-size: 1.0625em;
    margin-bottom: 0.425em;
  }
  .form-input-group .form-input-cuntry-code {
    color: #949292;
    width: 95%;
    align-self: center;
  }
  .form-input-group .verify-input-lable {
    margin-right: 0.85em;
  }
  .form-input-group-pin {
    border-bottom: none;
    display: inline-block;
  }
  .form-input-group-pin .verify-input-lable {
    margin-right: 0;
  }
  .form-input-group .c-otp {
    text-align: center;
  }
  .form-input-group .c-otp__label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .form-input-group .c-otp__input {
    border-bottom: solid 3px #000000;
    border-radius: 0;
    color: #000000;
    font-size: 18px;
    height: 48px;
    margin-right: 0.34em;
    outline: none;
    text-align: center;
    -webkit-appearance: none;
    width: 2.55em;
  }
  .form-input-group .c-otp__input:focus,
  .form-input-group .c-otp__input:visited,
  .form-input-group .c-otp__input:active {
    border-color: #ff7901 !important;
  }
  #resend-OTP-link {
    color: #ff7901;
    text-decoration: none;
    cursor: pointer;
  }
  #msisdn-verify {
    font-weight: 900;
  }
  #resend-OTP {
    min-width: 42px;
    width: 42px;
    display: inline-block;
    text-align: initial;
  }
  .price {
    color: #727171;
    font-size: 0.765em;
    font-weight: inherit;
    line-height: 1.5;
  }
  .icon {
    height: 2em;
  }
  .disclaimer {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    color: #000000;
    font-size: 0.85em;
  }
  .disclaimer .disclaimer-line {
    text-align: left;
    margin-bottom: 0.34em;
  }
  .disclaimer .disclaimer-link {
    color: #000000;
  }
  #countdown-container {
    font-size: 1.105em;
    font-weight: 400;
  }
  .flex-item {
    flex-grow: 1;
  }
  .staticText {
    text-align: justify;
  }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #727171;
    vertical-align: center;
    line-height: 0.85em;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #727171;
    vertical-align: center;
    line-height: 0.85em;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #727171;
    vertical-align: center;
    line-height: 0.85em;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #727171;
    vertical-align: center;
    line-height: 0.85em;
  }
  ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #727171;
    opacity: 1;
    vertical-align: center;
    line-height: 0.85em;
    /* Firefox */
  }
  .no-padding-top {
    padding-top: 0;
  }
  .error-message {
    color: red;
    font-size: 0.85em;
  }
  .fa {
    display: inline-block;
    border-radius: 50%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
  }
  .ticktok {
    background-color: aliceblue;
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 2px;
  }
  .download-app {
    width: 150px;
  }
  .download-app svg {
    height: 44px;
  }
  .devices-icon {
    width: 50%;
    display: inline-block;
  }
  .wrapper--footer .footer-link {
    font-size: 0.68em;
    text-decoration: underline;
  }
  .wrapper--disclaimer .disclaimer-link {
    text-decoration: underline;
  }
  .wrapper--footer-desktop {
    display: none;
  }
  .copyright {
    font-size: 0.595em;
  }
  a {
    color: #fff;
    text-decoration: none;
  }
  hr {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .lightest {
    font-weight: 100;
    font-size: 1.02em;
  }
  .close-container {
    width: 2.55em;
    height: 2.55em;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 3;
  }
  .close-container .close {
    height: 1.02em;
    width: 2px;
    background-color: #707070;
    transform: rotate(45deg);
    z-index: 1;
  }
  .close-container .close .close-content {
    height: 1.02em;
    width: 0.085em;
    background-color: #707070;
    transform: rotate(90deg);
    z-index: 2;
  }
}
@media only screen and (min-width: 375px) and (max-width: 413px) and only screen and (max-width: 1024px) {
  body.unsub #lp-header {
    display: none;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1023px) {
  /*
    --------------------------------------------------------
    --------------------------------------------------------
    Main Landing page style
    --------------------------------------------------------
    --------------------------------------------------------
*/
  body {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background: #fff;
    text-align: center;
  }
  body * {
    font-family: Lato-Regular;
  }
  .wrapper {
    width: 100%;
    position: relative;
    font-weight: normal;
  }
  .content {
    padding: 0.8400000000000001em 1.26em;
  }
  .wrapper--top-nav-desktop {
    display: none;
  }
  .wrapper--top-nav .top-nav-links .link {
    color: #000000;
    text-decoration: none;
  }
  .wrapper--back-nav {
    background-color: #1b1b1b;
  }
  .wrapper--back-nav .content {
    height: 2.94em;
  }
  .wrapper--back-nav-tablet {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    margin: 4.2em 0 1.5750000000000002em 0;
    display: none;
  }
  #lp-img,
  #sign-up-wrapper {
    text-align: left !important;
    text-align: -moz-left !important;
    text-align: -webkit-left !important;
  }
  .wrapper--desktop-right {
    display: none;
    width: 100%;
  }
  .wrapper--desktop-right .content {
    height: 95%;
    justify-content: flex-end;
  }
  .backdrop-image {
    width: 100%;
    height: 35vh;
    background-image: url("../assets/img/hero-mobile-en.jpg");
    background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .backdrop-image .back-drop-image-mixin {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .backdrop-image-title-desktop {
    background-image: url("../assets/img/hero-title.png");
    width: 100%;
    height: 12vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .logo {
    width: 4.2em;
    max-width: 150px;
  }
  .logo-partner {
    width: 5.88em;
    max-width: 210px;
  }
  .header {
    text-transform: initial;
    color: #000000;
    font-size: 1.8900000000000001em;
    font-weight: 100;
  }
  .header-lato-small {
    font-size: 1.18125em;
    color: #6f7273;
    line-height: 1.4;
  }
  .header-lato-bold {
    font-weight: bold;
    line-height: 1.4;
  }
  .header-NeoTech,
  .header-lp {
    font-family: NeoTech;
    line-height: 1.3;
  }
  .header-price {
    font-size: 2.4570000000000003em;
  }
  .disclaimer-mobile-view {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .disclaimer.header-lato-small {
    color: #ff7901;
  }
  #sign-up-wrapper .header-lato-small {
    text-align: justify;
  }
  .sub-text {
    font-size: 1.05em;
    text-transform: initial;
    font-weight: 800;
    color: #000000;
    line-height: 1.5;
  }
  .sub-text-small {
    font-size: 0.8925em;
    font-weight: 100;
  }
  #form-send-pin .radio-check,
  #form-sub-btn .radio-check {
    width: 48%;
  }
  #form-send-pin .radio-check:first-child,
  #form-sub-btn .radio-check:first-child {
    margin-right: 0.8400000000000001em;
  }
  #form-send-pin .radio-check input,
  #form-sub-btn .radio-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  #form-send-pin .radio-check .label-content,
  #form-sub-btn .radio-check .label-content {
    height: 5.25em;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0.525em;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
    display: -ms-grid;
    display: grid;
    grid-template-columns: 25% 75%;
    grid-template-rows: auto;
    grid-template-areas: "right left";
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  #form-send-pin .radio-check .label-content:hover,
  #form-sub-btn .radio-check .label-content:hover {
    background-color: #000;
  }
  #form-send-pin .radio-check .label-content .sub-text-h1,
  #form-sub-btn .radio-check .label-content .sub-text-h1 {
    font-weight: 800;
  }
  #form-send-pin .radio-check .label-content .sub-text-h2,
  #form-sub-btn .radio-check .label-content .sub-text-h2 {
    font-weight: 400;
  }
  #form-send-pin .radio-check .flex-right-section,
  #form-sub-btn .radio-check .flex-right-section {
    grid-area: right;
    align-self: center;
    justify-self: center;
  }
  #form-send-pin .radio-check .flex-left-section,
  #form-sub-btn .radio-check .flex-left-section {
    grid-area: left;
    align-self: center;
  }
  #form-send-pin .radio-check .checkmark,
  #form-sub-btn .radio-check .checkmark {
    height: 26px;
    width: 26px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #e60000;
    position: relative;
  }
  #form-send-pin .radio-check .checkmark-small,
  #form-sub-btn .radio-check .checkmark-small {
    width: 13px;
    height: 13px;
    border-color: #000;
    background-color: #000;
    grid-area: checker;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-top: 100%; */
    /* margin-left: 100%; */
  }
  #form-send-pin input:checked ~ .checkmark,
  #form-sub-btn input:checked ~ .checkmark {
    background-color: #ff0000 !important;
  }
  #form-send-pin input:checked ~ .label-content,
  #form-sub-btn input:checked ~ .label-content {
    background-color: rgba(230, 0, 0, 0.2) !important;
    border-color: #e60000;
  }
  #form-send-pin input:checked ~ .label-content *,
  #form-sub-btn input:checked ~ .label-content * {
    color: #000000;
  }
  #form-send-pin input:checked ~ .label-content .checkmark,
  #form-sub-btn input:checked ~ .label-content .checkmark {
    border-color: #ff0000;
  }
  #form-send-pin input:checked ~ .label-content .checkmark-small,
  #form-sub-btn input:checked ~ .label-content .checkmark-small {
    background-color: #ff0000;
  }
  .sub-button {
    width: 100%;
    background-color: #ff7901;
    box-shadow: 0 5px 10px 0 rgba(100, 47, 0, 0.5);
    color: #ffffff;
    line-height: 3.5em;
    border: none;
    border-radius: 4px;
    font-size: 1.1550000000000002em;
    font-weight: 500;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .form-label {
    display: block;
  }
  .form-input-group {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    width: 100%;
    margin-top: 1.26em;
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 50px auto;
  }
  .form-input-group .center-input {
    width: 50%;
    margin: auto;
  }
  .form-input-group .form-input-cuntry-code,
  .form-input-group .form-input-user-input {
    color: #000000;
    background-color: transparent;
    border: none;
    line-height: 1.05em;
    font-size: 1.3125em;
    margin-bottom: 0.525em;
  }
  .form-input-group .form-input-cuntry-code {
    color: #949292;
    width: 95%;
    align-self: center;
  }
  .form-input-group .verify-input-lable {
    margin-right: 1.05em;
  }
  .form-input-group-pin {
    border-bottom: none;
    display: inline-block;
  }
  .form-input-group-pin .verify-input-lable {
    margin-right: 0;
  }
  .form-input-group .c-otp {
    text-align: center;
  }
  .form-input-group .c-otp__label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .form-input-group .c-otp__input {
    border-bottom: solid 3px #000000;
    border-radius: 0;
    color: #000000;
    font-size: 18px;
    height: 48px;
    margin-right: 0.42000000000000004em;
    outline: none;
    text-align: center;
    -webkit-appearance: none;
    width: 3.1500000000000004em;
  }
  .form-input-group .c-otp__input:focus,
  .form-input-group .c-otp__input:visited,
  .form-input-group .c-otp__input:active {
    border-color: #ff7901 !important;
  }
  #resend-OTP-link {
    color: #ff7901;
    text-decoration: none;
    cursor: pointer;
  }
  #msisdn-verify {
    font-weight: 900;
  }
  #resend-OTP {
    min-width: 42px;
    width: 42px;
    display: inline-block;
    text-align: initial;
  }
  .price {
    color: #727171;
    font-size: 0.9450000000000001em;
    font-weight: inherit;
    line-height: 1.5;
  }
  .icon {
    height: 2em;
  }
  .disclaimer {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    color: #000000;
    font-size: 1.05em;
  }
  .disclaimer .disclaimer-line {
    text-align: left;
    margin-bottom: 0.42000000000000004em;
  }
  .disclaimer .disclaimer-link {
    color: #000000;
  }
  #countdown-container {
    font-size: 1.3650000000000002em;
    font-weight: 400;
  }
  .flex-item {
    flex-grow: 1;
  }
  .staticText {
    text-align: justify;
  }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #727171;
    vertical-align: center;
    line-height: 1.05em;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #727171;
    vertical-align: center;
    line-height: 1.05em;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #727171;
    vertical-align: center;
    line-height: 1.05em;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #727171;
    vertical-align: center;
    line-height: 1.05em;
  }
  ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #727171;
    opacity: 1;
    vertical-align: center;
    line-height: 1.05em;
    /* Firefox */
  }
  .no-padding-top {
    padding-top: 0;
  }
  .error-message {
    color: red;
    font-size: 1.05em;
  }
  .fa {
    display: inline-block;
    border-radius: 50%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
  }
  .ticktok {
    background-color: aliceblue;
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 2px;
  }
  .download-app {
    width: 150px;
  }
  .download-app svg {
    height: 44px;
  }
  .devices-icon {
    width: 50%;
    display: inline-block;
  }
  .wrapper--footer .footer-link {
    font-size: 0.8400000000000001em;
    text-decoration: underline;
  }
  .wrapper--disclaimer .disclaimer-link {
    text-decoration: underline;
  }
  .wrapper--footer-desktop {
    display: none;
  }
  .copyright {
    font-size: 0.735em;
  }
  a {
    color: #fff;
    text-decoration: none;
  }
  hr {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .lightest {
    font-weight: 100;
    font-size: 1.26em;
  }
  .close-container {
    width: 3.1500000000000004em;
    height: 3.1500000000000004em;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 3;
  }
  .close-container .close {
    height: 1.26em;
    width: 2px;
    background-color: #707070;
    transform: rotate(45deg);
    z-index: 1;
  }
  .close-container .close .close-content {
    height: 1.26em;
    width: 0.10500000000000001em;
    background-color: #707070;
    transform: rotate(90deg);
    z-index: 2;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1023px) and only screen and (max-width: 1024px) {
  body.unsub #lp-header {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  /*
    --------------------------------------------------------
    --------------------------------------------------------
    Main Landing page style
    --------------------------------------------------------
    --------------------------------------------------------
*/
  body {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background: #fff;
    text-align: center;
  }
  body * {
    font-family: Lato-Regular;
  }
  .wrapper {
    width: 100%;
    position: relative;
    font-weight: normal;
  }
  .content {
    padding: 0.8800000000000001em 1.32em;
  }
  .wrapper--top-nav-desktop {
    display: none;
  }
  .wrapper--top-nav .top-nav-links .link {
    color: #000000;
    text-decoration: none;
  }
  .wrapper--back-nav {
    background-color: #1b1b1b;
  }
  .wrapper--back-nav .content {
    height: 3.08em;
  }
  .wrapper--back-nav-tablet {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    margin: 4.4em 0 1.6500000000000001em 0;
    display: none;
  }
  #lp-img,
  #sign-up-wrapper {
    text-align: left !important;
    text-align: -moz-left !important;
    text-align: -webkit-left !important;
  }
  .wrapper--desktop-right {
    display: none;
    width: 100%;
  }
  .wrapper--desktop-right .content {
    height: 95%;
    justify-content: flex-end;
  }
  .backdrop-image {
    width: 100%;
    height: 35vh;
    background-image: url("../assets/img/hero-mobile-en.jpg");
    background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .backdrop-image .back-drop-image-mixin {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .backdrop-image-title-desktop {
    background-image: url("../assets/img/hero-title.png");
    width: 100%;
    height: 12vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .logo {
    width: 4.4em;
    max-width: 150px;
  }
  .logo-partner {
    width: 6.16em;
    max-width: 210px;
  }
  .header {
    text-transform: initial;
    color: #000000;
    font-size: 1.9800000000000002em;
    font-weight: 100;
  }
  .header-lato-small {
    font-size: 1.2375em;
    color: #6f7273;
    line-height: 1.4;
  }
  .header-lato-bold {
    font-weight: bold;
    line-height: 1.4;
  }
  .header-NeoTech,
  .header-lp {
    font-family: NeoTech;
    line-height: 1.3;
  }
  .header-price {
    font-size: 2.5740000000000003em;
  }
  .disclaimer-mobile-view {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .disclaimer.header-lato-small {
    color: #ff7901;
  }
  #sign-up-wrapper .header-lato-small {
    text-align: justify;
  }
  .sub-text {
    font-size: 1.1em;
    text-transform: initial;
    font-weight: 800;
    color: #000000;
    line-height: 1.5;
  }
  .sub-text-small {
    font-size: 0.935em;
    font-weight: 100;
  }
  #form-send-pin .radio-check,
  #form-sub-btn .radio-check {
    width: 48%;
  }
  #form-send-pin .radio-check:first-child,
  #form-sub-btn .radio-check:first-child {
    margin-right: 0.8800000000000001em;
  }
  #form-send-pin .radio-check input,
  #form-sub-btn .radio-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  #form-send-pin .radio-check .label-content,
  #form-sub-btn .radio-check .label-content {
    height: 5.5em;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0.55em;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
    display: -ms-grid;
    display: grid;
    grid-template-columns: 25% 75%;
    grid-template-rows: auto;
    grid-template-areas: "right left";
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  #form-send-pin .radio-check .label-content:hover,
  #form-sub-btn .radio-check .label-content:hover {
    background-color: #000;
  }
  #form-send-pin .radio-check .label-content .sub-text-h1,
  #form-sub-btn .radio-check .label-content .sub-text-h1 {
    font-weight: 800;
  }
  #form-send-pin .radio-check .label-content .sub-text-h2,
  #form-sub-btn .radio-check .label-content .sub-text-h2 {
    font-weight: 400;
  }
  #form-send-pin .radio-check .flex-right-section,
  #form-sub-btn .radio-check .flex-right-section {
    grid-area: right;
    align-self: center;
    justify-self: center;
  }
  #form-send-pin .radio-check .flex-left-section,
  #form-sub-btn .radio-check .flex-left-section {
    grid-area: left;
    align-self: center;
  }
  #form-send-pin .radio-check .checkmark,
  #form-sub-btn .radio-check .checkmark {
    height: 26px;
    width: 26px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #e60000;
    position: relative;
  }
  #form-send-pin .radio-check .checkmark-small,
  #form-sub-btn .radio-check .checkmark-small {
    width: 13px;
    height: 13px;
    border-color: #000;
    background-color: #000;
    grid-area: checker;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-top: 100%; */
    /* margin-left: 100%; */
  }
  #form-send-pin input:checked ~ .checkmark,
  #form-sub-btn input:checked ~ .checkmark {
    background-color: #ff0000 !important;
  }
  #form-send-pin input:checked ~ .label-content,
  #form-sub-btn input:checked ~ .label-content {
    background-color: rgba(230, 0, 0, 0.2) !important;
    border-color: #e60000;
  }
  #form-send-pin input:checked ~ .label-content *,
  #form-sub-btn input:checked ~ .label-content * {
    color: #000000;
  }
  #form-send-pin input:checked ~ .label-content .checkmark,
  #form-sub-btn input:checked ~ .label-content .checkmark {
    border-color: #ff0000;
  }
  #form-send-pin input:checked ~ .label-content .checkmark-small,
  #form-sub-btn input:checked ~ .label-content .checkmark-small {
    background-color: #ff0000;
  }
  .sub-button {
    width: 100%;
    background-color: #ff7901;
    box-shadow: 0 5px 10px 0 rgba(100, 47, 0, 0.5);
    color: #ffffff;
    line-height: 3.5em;
    border: none;
    border-radius: 4px;
    font-size: 1.2100000000000002em;
    font-weight: 500;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .form-label {
    display: block;
  }
  .form-input-group {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    width: 100%;
    margin-top: 1.32em;
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 50px auto;
  }
  .form-input-group .center-input {
    width: 50%;
    margin: auto;
  }
  .form-input-group .form-input-cuntry-code,
  .form-input-group .form-input-user-input {
    color: #000000;
    background-color: transparent;
    border: none;
    line-height: 1.1em;
    font-size: 1.375em;
    margin-bottom: 0.55em;
  }
  .form-input-group .form-input-cuntry-code {
    color: #949292;
    width: 95%;
    align-self: center;
  }
  .form-input-group .verify-input-lable {
    margin-right: 1.1em;
  }
  .form-input-group-pin {
    border-bottom: none;
    display: inline-block;
  }
  .form-input-group-pin .verify-input-lable {
    margin-right: 0;
  }
  .form-input-group .c-otp {
    text-align: center;
  }
  .form-input-group .c-otp__label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .form-input-group .c-otp__input {
    border-bottom: solid 3px #000000;
    border-radius: 0;
    color: #000000;
    font-size: 18px;
    height: 48px;
    margin-right: 0.44000000000000006em;
    outline: none;
    text-align: center;
    -webkit-appearance: none;
    width: 3.3000000000000003em;
  }
  .form-input-group .c-otp__input:focus,
  .form-input-group .c-otp__input:visited,
  .form-input-group .c-otp__input:active {
    border-color: #ff7901 !important;
  }
  #resend-OTP-link {
    color: #ff7901;
    text-decoration: none;
    cursor: pointer;
  }
  #msisdn-verify {
    font-weight: 900;
  }
  #resend-OTP {
    min-width: 42px;
    width: 42px;
    display: inline-block;
    text-align: initial;
  }
  .price {
    color: #727171;
    font-size: 0.9900000000000001em;
    font-weight: inherit;
    line-height: 1.5;
  }
  .icon {
    height: 2em;
  }
  .disclaimer {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    color: #000000;
    font-size: 1.1em;
  }
  .disclaimer .disclaimer-line {
    text-align: left;
    margin-bottom: 0.44000000000000006em;
  }
  .disclaimer .disclaimer-link {
    color: #000000;
  }
  #countdown-container {
    font-size: 1.4300000000000002em;
    font-weight: 400;
  }
  .flex-item {
    flex-grow: 1;
  }
  .staticText {
    text-align: justify;
  }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #727171;
    vertical-align: center;
    line-height: 1.1em;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #727171;
    vertical-align: center;
    line-height: 1.1em;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #727171;
    vertical-align: center;
    line-height: 1.1em;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #727171;
    vertical-align: center;
    line-height: 1.1em;
  }
  ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #727171;
    opacity: 1;
    vertical-align: center;
    line-height: 1.1em;
    /* Firefox */
  }
  .no-padding-top {
    padding-top: 0;
  }
  .error-message {
    color: red;
    font-size: 1.1em;
  }
  .fa {
    display: inline-block;
    border-radius: 50%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
  }
  .ticktok {
    background-color: aliceblue;
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 2px;
  }
  .download-app {
    width: 150px;
  }
  .download-app svg {
    height: 44px;
  }
  .devices-icon {
    width: 50%;
    display: inline-block;
  }
  .wrapper--footer .footer-link {
    font-size: 0.8800000000000001em;
    text-decoration: underline;
  }
  .wrapper--disclaimer .disclaimer-link {
    text-decoration: underline;
  }
  .wrapper--footer-desktop {
    display: none;
  }
  .copyright {
    font-size: 0.77em;
  }
  a {
    color: #fff;
    text-decoration: none;
  }
  hr {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .lightest {
    font-weight: 100;
    font-size: 1.32em;
  }
  .close-container {
    width: 3.3000000000000003em;
    height: 3.3000000000000003em;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 3;
  }
  .close-container .close {
    height: 1.32em;
    width: 2px;
    background-color: #707070;
    transform: rotate(45deg);
    z-index: 1;
  }
  .close-container .close .close-content {
    height: 1.32em;
    width: 0.11000000000000001em;
    background-color: #707070;
    transform: rotate(90deg);
    z-index: 2;
  }
}
@media only screen and (min-width: 1024px) and only screen and (max-width: 1024px) {
  body.unsub #lp-header {
    display: none;
  }
}
@media only screen and (min-width: 1599px) and (max-width: 2732px) {
  /*
    --------------------------------------------------------
    --------------------------------------------------------
    Main Landing page style
    --------------------------------------------------------
    --------------------------------------------------------
*/
  body {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background: #fff;
    text-align: center;
  }
  body * {
    font-family: Lato-Regular;
  }
  .wrapper {
    width: 100%;
    position: relative;
    font-weight: normal;
  }
  .content {
    padding: 0.96em 1.44em;
  }
  .wrapper--top-nav-desktop {
    display: none;
  }
  .wrapper--top-nav .top-nav-links .link {
    color: #000000;
    text-decoration: none;
  }
  .wrapper--back-nav {
    background-color: #1b1b1b;
  }
  .wrapper--back-nav .content {
    height: 3.36em;
  }
  .wrapper--back-nav-tablet {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    margin: 4.8em 0 1.7999999999999998em 0;
    display: none;
  }
  #lp-img,
  #sign-up-wrapper {
    text-align: left !important;
    text-align: -moz-left !important;
    text-align: -webkit-left !important;
  }
  .wrapper--desktop-right {
    display: none;
    width: 100%;
  }
  .wrapper--desktop-right .content {
    height: 95%;
    justify-content: flex-end;
  }
  .backdrop-image {
    width: 100%;
    height: 35vh;
    background-image: url("../assets/img/hero-mobile-en.jpg");
    background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .backdrop-image .back-drop-image-mixin {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .backdrop-image-title-desktop {
    background-image: url("../assets/img/hero-title.png");
    width: 100%;
    height: 12vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .logo {
    width: 4.8em;
    max-width: 150px;
  }
  .logo-partner {
    width: 6.72em;
    max-width: 210px;
  }
  .header {
    text-transform: initial;
    color: #000000;
    font-size: 2.16em;
    font-weight: 100;
  }
  .header-lato-small {
    font-size: 1.35em;
    color: #6f7273;
    line-height: 1.4;
  }
  .header-lato-bold {
    font-weight: bold;
    line-height: 1.4;
  }
  .header-NeoTech,
  .header-lp {
    font-family: NeoTech;
    line-height: 1.3;
  }
  .header-price {
    font-size: 2.8080000000000003em;
  }
  .disclaimer-mobile-view {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .disclaimer.header-lato-small {
    color: #ff7901;
  }
  #sign-up-wrapper .header-lato-small {
    text-align: justify;
  }
  .sub-text {
    font-size: 1.2em;
    text-transform: initial;
    font-weight: 800;
    color: #000000;
    line-height: 1.5;
  }
  .sub-text-small {
    font-size: 1.02em;
    font-weight: 100;
  }
  #form-send-pin .radio-check,
  #form-sub-btn .radio-check {
    width: 48%;
  }
  #form-send-pin .radio-check:first-child,
  #form-sub-btn .radio-check:first-child {
    margin-right: 0.96em;
  }
  #form-send-pin .radio-check input,
  #form-sub-btn .radio-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  #form-send-pin .radio-check .label-content,
  #form-sub-btn .radio-check .label-content {
    height: 6em;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0.6em;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
    display: -ms-grid;
    display: grid;
    grid-template-columns: 25% 75%;
    grid-template-rows: auto;
    grid-template-areas: "right left";
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  #form-send-pin .radio-check .label-content:hover,
  #form-sub-btn .radio-check .label-content:hover {
    background-color: #000;
  }
  #form-send-pin .radio-check .label-content .sub-text-h1,
  #form-sub-btn .radio-check .label-content .sub-text-h1 {
    font-weight: 800;
  }
  #form-send-pin .radio-check .label-content .sub-text-h2,
  #form-sub-btn .radio-check .label-content .sub-text-h2 {
    font-weight: 400;
  }
  #form-send-pin .radio-check .flex-right-section,
  #form-sub-btn .radio-check .flex-right-section {
    grid-area: right;
    align-self: center;
    justify-self: center;
  }
  #form-send-pin .radio-check .flex-left-section,
  #form-sub-btn .radio-check .flex-left-section {
    grid-area: left;
    align-self: center;
  }
  #form-send-pin .radio-check .checkmark,
  #form-sub-btn .radio-check .checkmark {
    height: 26px;
    width: 26px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #e60000;
    position: relative;
  }
  #form-send-pin .radio-check .checkmark-small,
  #form-sub-btn .radio-check .checkmark-small {
    width: 13px;
    height: 13px;
    border-color: #000;
    background-color: #000;
    grid-area: checker;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-top: 100%; */
    /* margin-left: 100%; */
  }
  #form-send-pin input:checked ~ .checkmark,
  #form-sub-btn input:checked ~ .checkmark {
    background-color: #ff0000 !important;
  }
  #form-send-pin input:checked ~ .label-content,
  #form-sub-btn input:checked ~ .label-content {
    background-color: rgba(230, 0, 0, 0.2) !important;
    border-color: #e60000;
  }
  #form-send-pin input:checked ~ .label-content *,
  #form-sub-btn input:checked ~ .label-content * {
    color: #000000;
  }
  #form-send-pin input:checked ~ .label-content .checkmark,
  #form-sub-btn input:checked ~ .label-content .checkmark {
    border-color: #ff0000;
  }
  #form-send-pin input:checked ~ .label-content .checkmark-small,
  #form-sub-btn input:checked ~ .label-content .checkmark-small {
    background-color: #ff0000;
  }
  .sub-button {
    width: 100%;
    background-color: #ff7901;
    box-shadow: 0 5px 10px 0 rgba(100, 47, 0, 0.5);
    color: #ffffff;
    line-height: 3.5em;
    border: none;
    border-radius: 4px;
    font-size: 1.32em;
    font-weight: 500;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .form-label {
    display: block;
  }
  .form-input-group {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    width: 100%;
    margin-top: 1.44em;
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 50px auto;
  }
  .form-input-group .center-input {
    width: 50%;
    margin: auto;
  }
  .form-input-group .form-input-cuntry-code,
  .form-input-group .form-input-user-input {
    color: #000000;
    background-color: transparent;
    border: none;
    line-height: 1.2em;
    font-size: 1.5em;
    margin-bottom: 0.6em;
  }
  .form-input-group .form-input-cuntry-code {
    color: #949292;
    width: 95%;
    align-self: center;
  }
  .form-input-group .verify-input-lable {
    margin-right: 1.2em;
  }
  .form-input-group-pin {
    border-bottom: none;
    display: inline-block;
  }
  .form-input-group-pin .verify-input-lable {
    margin-right: 0;
  }
  .form-input-group .c-otp {
    text-align: center;
  }
  .form-input-group .c-otp__label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .form-input-group .c-otp__input {
    border-bottom: solid 3px #000000;
    border-radius: 0;
    color: #000000;
    font-size: 18px;
    height: 48px;
    margin-right: 0.48em;
    outline: none;
    text-align: center;
    -webkit-appearance: none;
    width: 3.5999999999999996em;
  }
  .form-input-group .c-otp__input:focus,
  .form-input-group .c-otp__input:visited,
  .form-input-group .c-otp__input:active {
    border-color: #ff7901 !important;
  }
  #resend-OTP-link {
    color: #ff7901;
    text-decoration: none;
    cursor: pointer;
  }
  #msisdn-verify {
    font-weight: 900;
  }
  #resend-OTP {
    min-width: 42px;
    width: 42px;
    display: inline-block;
    text-align: initial;
  }
  .price {
    color: #727171;
    font-size: 1.08em;
    font-weight: inherit;
    line-height: 1.5;
  }
  .icon {
    height: 2em;
  }
  .disclaimer {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    color: #000000;
    font-size: 1.2em;
  }
  .disclaimer .disclaimer-line {
    text-align: left;
    margin-bottom: 0.48em;
  }
  .disclaimer .disclaimer-link {
    color: #000000;
  }
  #countdown-container {
    font-size: 1.56em;
    font-weight: 400;
  }
  .flex-item {
    flex-grow: 1;
  }
  .staticText {
    text-align: justify;
  }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #727171;
    vertical-align: center;
    line-height: 1.2em;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #727171;
    vertical-align: center;
    line-height: 1.2em;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #727171;
    vertical-align: center;
    line-height: 1.2em;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #727171;
    vertical-align: center;
    line-height: 1.2em;
  }
  ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #727171;
    opacity: 1;
    vertical-align: center;
    line-height: 1.2em;
    /* Firefox */
  }
  .no-padding-top {
    padding-top: 0;
  }
  .error-message {
    color: red;
    font-size: 1.2em;
  }
  .fa {
    display: inline-block;
    border-radius: 50%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
  }
  .ticktok {
    background-color: aliceblue;
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 2px;
  }
  .download-app {
    width: 150px;
  }
  .download-app svg {
    height: 44px;
  }
  .devices-icon {
    width: 50%;
    display: inline-block;
  }
  .wrapper--footer .footer-link {
    font-size: 0.96em;
    text-decoration: underline;
  }
  .wrapper--disclaimer .disclaimer-link {
    text-decoration: underline;
  }
  .wrapper--footer-desktop {
    display: none;
  }
  .copyright {
    font-size: 0.84em;
  }
  a {
    color: #fff;
    text-decoration: none;
  }
  hr {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .lightest {
    font-weight: 100;
    font-size: 1.44em;
  }
  .close-container {
    width: 3.5999999999999996em;
    height: 3.5999999999999996em;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 3;
  }
  .close-container .close {
    height: 1.44em;
    width: 2px;
    background-color: #707070;
    transform: rotate(45deg);
    z-index: 1;
  }
  .close-container .close .close-content {
    height: 1.44em;
    width: 0.12em;
    background-color: #707070;
    transform: rotate(90deg);
    z-index: 2;
  }
}
@media only screen and (min-width: 1599px) and (max-width: 2732px) and only screen and (max-width: 1024px) {
  body.unsub #lp-header {
    display: none;
  }
}
@media only screen and (min-width: 678px) {
  .wrapper--top-nav {
    height: 5.5em;
  }
  #main-content,
  .main-content,
  .wrapper--top-nav {
    max-width: 70%;
    margin: auto;
  }
  .backdrop-image {
    min-height: 400px;
    background: url("../assets/img/hero-mobile-en.jpg"), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
  }
  .main-content .content {
    max-width: 100%;
  }
  .main-content .header {
    color: #ffffff;
  }
  .main-content .header-NeoTech {
    font-size: 2.16em;
  }
  #send-pin-wrapper .content {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  #send-pin-wrapper .form-label {
    display: inline-block;
    min-width: 380px;
  }
  .sub-button {
    max-width: 300px;
  }
  #sign-up-wrapper .sub-button {
    margin: 0;
  }
  .disclaimer {
    text-align: left !important;
    text-align: -moz-left !important;
    text-align: -webkit-left !important;
  }
}
@media only screen and (min-width: 800px) {
  .main-content .header-NeoTech {
    font-size: 2.3400000000000003em;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1023px) {
  .main-content .header-NeoTech {
    font-size: 1.9800000000000002em;
  }
  .checkmark {
    height: 28px !important;
    width: 28px !important;
  }
  .checkmark-small {
    width: 14px !important;
    height: 14px !important;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1023px) and (orientation: landscape) {
  .backdrop-image {
    height: 80vh;
  }
}
@media only screen and (min-width: 1024px) {
  .backdrop-image {
    background: url("../assets/img/hero-desktop-en.jpg"), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-blend-mode: overlay;
    background-size: cover;
    background-position-x: center;
  }
  .disclaimer-mobile-view {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .main-content .header {
    color: #ffffff;
  }
  .main-content .header-NeoTech {
    font-size: 2.7em;
  }
  .wrapper.wrapper--back-nav {
    display: none;
  }
  .wrapper.wrapper--back-nav-tablet {
    display: block;
  }
  .svg-icon-message {
    width: 80px;
    height: 80px;
  }
  .checkmark {
    height: 30px !important;
    width: 30px !important;
  }
  .checkmark-small {
    width: 15px !important;
    height: 15px !important;
  }
  .wrapper--desktop-right {
    display: block;
  }
  #lp-header {
    display: none;
  }
  #lp-header-desktop .header-lp {
    font-size: 1.2em;
  }
  .sub-text.error-message {
    font-size: 0.9em;
  }
  .sub-text b {
    font-size: 1em;
  }
  .wrapper--footer {
    display: none;
  }
  .wrapper--footer-desktop {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
  }
  hr {
    margin: 0;
    padding: 0;
  }
  #form-send-pin .choose-plan,
  #form-sub-btn .choose-plan {
    width: 100%;
    margin: auto;
  }
  .form-input-group #pin {
    width: 200px;
    margin-bottom: -30px;
    border-bottom: none;
    font-size: 1.4em;
    letter-spacing: 40px;
    margin-right: -40px;
    text-shadow: 0 0 0 #000000;
  }
  .copyright {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1400px) {
  .main-content .header-NeoTech {
    font-size: 3.6em;
  }
}
@media only screen and (min-width: 375px) and (max-width: 413px) {
  .checkmark {
    height: 22px !important;
    width: 22px !important;
  }
  .checkmark-small {
    width: 11px !important;
    height: 11px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .checkmark {
    height: 18px !important;
    width: 18px !important;
  }
  .checkmark-small {
    width: 9px !important;
    height: 9px !important;
  }
}
@media only screen and (max-width: 320px) {
  .checkmark {
    height: 16px !important;
    width: 16px !important;
  }
  .checkmark-small {
    width: 8px !important;
    height: 8px !important;
  }
}
.center-text {
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
}
.left-text {
  text-align: left !important;
  text-align: -moz-left !important;
  text-align: -webkit-left !important;
}
.bold {
  font-weight: 800;
}
.light {
  font-weight: 400;
}
.lightest {
  font-weight: 100;
}
.lightest-color {
  color: #ececec;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-left-right {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-center {
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.flex-end {
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
}
.flex-space-between {
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
}
.flex-space-around {
  justify-content: space-around;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.flex-space-evenly {
  justify-content: space-evenly;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
}
.flex-align-center {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.half-width {
  width: 50%;
}
.E-readers-only {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.mr-3 {
  margin-right: 3px;
}
.hidden {
  visibility: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.relative-font-size {
  font-size: 1em;
}
.sub-text-bold {
  font-size: 1.1em !important;
  font-weight: 900;
}
@media only screen and (min-width: 678px) {
  .show-mobile-only {
    display: none;
  }
}
@media only screen and (max-width: 678px) {
  .show-tablet,
  .show-desktop {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
}
body.ar .wrapper--back-nav-tablet,
body.ar .back-link,
body.ar .choose-plan,
body.ar .header,
body.ar .price,
body.ar .link-container,
body.ar .sub-text,
body.ar .form,
body.ar .wrapper--disclaimer {
  direction: rtl;
}
body.ar .wrapper--back-nav-tablet .label-content,
body.ar .back-link .label-content,
body.ar .choose-plan .label-content,
body.ar .header .label-content,
body.ar .price .label-content,
body.ar .link-container .label-content,
body.ar .sub-text .label-content,
body.ar .form .label-content,
body.ar .wrapper--disclaimer .label-content,
body.ar .wrapper--back-nav-tablet .sub-text,
body.ar .back-link .sub-text,
body.ar .choose-plan .sub-text,
body.ar .header .sub-text,
body.ar .price .sub-text,
body.ar .link-container .sub-text,
body.ar .sub-text .sub-text,
body.ar .form .sub-text,
body.ar .wrapper--disclaimer .sub-text,
body.ar .wrapper--back-nav-tablet .form-input-group,
body.ar .back-link .form-input-group,
body.ar .choose-plan .form-input-group,
body.ar .header .form-input-group,
body.ar .price .form-input-group,
body.ar .link-container .form-input-group,
body.ar .sub-text .form-input-group,
body.ar .form .form-input-group,
body.ar .wrapper--disclaimer .form-input-group,
body.ar .wrapper--back-nav-tablet .center-input,
body.ar .back-link .center-input,
body.ar .choose-plan .center-input,
body.ar .header .center-input,
body.ar .price .center-input,
body.ar .link-container .center-input,
body.ar .sub-text .center-input,
body.ar .form .center-input,
body.ar .wrapper--disclaimer .center-input {
  flex-direction: row;
}
body.ar .wrapper--back-nav-tablet .left-text,
body.ar .back-link .left-text,
body.ar .choose-plan .left-text,
body.ar .header .left-text,
body.ar .price .left-text,
body.ar .link-container .left-text,
body.ar .sub-text .left-text,
body.ar .form .left-text,
body.ar .wrapper--disclaimer .left-text,
body.ar .wrapper--back-nav-tablet .disclaimer-line,
body.ar .back-link .disclaimer-line,
body.ar .choose-plan .disclaimer-line,
body.ar .header .disclaimer-line,
body.ar .price .disclaimer-line,
body.ar .link-container .disclaimer-line,
body.ar .sub-text .disclaimer-line,
body.ar .form .disclaimer-line,
body.ar .wrapper--disclaimer .disclaimer-line {
  text-align: right;
}
body.ar .wrapper--back-nav-tablet .form-input-cuntry-code,
body.ar .back-link .form-input-cuntry-code,
body.ar .choose-plan .form-input-cuntry-code,
body.ar .header .form-input-cuntry-code,
body.ar .price .form-input-cuntry-code,
body.ar .link-container .form-input-cuntry-code,
body.ar .sub-text .form-input-cuntry-code,
body.ar .form .form-input-cuntry-code,
body.ar .wrapper--disclaimer .form-input-cuntry-code {
  direction: ltr;
  text-align: left;
}
body.ar #msisdn,
body.ar .form-input-group {
  direction: ltr;
}
body.ar #resend-OTP {
  text-align: end;
}
body.ar .back-link {
  right: 1em;
}
body.ar .backdrop-image {
  background: url(../assets/img/hero-desktop-ar.jpg), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-blend-mode: overlay;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.ar .header,
body.ar .form-input-group {
  font-family: TheSansArabic;
}
body.ar .header {
  line-height: 1.8em;
}
body.ar .header-lp {
  font-size: 1.25em;
  font-weight: 900;
}
body.ar .flex-row {
  flex-direction: row;
}
body.ar .flex.choose-plan {
  flex-direction: row;
}
body.ar .wrapper--back-nav-tablet .content {
  flex-direction: row;
}
body.ar .disclaimer-line {
  line-height: 1.4em;
}
body.ar #sign-up-wrapper {
  text-align: right !important;
}
body.ar #sign-up-wrapper .sub-button {
  margin-left: auto;
}
body.ar #sign-up-wrapper .header-lato-small {
  text-align: right;
}
body.ar #msisdn-verify {
  display: inline-block;
  direction: ltr;
}
body.ar #form-send-pin .radio-check:first-child,
body.ar #form-sub-btn .radio-check:first-child {
  margin-right: 0;
  margin-left: 0.8em;
}
body.ar #form-send-pin .label-content .sub-text,
body.ar #form-sub-btn .label-content .sub-text {
  text-align: right;
}
body.ar #form-send-pin .flex-right-section,
body.ar #form-sub-btn .flex-right-section {
  margin-left: 0.4em;
}
body.ar #form-send-pin .form-label,
body.ar #form-sub-btn .form-label {
  text-align: right !important;
}
@media (max-width: 767.98px) {
  body.ar .backdrop-image {
    background-image: url("../assets/img/hero-mobile-ar.jpg");
    background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.ar .backdrop-image {
    background: url("../assets/img/hero-mobile-ar.jpg"), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-blend-mode: overlay;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.logo-operator {
  width: 4em;
  max-width: 150px;
  max-height: 55px;
}
.Ellipse-1 {
  width: 31px;
  height: 31px;
  border-radius: 13px;
  border: solid 1px #707070;
}
@media screen and (max-width: 420px) {
  .orange-desktop {
    display: none;
  }
  .orange-mobile {
    display: block;
  }
}
@media screen and (min-width: 421px) {
  .orange-desktop {
    display: block;
  }
  .orange-mobile {
    display: none;
  }
}
#sign-up-wrapper .header-lato-small {
  text-align: left;
}



ar {
  direction: rtl !important;
}

ar input[type=checkbox]{
  float: right !important;
}

ar input[type=radio]{
  float: left;
}
ar .service-item p{
  float: right !important;
}

ar .header .logo img {
  float: right;
}