@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Roboto:wght@400;500&display=swap');

:root {
    --primary-color: #161e54;
    --accent-color: #2B9C19;
    --accent-color-tint: #2B9C19;
    --green-50: #d8f6e0;
    --background-color: #ffffff;
    --card-background-color: #e9ffee;

    --seasalt-color: #131313;
    --default-text-color: var(--seasalt-color);
    --heading-text-color: var(--seasalt-color);
    --body-font-family: "Heebo", sans-serif;
    --heading-font-family: "Poppins", sans-serif;
    --font-normal: 400;
    --font-medium: 600;
    --font-bold: 700;
    --font-black: 900;
    /*--------------------------------------------------------*/
    --regular-text-size: 1.2em;
    --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: 2.4em;
    --section-padding-lg: 2.5em;
    --section-padding-sm: 2em;
    --primary-btn-padding: 1em 5em;
    --logo-height-desktop: 3.5vh;
    --logo-height-mobile: 2.5vh;
    --icons-height: 30px;
    --avatars-width: 40%;
    --border-radius: 0.4em;

}

/* 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 {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 9pt;
    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;
}

#footer {
    font-size: 9pt;
}

.disclaimer,
#price-point {
    font-size: 10px;
    line-height: 130%;
    color: #777;
    margin: 10px 30px;
}
#price-point {
    font-size: 14px;
}

.footer__sms-logo {
    width: 70px;
    height: 20px;
    background: #fff url(../img/sms.png) center no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    border-radius: 9px;
    opacity: 0.6;
}

.footer__links {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    border-top: 1px solid #DDDDDD;
    margin-top: 10px;
    padding-top: 10px;
}

#external-links {
    display: inline-flex;
}

#external-links li a {
    margin: 0 5px;
}

#lang-switch {
    border: solid 1px #b5b4b4;
    background-color: #ffffff;
    width: 70px;
    height: 24px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}


.lang-switch {
    /* Language button */
    display: block;
    background: rgba(39, 39, 39, 0.95);
    width: 100px;
    margin: 0 auto 10px;
    border-radius: 40px;
    text-align: left;
    text-decoration: none;
    position: relative;
}

#lang-switch span {
    display: block;
    color: #8a8989;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}

.lang-switch::after {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
}

.otptext {
    margin-top: 15px;
    display: none;
}

.show-numberentry .otptext {
    display: block;
}

#design,
.states__wrap {
    z-index: 1;
}

/* Custom styles */

#creative {
    min-width: 100%;
    max-width: 1000px;
    /* min-height: calc(100% - 80pt); */
    margin: auto;
    box-sizing: border-box;

    padding: 10px;

    background: #fff;
    background-size: cover;

    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */

    font-size: 11pt;

    position: relative;
}



#design {
    /* flex-grow: 1; */

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.design-copy .heading {
    font-family: 'Poppins', sans-serif;
    font-size: 21pt;
    line-height: 150%;
    font-weight: 700;
}

.design-copy .sub-head {
    line-height: calc(11pt * 1.6);
}

.design-copy_A {
    display: none;
}

.show-directsubscribe .design-copy_A {
    display: block;
}

.show-directsubscribe .design-copy_B {
    display: none;
}

.design-copy_A .sub-head {
    font-size: 19px;
    font-weight: 500;
}

.design-copy_B .sub-head {
    display: none;
}

.show-pinentry .design-copy_B .sub-head {
    display: block;
    margin-bottom: 15px;
}

.design-copy .steps {
    padding: 30px 20px;
    text-align: left;
    max-width: 320px;
    margin: 0 auto;
    font-weight: 500;
    color: #aaa;
    font-size: 16px;
}

.design-copy .steps li {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
    position: relative;
    gap: 10px;
}

.design-copy .steps li::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #bbb;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 2px 0 0;
    color: #ffffff;
    font-weight: 500;
    flex-shrink: 0;
    z-index: 1;
    border-radius: 50px;
}

.design-copy .steps li:nth-child(1)::before {
    background-color: #2B9C19;
}

.design-copy .steps li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 5px;
    width: 100%;
    height: 50px;
    border-left: 2px dashed #bbb;
}

.design-copy .steps li:last-child:after {
    display: none;
}

.design-copy .steps li:last-child {
    padding-bottom: 0;
}



.show-numberentry .steps-wifi,
.show-directsubscribe .steps-3g,
.show-pinentry .steps-pe {
    font-weight: 700;
    color: #000;
}

.btn {
    background: #2B9C19;
    box-shadow: 0 5px 30px 0 rgba(53, 53, 53, 0.40);
    border-radius: 4px;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    height: 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    -webkit-animation: pulse .75s ease-in-out infinite;
    animation: pulse .75s ease-in-out infinite;
}

