@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*
{
    box-sizing: border-box;
}
html, body, h1,h2,h3,h4,h5,h6, p,ul
{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
body{
    font-family: "Poppins", sans-serif;
    color: #000;
    overflow-x: hidden;
    line-height: 1.5;
    font-size: 20px;
}
section,header,footer{
    width:100%;
}
img{
    max-width: 100%;
    /* display: block; */
}
.auto-container
{
    max-width: 1280px;
    margin: auto;
    padding: 0 15px;
}
a{
    text-decoration: none;
    transition: .3s all ease;
}

.color-white
{
    color: #fff;
}
.color-blue
{
    color: #161645;
}
.flex
{
    display: flex;
    flex-wrap: wrap;
}
.flex-reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.lora-font
{
    font-family: "Lora", serif;
}
.uppercase
{
    text-transform: uppercase;
}
.center
{
    text-align: center;
}
p:not(:last-child)
{
    margin-bottom: 20px;
}


.footer-sec .vs-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    gap: 30px;
    margin: 0 0 50px 0;
    flex-wrap: wrap;
}
.footer-sec .vs-flex p {
    margin: 0;
}
.footer-sec .vs-flex p a {
    color: #fff;
}
.footer-sec .vs-flex p a:hover {
    text-decoration: underline;
}


/**/
.banner-outer
{
    background: url(../images/banner-bg.png) no-repeat center;
    background-size: cover;
    padding: 68px 0px 230px;
    background-color: #0f0215;
}
.banner-highlight {
    background: #C44D36;
    border-radius: 10px;
    padding: 13px 30px;
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
}
.banner-inner {
    max-width: 778px;
}
.font44
{
    font-size: 44px;
}
.font54
{
    font-size: 54px;
    line-height: 1.3;
}
.font84
{
    font-size: 84px;
    line-height: 1.2;
}
.font22
{
    font-size: 22px;
}
.banner-inner h1 {
    padding: 24px 0 44px;
}
.banner-tagline {
    font-size: 30px;
    line-height: 1.3;
}
.banner-inner h1 span {
    display: block;
    background: #3F134F;
    padding: 3px 8px;
}
.banner-form-wrapper {
    box-shadow: 0px 4px 47px 0px #00000021;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 50px;
    margin-top: -120px;
    margin-left: -75px;
    margin-right: -75px;
}
.banner-form-left {
    width: 61%;
    padding-right: 20px;
}
.banner-form-right {
    width: 36%;
    margin-left: auto;
}
.study-listing-outer ul {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.study-listing-outer li {
    display: flex;
    gap: 23px;
    align-items: flex-start;
}
.study-listing-university {
    padding: 50px 0 70px;
}
.study-listing-university ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.study-listing-client {
    border: 1px solid #C44D36;
    display: inline-flex;
    padding: 7px;
    border-radius: 100px;
    position: relative;
    margin-bottom: 50px;
}
.study-listing-left h3 {
    font-size: 41px;
    font-weight: 800;
    line-height: 49.98px;
}
.study-listing-left span {
    font-size: 24px;
    line-height: 29.26px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.study-listing-left {
    align-self: center;
    padding: 0 20px 0 30px;
}
.study-listing-right img {
    display: block;
}
.study-listing-client::before {
    background: url(../images/study-listing-client-dropdown.png) no-repeat center;
    height: 19px;
    width: 31px;
    content: "";
    position: absolute;
    top: 100%;
    left: 13%;
    margin-top: -2px;
}
.banner-form-right {
    border: 3px solid #C44D36;
    padding: 0 22px 42px;
    text-align: center;
    border-radius: 7px;
    margin-top: -120px;
    height: 100%;
    background: #fff;
}
.banner-time {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    background: #C44D36;
    display: inline-block;
    padding: 9px 37px 12px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0 0px 20px 20px;
    margin-bottom: 7px;
}
.banner-form-right h3 {
    font-size: 100%;
    margin: 10px 0 0;
}
.banner-form-right h4 {
    font-size: 24px;
    color: #C44D36;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner-form-right .banner-input {
    border: 1px solid #D2D2D2;
    font-size: 17px;
    color: #8E8E8E;
    font-family: "Poppins", sans-serif;
    width: 100%;
    box-shadow: 0px 1px 9px 0px #00000021 inset;
    padding: 10px 21px;
    height: 60px;
    border-radius: 5px;
    margin-bottom: 18px;
}
.banner-form-right .banner-submit {
    background: linear-gradient(90deg, #FF8001 0%, #FFD800 54.45%, #FF8001 100%);
    box-shadow: 0px 4px 24px 0px #FF88013D;
    border: none;
    width: 100%;
    border-radius: 15px;
    padding: 12px 10px 15px 20px;
    font-family: Montserrat;
    font-size: 37px;
    font-weight: 700;
    line-height: 45.1px;
    color: #1B2B61;
    margin-bottom: 22px;
    margin-top: 30px;
    cursor: pointer;
    position: relative;
    height: 88px;
}
.banner-form-right .banner-submit::before {
    position: absolute;
    height: 71px;
    width: 71px;
    background: url(../images/button-arrow.png) no-repeat center;
    background-size: contain;
    content: "";
    top: 8px;
    left: 8px;
}
.banner-form-right .banner-submit::after {
    position: absolute;
    width: 47px;
    height: 73px;
    background: url(../images/money-badge.png) no-repeat center;
    background-size: contain;
    content: "";
    top: 7px;
    right: 13px;
}

.banner-form-right .banner-submit span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: block;
}
.banner-clickbank img {
    display: inline-block;
}
.banner-form-right .banner-input:focus-visible {
    outline: none;
}
.banner-form-outer {
    padding: 0 0 57px;
}
.students-outer {
    background: #F1F6FF;
    padding: 53px 0 40px;
}
.students-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.students-single {
    box-shadow: 0px 4px 34px 0px #00000003;
    background: #FFFFFF;
    border-radius: 17px;
    padding: 16px;
    text-align: center;
}
.students-single p {
    margin-top: 20px;
}
.google-found-outer {
    padding: 65px 0 0 0;
    position: relative;
    z-index: 1;
}
.google-found-left {
    width: 50%;
}
.google-found-right {
    text-align: right;
    width: 50%;
}
.google-found-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.google-found-btn {
    padding: 55px 0 55px;
    display: flex;
    gap: 28px;
}   
.google-found-btn a {
    font-size: 29px;
    font-weight: 800;
    line-height: 33px;
    text-align: center;
    width: 100%;
    color: #C44D36;
    background: #F7DBD5;
    border: 3px solid #C44D36;
    border-radius: 7px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.world-style {
    background: #F1F6FF;
    padding: 46px 46px 46px 76px;
    border-radius: 30px;
    margin-top: 50px;
}
.world-style-left {
    width: 58%;
    align-self: center;
}
.world-style-right {
    width: 42%;
}
.imposible-dreams-outer {
    text-align: center;
    background: url(../images/imposible-dreams-bg.png) no-repeat center;
    background-size: cover;
    padding: 150px 0 100px;
    margin: -60px 0 0;
    background-color: #00001e;
}
.imposible-dreams-wrap {
    padding: 46px 0 0 0;
}
.imposible-dreams-left {
    width: 41%;
}
.imposible-dreams-right {
    width: 59%;
    text-align: left;
    padding: 40px 0 0 30px;
}

.heart-attack-outer {
    padding: 56px 0 0;
    position: relative;
    z-index: 2;
}
.heart-attack-outer h2 {
    text-align: center;
    color: #0F0D48;
    padding-bottom: 60px;
}
.heart-attack-left {
    width: 56%;
    align-self: center;
}
.heart-attack-right {
    width: 40%;
    text-align: center;
}
.heart-attack-wrapper {
    gap: 4%;
    padding: 0 0 70px;
}
.heart-attack-wrapper.heart-attack-wrapper2 {
    flex-direction: row-reverse;
}
.anyone-more {
    background: #14145D;
    border-radius: 20px;
    margin-bottom: 50px;
}
.anyone-right {
    position: relative;
    margin-left: auto;
    max-width: 40%;
}
.anyone-right img {
    display: block;
}
.anyone-right::before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) -2.46%, #14145D 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
}
.anyone-right img {
    display: block;
}
.anyone-left {
    width: 60%;
    padding: 55px 0 55px 55px;
}
.change-die h3 {
    color: #C44D36;
    font-size: 84px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.rock-bottom {
    background: #F1F6FF;
    margin: 50px 0 -50px;
    padding: 50px;
    border-radius: 30px;
    position: relative;
    z-index: 2;
}
.rock-bottom-left {
    width: 40%;
}
.rock-bottom-right {
    width: 60%;
    padding-left: 30px;
}
.rock-bottom-right h3 {
    color: #14145D;
    padding: 0 0 20px;
}

.life-forever
{
    background: url(../images/life-forever-bg.png) no-repeat center;
    background-size: cover;
    padding: 202px 0 212px;
    background-color: #28243e;
}
.doctor-forever {
    background: #C44D36;
    border-radius: 30px;
    align-items: center;
    margin: 40px 0;
}
.doctor-forever-left img {
    display: block;
}
.doctor-forever-right h3 {
    font-family: Lora;
    font-size: 54px;
    line-height: 69.12px;
}
.doctor-forever-right h4 {
    font-family: Lora;
    font-size: 44px;
    line-height: 56.32px;
}
.doctor-forever-left {
    width: 16%;
}
.doctor-forever-right {
    width: 84%;
    padding-left: 20px;
}

.doctor-meet-left {
    width: 45%;
    text-align: center;
}
.doctor-meet-right {
    width: 55%;
    align-self: center;
}
.doctor-meet {
    padding: 30px 0 0;
}
.life-forever h2 {
    margin-bottom: 38px;
}


.become-rich-top
{
    background: url(../images/become-rich-bg.png) no-repeat center;
    background-size: cover;
    border-radius: 20px;
    margin-top: -100px;
    padding: 76px 66px;
    background-color: #e6f7f7;
}
.become-rich-top h2 {
    margin: 0 0 40px;
}
.become-rich-left {
    width: 61%;
    padding-right: 30px;
}
.become-rich-right {
    width: 39%;
    text-align: right;
}
.terribly-wrong {
    padding: 72px 0 0;
}
.terribly-wrong-inner {
    padding: 30px 0 50px;
}
.terribly-wrong-left {
    width: 40%;
}
.terribly-wrong-right {
    width: 60%;
    align-self: center;
    padding: 0 0 0 10px;
}
.burning-candle {
    background: url(../images/burning-candle.png) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 27px 10%;
    border-radius: 30px;
    margin-bottom: 50px;
    background-color: #010718;
}
.burning-candle h3 {
    font-size: 49px;
    line-height: 1.3;
}
.burning-candle h3 span {
    color: #5EC7EB;
}
.terribly-wrong h4 {
    margin-bottom: 30px;
}
.burning-discovery {
    text-align: center;
    padding-top: 20px;
}
.burning-discovery-inner {
    display: inline-block;
    background: #C44D36;
    color: #fff;
    padding: 18px 18px;
    border-radius: 20px;
    font-size: 29px;
    font-weight: bold;
    margin: 0 0 -40px;
    position: relative;
    top: 17px;
}

.brain-sucess-outer {
    background: url(../images/brain-outer.png) no-repeat center;
    background-size: cover;
    padding: 90px 0 80px;
    background-color: #03060c;
}

.brain-sucess-outer h2 {
    font-size: 84px;
    line-height: 88px;
    padding-bottom: 40px;
}
.brain-sucess-left {
    width: 50%;
}
.brain-sucess-right {
    width: 48%;
    margin-left: auto;
    padding-bottom: 60px;
}
.manifesting-wealth-outer {
    padding: 90px 0 40px;
}
.manifesting-wealth-outer h3 {
    font-size: 49px;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 0 0 20px;
}
.manifesting-wealth-inner {
    padding-bottom: 60px;
}
.manifesting-wealth-left {
    width: 50%;
}
.manifesting-wealth-right {
    width: 50%;
    text-align: right;
}
.neural-entrapment-heading {
    font-size: 49px;
    font-weight: 700;
    line-height: 62.72px;
    text-align: center;
    padding: 20px 10%;
    background: #C44D36;
    border-radius: 20px;
    margin-bottom: -20px;
    z-index: 1;
    position: relative;
}
.neural-entrapment-wrapper {
    padding: 80px 40px 40px;
    background: #F1F6FF;
    border-radius: 0 0 30px 30px;
}
.neural-entrapment-img {
    width: 45%;
}
.neural-entrapment-content {
    width: 52%;
}
.neural-entrapment-inner {
    gap: 3%;
}

.neural-entrapment-news {
    font-size: 38px;
    font-weight: 700;
    line-height: 46.32px;
    padding: 14px 25px;
    background: #24AC29;
    display: inline-block;
    border-radius: 20px;
    margin: 10px 0 40px;
    color: #fff;
}
.neural-entrapment-wrapper h4 {
    font-size: 115px;
    line-height: 1.3;
    padding: 10px 0 20px;
}

.position-outer h3 {
    color: #C44D36;
    font-size: 38px;
    line-height: 1.3;
    margin: 0 0 10px;
}
.position-outer h4 {
    font-size: 49px;
    line-height: 1.3;
    margin-bottom: 30px;
}
.position-inner {
    padding: 40px 0 0 0;
}
.position-inner {
    padding: 40px 0 0 0;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}
.position-container {
    background: #F1F6FF;
    padding: 30px;
    border-radius: 17px;
}
.position-outer .position-container h4 {
    color: #C44D36;
    font-size: 38px;
    line-height: 46.32px;
    margin: 11px 0 10px;
}
.position-outer {
    padding: 0 0 40px;
}

.ground-flips-outer {
    background: #0C0327CF url(../images/ground-flips-bg.png) no-repeat center;
    background-size: cover;
    padding: 107px 0 80px;
}
.ground-flips-inner h3 {
    font-size: 59px;
    line-height: 1.3;
    padding: 0 0 130px;
}
.ground-flips-left {
    width: 51%;
}
.ground-flips-right {
    width: 45%;
}
.ground-flips-inner .flex {
    gap: 4%;
}
.several-ways {
    background: #141B58D1;
    border-radius: 20px;
    text-align: center;
    padding: 20px 4%;
    font-family: Lora;
    font-size: 40px;
    font-weight: 700;
    line-height: 51.2px;
    text-align: center;
    margin: 50px 0 60px;
}
.several-ways ~ .several-ways {
    background: #C44D36;
}

.powerfull-sounds-outer {
    padding: 84px 0 50px;
}
.powerfull-sounds-inner h3 {
    font-size: 61px;
    line-height: 1.3;
    padding: 0 0 40px;
}
.powerfull-sounds-inner .flex {
    gap:5%;
}
.powerfull-sounds-left {
    width: 50%;
}
.powerfull-sounds-right {
    width: 45%;
}

.neuroscience-team {
    background: url(../images/neuroscience-team.png) no-repeat center;
    background-size: cover;
    border-radius: 20px;
    padding: 40px 50px;
    margin-top: 50px;
    background-color: #cff1f1;
}
.neuroscience-team h3 {
    margin-bottom: 50px;
}
.neuroscience-left {
    width: 44%;
}
.neuroscience-right {
    width: 54%;
}
.neuroscience-team .flex {
    gap: 2%;
}
.attract-word {
    padding: 65px 0 60px 0;
}

.attract-word .flex {
    gap: 4%;
}
.attract-word-left {
    width: 52%;
}
.attract-word-right {
    width: 44%;
}
.happen-rapidly {
    background: #14145D;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 50px;
}
.happen-rapidly-left {
    width: 34%;
    position: relative;
}
.happen-rapidly-left::before
{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -2.46%, #14145D 100%);
    width: 60%;
    height: 100%;
    content: "";
    position: absolute;
    top:0;
    right: 0;
}
.happen-rapidly-left img {
    height: 100%;
}
.happen-rapidly-right {
    width: 66%;
    padding: 20px;
    align-self: center;
}

.happen-rapidly-right h4 {
    font-size: 28px;
    line-height: 29px;
    color: #66DEF2;
    padding: 0px 0 13px;
}
.happen-rapidly-right h3 {
    font-size: 35px;
    line-height: 1.3;
}
.sevn-mins-left {
    width: 50%;
    align-self: center;
}
.sevn-mins-right {
    width: 45%;
    text-align: center;
}
.sevn-mins {
    gap: 5%;
}
.sevn-mins-tagline {
    font-family: Lora;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    background: #C44D36;
    padding: 12px 31px;
    border-radius: 20px;
    margin: 30px 0 0;
}
.notice-startling {
    background: #000000B8;
    border-radius: 30px;
    padding: 38px 68px;
    text-align: center;
}
.notice-startling h4 {
    font-size: 40px;
    line-height: 1.3;
    padding: 0 0 30px;
}

.notice-startling
{
    background: url(../images/burning-candle.png) no-repeat center;
    background-size: cover;
}
.notice-startling li {
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    background: url(../images/notice-startling-icon.png) no-repeat left top;
    min-height: 41px;
    padding: 0px 0 0 57px;
    width: 50%;
}
.notice-startling ul {
    display: flex;
    gap: 30px;
}
.past-employer {
    margin-top: 78px;
    align-items: center;
    gap: 5%;
}
.past-employer-left {
    width: 50%;
}
.past-employer-right {
    width: 45%;
}
.past-employer-left h4 {
    font-size: 33px;
    line-height: 42.24px;
    color: #00B6F3;
    padding: 0 0 30px;
}
.amazing-result {
    padding: 30px 0 0 0;
}
.amazing-result h2 {
    font-size: 77px;
    line-height: 1.3;
    padding: 0 0 20px;
}
.amazing-result-inner {
    padding: 50px 0 40px;
    gap: 4%;
}
.amazing-result-left {
    width: 36%;
    text-align: center;
}
.amazing-result-right {
    width: 60%;
}
.tested-switch-outer {
    background: #F1F6FF;
    border-radius: 30px;
    padding: 56px 56px 30px;
}
.tested-switch-outer > p {
    text-align: center;
    padding: 10px 0 20px;
}
.tested-switch-inner {
    padding: 35px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 27px;
}
.tested-switch-inner h3 {
    margin: -20px -20px 40px;
    border-radius: 15px;
    padding: 15px 60px;
    font-family: Lora;
    font-size: 33px;
    line-height: 42.24px;
    color: #161645;
    display: flex;
    gap: 20px;
    align-items: center;
}
.tested-switch-inner > img {
    float: left;
    margin: -12px 20px  20px 0;
}
.tested-switch-inner h4 {
    font-family: Lora;
    font-size: 33px;
    line-height: 1.3;
    color: #C44D36;
}
.tested-switch-inner h4 span {
    font-size: 20px;
    color: #161645;
}

.introducing-outer {
	background: url(../images/introducing-bg.png) no-repeat center;
	background-size: cover;
	position: relative;
	padding: 106px 0 230px;
	text-align: center;
    background-color: #000106;
}
.introducing-text {
    display: inline-block;
    font-family: Lora;
    font-size: 59px;
    font-weight: 700;
    line-height: 75.52px;
    background: #26F7CD82;
    padding: 10px 50px;
    border-radius: 50px;
}
.introducing-outer h3 {
    color: #FFD013;
    font-size: 129px;
    line-height: 1.3;
}
.introducing-outer p {
    text-align: left;
}
.introducing-in {
    gap: 5%;
    margin-top: 50px;
}
.introducing-left {
    width: 50%;
}
.introducing-right {
    width: 45%;
    text-align: center;
}

.switching-outer {
    padding: 105px 0 50px;
}
.switching-inner {
    background: url(../images/neuroscience-team.png) no-repeat center;
    background-size: cover;
    padding: 55px;
    border-radius: 20px;
    margin-bottom: 40px;
    background-color: #cff1f1;
}
.switching-inner h3 {
    font-size: 66px;
    line-height: 1.3;
    padding: 0 0 40px;
}

.switching-wapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    text-align: center;
}
.switching-single img {
    box-shadow: 0px 4px 21px 0px #5E6D7B40;
    border-radius: 29px;
    display: block;
}
.switching-single h5 {
    background: #FFCC41;
    display: inline-block;
    font-size: 33px;
    font-weight: 900;
    line-height: 40.23px;
    color: #210A68;
    padding: 9px 35px;
    border-radius: 15px;
    margin: -40px 0 0;
}
.switching-single h6 {
    font-family: Lora;
    font-size: 28px;
    font-weight: 700;
    line-height: 35.84px;
    color: #161645;
    padding: 18px 0 10px;
}
.switching-single p {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
}
.needlessly-outer h3 {
    font-family: Lora;
    font-size: 70px;
    line-height: 1.3;
    text-align: center;
    color: #C44D36;
}
.needlessly-outer h4 {
    font-family: Lora;
    font-size: 63px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #161645;
    padding: 0 0 40px;
}
.needlessly-left {
    width: 52%;
}
.needlessly-right {
    width: 40%;
    text-align: center;
}
.needlessly-outer .flex {
    gap: 8%;
}
.needlessly-outer ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    margin-bottom: 40px;
}
.needlessly-outer li {
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    background: url(../images/notice-startling-icon.png) no-repeat left top;
    min-height: 41px;
    padding: 0px 0 0 57px;
    width: 48%;
    margin-top: 40px;
}
.needlessly-outer {
    padding: 0 0 60px;
}
.imagine-possible {
    background: #F1F6FF;
    padding: 45px;
    border-radius: 30px;
}
.imagine-possible-left {
    width: 38%;
}
.imagine-possible-right {
    width: 56%;
}
.imagine-possible-inner {
    gap: 6%;
    padding: 40px 0 0 0;
}
.imagine-possible-tag {
    background: #C44D36;
    display: inline-block;
    font-weight: 700;
    padding: 12px 28px;
    margin: 0 0 20px;
    border-radius: 20px;
}
.imagine-possible-gone {
    font-size: 39px;
    font-weight: 700;
}
.bank-growing {
    padding: 70px 0 0;
}
.bank-growing h3 {
    font-size: 84px;
    line-height: 1.3;
    padding: 15px 0 30px;
}
.bank-growing ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 70px;
    margin: 40px 0 50px;
}
.bank-growing li {
    background: linear-gradient(90deg, #E3A295 0%, #FFFFFF 100%);
    display: flex;
    align-items: center;
    border-radius: 20px 0 0 10px;
}
.bank-growing li img {
    outline: 1px solid #C44D36;
    border-radius: 50%;
    border: 6px solid #fff;
    margin: 0 0 0 -70px;
}
.bank-growing li span {
    padding-left: 35px;
}



.imagine-family-outer {
    background: url(../images/imagine-family.png) no-repeat center;
    background-size: cover;
    padding: 60px 0 ;
    background-color: #e8e1ea;
}
.imagine-family-outer h3 {
    font-family: Lora;
    font-size: 66px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: #C44D36;
    padding: 0 0 30px;
}
.imagine-family-left li {
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    background: url(../images/notice-startling-icon-red.png) no-repeat left top;
    min-height: 41px;
    padding: 0px 0 0 57px;
    width: 100%;
    margin-top: 40px;
}

.imagine-family-left {
    width: 50%;
}
.imagine-family-right {
    width: 42%;
}
.imagine-family-outer .flex {
    gap: 5%;
    padding: 0 0 40px;
}
.imagine-family-outer h3 ~ h3 {
    color: #14145D;
}
.imagine-family-outer .flex-reverse {
    padding: 30px 0 0 0;
    gap: 5%;
}
.imagine-family-left h4 {
    font-family: Lora;
    font-size: 36px;
    line-height: 1.3;
    color: #14145D;
    padding: 0 0 10px;
}
.much-turn {
    padding: 119px 0 0;
}
.much-turn-left h2 {
    font-size: 51px;
    line-height: 1.3;
    padding: 0 0 13px;
}
.much-turn-left {
    width: 54%;
}
.much-turn-right {
    width: 46%;
    text-align: center;
}
.much-turn-today {
    padding: 0 0 40px;
}
.activate-today {
    background: #0C0327CF url(../images/activate-today-ng.png) no-repeat center;
    background-size: cover;
    border-radius: 40px;
    padding: 75px 75px 55px;
}
.activate-today h2 {
    font-size: 72px;
    line-height: 1.3;
    margin: 0 0 17px;
}
.activate-today  > img {
    margin: 30px 0 30px;
}
.activate-today h3 {
    font-size: 110px;
    color: #FFD013;
    line-height: 1.3;
    padding: 0 0 20px;
}
.discount-feature {
    display: inline-flex;
    justify-content: center;
    max-width: 1090px;
}
.discount-feature-inner {
    display: flex;
    align-items: center;
    padding: 15px 65px;
    gap: 15px;
    font-family: Lora;
    font-size: 29px;
    line-height: 1.2;
    background-color: #5590D8;
    text-align: left;
}
.discount-feature-inner:first-child
{
    background: #8D5CC7;
    border-radius: 50px 0  0 50px;
}
.discount-feature-inner:last-child{
    background: #00B6F3;
    border-radius: 0 50px 50px 0;
}
.discount-feature-pricing.center {
    padding: 47px 0 0 0;
}
.discount-feature-pricing h4 {
    font-size: 35px;
    line-height: 1;
    padding: 0 0 16px;
}
.discount-feature-pricing.center h5 {
    color: #FFD013;
    font-family: Lora;
    font-size: 47px;
    line-height: 1.3;
    padding: 0 0 30px;
}
.discount-feature-card {
    padding: 30px 0 0;
}
.risk-guarantee {
    padding: 50px 0 100px 0;
}
.risk-guarantee h3 {
    font-size: 50px;
    line-height: 1.3;
    padding: 0  12% 40px;
}
.risk-guarantee-left {
    width: 60%;
    align-self: center;
}
.risk-guarantee-right {
    width: 40%;
    text-align: center;
    padding: 0 2%;
}
.bonus-step-outer {
    background: #F1F6FF;
    border-radius: 30px;
    padding: 50px;
}
.bonus-steps {
    margin-top: 30px;
    background: #FFFFFF;
    padding: 15px;
    border-radius: 20px;
}
.bonus-line {
    font-family: Lora;
    font-size: 43px;
    font-weight: 700;
    line-height: 55.04px;
    color: #161645;
    background: #FFCC41;
    border-radius: 15px;
    padding: 15px 50px;
}
.bonus-step-left {
    width: 41%;
    text-align: center;
    padding: 0 20px;
}
.bonus-step-right {
    width: 59%;
    align-self: center;
    padding: 10px 0;
}
.bonus-regular {
    padding: 50px 0 0;
    text-align: center;
}
.bonus-regular .discount-feature-pricing h4 {
    color: #161645;
}
.bonus-regular .discount-feature-pricing h5 {
    color: #1717C3;
}

.crossroads-outer {
    padding: 47px 0 30px;
}
.crossroads-outer h3 {
    font-size: 69px;
}
.crossroads-outer h4 {
    font-size: 35px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    color: #161645;
    padding: 0 0 60px;
}
.crossroads-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
}
.crossroads-single {
    padding: 16px 16px 40px;
    border-radius: 30px;
    text-align: center;
}
.crossroads-option {
    display: inline-block;
    font-size: 33px;
    font-weight: 900;
    color: #fff;
    padding: 5px 33px;
    border-radius: 15px;
    vertical-align: top;
    margin: -44px 0 0;
}
.crossroads-single-inner {
    text-align: left;
    padding: 10px 20px 10px;
}
.crossroads-single-inner h5 {
    font-family: Lora;
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 10px;
}
.act-now h3 {
    font-size: 69px;
    margin: 20px 0 20px;
}
.act-now {
    padding: 0 0 60px;
}

