/*DM Sans for titles*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/*Inter for regular text*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

:root {
	--primary-color: #161e54;
	--accent-color: rgb(255, 12, 11);
	--accent-color-tint: #ff2626;
	--accent-color-faded: rgba(255, 12, 11, 0.5);

	--white: #191919;
	--background-color: black;
	--card-background-color: #fff7ed;
	--default-text-color: var(--white);
	--heading-text-color: var(--white);
	--body-font-family: "Inter", sans-serif;
	--heading-font-family: "DM Sans", sans-serif;
	--hero-background-image: url(../img/hero-bg.jpg);
	--font-normal: 400;
	--font-medium: 600;
	--font-bold: 700;
	--font-extra-bold: 800;
	--font-black: 900;
	--regular-text-size: 16px;
	--sections-margin: 2.5em;
	--sections-content-margin-lg: 30px;
	--sections-content-margin: 20px;
	--sections-content-margin-sm: 20px;
	--features-container-padding: 5em 3em;
	--sections-title-font-size: 24px;
	--section-padding-lg: 2.5em;
	--section-padding-sm: 1em;
	--primary-btn-padding: 1em 5em;
	--logo-height-desktop: 6vh;
	--logo-height-mobile: 4vh;
	--icons-height: 30px;
	--avatars-width: 40%;
	--border-radius: 0.4em;
	--text-line-height: 130%;
	--hero-carousel-max-height: 400px;
}

/* Reset CSS */

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html,
body {
	width: 100%;
	height: 100%;
}

body * {
	line-height: 130%;
	box-sizing: border-box;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 130%;
	color: #111;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
	outline: none;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Stop all animations */

.mraid.stop-all-animations *,
.mraid.stop-all-animations *:before,
.mraid.stop-all-animations *:after,
.rtb.stop-all-animations *,
.rtb.stop-all-animations *:before,
.rtb.stop-all-animations *:after {
	/* CSS transitions */
	-o-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
	/* CSS transforms */
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	/* CSS animations */
	-webkit-animation: none !important;
	animation: none !important;
}


/* Clearfix Hack */

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}


/* Display-Hide states by default */

#directsubscribe,
#doubleconfirmation,
#numberentry,
#pinentry,
#mo,
#congrats,
#clicktag,
#operatorselection,
#subscriptionpolling,
#blocker,
#popup,
#redirect,
#redirectreturn,
#redirectservice,
#redirectxhrreturn,
#immediatesubscribe,
#alreadysubscribed,
#no3g,
#wifipolling,
#close {
	display: none;
}

.show-directsubscribe #directsubscribe,
.show-doubleconfirmation #doubleconfirmation,
.show-numberentry #numberentry,
.show-pinentry #pinentry,
.show-mo #mo,
.show-congrats #congrats,
.show-clicktag #clicktag,
.show-operatorselection #operatorselection,
.show-subscriptionpolling #subscriptionpolling,
.blocker #blocker,
.show-popup #popup,
.show-redirect #blocker,
.show-redirectreturn #blocker,
.show-redirectservice #blocker,
.show-redirectxhrreturn #blocker,
.show-immediatesubscribe #blocker,
.show-alreadysubscribed #blocker,
.show-no3g #no3g,
.show-wifipolling #wifipolling {
	display: block;
}


/* Expandable banner */

.banner,
.banner__expand {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
}

.banner {
	overflow: hidden;
}

.banner__expand {
	z-index: 9;
	/* Change if required */
}


/* HTML structure */

#container {
	/* Can add a max-width based on the design requirement */
	display: block;
	height: 100%;
}

.header {
	display: block;
}

.header__close {
	/* ID can be close or mraid-close */
	width: 20px;
	height: 20px;
	background: #000;
	border-radius: 100%;
	border: 1px solid #fff;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	/* Close button to float above on all states except blocker */
}

.header__close::after {
	content: "x";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 1px 0 0;
}