.show-numberentry .btn,
.show-directsubscribe .btn {
    font-size: 20px;
    font-weight: 400;
    height: 90px;
    width: 100%;
}

@-webkit-keyframes pulse {

    0%,
    100% {
        -webkit-transform: scale(1.02);
        -webkit-filter: brightness(120%);
    }

    50% {
        -webkit-transform: scale(1);
        -webkit-filter: brightness(100%);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1.02);
        filter: brightness(120%);
    }

    50% {
        transform: scale(1);
        filter: brightness(100%);
    }
}

.show-numberentry .btn span,
.show-directsubscribe a.btn span.cta {
    font-size: 20px;
    font-weight: 700;
}

.cta-sub-text {
    margin-left: 5px;
}

.show-pinentry .AFsubmitbtn {
    -webkit-animation: pulse .75s ease-in-out infinite;
    animation: pulse .75s ease-in-out infinite;
}

button:disabled,
.submit-pin_disabled {
    -webkit-animation: none !important;
    animation: none !important;
}

.submit-pin_disabled,
button:disabled {
    background: #d0d0d0;
    box-shadow: 0 5px 30px 0 rgba(187, 187, 187, 0.40);

    animation: none;
}

.pin-state-message span {
    text-decoration: underline;
    color: #2B9C19;
}

.pin-state-message {
    display: none;
    margin: 0px 30px;
    margin-top: 15px;
    line-height: 130%;
}

.show-pinentry .pin-state-message {
    display: block;
}

input {
    background: none;
    position: relative;
    direction: ltr;
    border: 0;

    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;

    font-family: 'Roboto', sans-serif;
    font-size: 15pt;
}

input::placeholder {
    color: #B2B2B2;
}

.phone-input {
    width: 100%;
    height: 80px;

    display: flex;
    margin: auto;
    overflow: hidden;
    border-radius: 4px;
    align-items: center;

    border: 1px solid #BBBBBB;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-bottom: 10px;
    position: relative;
}

.inputAnim {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -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;
    }
}

@keyframes heartbeat {
    from {
        -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;
    }
}


.phone-input * {
    font-size: 15pt;
}

.phone-input .prefix-number,
.phone-input .phone {
    background-color: rgba(236, 236, 236, 50%);
    border-right: 1px solid #BBBBBB;
    color: #777777;
    padding: 0 20px;

    flex-shrink: 0;
    align-self: stretch;

    display: flex;
    justify-content: center;
    align-items: center;
}

.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 #008eff;
    margin-bottom: 10px;
}

/* .input-pin::before {
	content: '+1';
	width: 50px;
    height: 50px;

	margin-left: 5px;
    position: absolute;
    z-index: 9;
} */

.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: 5px;
    right: 6px;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #2B9C19;
    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 #2B9C19;
    -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 #2B9C19;
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #2B9C19;
    }
}

#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;
}

[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;
}

.header {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 8px;
    text-align: left;
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    max-width: 480px;
    align-self: center;
    border: 1px solid rgb(99 99 99 / 10%);
}

.logo {
    width: 90px;
    height: 60px;
    background: url(../img/logo-mobischool.svg) center no-repeat;
    background-size: 80px auto;
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 4px;
}

.header .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 130%;
}

.header h2 {
    font-size: 15px;
    margin-bottom: 2px;
}

.header p {
    font-size: 10px;
    color: #777;
    line-height: normal;
}

/* .fr .header h2 {
	font-size: 13px;
} */

.fr .header p {
    font-size: 10px;
}

.resend {
    margin-top: 10px;
}

.resend a {
    color: #2B9C19;
}

#resend-pin-success {
    display: none;
    color: #037303;
    margin-top: 5px;
}

.eng,
.arb {
    display: none;
}

.en .eng,
.ar .arb {
    display: block;
}

/* Custom */
.show-numberentry #numberentry-message,
.show-pinentry #pinentry-message,
.show-directsubscribe #welcome-message {
    margin-bottom: 10px;
}

#pinentry-message {
    display: none;
}

#disclaimer {
    width: 100%;
    max-width: 480px;
    align-items: center;
    margin: auto;
}

#disclaimer,
#price-point {
    color: #8a8989;
    padding: 10px 10px 0;
}

#external-links {
    margin-bottom: 10px;
}

#external-links li {
    display: inline-block;
    margin: 5px;
}

#external-links li a {
    color: #8a8989;
    text-decoration: underline;
}


.show-directsubscribe li.steps-wifi {
    display: none;
}

.show-numberentry li.steps-wifi {
    display: flex;
}

.show-numberentry li.steps-3g {
    display: none;
}


.show-numberentry .design-copy_B {
    display: none;
}