.amazement-outer {
    background: url(../images/amazement-bg.png) no-repeat center;
    background-size: cover;
    padding: 70px 0 70px;
    background-color: #0a0220;
}
.amazement-outer h4 {
    font-family: Lora;
    font-size: 59px;
    line-height: 1.3;
    text-align: center;
    padding: 0 0 60px;
}
.amazement-left {
    width: 38%;
}
.amazement-right {
    align-self: center;
    width: 62%;
    padding-left: 30px;
}
.amazement-outer .flex {
    padding-bottom: 50px;
}

.transforming-inner {
    padding: 60px 0 0;
}
.transforming-inner h3 {
    font-family: Lora;
    font-size: 58px;
    line-height: 1.3;
    max-width: 80%;
    color: #161645;
    margin: 0 0 20px;
}
.transforming-left {
    width: 67%;
    padding: 10px 20px 10px 0;
    align-self: center;
}
.transforming-right {
    width: 33%;
    text-align: center;
}

.journey-outer
{
    background:#f4f9f6 url(../images/journey-outer.png) no-repeat;
    background-size: cover;
    border-radius: 30px;
}
.journey-top {
    padding: 65px;
    font-style: italic;
}
.journey-top .flex {
    padding: 50px 0;
}
.journey-left {
    width: 60%;
    align-self: center;
    padding: 0 30px 0 0;
}
.journey-right {
    width: 40%;
    text-align: center;
}
.faq-wrapper {
    padding: 43px 0 0 0;
}
.faq-wrapper .accordion_wrapper {
    background: #F1F6FF;
    border-radius: 13px;
    margin-top: 30px;
}