.blocker::after,
.show-redirect::after,
.show-redirectreturn::after,
.show-redirectservice::after,
.show-redirectxhrreturn::after,
.show-immediatesubscribe::after,
.show-alreadysubscribed::after {
	/* Blocker overlay */
	content: '';
	background-color: rgba(39, 39, 39, 0.95);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
}

#blocker {
	width: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0) !important;
	transform: translate3d(-50%, -50%, 0) !important;
	z-index: 9999;
}

#blocker p {
	display: block;
	font-size: 12px;
	color: #fff;
	padding: 0 0 10px 0;
}

.preloader {
	width: 50px;
	height: 50px;
	background: url(../img/preloader.svg) center no-repeat;
	background-size: 50px auto;
	margin: auto;
	-webkit-animation: preloader 2s infinite linear;
	animation: preloader 2s infinite linear;
}

.creative {
	display: block;
	height: calc(100% - 120pt);

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;

	background: #ffffff;
	background-image: -o-radial-gradient(50% 0%, circle, #DEE8E0 0%, #F0F0CF 31%, #F0E9E1 55%, #F6F1ED 78%, #FFFFFF 100%);
	background-image: radial-gradient(circle at 50% 0%, #DEE8E0 0%, #F0F0CF 31%, #F0E9E1 55%, #F6F1ED 78%, #FFFFFF 100%);
}

.creative__price-point {
	position: absolute;
	left: 0;
	right: 0;

}

.creative__design {
	display: block;
	position: relative;
	overflow: hidden;

	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.disclaimer {
	font-size: 11px;
	color: #000;
	margin: 10px 30px;
}

.footer {
	display: block;
	padding: 10px;
}

.footer__disclaimer,
.footer__address {
	display: block;
	color: #000;
	max-width: 1200px;
    margin: auto;
}


.footer__links a {
	color: #000;
	/* text-decoration: none; */
}

.footer__links {
	display: flex;
	justify-content: space-between;
	border-top: 0px solid #DDDDDD;
	padding: 0 10px;
	flex-direction: column;
}

#external-links li {
	display: inline-flex;
}

#external-links li a {
	margin: 0 5px;
}


.footer-links {
	width: 100%;
	display: flex;
	margin: 10px 0 0;
	justify-content: center;
}

.btn_copy {
	display: none;
}

.cancel {
	margin: 10px 0;
}

#lang-switch {
	/* Language button */
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
	direction: rtl;
	padding: 2px;
	min-width: 64px;
	background-color: #fff;
	border: none;
	border-radius: 4px;
	color: #000;
	font-size: 12px;
}

.lang span {
	padding: 0 3px;
	height: 22px;
	width: 22px;
	color: #000;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #9E9E9E;
	border-right: 0;
}

.langswitch {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
}

.langWrap-en,
.langWrap-de,
.langWrap-fr,
.langWrap-it {
	display: none !important;
}

#container.en .langWrap-en,
#container.de .langWrap-de,
#container.fr .langWrap-fr,
#container.it .langWrap-it {
	display: flex !important;
}

.lang.active span {
	background: #fff;
	color: #9E9E9E;
}

.lang:last-child span {
	border-right: 1px solid #9E9E9E;
}

.switchLang {
	padding: 2px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
}

.otptext {
	margin-top: 15px;
	display: none;
}

.show-numberentry .otptext {
	display: block;
}

.states__wrap {
	padding: 20px;
	background: #fff;
	z-index: 2;
	margin: 0 15px;
	border-radius: 8px;
	padding-bottom: 0;
}

.states__wrap.shake-horizontal {
	-webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
	animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

/* Custom styles */

#creative {
	min-width: 100%;
	max-width: 1000px;

	display: flex;
	flex-direction: column;

	font-size: 11pt;

	position: relative;

	/* height: calc(100% - 30pt); */
}