.show-numberentry .design-copy_A {
    display: block;
}

#container.dc_confirm .pin-state-message {
    display: none;
}


.show-directsubscribe li.steps-3g:before {
    background-color: #2B9C19;
}

/* 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;
}

#numberentry-message {
    display: none;
}

body * {
    line-height: 130%;
    box-sizing: border-box;
}


.container {
    margin: 0 auto;
}

/*Utility Css Classes*/
.accent {
    color: var(--accent-color-tint);
}

.bold {
    font-weight: var(--font-bold);
}

/*Wrapper Styling*/

.page-content {
    padding-top: 0;
    max-width: 1200px;
    margin: auto;
    text-align: left;
    padding: 20px;
}

.page-content>*:not(:last-child) {
    margin-bottom: var(--sections-margin);
}


/*About Us Section Styling*/
.about-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--sections-content-margin-lg);

}

.about-us__left-col {
    flex-basis: 40%;
}

.about-us__right-col {
    flex-basis: 60%;
}

.about-us__left-col>*:not(:last-child) {
    margin-bottom: var(--sections-content-margin-lg);
}

.about-us__title {
    font-family: var(--heading-font-family);
    font-size: var(--sections-title-font-size);
    font-weight: var(--font-medium);
    color: var(--heading-text-color);
    position: relative;
}

.about-us__description {
    font-size: calc(var(--regular-text-size));
    color: var(--seasalt-color);
}

.about-us__image {
    width: 100%;
    min-width: 250px;
}

/*Features Section Styling*/

.features>*:not(:last-child) {
    margin-bottom: var(--sections-content-margin-lg);
}

.features__title {
    font-family: var(--heading-font-family);
    font-size: var(--sections-title-font-size);
    font-weight: var(--font-medium);
}

.features__description {
    color: var(--seasalt-color);
    font-size: calc(var(--regular-text-size));
    text-align: left;
}

.features__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.features__container>* {
    margin-bottom: var(--sections-content-margin-lg);
}

.feature {
    flex-basis: calc(33% - 1em);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: #f0f0f0;
    padding: 20px;
    border-radius: 6px;
}

.feature>* {
    margin-bottom: var(--sections-content-margin);
}

.feature__icon {
    background-color: var(--accent-color);
    border-radius: 50%;
    display: grid;
    place-content: center;
    padding: 4px;
}

.feature__icon img {
    height: var(--icons-height);
}

.feature__title {
    font-family: var(--heading-font-family);
    font-size: calc(var(--regular-text-size));
    font-weight: var(--font-medium);
    color: var(--accent-color);
}

.feature__description {
    font-size: calc(var(--regular-text-size));
    color: var(--seasalt-color);
    opacity: 0.8;
    text-align: left;
}

/*********** Pricing & Money back Styling ************/

.pricing,
.pricing-guarantee {
    padding: var(--section-padding-lg);
    background-color: var(--card-background-color);
    border-radius: 6px;
}

.pricing>*:not(:last-child),
.pricing-guarantee>*:not(:last-child) {
    margin-bottom: var(--sections-content-margin);
}

.pricing__title,
.pricing-guarantee__title,
.note__title {
    font-family: var(--heading-font-family);
    font-size: calc(var(--sections-title-font-size) - 0.6em);
    font-weight: var(--font-medium);
    color: var(--heading-text-color);
}

.pricing__list .pricing__item,
.pricing-guarantee__item,
.note__item {
    color: var(--regular-text-color);
    margin-bottom: var(--sections-content-margin-sm);
    font-size: calc(var(--regular-text-size));
    text-align: left;
}

.pricing__list>*,
.pricing-guarantee__list>*,
.note__list>* {
    margin-bottom: var(--sections-content-margin-sm);
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
}

/*********** Unsubscribe Styling ************/
.unsubscribe {
    padding: var(--section-padding-lg);
    background-color: var(--card-background-color);
    border-radius: 6px;
}

.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(--accent-color);
    font-weight: var(--font-medium);
}

.unsubscribe p {
    color: var(--regular-text-color);
    font-size: calc(var(--regular-text-size));
    text-align: left;
}

.unsubscribe p span {
    opacity: 1;
    font-weight: var(--font-medium);
    color: var(--seasalt-color);
}

/*Testimonials Styling*/
.testimonials-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 6px;
}

.testimonials>*:not(:last-child) {
    margin-bottom: var(--sections-content-margin-lg);
}

.testimonials__title {
    font-family: var(--heading-font-family);
    font-size: var(--sections-title-font-size);
    font-weight: var(--font-medium);
    color: var(--heading-text-color);
}