.faq-wrapper .accordion_head {
    font-family: Lora;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #161645;
    display: flex;
    padding: 32px 22px 30px;
    cursor: pointer;
}
.faq-wrapper .plusminus {
    background: #B94733;
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin: -7px 13px 0 0;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 40px;
    color: #fff;
}
.faq-wrapper .accordion_body {
    padding: 0 50px 40px 80px;
    margin: -10px 0 0;
}
.faq-wrapper h3 {
    font-size: 58px;
    line-height: 1.3;
}

.scientific-references-outer h3 {   
    font-size: 35px;
    line-height: 29px;
    text-align: center;
    color: #161645;
}
.scientific-references-outer {
    padding: 130px 0 0 0;
}
.reference-listing li {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 500;
	/* font-style:italic; */
    line-height: 29px;
    text-align: left;
    color: #000000;
    text-decoration-skip-ink: none;
    position: relative;
    display: flex;
    margin: 0 0 20px;
    word-break: break-word;
}
.reference-listing {
    counter-reset: my-sec-counter;
    padding: 0 0 70px;
}
.reference-listing li:before {
    counter-increment: my-sec-counter;
    background: #B94733;
    content: counters(my-sec-counter, ".", decimal-leading-zero);
}

.scientific-references-outer .study-listing-university {
    padding: 40px 0 50px;
}
.reference-listing li:before {
    counter-increment: my-sec-counter;
    background: #B94733;
    content: counters(my-sec-counter, ".", decimal-leading-zero);
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 700;
    line-height: 29px;
    font-style: normal;
    color: #fff;
    text-decoration-skip-ink: none;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 35px;
    margin: 0 10px 0 0;
}
.reference-listing li a {
    color: unset;
}
.footer-sec {
    background: #1B2B61;
    padding: 60px 0 170px;
    text-align: center;
}
.footer-sec {
    font-size: 18px;
    line-height: 31px;
}
.footer-sec p {
    margin-bottom: 50px;
    color: #FFFFFFDB;
}
.footer-sec p:last-child
{
    margin-bottom: 0;
}
.banner-form-left.banner-form-full {
    padding: 0;
    width: 100%;
}
.banner-form-full .study-listing-outer ul {
    flex-direction: row;
}