#creative::after {
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0%)), to(rgba(255, 255, 255, 80%)));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0%) 0%, rgba(255, 255, 255, 80%));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0%) 0%, rgba(255, 255, 255, 80%));
}

#design {
	/* flex-grow: 1; */

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.design-copy .heading {
	color: #d1610a;
	font-size: 16px;
	font-weight: 700;
	margin: 0px auto;
	width: 90%;
}

/* .design-copy .sub-head {
	line-height: calc(11pt * 1.6);
} */

.design-copy_B .steps {
	visibility: hidden;
}


.design-copy_B {
	display: none;
}

/* .show-numberentry .design-copy_A {
	display: block;
}

.show-numberentry .design-copy_B {
	display: none;
} 

.design-copy_B .sub-head {
	display: none;
}*/

.show-pinentry .design-copy_B .sub-head {
	display: block;
}

.design-copy .steps {
	padding: 30px 20px;
	text-align: left;
	max-width: 320px;
	margin: 0 auto;
}

.design-copy .steps li {
	display: flex;
	flex-direction: row;
	align-items: center;
	line-height: 130%;
	margin-bottom: 10px;
}

.design-copy .steps li:last-child {
	margin: 0;
}

.design-copy .steps li::before {
	content: "1";
	width: 30px;
	height: 30px;
	background-color: #005EFF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px 0 0;
	border-radius: 50%;
	color: #ffffff;
	font-weight: 500;
	flex-shrink: 0;
	align-self: flex-start;
}

.design-copy .steps li:last-child::before {
	content: "2";
}

.btn {
	background: -webkit-gradient(linear, left top, left bottom, from(#E8C818), to(#E87615));
	background: linear-gradient(-180deg, #E8C818 0%, #E87615 100%);
	-webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.32), 0 2px 0 #BE4607;
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.32), 0 2px 0 #BE4607;
	border-radius: 8px;
	border: none;

	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;

	height: 80px;
	width: 100%;
	animation: pulse 1.5s infinite;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

@keyframes pulse {
	0% {
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	70% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}


.cta-sub-text {
	font-size: 12px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

.confirmBtn {
	-webkit-animation: none;
	animation: none;
}

/* .btn:after { 
    content: "";
    right: 10px;
    width: 60px;
    height: 60px;
    position: absolute;
    text-align: center;
    background: url(../img/arrow.svg) left top no-repeat;
    background-size: 60px auto;
    -webkit-animation: arrow 1s infinite;
    animation: arrow 1s infinite;
    top: 10px;
} */

.submit-pin_disabled,
button:disabled {
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#b2b2b2));
	background: linear-gradient(-180deg, #e8e8e8 0%, #b2b2b2 100%);
	-webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.32), 0 2px 0 #777;
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.32), 0 2px 0 #777;
	color: #777;
	opacity: 0.7;
	animation: none;
}

.pin-state-message span {
	text-decoration: underline;
	color: #005EFF;
}

.pin-state-message {
	display: none;
	margin: 0px 30px;
	margin-top: 15px;
}

.show-pinentry .pin-state-message {
	display: block;
}

.netext {
	text-align: center;
	margin: 12px auto;
	font-weight: bold;
	font-size: 16px;
	max-width: 320px;
	display: none;
	line-height: 130%;
}

.show-numberentry .netext {
	display: block;
}

input {
	background: none;
	position: relative;
	direction: ltr;
	border: 0;
	padding: 0 20px;
	width: 100%;
	border-radius: 8px;
	font-size: 15pt;
}

input::placeholder {
	color: #B2B2B2;
}

.phone-input {
	width: 100%;
	height: 80px;
	display: flex;
	margin: auto;
	overflow: hidden;
	border-radius: 8px;
	align-items: center;
	border: 2px solid #0172e5;
	box-sizing: border-box;
	background-color: #ffffff;
	margin-bottom: 10px;
	position: relative;
}

.phone-input .phone {
	width: 100px;
	height: 80px;
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
	background-color: #ececec;
	align-items: center;
    display: flex;
    justify-content: center;
    font-size: 15pt;
}

.phone-input .checkmark-container {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;

	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#input-pin {
	text-align: center;
	background: #ffffff;
}

.input-pin {
	direction: ltr;
	position: relative;
	position: relative;
	width: 100%;
	/* max-width: 280px; */
	display: flex;
	margin: auto;
	overflow: hidden;
	direction: ltr;
}

.input-pin input {
	height: 80px;
	border: solid 2px #2196F3;
	margin-bottom: 10px;
}

#directsubscribe {
	display: block;
}

.input-pin .checkmark-container {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-end;

	position: absolute;
	top: 18px;
	right: 3px;
}

#checkmark,
#checkmark1,
#checkmark2 {
	display: none;
}

#checkmark1 {
	top: 18px;
	right: 10px;
}

