@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap");

* {
	margin: 0;
	padding: 0;
}

body {
	background: var(--bg-color);
	color: var(--text-color);
	font-family: "Inter", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.18;
	text-align: center;
}

nav {
	/* background-color: #000; */
	display: flex;
	justify-content: flex-start;
	height: 50px;
	position: fixed;
	z-index: 999;
	width: 100%;
}

.container {
	max-width: 360px;
	display: block;
	margin: auto;
}

.extra-content {
	display: none;
}

.desc {
	font-size: 12px;
	margin-bottom: 16px;
	display: none;
}

.logo {
	position: relative;
	color: #94ccd9;
	font-size: 16px;
	margin-bottom: 15px;
	width: 80%;
}

.fullWidth:after,
.fullWidth2:after {
	width: 100% !important;
}

.form-valid .field-check {
	fill: #94ccd9;
}

#labelmsisdn {
	color: #004996;
}

.se_legal,
.se_image {
	display: none;
}

.se_legal {
	color: #777;
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.se_image > img {
	width: 100%;
	max-width: 500px;
	display: block;
	margin: auto;
}

.abbo {
	color: #2374f2;
	padding: 2px;
	margin: 0;
	margin-bottom: 20px;
}

#fs-msisdn > p {
	color: #000;

	font-weight: bolder;
}

#checkBox {
	margin: 5px;
	opacity: 0;
}

#screen1 {
	position: relative;
}

.smsToButton {
	font-size: 18px;
	padding: 15px 25px;
	border-radius: 40px;
	background-color: #1aa500;
	color: white;
	display: block;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	max-width: 220px;
	margin: 20px auto;
	text-decoration: none;
	box-shadow: 0px 3px 1px #127000;
	border: 1px solid #23bb07;
}

.form-loader {
	max-width: 20px;
	display: none;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 90px;
}

#screen2 {
	display: none;
}

@media screen and (max-width: 768px) {
	.header-text {
		font-size: 14px;
		background: white;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		box-shadow: 0 0 3px #c8c8c8;
		background: white;
		padding: 5px 0;
		width: calc(100% - 10px);
		max-width: 600px;
	}

	.webH2 {
		display: block;
	}

	.smsToContainer {
		/* display: none; */
	}
}

.mocon {
	max-width: 400px;
	margin: auto;
}

.img-responsive {
	width: 100%;
}

button,
img {
	border: none;
	background: none;
	position: relative;
}

.clear,
.clearfix {
	clear: both;
}

p {
	padding: 0px 0;
}

.hideOnDp,
.legals {
	display: block;
}

.showOnDp {
	display: none;
}

.inline {
	display: inline-block;
}

.link {
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
	display: inline-block;
}

.teaser-feedback {
	border: none;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -65px;
	margin-left: -50px;
	z-index: 10;
}

button p {
	font-size: 16px;
	line-height: 100%;
	padding: 5px 0;
}

#preloader {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: #e8e7e7;
}

#preloader-img {
	background: url(../images/Preloader_2_green.gif) no-repeat;
	width: 128px;
	height: 128px;
	margin: 50px auto;
}

#wrapperstyling > div.steps > div:nth-child(3) {
	display: flex;
}

#preloader p {
	font-size: #fff;
	font-size: 14px;
	text-align: center;
}

#wrapperstyling {
	max-width: 360px;
	margin: auto;
	margin-top: 20px;
}

#wrapper,
#footer {
	min-height: 60%;
	max-width: 600px;
	margin: auto;
}

#msisdn-screen,
#pin-screen,
#moconfirm-screen,
#end-screen,
#ussd-screen {
	display: none;
	min-height: 150px;
	margin: auto;
}

#msisdn-screen {
	margin: 0px auto;
}

#msisdn-console {
	padding: 0px;
	/*    border: 2px solid blue;*/
}

#thankyou-screen {
	display: block;
	height: 80%;
}

.console-mocon {
	padding: 10px;
}

#moconfirm-form span {
	line-height: 130%;
}