.fixed-bar {
    box-shadow: 0px 14px 74px 0px #00000038;
    background: #FFFFFF;
    position: fixed;
    z-index: 9;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
      transition: transform 0.3s ease;
      z-index: 1000;
}
.fixed-bar.visible {
    transform: translateY(0);
  }
.fixed-inner {
    display: flex;
    padding: 25px 0 1px;
}
.fixed-left {
    width: 28%;
}
.fixed-center {
    width: 50%;
    text-align: center;
    padding: 10px 0 0;
}
.fixed-right h4 {
    font-size: 21px;
}
.fixed-right h5 {
    font-size: 23px;
    font-weight: 700;
    line-height: 28.04px;
    color: #C44D36;
    text-transform: uppercase;
}
.fixed-right {
    padding: 20px 0 0;
}.switching-outer.font22.wealth-tt {
	padding-top: 0;
	margin-top: -140px;
	position: relative;
}


.order-button {
    display: inline-block;
    width: 100%;
}


.order-button img {
    width: 100%;
    max-width: 650px;
    animation: circleScale 2s infinite;
}

@keyframes circleScale {
	0% {transform: scale(1)  }
	50% { transform: scale(1.1) }
    100% { transform: scale(1) }
}

.exit-popup-outer {
    background: #000000C9;
    position: fixed;
    z-index: 1001;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    overflow: auto;
}
.exit-popup-container {
    max-width: 800px;
    margin: auto;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    min-height: 100%;
}
.exit-popup-box {
    border: 3px solid #C49E23;
    background: #FFFFFF;
    border-radius: 7px;
    padding: 40px 30px 30px;
    position: relative;
}
.close-exit {
    position: absolute;
    right: 17px;
    top: 13px;
    cursor: pointer;
}
.exit-popup-box h3 {
    color: #0E2095;
    padding: 0 0 4px;
}
.exit-popup-box h4 {
    font-size: 28px;
    line-height: 1.3;
    padding: 0 0 26px;
}