.checkmark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #7ac142;
	fill: none;
	-webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__icon,
.errormark__icon {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: block;
	stroke-width: 4;
	stroke: #fff;
	stroke-miterlimit: 10;
	box-shadow: inset 0px 0px 0px #7ac142;
	-webkit-animation: fill 0.4s 0.4s forwards, scale 0.3s 0.9s both;
	animation: fill 0.4s 0.4s forwards, scale 0.3s 0.9s both;
}

.checkmark__check {
	transform: scale(0.75);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	-webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes scale {

	0%,
	100% {
		-webkit-transform: none;
		transform: none;
	}

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}

@keyframes scale {

	0%,
	100% {
		-webkit-transform: none;
		transform: none;
	}

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}

@-webkit-keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 30px #7ac142;
	}
}

@keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 30px #7ac142;
	}
}

@-webkit-keyframes pulse {
	0% {
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	70% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes pulse {
	0% {
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	70% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

#already-subscribed-error {
	display: none;
}

[id$="-error"],
[id*="-error "] {
	color: #fff;
	display: none;
	position: absolute;
	background: #d04141;
	padding: 5px 20px;
	border-radius: 6px;
	left: 0;
	right: 0;
	top: -30px;
	width: 200px;
	margin: auto;
	z-index: 12;
	box-shadow: 0 0 15px 2px rgba(255, 19, 19, 0.25);
	-webkit-animation: shake-horizontal 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) 5 both;
	animation: shake-horizontal 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) 5 both;
}

.show-pinentry #invalid-pin-error {
	top: 30px;
}

[id$="-error"]:after,
[id*="-error"]:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #d04141;
	border-bottom: 0;
	margin-left: -10px;
	margin-bottom: -9px;
}

#congrats h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

#subscriptionpolling .preloader {
	margin-bottom: 15px;
}

body .overlay {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 100vw;
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
	display: none;
}

.header {
	background: #FFFFFF;
	padding: 40px 0 30px 0;
	text-align: left;
	display: flex;
	justify-content: center;
	margin-bottom: 1px;
	background-color: #E7E7E7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.16), 0 1px 0 rgba(0, 0, 0, 0.16);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.16), 0 1px 0 rgba(0, 0, 0, 0.16);
	z-index: 0;
}

.logo {
	width: 100px;
	height: 50px;
	background: url(../img/logo.svg) 10px -8px no-repeat;
	background-size: contain;
	flex-shrink: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.header .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 130%;
}

.design-copy {
	line-height: 140%;
}

#confirmation {
	display: none;
}

#disc_dc {
	display: none;
}

#external-links {
	display: flex;
	justify-content: center;
}

#directsubscribe input {
	text-align: center;
	width: 100%;
	height: 60px;
	display: flex;
	overflow: hidden;
	align-items: center;
	background-color: #fff;
	margin: 10px 0;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.price-point {
	line-height: 140%;
	font-size: 11px;
	color: #000;
	margin: 10px 0;
	display: none;
}

