@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;
}

.smsToContainer {
	display: none;
}

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

.fr_Show,
.finland {
	display: none;
}

.legal-finland {
	display: none;
	margin-top: 200px;
	text-align: center;
	font-size: 12px;
	color: #bbb;
}

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

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

#labelmsisdn {
	color: #004996;
}

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

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

	font-weight: bolder;
}

#screen1 {
	position: relative;
}

/* .smsToButton {
	position: relative;
	padding: 50px 35px;
	display: flex;
	margin-top: -65px;
} */

.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: 300px;
	margin: 0px auto;
	text-decoration: none;
	box-shadow: 0px 3px 1px #127000;
	border: 1px solid #23bb07;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	margin-top: 20px;
}

#wrapperstyling > div.container.franceSMS.fr_Show > h2,
#wrapperstyling > div.container.franceSMS.fr_Show > p {
	font-size: 18px;
}

#wrapperstyling > div.container.franceSMS.fr_Show > h3 {
	font-size: 2em;
	margin-top: 20px;
}

a {
	text-decoration: none;
}

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

#screen2 {
	display: none;
}

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

.finlandButton {
	display: none;
}

.desktop {
	display: block;
}

@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;
	}

	.finlandButton {
		display: block;
	}

	.desktop {
		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;
}

#end-screen {
	background: #fff;
	height: 200px;
}

#end-screen .form-horizontal {
	webkit-box-shadow: 0 0 5px 0 #fff;
	box-shadow: 0 0 5px 0 #fff;
}

#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: 10px;
	margin-top: 25px;
	width: 100%;
	position: relative;
	color: #777777;
	display: flex;
}

.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: 20px 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;
	width: 25px;
	height: 25px;
}

.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;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 #b7cec3;
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@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.3em;
	font-weight: 700;
}

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;
}

@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.2em;
		font-weight: 700;
	}

	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);
	}
}

.fr_button {
	font-size: 24px;
	padding-bottom: 8px;
	padding-top: 10px;
	display: inline-block;
	padding: 10px 20px;
	background-color: #3498db;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	animation: pulse 2s infinite;
}

/* Stijl voor de span binnen de link */
.fr_button > span {
	display: block;
	font-size: 11px;
	color: #217911;
	animation: none; /* Voorkomt dat de span mee pulseert */
}

/* Keyframes voor de pulserende animatie */
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

/* Stijl voor de link */
.pulsing-link {
	text-decoration: none;
	color: #1d8108;
}

.no-pulse {
	display: block;
	font-size: 11px;
	color: #1d8108;
	max-width: 200px;
	text-align: center;
	margin: auto;
}

/* Keyframes voor de pulserende tekstanimatie */
@keyframes pulse-shadow {
	0% {
		/* transform: scale(1); */
		box-shadow: 0 0 0px #2ee20c;
	}
	50% {
		/* transform: scale(1.2); */
		box-shadow: 0 0 5px 5px #2ee20c;
	}
	100% {
		/* transform: scale(1); */
		box-shadow: 0 0 0px #2ee20c;
	}
}

#wrapperstyling
	> div.container.franceSMS.fr_Show
	> a
	> div
	> div:nth-child(2)
	> svg {
	color: #fff;
}

#wrapperstyling > div.container.smsToContainer.fr_Hide > a > span:nth-child(1) {
	color: #fff;
	font-size: 38px;
}

.franceButton {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #e4e6e9cf;
	font-size: 10px;
	max-width: 320px;
}

#wrapperstyling
	> div.container.franceSMS.fr_Show
	> a.smsToButton.pulse
	> div
	> div:nth-child(1)
	> svg {
	color: #fff;
}

#wrapperstyling
	> div.container.franceSMS.fr_Show
	> a.smsToButton.pulse
	> div
	> div:nth-child(2) {
	position: relative;
	bottom: -16px;
	font-size: 12px;
}

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