.inline-container-left,
.inline-container-middle,
.inline-container-right,
.inline-container {
	position: relative;
	height: auto;
	width: 100%;
	margin: 0 auto;
	vertical-align: middle;
}

.inline-container-right {
	display: none;
}

#headersmall {
	display: block;
	max-width: 100%;
	margin: auto;
}

#headerbig {
	display: none;
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Firefox */

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Webkit */

@-ms-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* IE */

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Opera and prob css3 final iteration */

#header {
	float: right;
	text-shadow: 0px 0px 2px #000;
}

.arrowleft {
	background: url(../images/arrowleft.png) no-repeat;
	width: 40px;
	height: 40px;
	background-size: 100%;
	position: absolute;
	left: -45px;
	top: 7px;
	display: none;
}

.arrowright {
	background: url(../images/arrowright.png) no-repeat;
	width: 40px;
	height: 40px;
	background-size: 100%;
	position: absolute;
	top: 7px;
	right: -45px;
	display: none;
}

.header-text {
	font-size: 16px;
	color: #9e9cac;
	font-weight: 400;
}

.header-text span {
	font-size: 28px;
	display: inline;
	color: #27252a;
	font-weight: 600;
}

/*.mobilePhone h2{font-size: 32px;}*/

/*.mobilePhone h2 span{font-size: 22px;}*/

.console {
	padding-bottom: 35px;
	/*	background-color: rgba(255, 255, 255, 0.89);*/
}

.col-xs-12 {
	padding: 0;
}

#download-btn {
	background: #b2cb3a;
	position: absolute;
	left: 150px;
	top: 65px;
	width: 160px;
	padding: 6px 0;
	color: white;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	cursor: hand;
}

.console-header {
	font-size: 24px;
	line-height: 100%;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.page-thankyou .console-header {
	padding: 30px 0 5px 0;
}

.console-instructions {
	font-size: 16px;
	line-height: 130%;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.icon {
	width: 54px;
	height: 54px;
}

.email-icon {
	background: url(../images/email-icon.png) no-repeat;
}

.sms-icon {
	background: url(../images/sms-icon.png) no-repeat;
}

.phone-icon {
	background: url(../images/phone-icon.png) no-repeat;
}

.payForItStyle {
	background: white;
	width: 270px;
	margin: 3px auto 0px auto;
	font-size: 14px;
	border-radius: 15px;
	border: 0px solid #ddd;
	text-align: center;
	color: #8d8d8d;
	padding: 10px;
	-webkit-box-shadow: inset 0 0 5px 0 #666;
	box-shadow: inset 0 0 5px 0 #666;
}

.mobilePhone .payForItStyle {
	margin: 5px auto;
}

.step {
	width: 210px;
	text-align: left;
}

#carousel b {
	color: black;
}

#carousel {
	width: 268px;
	height: 60px;
	overflow: hidden;
}

#carousel ul {
	list-style: none;
}

#carousel ul li {
	float: left;
	display: none;
}

.form-group {
	position: relative;
	margin: 0 auto;
	padding: 0px;
}

.col-md-7 {
	padding-right: 0px;
	padding-left: 0px;
}

.form-group {
	margin: 0 auto;
}

.inputContainer {
	max-width: 305px;
	position: relative;
	margin: 0 auto;
	z-index: 99999;
}

.control-label {
	font-size: 19px;
	margin-bottom: 15px;
	text-align: center;
}

.form-control {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 44px;
	text-indent: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background-color: #f1f1f1;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
}

select.invalid,
.inputfield.invalid {
	border: 1px solid red;
}

select.valid + div {
	right: 15px;
}

.invalid + div {
	background: url(../images/invalid.png) no-repeat;
}

.inputfield {
	border-color: #e4e6e9;
}

#triangle-down {
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 22px solid #e51b24;
	position: relative;
	margin: 0 auto;
	display: none;
}

.inputfield,
.inputfield:focus {
}

input::placeholder {
	font-size: 16px;
}

#msisdn-header {
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 24px;
	font-weight: 600;
}

.default_button > span {
	font-size: 12px;
	text-decoration: none;
}

#msisdn-header p {
	color: #1f1f1f;
	font-size: 1.8em;
}