.show-directsubscribe .price-point,
.show-doubleconfirmation .price-point,
.show-numberentry .price-point,
.show-pinentry .price-point {
	display: block;
}

.show-redirectservice #statesWrap {
	display: none;
}

#numberentry-message,
#pinentry-message1 {
	display: none;
}

.show-pinentry #pinentry-message {
	text-align: center;
	margin: 12px auto;
	font-weight: 600;
	font-size: 14px;
	max-width: 320px;
	line-height: 130%;
}


#pinentry p {
	margin-bottom: 10px;
	font-size: 14px;

}

#alreadysubscribed,
#redirectservice,
#mo-message {
	background: #fff;
	padding: 15px 10px;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
	border-radius: 4px;
}

.show-alreadysubscribed #alreadysubscribed,
.show-redirectservice #redirectservice,
#mo-message {
	display: none;
}

#mo-message span {
	display: block;
	margin-bottom: 5px;
}

#alreadysubscribed-title {
	margin-top: 10px;
}

#submit-sms {
	visibility: hidden;
}

.file {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	cursor: pointer;
	gap: 8px;
	line-height: 100%;
}

.file_image {
	width: auto;
	height: 64px;
}

.file_details {
	text-align: initial;
}

.file_details_message {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.file_details_name,
.file_details_expiration {
	color: #777;
	font-size: 12px;
}

.file_details>p {
	margin: 0;
}

.file_details_name i,
.file_details_expiration i {
	color: #3C70E5;
	font-style: unset;
}

/* CSS keyframe animations */

@-webkit-keyframes preloader {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes shake-horizontal {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	20%,
	40%,
	60% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}

	80% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}

	90% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
}

@keyframes shake-horizontal {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	20%,
	40%,
	60% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}

	80% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}

	90% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
}


/* Media screen properties */


/* Landscape */

@media only screen and (min-width: 450px) and (max-height: 420px) and (orientation : landscape) {
	.creative {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.creative__price-point {
		width: 300px;
		left: auto;
	}

	.creative__states {
		width: 300px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 30px;

		background: #eeeeee;
	}
}


.states__sfc {
	max-width: 320px;
	margin: auto;
	position: relative;
}

.ar {
	direction: rtl;
}

.ar .phone-input {
	direction: ltr;
}

.ar #msisdnvalue {
	direction: ltr !important;
	unicode-bidi: embed;
}


.ar .design-copy .steps li::before {
	margin: 0 0 0 10px;
}

.ar .logo {
	margin-right: 0;
	margin-left: 10px;
}

.ar .header .content {
	text-align: right;
}

.ar .close-button {
	right: unset;
	left: 10px;
}

.ar .pricing,
.ar .unsubscribe,
.ar .feature__description,
.ar .popup {
	text-align: right;
}

/*******************************************************************/

/*Utility Css Classes*/
.accent {
	color: var(--accent-color-tint);
}

.bold {
	font-weight: var(--font-bold);
}

/*******************************************************************/

/*Wrapper Styling*/

.page-content {
	padding: 20px;
	padding-top: 0;
	max-width: 1200px;
	margin: auto;
}

.page-content>*:not(:last-child) {
	margin-bottom: var(--sections-margin);
}

/*******************************************************************/

/*Hero Section Styling*/
.hero {
	min-height: 45vh;
	padding: var(--section-padding-lg);
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url(../img/bg-img.png);
	background-size: cover;
	background-position: bottom center;
	margin: calc(var(--section-padding-lg) * -1);
	/*Stretch the section all screen width */
	position: relative;
	right: 50%;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	width: 100vw;
	margin-top: 0;
	margin-bottom: 0;
	display: none;
}

.hero>*:not(:last-child) {
	margin-bottom: var(--sections-content-margin-lg);
}

.hero .header_terminate {
	width: 100%;
	display: flex;
}

.header__logo {
	margin: auto;
	max-height: var(--logo-height-desktop);
}