#wrapperstyling > div.container.franceSMS.fr_Show > a > div > div:nth-child(1) {
	font-size: 8px;
}

.extraLink {
	position: relative;
	display: block;
	font-size: 1.6em;
	margin: auto;
	margin-top: 20px;
	font-weight: 600;
	align-items: center;
}

.arrowDown {
	width: 60px;
	position: absolute;
	z-index: 99;
	margin-top: 10px;
}

#wrapperstyling
	> div.container.franceSMS.fr_Show
	> a.extraLink
	> img:nth-child(1) {
	left: 40px;
}

#wrapperstyling
	> div.container.franceSMS.fr_Show
	> a.extraLink
	> img:nth-child(2) {
	right: 40px;
}

.content {
	margin: 0px !important;
	padding: 0px !important;
}

:root {
	--bg-color: #fdfdfd;
	--text-color: #404040;

	--icon-color: #1aa500;

	--menu-bg: #404040;

	--nav-bg: #fdfdfd;
	--nav-close: #404040;
	--nav-text: #404040;
	--nav-link: #1aa500;

	--proggress-text: #1aa500;
	--progress-bg: rgba(0, 0, 0, 0.15);
	--progress-filled: #1aa500;

	--title: #000;

	--input-border: #1aa500;
	--input-text: #404040;
	--input-icon: #404040;
	--input-icon-grey: #404040;
	--input-label: #1aa500;

	--input-border-focus: #1aa500;
	--input-icon-focus: #1aa500;
	--input-label-focus: #1aa500;
	--input-error: #fc5b53;

	--btn-bg: #1aa500;
	--btn-text: #fff;
	--btn-bg-disabled: #b3b6b7;
	--btn-text-disabled: rgba(0, 0, 0, 0.3);

	--form-bottom: #000;

	--footer: #c0c0c0;

	--price: #c0c0c0;
}

*,
:before,
:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
}

.lang a {
	text-decoration: none;
}

.logo img {
	display: block;
	width: 160px;
	margin: 0 auto;
}

html,
body {
	height: 100%;
}

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;
}

body.rtl-text {
	direction: rtl;
}

.main {
	max-width: 400px;
	margin: 0 auto;
	padding: 60px 24px 24px;
	position: relative;
}

#exit-button {
	display: inline-block;
	padding: 5px;
	margin: 0 auto 15px;
	border-radius: 2px;
	background: #0000001a;
	color: #00000099;
	font-size: 10px;
	line-height: 1;
	text-decoration: none;
}

.top-menu {
	display: flex;
	justify-content: space-between;
}

.menu-btn {
	top: 16px;
	left: 24px;
	width: 32px;
	padding: 4px;
	margin-bottom: 20px;
	cursor: pointer;
}

.menu-btn div {
	height: 4px;
	background: var(--menu-bg);
	border-radius: 2px;

	width: 25px;
}

.menu-btn div + div {
	margin-top: 4px;
}

.nav {
	position: fixed;
	top: 0;
	left: -110%;
	bottom: 0;
	width: 100%;
	background: var(--nav-bg);
	padding: 48px 36px;
	color: var(--nav-text);
	text-align: center;
	transition: 0.5s ease;
	z-index: 999;
}

.nav.open {
	left: 0;
}

.nav-close {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 48px;
	height: 48px;
	color: var(--nav-close);
	font-size: 36px;
	line-height: 48px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}

.nav-item {
	padding: 16px 0;
	font-size: 32px;
	font-weight: 700;
}

.nav-item a {
	color: var(--nav-link);
	text-decoration: none;
}

.steps {
	color: #1aa500;
	font-size: 12px;
	line-height: 1.18;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.steps:after {
	content: "";
	display: table;
	clear: both;
}

.step {
	float: left;
	width: calc(50% - 4px);
	height: 8px;
	background: var(--progress-bg);
	border-radius: 2px;
	overflow: hidden;
	margin-top: 8px;
}

.step + .step {
	margin-left: 8px;
}

.step:after,
#step2:after {
	content: "";
	display: block;
	border-radius: 2px;
	width: 8px;
	height: 8px;
	background: #1aa500;
	transition: 0.5s ease;
}