.inputfield,
.default_button {
	max-width: 300px;
	clear: both;
}

.default_button {
	display: block;
	width: 100%;
	height: 60px;
	background: var(--btn-bg);
	border: none;
	border-radius: 8px;
	color: var(--btn-text);
	font-family: "Inter", Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 0 8px var(--btn-shadow);

	cursor: pointer;
}

#falseButton,
#falseButton2 {
	background: var(--btn-bg-disabled);
	color: var(--btn-text-disabled);
	box-shadow: none;
}

.btn-success.focus,
.btn-success:focus,
.btn-success:active,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
	background: #0480c7;
}

.btn-success:hover {
	background: #0480c7;
}

.inputfield {
	height: 55px;
	border-color: #e4e6e9;
	color: #606770;
	font-weight: normal;
}

.default_button {
	max-width: 300px;
	clear: both;
	height: 70px;
}

.default_button span {
	display: inline-block;
}

.greyBtn {
	background: #666;
	height: 45px;
	line-height: 200%;
	margin: 20px auto;
}

.greyBtn:hover {
	background: #999;
}

#footer {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 50px auto;
}

#footer a {
	color: inherit;
}

#footer span {
	cursor: pointer;
	cursor: hand;
}

/* LEGALS */

.cta1 {
	color: green;
	font-size: 28px;
	font-weight: bold;
	line-height: normal;
}

.arrowvalid {
	top: 113px;
}

#notice {
	background: #ddd;
	color: #27252a;
	padding: 5px;
	display: block;
}

.headerbig {
	/* margin-left: -10px;*/
	max-height: 395px;
}

.customer-care {
	position: absolute;
	right: 5px;
	top: 7px;
	color: #333;
	width: auto;
	font-size: 12px;
}

#topbarwrap {
	max-width: 1000px;
	/*    background: red;*/
	margin: auto;
}

#prizenotice {
	background: #fff;
	color: #000;
	padding: 5px;
}

.ussd-console {
	color: #27252a;
}

.ussd-gif {
	max-width: 300px;
	border-radius: 8px;
}

#ussd-screen .console {
	padding: 10px 0;
}

#ussd-screen p {
	line-height: 150%;
	color: #27252a;
}

#ussd-screen p:nth-of-type(1) {
	font-size: 20px;
	font-weight: bold;
}

#ussd-screen p:nth-of-type(3) {
	font-size: 26px;
	font-weight: normal;
}

#ussd-screen p span {
	color: #ef195e;
	font-weight: bold;
}

#notice2 {
	background: #e40613;
	color: #27252a;
	padding: 5px;
	display: none;
}

#notice3 {
	background: #035740;
	color: #27252a;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	display: none;
}

#legal_pin,
#legal_msisdn {
	font-size: 12px;
	margin-top: 10px;
	width: 100%;
	position: relative;
	color: #777777;
}

.legal_pricing {
	font-size: 9px;
	padding: 10px 0px 10px 0px;
}

.legal_msisdn {
	margin-top: 20px;
}

#topContainer {
	min-height: 15px;
	width: 100%;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	font-size: 12px;
	color: #c4c4c4;
	text-align: center;
	font-weight: 300;
	line-height: 130%;
	background-color: rgba(0, 0, 0, 0.5);
	margin-top: -10px;
	margin-bottom: -10px;
}

#topLeft,
#topRight,
#topCenter {
	position: relative;
	width: 100%;
	z-index: 9999;
	top: 0px;
	padding: 0px;
	visibility: visible;
}

/* ERROR */

.errortext,
.error {
	display: none;
	color: red;
	font-size: 12px;
	line-height: 100%;
	padding: 5px;
	margin: 5px auto 0px auto;
}

/* ANIMATION */

/*.inputfield, #upSellButton{
  animation: shadowThrob 0.7s infinite;
  animation-direction: alternate;
  -webkit-animation: shadowThrob 0.7s ease-out infinite;
  -webkit-animation-direction: alternate;
}
@keyframes shadowThrob {
  from {box-shadow: 0 0 6px 6px rgba(0,176,240, 0.8);}
  to {box-shadow: 0 0 6px 6px rgba(0,176,240, 0.1);}
}
@-webkit-keyframes shadowThrob {
  from {box-shadow: 0 0 6px 6px rgba(0,176,240, 0.8);}
  to {box-shadow: 0 0 6px 6px rgba(0,176,240, 0.1);}
}*/