.hero__title {
	font-family: var(--heading-font-family);
	font-size: calc(var(--sections-title-font-size) + 0.3em);
	text-transform: capitalize;
	color: #fff;
	font-weight: var(--font-bold);
	line-height: 1.2em;
	max-width: 1200px;
}

.hero__subtitle {
	font-weight: var(--font-medium);
	font-size: calc(var(--regular-text-size) + 0.2em);
	color: #fff;
}

.hero__button {
	background-color: var(--accent-color);
	color: white;
	font-size: calc(var(--regular-text-size) + 0.2em);
	font-family: var(--heading-font-family);
	font-weight: var(--font-bold);
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	border-radius: 0.2em;
	padding: var(--primary-btn-padding);
	flex-basis: 100%;
}


@media screen and (max-width: 450px) and (orientation: portrait) {

	.creative-wrap {
		min-height: 100vh;
	}

	.show-terminate .creative-wrap {
		min-height: unset;
	}
}




/*******************************************************************/

/*About Us Section Styling*/

.about-us {
	margin-top: 30px;
}

.about-us>*:not(:last-child) {
	margin-bottom: var(--sections-content-margin-lg);
}

.about-us__title {
	text-align: center;
	font-weight: var(--font-extra-bold);
	font-family: var(--heading-font-family);
	font-size: var(--sections-title-font-size);
	font-weight: var(--font-bold);
	color: var(--heading-text-color);
}

.about-us__description {
	font-size: calc(var(--regular-text-size) - 0.1em);
	text-align: center;
	color: var(--seasalt-color);
	opacity: 0.8;
}

.about-us__image {
	max-height: 250px;
	width: 100%;
	object-fit: cover;
	border-radius: var(--border-radius);
}

.about-us-carousel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.category {
	flex-basis: 25%;
	max-width: 300px;
	position: relative;
}