#step2:after {
	width: 0;
}

.step.filled:after {
	width: 100%;
}

.step + .step:after,
.step + .step2:after {
	content: none;
}

.step.filled + .step:after,
.step.filled + .step2:after {
	content: "";
}

.rtl-text .steps {
	direction: rtl;
	text-align: right;
}

.rtl-text .step {
	float: right;
}

.rtl-text .step + .step {
	margin-left: 0;
	margin-right: 8px;
}

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

.webt-icon {
	width: 180px;
	height: 180px;
	margin: 0 auto 10px;
	position: relative;
}

.icon-progress {
	width: 100%;
	height: 100%;
	position: relative;
}

.icon-progress__bg {
	stroke-width: 14px;
	stroke: var(--progress-bg);
	fill: transparent;
}

.webt-icon .progress_arrow {
	width: 120px;
	height: auto;
	opacity: 0;
	transition: all 1s;
	animation: bounceUpDown 2s ease-in-out infinite;
}

@keyframes bounceUpDown {
	0% {
		transform: translateY(0%);
	}

	50% {
		transform: translateY(-5%);
	}

	100% {
		transform: translateY(0%);
	}
}

.webt-icon__value {
	color: #1aa500;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	font-size: 46px;
	font-weight: 600;
	top: 0;
	left: 0;
}

.meter-1 {
	stroke-dasharray: 580;
	stroke-dashoffset: 0;
	stroke: #1aa500;
	stroke-width: 14px;
	fill: transparent;
	animation: progress-1 4s ease-out;
}

@keyframes progress-1 {
	from {
		stroke-dashoffset: 800;
	}

	to {
		stroke-dashoffset: 0;
	}
}

.price {
	color: var(--price);
	font-size: 10px;
	margin-bottom: 10px;
}

.label {
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 40px;
}

.rtl-text .label {
	text-align: right;
}

.field {
	position: relative;
	margin-bottom: 32px;
	/*
	-webkit-animation: heartbeat 1.75s ease-in-out infinite both;
	-webkit-animation-animation: heartbeat 1.75s ease-in-out infinite both;
	*/
}

@keyframes heartbeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	10% {
		-webkit-transform: scale(0.91);
		transform: scale(0.91);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	17% {
		-webkit-transform: scale(0.98);
		transform: scale(0.98);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	33% {
		-webkit-transform: scale(0.87);
		transform: scale(0.87);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	45% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.btn-pin-valid {
	background-color: #1aa500;
}

#operator,
input,
#email-invoer {
	border-radius: 15px;
	width: 100%;
	height: 60px;
	border-radius: 8px;
	font-family: "Inter", Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 0 8px var(--btn-shadow);
}

.field-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;
	text-indent: 14px;
}

.field-input.pin {
	height: 82px;
	padding-left: 26px;
	text-align: center;
	letter-spacing: 16px;
}

.field-input__prefix {
	position: absolute;
	top: 2px;
	left: 0;
	padding-left: 40px;
	color: var(--input-text);
	font-size: 24px;
	line-height: 60px;
	letter-spacing: 2px;
	animation: shake 3s;
	-webkit-animation: shake 3s;
}

@keyframes shake {
	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
		-webkit-transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
		-webkit-transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
		-webkit-transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0);
		-webkit-transform: translate3d(4px, 0, 0);
	}
}

.field-icon {
	position: absolute;
	top: 20px;
	left: 14px;
	fill: var(--input-icon);
	pointer-events: none;
	transition: 0.5s ease;
}

.field-check {
	position: absolute;
	top: 20px;
	right: 14px;
	width: 24px;
	height: 24px;
	fill: var(--input-icon-grey);
	pointer-events: none;
	transition: 0.5s ease;
}