.testimonial {
    border: 1px solid rgb(99 99 99 / 10%);
    padding: var(--section-padding-lg);
    flex-basis: calc(33% - 1em);
    align-self: stretch;
    border-radius: 6px;
}

.testimonial>*:not(:last-child) {
    margin-bottom: var(--sections-content-margin-sm);
}

.testimonial__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.testimonial__star-img {
    width: 16px;
}

.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__name {
    font-family: var(--heading-font-family);
    font-weight: var(--font-medium);
    color: var(--heading-text-color);
    margin-bottom: 5px;
}

.testimonial__rating {
    display: flex;
}

.testimonial .testimonial__content {
    margin: 0;
    font-size: calc(var(--regular-text-size));
    color: var(--seasalt-color);
    width: 100%;
    align-self: stretch;
    text-align: left;
}

/*Media Queries*/
@media screen and (max-width: 630px) {
    .testimonials-container {
        flex-direction: column;
    }

    .testimonials-container>*:not(:last-child) {
        margin-bottom: var(--sections-content-margin-lg);
    }

    .feature {
        flex-basis: 100%;
    }

    .pricing,
    .pricing-guarantee,
    .unsubscribe,
    .testimonial {
        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));
    }
}

/*Break about section layout to one column*/
@media screen and (max-width: 945px) {
    .about-us {
        flex-direction: column;
    }
}

@media screen and (max-width: 450px) {

    .hero>*: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 {
        padding: var(--section-padding-sm);
        min-height: 45vh;
    }

    .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));
    }

    .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));
    }

    .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;
    }
}

@media screen and (max-width: 450px) and (orientation: portrait) {
    .hero {
        /*Remove Parent Padding from top in mobile phones*/
        margin-top: calc(var(--section-padding-sm) * -1);
    }

    #creative {
        min-height: 100vh;
    }
}

.show-terminate .states__wrap {
    flex: unset;
}

.show-terminate #creative {
    min-height: unset;
}

/* Terminate-Template-end */

.popup {
    background: #fff !important;
}

.popup-content h1,
.popup-content h2,
.popup-content h3,
.popup-content h4,
.popup-content h5,
.popup-content h6 {
    color: #000 !important;
    font-weight: 700;
    line-height: 130%;
}

.popup-content {
    color: #000 !important;
}

.close-button {

    border: 2px solid #000 !important;
    background: #fff !important;

}

.close-button::before,
.close-button::after {
    background: #000 !important;
}

.price-point_terminate {
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    display: none;
}

.show-terminate .price-point_terminate {
    display: block;
}

.show-terminate #creative {
    min-height: unset;
    padding: 0 10px;
}

.show-terminate .otptext {
    display: none;
}

.show-terminate #design {
    flex-grow: unset;
}

.show-terminate #price-point,
.show-terminate .design-copy_B,
.show-terminate .steps .steps-3g {
    display: none;
}

.show-terminate .design-copy_A {
    display: block;
}

.show-terminate #footer {
    margin-bottom: unset;
}

.price-point_terminate {
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    display: none;
}

.show-terminate .price-point_terminate {
    display: block;
}

.overlay::before {
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 1000px;
    height: auto;
    box-sizing: border-box;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    z-index: 99999;
    overflow: hidden;
    text-align: left;
    scrollbar-width: 0;
}

.popup::-webkit-scrollbar {
    width: 0;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 50%;
}

.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 16px;
    background: #000000;
}

.close-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-content {
    width: 100%;
    max-height: 60vh;
    overflow: auto;
    scrollbar-width: none;
    color: #000000;
}

@media only screen and (max-width: 480px) and (orientation: portrait) {
    .popup-content {
        max-height: 70vh;
    }
}

.popup-content>* {
    margin: 0 0 15px;
}

b{
    font-weight: 700;
}

ol p{
    margin-bottom: 15px
}

ul li{
    margin-bottom: 10px;
}

ul{
    list-style: inside;
}

.popup-content>*:last-child {
    margin: 0;
}

.popup-content h1,
.popup-content h2,
.popup-content h3,
.popup-content h4,
.popup-content h5,
.popup-content h6 {
    color: #000000;
    font-weight: 700;
    line-height: 130%;
    font-size: 14px;
    margin-bottom: 10px;

}

.popup-content a {
    text-decoration: underline;
    color: #000000;
}

.btn-wrap{
    margin: auto;
    position: relative;
}

.btn-wrap .btn{
    padding: 25px;
}

.states__wrap{
    max-width: 360px;
    margin: 0 auto;
    position: relative;
}

.show-congrats .btn-wrap{
    display: none;
}


#terminate{
    display: none;
}

.show-terminate #terminate{
    display: block;
}


.show-subscriptionpolling .btn-wrap{
    display: none;
}

.show-terminate .btn-wrap{
    display: none;
}