.category h4 {
	position: absolute;
	font-family: var(--heading-font-family);
	font-weight: var(--font-extra-bold);
	left: 50%;
	bottom: 10px;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 1.3em;
	color: #fff;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(360deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 0%) 100%);
	background-blend-mode: multiply;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.about-us-carousel .category img {
	width: 100%;
	align-self: stretch;
	object-fit: contain;
	transition: ease-in-out 0.5s;
}

/*******************************************************************/

/*Features Section Styling*/
.features>*:not(:last-child) {
	margin-bottom: var(--sections-content-margin-lg);
}

.features__title {
	text-align: center;
	font-family: var(--heading-font-family);
	font-size: var(--sections-title-font-size);
	font-weight: var(--font-extra-bold);
}

.features__description {
	text-align: center;
	color: var(--seasalt-color);
	font-size: calc(var(--regular-text-size) - 0.1em);
	opacity: 0.8;
}

.features__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.features__container>* {
	margin-bottom: var(--sections-content-margin-lg);
}

/*Removing The margin bottom from the bottom flex row*/
.feature:nth-last-child(-n + 3) {
	margin-bottom: 0;
}

/***************************************/

.feature {
	border-radius: var(--border-radius);
	flex-basis: calc((100% - var(--sections-content-margin-sm)) / 3);
	align-self: stretch;
	color: var(--white);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: stretch;
	text-align: left;
	padding: var(--section-padding-lg);
	background: #004524;
}

.feature>*:not(:last-child) {
	margin-bottom: var(--sections-content-margin);
}

.feature__icon img {
	height: var(--icons-height);
}

.feature__title {
	font-family: var(--heading-font-family);
	font-weight: var(--font-medium);
	color: #fff;
	font-size: calc(var(--regular-text-size));
}

.feature__description {
	font-size: calc(var(--regular-text-size) - 0.2em);
	color: #fff;
}

/*******************************************************************/

/*********** Pricing Styling ************/

.pricing {
	padding: var(--section-padding-lg);
	background-color: var(--card-background-color);
	text-align: left;
}

.pricing>*:not(:last-child) {
	margin-bottom: var(--sections-content-margin);
}

.pricing__title {
	font-family: var(--heading-font-family);
	font-size: calc(var(--sections-title-font-size) - 0.6em);
	font-weight: var(--font-extra-bold);
	color: var(--heading-text-color);
}

.pricing__item {
	color: var(--regular-text-color);
	margin-bottom: var(--sections-content-margin-sm);
	font-size: calc(var(--regular-text-size) - 0.1em);
}

.pricing__list>* {
	margin-bottom: var(--sections-content-margin-sm);
	list-style: none;
}

/*******************************************************************/

/*********** Unsubscribe Styling ************/
.unsubscribe {
	padding: var(--section-padding-lg);
	background-color: var(--card-background-color);
	text-align: left;
}

.unsubscribe>*:not(:last-child) {
	margin-bottom: var(--sections-content-margin);
}

.unsubscribe .unsubscribe__heading {
	font-family: var(--heading-font-family);
	font-size: calc(var(--sections-title-font-size) - 0.6em);
	color: var(--heading-text-color);
	font-weight: var(--font-extra-bold);
}

.unsubscribe p {
	color: var(--regular-text-color);
	font-size: calc(var(--regular-text-size) - 0.1em);
}

.unsubscribe p span {
	opacity: 1;
	font-weight: var(--font-medium);
	color: var(--accent-color-tint);
}

/*******************************************************************/

/*Testimonials Styling*/

.testimonials>*:not(:last-child) {
	margin-bottom: var(--sections-content-margin-lg);
}

.testimonials__title {
	text-align: center;
	font-weight: var(--font-extra-bold);
	font-family: var(--heading-font-family);
	font-size: var(--sections-title-font-size);
	font-weight: var(--font-extra-bold);
	color: var(--heading-text-color);
}

.testimonials-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.testimonial {
	display: flex;
	justify-content: space-between;
	align-self: stretch;
	flex-basis: calc(33.3% - 1em);
	padding: var(--section-padding-lg);
	border-radius: var(--border-radius);
	border: 1px solid rgb(227 227 227);
}

.testimonial__star-img {
	width: 10px;
}

.testimonial__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.testimonial__info>*:not(:last-child) {
	margin-bottom: calc(var(--sections-content-margin-sm) - 1em);
}

.testimonial__icon {
	background: url(../img/icons8-quote-48.png);
	background-position: center center;
	background-size: 15px;
	background-repeat: no-repeat;
	background-color: var(--accent-color-faded);
	height: 25px;
	width: 25px;
	max-height: var(--icons-height);
	border-radius: 50%;

}

.testimonial__name {
	font-family: var(--heading-font-family);
	font-weight: var(--font-medium);
}

.testimonial__rating {
	display: flex;
	gap: 2px;
}

.testimonial__star-img {
	height: 15px;
	width: 15px;
	background: url(../img/star_24dp_FILL0_wght400_GRAD0_opsz24.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10px;
}

.testimonial .testimonial__content {
	margin: 0;
	font-size: calc(var(--regular-text-size) - 0.2em);
}

/*******************************************************************/
/*Media Queries*/
@media screen and (max-width: 630px) {
	.category {
		flex-basis: 50%;
		display: flex;
	}

	.testimonials-container {
		flex-direction: column;
	}

	.testimonials-container>*:not(:last-child) {
		margin-bottom: var(--sections-content-margin-sm);
	}

	.feature {
		flex-basis: calc(50% - 0.5em);
	}

	.features__container>* {
		margin-bottom: var(--sections-content-margin-sm);
	}

	/*Restoring The margin bottom to the bottom flex row*/
	.feature:nth-last-child(-n + 3) {
		margin-bottom: var(--sections-content-margin-sm);
	}

	.pricing,
	.pricing-guarantee,
	.note,
	.unsubscribe {
		padding: var(--section-padding-sm);
	}

	.pricing__list .pricing__item,
	.pricing-guarantee__item,
	.note__item,
	.unsubscribe p {
		color: var(--regular-text-color);
		margin-bottom: var(--sections-content-margin-sm);
		font-size: calc(var(--regular-text-size) - 0.2em);
	}
}

@media screen and (max-width: 550px) {

	.feature {
		flex-basis: 100%;
	}

	/*Remove margin of the last feature*/
	.feature:last-child {
		margin-bottom: 0;
	}

	.testimonials-container:not(:last-child) {
		margin-bottom: 0;
	}

	.testimonial {
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		padding: var(--section-padding-lg) var(--section-padding-sm);
	}

	.testimonial__avatar {
		flex-basis: 10%;
		max-width: 100px;
	}

	.testimonial__avatar-img {
		border-radius: 50%;
	}

	.testimonial__info {
		flex-basis: 10%;
		text-align: center;
		align-items: center;
		justify-content: center;
	}
}

/*Break about section layout to one column*/
@media screen and (max-width: 945px) {
	.about-us {
		flex-direction: column;
	}
}

/*Decrease Testimonials cards padding*/
@media screen and (max-width: 890px) {
	.testimonial {
		padding: var(--section-padding-lg) var(--section-padding-sm);
	}
}

@media screen and (max-width: 450px) {

	/*Fixing Hero Imgs*/
	.slider-cards {
		padding-top: 50%;
		margin-bottom: var(--sections-content-margin-sm);
	}

	.slider-img01,
	.slider-img02,
	.slider-img03 {
		background-size: cover;
		background-position: center center;
	}

	.page-content {
		padding: var(--section-padding-sm);
	}

	.page-content>*:not(:last-child) {
		margin-bottom: var(--sections-content-margin-sm);
	}

	.hero>*:not(:last-child),
	.hero__content>*:not(:last-child),
	.about-us>*:not(:last-child),
	.features>*:not(:last-child),
	.testimonials>*:not(:last-child) {
		margin-bottom: var(--sections-content-margin);
	}

	.about-us__left-col>*:not(:last-child) {
		margin-bottom: var(--sections-content-margin-sm);
	}

	.hero__content {
		justify-content: center;
		min-height: 40vh;
		padding: var(--section-padding-sm) 0;
	}

	.header__logo {
		max-height: var(--logo-height-mobile);
	}

	.hero__title {
		font-size: calc(var(--sections-title-font-size) - 0.5em);
	}

	.hero__subtitle {
		font-size: calc(var(--regular-text-size) - 0.2em);
	}

	.hero__button {
		font-size: calc(var(--regular-text-size));
	}

	.about-us__title,
	.features__title,
	.testimonials__title {
		font-size: calc(var(--sections-title-font-size) - 0.8em);
	}

	.about-us__description,
	.features__description {
		font-size: calc(var(--regular-text-size) - 0.2em);
	}

	.note__title,
	.pricing__title,
	.pricing-guarantee__title,
	.unsubscribe .unsubscribe__heading {
		font-size: calc(var(--sections-title-font-size) - 1em);
	}
}

/*Very small screens*/
@media screen and (max-width: 335px) {
	.hero__title {
		font-size: calc(var(--sections-title-font-size) - 0.9em);
	}

	.hero__button {
		font-size: calc(var(--sections-title-font-size) - 1.5em);
	}

	.features__container {
		flex-direction: column;
	}
}


/*Animation*/
@keyframes scroll-x {
	0% {
		transform: translateX(500px);
	}

	100% {
		transform: translateX(-500px);
	}
}

.show-terminate .hero {
	display: flex;
}

.terminate-content {
	display: none;
}

.show-terminate .terminate-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 400px;
	margin: 10px auto;
	padding: 20px;
}

.show-terminate #creative {
	display: none;
}

.price-point_terminate {
	font-size: 14px;
	font-weight: 600;
	margin: 20px 0 0;
}