#pin-step2 {
	margin: 0 auto;
	width: 100%;
}

.legals,
#ussd-screen .legal_msisdn,
.label_pin {
	font-size: 13px;
	line-height: 120%;
	color: #000;
	margin-top: 250px;
}

@media screen and (max-width: 480px) {
	#msisdn-header .cta1 {
		display: none;
	}

	#labelmsisdn {
		font-size: 16px;
	}
}

@media screen and (min-width: 480px) {
	.legal_pricing {
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	.console {
		padding-bottom: 35px;
		background-color: none;
	}

	.legal_msisdn,
	.legal_pin {
		font-size: 16px;
	}

	/*#headerImg1, #headerImg2{
		background: url(../images/header-left.png) no-repeat;
		background-size: 100%;
		max-width: 169px;
		height: 490px;
		margin: -100% auto 0px auto;
	}
	#headerImg2{background: url(../images/header-right.png) no-repeat;}

	.inline-container-left,
	.inline-container-middle,
	.inline-container-right{
		display: inline-block;
		width: 20%;
	}*/
	.inline-container-middle {
		/*display: inline-block;
		width: 55%;*/
	}

	#headersmall {
		display: none;
	}

	#headerbig {
		display: block;
		max-width: 750px;
		z-index: 99;
		margin: auto;
	}

	.console {
		background-color: none;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}

	#msisdn-console,
	#pin-console,
	.ussd-console {
		width: 100%;
	}

	.form-horizontal {
	}

	#end-screen .form-horizontal {
		margin-top: 30px;
	}

	#pin-step2 {
		border: none;
	}
}

@media screen and (max-width: 768px) {
	.console {
		padding-bottom: 35px;
	}

	#wrapper {
		min-height: 50%;
	}

	#footer {
		margin: 150px auto;
	}

	.header-text span {
		font-size: 28px;
	}

	.header-text strong {
		font-size: 20px;
		font-weight: 800;
		color: #fff;
	}

	#msisdn-console img {
		max-width: 200px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1000px) {
	#notice2,
	#notice3 {
		display: block;
	}

	.arrowleft,
	.arrowright {
		display: block;
	}
}

/* ==========================================================================
   Placeholders
   ========================================================================== */

::-webkit-input-placeholder {
	font-size: 28px;
	text-indent: 10px;
	line-height: 100%;
	color: #27252a;
	font-style: italic;
}

::-moz-placeholder {
	font-size: 28px;
	text-indent: 10px;
	line-height: 100%;
	color: #27252a;
	font-style: italic;
}

:-moz-placeholder {
	font-size: 28px;
	text-indent: 10px;
	line-height: 100%;
	color: #27252a;
	font-style: italic;
}

input:-moz-placeholder {
	font-size: 28px;
	text-indent: 10px;
	line-height: 100%;
	color: #27252a;
	font-style: italic;
}

:-ms-input-placeholder {
	font-size: 28px;
	text-indent: 10px;
	line-height: 100%;
	color: #27252a;
	font-style: italic;
}

input:-ms-input-placeholder {
	font-size: 28px;
	text-indent: 10px;
	line-height: 100%;
	color: #27252a;
	font-style: italic;
}

input.address:-ms-input-placeholder {
	font-size: 28px;
	text-indent: 10px;
	line-height: 100%;
	color: #27252a;
	font-style: italic;
}

/*DEBUG*/

#debug-window {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	text-align: right;
	background: #fff;
	color: #000;
}

#debug-buttons {
	display: none;
	text-align: right;
}

#msisdnpopup {
	display: none;
	border: 2px solid #000;
	background: #fff;
	padding: 25px;
}

#msisdnpopup p {
	font-size: 12px;
	margin-top: 10px;
}