.field-check-valid {
	fill: var(--input-icon-focus);
}

.field-label {
	position: absolute;
	top: 20px;
	left: 40px;
	font-size: 24px;
	line-height: 1;
	pointer-events: none;
	transition: 0.5s ease;
}

.rtl-text .field-label {
	left: auto;
	right: 40px;
}

.field-error {
	color: var(--input-error);
	text-align: left;
	margin-top: 8px;
	display: none;
}

.rtl-text .field-error {
	text-align: right;
}

.field-alert {
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-bottom: 14px;
	margin-left: -135px;
	width: 270px;
	background: var(--input-error);
	border-radius: 4px;
	padding: 3px 5px;
	color: var(--bg-color);
	font-size: 14px;
	animation: shake 5s ease-in-out 5 both;
	display: none;
}

.field-alert:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--input-error);
}

.field-alert.active {
	display: block;
}

.field-input:focus,
.field-input.focus {
	border-color: var(--input-label-focus);
}

.field-input:focus ~ .field-input__prefix .field-icon,
.focus .field-icon {
	fill: var(--input-icon-focus);
}

.field-input:focus ~ .field-label,
.focus ~ .field-label {
	top: -9px;
	left: 12px;
	background: var(--bg-color);
	padding: 2px 8px;
	color: var(--input-label-focus);
	font-size: 12px;
}

.rtl-text .field-input:focus ~ .field-label,
.rtl-text .focus ~ .field-label {
	left: auto;
	right: 32px;
}

.field-input.has-error {
	border-color: var(--input-error);
}

.has-error ~ .field-icon {
	fill: var(--input-error) !important;
}

.has-error ~ .field-label {
	top: -9px;
	left: 32px;
	background: var(--bg-color);
	padding: 2px 8px;
	font-size: 14px;
	color: var(--input-error) !important;
}

.rtl-text .has-error ~ .field-label {
	left: auto;
	right: 32px;
}

.has-error ~ .field-error,
.has-error ~ .field-alert {
	display: block;
}

.btn {
	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);
}

.btn[disabled],
.btn.disabled {
	background: var(--btn-bg-disabled);
	color: var(--btn-text-disabled);
	box-shadow: none;
}

.form-bottom {
	margin-top: 24px;
	color: var(--form-bottom);
}

.form-bottom a {
	color: inherit;
	text-decoration: underline;
}

.rtl-text .form-bottom {
	text-align: right;
}

.langs {
	direction: ltr;
}

.lang {
	display: inline-block;
	border: 2px solid transparent;
	border-radius: 4px;
	margin: 10px 4px;
	padding: 2px 4px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}

.lang.active {
	border-color: var(--text-color);
}

.footer {
	color: var(--footer);
	font-size: 12px;
	margin-top: 30px;
}

.footer.hidden {
	padding-top: 50vh;
}

.footer a {
	color: inherit;
}

.footer-content {
	max-width: 400px;
	margin: 0 auto;
	padding: 6px;
}

.footer-content:after {
	content: "";
	clear: both;
	display: block;
}

.content-link {
	display: block;
	float: left;
	width: 33.33%;
	padding: 0 3px;
}

.content-link img {
	display: block;
	margin: 0 auto;
	max-width: 90px;
}

.footer-content__preview {
	display: none;
	border-radius: 4px;
	padding-bottom: 8px;
	overflow: hidden;
}

.footer-content__preview iframe {
	display: block;
	width: 300px;
	height: 200px;
	border: 0;
	margin: 0 auto;
}

.d-none {
	display: none;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../images/loading.svg") center center no-repeat
		rgba(0, 0, 0, 0.8);
	display: none;
}

.loading.show {
	display: block;
}

.app {
	padding: 15px 0;
	display: none;
}

.app-title {
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 24px;
}

.btn span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	opacity: 0.6;
}