.exit-popup-left img {
    box-shadow: 0px 4px 24px 0px #00000040;
    border-radius: 8px;
}
.exit-popup-left {
    width: 34%;
}
.exit-popup-right {
    width: 66%;
    padding: 0 0 0 20px;
}
.exit-popup-right p {
    font-size: 18px;
}
.exit-popup-right li {
    font-size: 18px;
    font-weight: 700;
    background: url(../images/blue-check-list.svg) no-repeat left top;
    padding: 0px 0 3px 34px;
    margin-bottom: 5px;
}
.exit-popup-right ul {
    padding: 0 0 13px;
}
.exit-popup-button-outer {
    padding: 30px 0 0;
    text-align: center;
}
.exit-popup-button-outer p {
    font-size: 18px;
    font-weight: 500;
}
.exit-popup-button-outer p a
{
    color:#0E2095;
}
.exit-popup-button {
    box-shadow: 0px 4px 24px 0px #FF88013D;
    background: linear-gradient(90deg, #FF8001 0%, #FFD800 54.45%, #FF8001 100%);
    display: flex;
    padding: 8px;
    border-radius: 15px;
    margin: 0 0 12px;
}

.exit-popup-button:hover
{
    background: linear-gradient(180deg, #FF8001 0%, #FFD800 54.45%, #FF8001 100%);
}
.exit-popup-button img {
    margin-left: auto;
}
.exit-popup-button span {
    width: 100%;
    align-self: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B2B61;
    text-transform: uppercase;
    padding: 0 10px;
}