.legal_belowInputField {
	font-size: 12px;
	color: inherit;
}

.legal_belowInputField p {
	/*display: inline;
	margin-top: 20px;*/
}

#checkbox + div {
	position: absolute;
}

.legal_belowInputField a {
	color: inherit;
}

.form-horizontal .form-group {
	margin: 0;
	color: #666666;
}

#fs-checkbox {
	font-size: 15px;
	text-align: center;
	margin-top: 50px;
}

#checkbox {
	margin-right: 10px;
	margin-top: 10px;
}

.label_pin {
	color: #666363eb;
}

.keyword {
	font-size: 24px;
	font-weight: 700;
	color: #1aa500;
}
.shortcode {
	font-size: 24px;
	font-weight: 700;
	color: #072f00;
}

.form-horizontal .control-label {
	text-align: center;
	margin-bottom: 10px;
	line-height: 100%;
}

#brand {
	margin: 40px auto;
	display: none;
}

#brand img {
	max-width: 100px;
	margin: 5px;
}

a {
	color: #777777;
}

.row {
	margin: 0;
}

#topbar {
	color: #333;
	text-align: left;
	min-height: 30px;
	border-bottom: 1px solid #e4e6eb;
	background: #fff;
}

@media screen and (max-width: 780px) {
	#topbarwrap {
		display: block;
		top: 4px;
		position: absolute;
		left: 10px;
	}

	#topbar {
		min-height: 32px;
	}

	.customer-care {
		top: 10px;
	}

	#msisdn-console img,
	#headersmall > img {
		max-width: 100%;
		display: block;
		margin: auto;
	}
}

.next {
	display: inline-block;
	max-width: 116px;
	margin-left: 30px;
	position: absolute;
	right: 10px;
	top: 27px;
}

.pinForm {
	max-width: 278px;
	max-height: 55px;
	display: inline;
	text-align: center;
	text-indent: 0;
	font-size: 30px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	letter-spacing: 42px;
	text-indent: 31px;
	font-size: 22px;
	text-align: center;
	margin: auto;
	display: block;
}

.pinForm:focus {
	top: -2px;
	position: relative;
}

.borderPin {
	display: none;
	width: 10px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 24%;
	background-color: #0d1522;
}

.center-con {
	display: flex;
	height: 100vh;
	align-items: center;
	justify-content: center;
}

.round {
	position: absolute;
	border: 2px solid #fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

#cta {
	width: 50px;
	cursor: pointer;
	position: absolute;
	top: 9px;
	right: 8px;
}

#cta .arrow {
	left: 30%;
}

.arrow {
	position: absolute;
	bottom: 0;
	margin-left: -4px;
	width: 25px;
	height: 25px;
	background-size: contain;
	top: 15px;
}

.segunda {
	margin-left: 8px;
}

.next {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@keyframes bounceAlpha {
	0% {
		opacity: 1;
		transform: translateX(0px) scale(1);
	}

	25% {
		opacity: 0;
		transform: translateX(10px) scale(0.9);
	}

	26% {
		opacity: 0;
		transform: translateX(-10px) scale(0.9);
	}

	55% {
		opacity: 1;
		transform: translateX(0px) scale(1);
	}
}

.bounceAlpha {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-delay: 0.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.round:hover .arrow {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.round:hover .arrow.primera {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-delay: 0.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

* {
	margin: 0;
	padding: 0;
}

form {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	text-align: center;
}

form label {
	font-size: 1.2em;
	display: block;
	font-weight: 700;
}

form input {
	display: block;
	width: 100%;
	height: 64px;
	background: var(--bg-color);
	border: 2px solid var(--input-border);
	border-radius: 8px;
	padding: 0 38px 0 73px;
	direction: ltr;
	color: var(--input-text);
	font-family: "Inter", Arial, sans-serif;
	font-size: 24px;
	line-height: 60px;
	letter-spacing: 2px;
	transition: 0.5s ease;
}

.mobile {
	position: absolute;
	top: 7.2%;
	right: -65px;
	max-width: 30%;
}

a {
	color: #001f58;
}

h1 {
	color: var(--title);
	font-size: 26px;
	line-height: 1.18;
	font-weight: 900;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.5em;
	font-weight: 500;
}

h3 {
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 20px;
}

hr {
	margin: 15px auto;
	border-color: #e2e2e2;
}

nav {
	/* background-color: #000; */
	display: flex;
	justify-content: flex-start;
	height: 50px;
	position: fixed;
	z-index: 999;
	width: 100%;
}

button,
.button {
	display: block;
	width: 100%;
	height: 60px;
	background: var(--btn-bg);
	border: none;
	border-radius: 8px;
	color: var(--btn-text);
	font-family: "Inter", Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 0 8px var(--btn-shadow);
	cursor: pointer;
}

button a {
	text-decoration: none;
	color: #fff;
}

.button-field {
	display: flex;
}

.legal-top-button {
	opacity: 1;
}

.banner {
	max-width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.legal-top-button {
	text-align: center;
}

.main {
	margin: 25px auto;
}

.card {
	max-width: 100%;
	display: block;
	margin: auto;
}

.usp,
.card-display {
	display: flex;
	margin: 75px auto;
}

.single-usp {
	flex-direction: column;
	display: flex;
	padding: 10px;
}

.single-usp h3 {
	text-align: center;
}

.usp-image {
	max-width: 100px;
	margin: auto;
	display: block;
}

.os-list {
	font-weight: 700;
	/* text-align: center; */
	font-size: 1em;
	margin-top: 10px;
}

.checked {
	display: inline-block;
	max-width: 20px;
	vertical-align: middle;
}

.download-icon {
	display: inline-block;
	max-width: 30px;
	/* margin: 5px; */
	position: absolute;
	top: 8px;
	left: 5px;
}

#downloadButtonIOS,
#downloadButtonAndroid {
	max-width: 40%;
	display: none;
	position: relative;
	background-color: #000;
	border-color: #000;
}

#wrapperstyling > div.container > h2 {
	margin-bottom: 20px;
}

.smsToContainer {
	font-size: 1.2em;
}

.footer_email_image {
	display: inline-block;
	width: 120px;
	vertical-align: middle;
}

@media only screen and (max-width: 800px) {
	button a {
		text-decoration: none;
		color: #fff;
		font-size: 15px;
		line-height: 2;
	}

	.cta {
		text-align: center;
	}

	.mobile {
		position: absolute;
		top: 2%;
		right: -33px;
		max-width: 35%;
	}

	.button-field {
		flex-direction: column;
	}

	#downloadButtonIOS,
	#downloadButtonAndroid {
		max-width: 100%;
	}

	.banner {
		max-width: 100%;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	button {
		margin: 25px auto;
	}

	h1 {
		margin-top: 25px;
		font-size: 1.7em;
	}

	h2 {
		font-size: 1.1em;
		font-weight: 500;
	}

	h3 {
		font-size: 1.8em;
		font-weight: 700;
		margin-bottom: 20px;
	}

	p {
		font-size: 1em;
	}

	.card {
		order: 0;
	}

	.card-display > div {
		order: 1;
	}

	.usp,
	.card-display {
		flex-direction: column;
		margin: 50px auto;
	}
}

.btn.loader::after {
	content: "";
	display: block;
	margin-left: 10px;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	position: absolute;
	top: 37%;
	transform: translateY(-50%);
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.pt-subscribe {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	display: none;
	text-align: right;
	margin-bottom: -18px;
	color: #1aa500;
}

.pt_pin_footer {
	display: none;
}

.pt-subscribe > img {
	margin-right: -50px;
}

.pulse {
	animation: pulse-shadow 1s infinite;
}

#click2smsEnd {
	font-size: 18px;
	background: #1aa500;
	height: auto;
}

@keyframes pulse-shadow {
	0% {
		/* transform: scale(1); */
		box-shadow: 0 0 0px #1aa500;
	}
	50% {
		/* transform: scale(1.2); */
		box-shadow: 0 0 5px 5px #9ad58e;
	}
	100% {
		/* transform: scale(1); */
		box-shadow: 0 0 0px #1bab00;
	}
}
