body {
    background: #F7F8FB;
    overflow-x: hidden !important;
}

.eu-hero {
    padding: 80px 60px;
    background: #F7F8FB;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eu-hero .wrapper {
    width: 100%;
    max-width: 1260px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.eu-hero .wrapper img {
    width: 100%;
    max-width: 1200px;
}

.eu-hero .wrapper h1 {
    color: #1E2F47;
    text-align: center;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 275;
    line-height: 60px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    width: 100%;
    max-width: 850px;
}

.eu-hero .wrapper h1 span {
    color: #418EFA;
    font-weight: 700;
}

.eu-hero .wrapper a {
    display: flex;
    padding: 16px 42px;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #1C60DD;
    /*---------------Font---------------*/
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.16px;
    text-decoration: none;
}

.eu-hero .wrapper a:hover {
    background: #1b58c9;
}

@media only screen and (max-width:768px) { /*768px*/
    .eu-hero .wrapper h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media only screen and (max-width:467px) { /*768px*/
    .eu-hero {
        padding: 60px 20px;
    }
    .eu-hero .wrapper h1 {
        letter-spacing:normal;
    }
}

/*---------------------------Licensed EU Regulated----------------------------*/

.licensed-eu-regulated {
    padding: 160px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F7F8FB;
    box-shadow: 0px 4px 20px 0px rgba(28, 96, 221, 0.40);
    margin-bottom: 20px;
}

.licensed-eu-regulated .wrapper {
    width: 100%;
    max-width: 1260px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.licensed-eu-regulated .wrapper h1 {
    color: #1E2F47;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 56px;
    text-transform: uppercase;
    max-width: 880px;
    width: 100%;
    text-align: center;
}

.licensed-eu-regulated .wrapper h1 span {
    color: #418EFA;
    font-weight: 500;
}

.licensed-eu-regulated .wrapper .content {
    display: flex;
    justify-content: space-between;
}

.licensed-eu-regulated .wrapper .content img {
   max-width: 448px;
   width: 100%;
}

.licensed-eu-regulated .wrapper .content p {
    max-width: 590px;
    width: 100%;
    color: #1E2F47;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
} 

@media only screen and (max-width:850px) { /*768px*/
    .licensed-eu-regulated {
        padding: 80px 60px;
    }
    .licensed-eu-regulated .wrapper .content {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width:768px) { /*768px*/
    .licensed-eu-regulated .wrapper h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .licensed-eu-regulated .wrapper .content p {
        font-size: 16px;
        line-height: 32px;
    } 
}

@media only screen and (max-width:467px) { /*768px*/
    .licensed-eu-regulated {
        padding: 60px 20px;
    }
}

/*---------------------------Helping EEA Businesses----------------------------*/

.helping-eea-businesses {
    padding: 160px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F7F8FB;
}

.helping-eea-businesses .wrapper {
    width: 100%;
    max-width: 1260px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
}

.helping-eea-businesses .wrapper h1 {
    color: #22273D;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 56px; /* 140% */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    max-width: 880px;
    width: 100%;
    text-align: center;
    margin: 0px;
}

.helping-eea-businesses .wrapper .items-1 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}

.helping-eea-businesses .wrapper .items-1 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 33%;
    background-color: white;
    border-radius: 24px;
    padding: 50px 35px;
    gap: 20px;
    /* flex: 1; */
}

.helping-eea-businesses .wrapper .items-1 .mobile-item {
    display: none;
}

.helping-eea-businesses .wrapper .items-1 .item:nth-child(2) {
    background: rgba(65, 142, 250, 0.07);
}

.helping-eea-businesses .wrapper .items-1 .item h3 {
    margin: 0px;
    color: #22273D;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; 
}

.helping-eea-businesses .wrapper .items-1 .item p {
    margin: 0px;
    color: #1F3763;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
}

.helping-eea-businesses .wrapper .items-2 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}

.helping-eea-businesses .wrapper .items-2 .item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 49%;
    background: rgba(65, 142, 250, 0.07);
    border-radius: 24px;
    padding: 50px 35px;
    gap: 20px;
    /* flex: 1; */
}

.helping-eea-businesses .wrapper .items-2 .item:nth-child(2) {
    background-color: white;
}

.helping-eea-businesses .wrapper .items-2 .item .item-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.helping-eea-businesses .wrapper .items-2 .item .item-text h3 {
    margin: 0px;
    color: #22273D;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
}

.helping-eea-businesses .wrapper .items-2 .item .item-text p {
    margin: 0px;
    color: #1F3763;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; 
}

.helping-eea-businesses .wrapper p {
    color: #1E2F47;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    margin: 0px;
}

.helping-eea-businesses .wrapper a {
    display: flex;
    padding: 16px 42px;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #1C60DD;
    /*---------------Font---------------*/
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.16px;
    text-decoration: none;
}

.helping-eea-businesses .wrapper a:hover {
    background: #1b58c9;
}

@media only screen and (max-width:850px) { /*768px*/
    .helping-eea-businesses {
        padding: 80px 60px;
    }
    .helping-eea-businesses .wrapper .items-1 {
        flex-direction: column;
        align-items: center;
    }
    .helping-eea-businesses .wrapper .items-1 .mobile-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 32%;
        background-color: white;
        border-radius: 24px;
        padding: 50px 35px;
        gap: 20px;
        /* flex: 1; */
    }
    .helping-eea-businesses .wrapper .items-1 .dark-bg {
        background-color: rgba(65, 142, 250, 0.07) !important;
    }
    .helping-eea-businesses .wrapper .items-2 { 
        display: none;
    }
    .helping-eea-businesses .wrapper p {
        text-align: center;
    }
}

@media only screen and (max-width:768px) { /*768px*/
    .helping-eea-businesses .wrapper h1 {
        font-size: 26px;
        line-height: 40px;
    }
    .helping-eea-businesses .wrapper .items-1 .item {
        width: 90%;
    }
    .helping-eea-businesses .wrapper .items-1 .mobile-item {
        width: 90%;
    }
}

@media only screen and (max-width:467px) { /*768px*/
    .helping-eea-businesses {
        padding: 60px 20px;
    }
    .helping-eea-businesses .wrapper .items-1 .item {
        width: 80%;
    }
    .helping-eea-businesses .wrapper .items-1 .mobile-item {
        width: 80%;
    }
}

/*---------------------------Eligibility Requirements----------------------------*/

.eligibility-requirements {
    padding: 160px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F7F8FB;
    box-shadow: 0px 4px 20px 0px rgba(28, 96, 221, 0.40);
}

.eligibility-requirements .wrapper {
    width: 100%;
    max-width: 1260px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
}

.eligibility-requirements .wrapper h1 {
    color: #1E2F47;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 56px; /* 140% */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    max-width: 880px;
    width: 100%;
    text-align: center;
    margin: 0px;
}


.eligibility-requirements .wrapper img {
    max-width: 980px;
    width: 100%;
}

.eligibility-requirements .wrapper .content .regions img {
    max-width: 44px;
    width: 100%;
}

.eligibility-requirements .wrapper .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.eligibility-requirements .wrapper .content h3 {
    color: #1E2F47;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.eligibility-requirements .wrapper .content .regions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.eligibility-requirements .wrapper .content .regions div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    /*-----Font-----*/
    color: #3C4670;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.2px;
}

.eligibility-requirements .wrapper .content .our-services {
    color: #1E2F47;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    max-width: 740px;
    width: 100%;
}

@media only screen and (max-width:1024px) {
    .eligibility-requirements .wrapper .content .regions {
        flex-wrap: wrap;
       justify-content: center;
    }
}

@media only screen and (max-width:768px) {
    .eligibility-requirements {
        padding: 80px 60px;
    }
    .eligibility-requirements .wrapper h1 {
        font-size: 26px;
        line-height: 40px
    }
    .eligibility-requirements .wrapper .content .regions {
        gap: 5px;
    }
}

@media only screen and (max-width:467px) {
    .eligibility-requirements .wrapper .content .regions {
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: left;
        align-items: start;
    }
    .eligibility-requirements {
        padding: 60px 20px;
    }
}

/*---------------------------Do More With CPS----------------------------*/

.do-more-with-cps {
    padding: 160px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #418EFA;
}

.do-more-with-cps .wrapper {
    width: 100%;
    max-width: 1260px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.do-more-with-cps .wrapper .content {
    background-color: #22273D;
    max-width: 1160px;
    width: 100%;
    display: flex;
    padding: 50px;
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.do-more-with-cps .wrapper .content .text {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.do-more-with-cps .wrapper .content .link-wrapper {
    width: 25%;
    display: flex;
    justify-content: end;
}

.do-more-with-cps .wrapper .content .text h2 {
    color: #F0F1F6;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 275;
    line-height: 40px; 
    letter-spacing: 0.32px;
    margin: 0px;
}

.do-more-with-cps .wrapper .content .text p {
    color: #F0F1F6;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    /* line-height: 40px; */
    letter-spacing: 0.16px;
    margin: 0px;
}

.do-more-with-cps .wrapper .content a {
    display: flex;
    padding: 16px 42px;
    align-items: center;
    width: max-content;
    gap: 10px;
    border-radius: 30px;
    background: #1C60DD;
    /*---------------Font---------------*/
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.16px;
    text-decoration: none;
}

.do-more-with-cps .wrapper .content a:hover {
    background: #1b58c9;
}


.do-more-with-cps .wrapper .content .do-more-with-cps-icon-1 {
    position: absolute;
    width: 92px;
    top: -32px;
    right: 20px;
    z-index: 3;
}

.do-more-with-cps .wrapper .content .do-more-with-cps-icon-2 {
    position: absolute;
    width: 82px;
    top: -55px;
    right: 50px;
    z-index: 2;
}

.do-more-with-cps .wrapper .content .do-more-with-cps-icon-3 {
    position: absolute;
    width: 32px;
    top: -40px;
    right: 130px;
    z-index: 1;
}

@media only screen and (max-width:1024px) {
    .do-more-with-cps .wrapper .content a { 
        padding: 16px 22px;
        justify-content: center;
    }
    .do-more-with-cps .wrapper .content {
        flex-direction: column;
        gap: 20px;
    }
    .do-more-with-cps .wrapper .content .text {
        width: 100%;
        gap: 20px;
    }
    .do-more-with-cps .wrapper .content .link-wrapper {
        width: 100%;
        justify-content: start;
    }
}

@media only screen and (max-width:768px) {
    .do-more-with-cps {
        padding: 160px 60px 80px 60px;
    }
    .do-more-with-cps .wrapper .content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .do-more-with-cps .wrapper .content .text {
        width: 100%;
        text-align: center;
        gap: 20px;
    }
    .do-more-with-cps .wrapper .content .link-wrapper {
        width: 100%;
        justify-content: center;
    }
    
    .do-more-with-cps .wrapper .content .text h2 {
        font-size: 26px;
    }
}


@media only screen and (max-width:467px) {
    .do-more-with-cps {
        padding: 80px 60px 60px 60px;
    }
}

/*---------------------------Discover Solutions That Set Us Apart----------------------------*/

.discover-solutions {
    padding: 160px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F7F8FB;
    box-shadow: 0px 4px 20px 0px rgba(28, 96, 221, 0.40);
    margin-bottom: 20px;
}

.discover-solutions .wrapper {
    width: 100%;
    max-width: 1260px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
}

.discover-solutions .wrapper h1 {
    color: #22273D;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 56px; /* 140% */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    max-width: 880px;
    width: 100%;
    text-align: center;
    margin: 0px;
}

.discover-solutions .wrapper .content {
    display: flex;
    align-self: stretch;
    justify-content: space-between;
    gap: 20px;
    margin-top: 200px;
}

.discover-solutions .wrapper .content div {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
    /* gap: 20px; */
    width: 32%;
    border-radius: 24px;
    background: rgba(65, 142, 250, 0.07);
    padding: 90px 60px 75px 60px;
    position: relative;
    text-align: center;
}

.discover-solutions .wrapper .content div img { 
    max-width: 320px;
    width: 100%;
    position: absolute;
    top: -180px;
}

.discover-solutions .wrapper .content div .transaction-img { 
    max-width: 280px;
    width: 100%;
    top: -200px;
}

.discover-solutions .wrapper .content div h3 {
    color: #22273D;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; 
    margin: 0px;
    margin-bottom: 20px;
}


.discover-solutions .wrapper .content div p {
    color: var(--Dark-blue, #1F3763);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    margin: 0px;
}


@media only screen and (max-width:1024px) {
    .discover-solutions .wrapper .content div {
        padding: 90px 30px 45px 30px;
    }
    .discover-solutions .wrapper .content div img {
        top: -140px;
    }
    .discover-solutions .wrapper .content div .transaction-img {
        top: -185px;
    }
}

@media only screen and (max-width:850px) { /*768px*/
    .discover-solutions {
        padding: 80px 60px;
    }
    .discover-solutions .wrapper .content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 0px;
    }
    .discover-solutions .wrapper .content div {
        padding: 60px;
        margin-top: 100px;
    }
    .discover-solutions .wrapper .content div img {
        position: unset;
        margin-top: -150px;
        width: 175%;
        max-width: 400px;
    }
}

@media only screen and (max-width:768px) { /*768px*/
    .discover-solutions .wrapper h1 {
        font-size: 26px;
        line-height: 40px;
    }
    .discover-solutions .wrapper .content div {
        width: 90%;
    }
}

@media only screen and (max-width:467px) {
    .discover-solutions {
        padding: 60px 20px;
    }
    .discover-solutions .wrapper .content div {
        width: 60%;
    }
    .discover-solutions .wrapper .content div .transaction-img {
        width: 150%;
    }
}

/*---------------------------Enjoy Low Fees----------------------------*/

.enjoy-low-fees {
    padding: 160px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F7F8FB;
}

.enjoy-low-fees .wrapper {
    width: 100%;
    max-width: 1260px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
}

.enjoy-low-fees .wrapper .content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.enjoy-low-fees .wrapper .content img {
    width: 100%;
    max-width: 356px;
}

.enjoy-low-fees .wrapper .content .text .fees-mobile-img {
    display: none;
}

.enjoy-low-fees .wrapper .content .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.enjoy-low-fees .wrapper .content .text h2 {
    margin: 0px;
    color: #1E2F47;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 56px; 
    text-transform: uppercase;
}

.enjoy-low-fees .wrapper .content .text h2 span {
    color: #418EFA;
    font-weight: 600;
}

.enjoy-low-fees .wrapper .content .text .fees {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    align-items: stretch;
}

.enjoy-low-fees .wrapper .content .text .fees div {
    width: 49%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.enjoy-low-fees .wrapper .content .text .fees div h1 {
    margin: 0px;
    color: #418EFA;
    font-family: Poppins;
    font-size: 85px;
    font-style: normal;
    font-weight: 300;
    line-height: 85px; 
}

.enjoy-low-fees .wrapper .content .text .fees div span {
    margin: 0px;
    color: #22273D;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; 
}

.enjoy-low-fees .wrapper .content .text .fees div p {
    color: #22273D;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.enjoy-low-fees .wrapper .content .text p {
    margin: 0px;
    color: #22273D;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
}

@media only screen and (max-width:850px) { /*768px*/
    .enjoy-low-fees {
        padding: 80px 60px;
    }
    .enjoy-low-fees .wrapper .content img {
        display: none;
    }
    .enjoy-low-fees .wrapper .content .text {
        align-items: center;
        gap: 40px;
    }
    .enjoy-low-fees .wrapper .content .text .fees-mobile-img {
        display: flex;
        width: 100%;
        max-width: 310px;
    }    
    .enjoy-low-fees .wrapper .content .text .fees {
        flex-direction: column;
        gap: 40px;
        align-items: center;
        text-align: center;
    }
    .enjoy-low-fees .wrapper .content .text h2 {
        text-align: center;
    }
    .enjoy-low-fees .wrapper .content .text p {
        text-align: center;
    }
}

@media only screen and (max-width:768px) { /*768px*/
    .enjoy-low-fees .wrapper .content .text h2 {
        font-size: 26px;
        line-height: 40px;
    }
}

@media only screen and (max-width:467px) {
    .enjoy-low-fees {
        padding: 60px 20px;
    }
    .enjoy-low-fees .wrapper .content .text .fees div {
        width: 100%;
    }
}

/*---------------------------What Our Clients Say----------------------------*/

.what-our-clients-say {
    padding: 160px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F7F8FB;
    box-shadow: 0px 4px 20px 0px rgba(28, 96, 221, 0.40);
}

.what-our-clients-say .wrapper {
    width: 100%;
    max-width: 1260px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
}

.what-our-clients-say .wrapper .slider {
    position: relative;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

.what-our-clients-say .wrapper .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.what-our-clients-say .wrapper .slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px 100px;
    text-align: center;
    background: #f7f8fb;
    border-radius: 10px;
}

.what-our-clients-say .wrapper .prev, .what-our-clients-say .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f7f8fb;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
    /* border-radius: 50%; */
}

.what-our-clients-say .wrapper .prev {
    left: -10px;
}

.what-our-clients-say .wrapper .next {
    right: -10px;
    transform: translateY(-50%) rotate(180deg);
}

.what-our-clients-say .wrapper .dots {
    text-align: center;
    margin-top: 20px;
}

.what-our-clients-say .wrapper .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.what-our-clients-say .wrapper .dot.active {
    background-color: #1c60dd;
}

/*---------------------------What Are Next Steps----------------------------*/

.what-are-next-steps {
    padding: 160px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F7F8FB;
    box-shadow: 0px 4px 20px 0px rgba(28, 96, 221, 0.40);
}

.what-are-next-steps .wrapper {
    width: 100%;
    max-width: 1260px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
}

.what-are-next-steps .wrapper h1 {
    color: #1E2F47;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    max-width: 880px;
    width: 100%;
    text-align: center;
    margin: 0px;
}

.what-are-next-steps .wrapper .content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: stretch;
    position: relative;
}

.what-are-next-steps .wrapper .content .step {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 225px;
    padding: 40px;
    border-radius: 10px;
    background: #FFF;
    z-index: 10;
}

.what-are-next-steps .wrapper .content .step span {
    color: #1E2F47; 
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 0px;
}

.what-are-next-steps .wrapper .content .step h1 {
    color: #418EFA;
    font-family: Poppins;
    font-size: 85px;
    font-style: normal;
    font-weight: 300;
    line-height: 85px;
    letter-spacing: 0.85px;
    margin: 0px;
}

.what-are-next-steps .wrapper .content .step p {
    color: #1E2F47;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; 
    margin: 0px;
}

.what-are-next-steps .wrapper .content .decour-1 {
    position: absolute;
    top: -55px;
    left: -85px;
    width: 100%;
    max-width: 165px;
    filter: drop-shadow(30px 20px 50px rgb(28, 96, 221));
}

.what-are-next-steps .wrapper .content .decour-2 {
    position: absolute;
    bottom: -100px;
    right: -40px;
    width: 100%;
    max-width: 120px;
    z-index: 2;
}
.what-are-next-steps .wrapper .content .decour-3 {
    position: absolute;
    bottom: -90px;
    right: -120px;
    width: 100%;
    max-width: 185px;
    z-index: 1;
    filter: drop-shadow(-5px -30px 60px rgb(28, 96, 221));
}
.what-are-next-steps .wrapper .content .decour-4 {
    position: absolute;
    top: 100px;
    right: -100px;
    width: 100%;
    max-width: 80px;
    z-index: 2;
}
.what-are-next-steps .wrapper .content .decour-5 {
    position: absolute;
    top: 100px;
    right: -115px;
    width: 100%;
    max-width: 60px;
    z-index: 1;
}

.what-are-next-steps .wrapper .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.what-are-next-steps .wrapper .link p {
    color: #1E2F47;
    text-align: center;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    max-width: 460px;
    width: 100%;
    text-align: center;
    margin: 0px;
}

.what-are-next-steps .wrapper .link a {
    display: flex;
    padding: 16px 42px;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #1C60DD;
    /*---------------Font---------------*/
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.16px;
    text-decoration: none;
}

.what-are-next-steps .wrapper .link a:hover {
    background: #1b58c9;
}

@media only screen and (max-width:1190px) {
    .what-are-next-steps .wrapper .content .decour-3 {
        right: -45px;
    }
    .what-are-next-steps .wrapper .content .decour-2 {
        right: 50px;
    }
    .what-are-next-steps .wrapper .content .decour-4 {
        right: -35px;
    }
    .what-are-next-steps .wrapper .content .decour-5 {
        right: -50px;
    }
}

@media only screen and (max-width:850px) { /*768px*/
    .what-are-next-steps {
        padding: 80px 60px;
    }
    .what-are-next-steps .wrapper .content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .what-are-next-steps .wrapper .content .decour-2 {
        right: 10px;
    }
    .what-are-next-steps .wrapper .content .decour-3 {
        right: -80px;
    }
    .what-are-next-steps .wrapper .content .decour-4 {
        top: unset;
        bottom: 200px;
        right: -50px;
    }
    .what-are-next-steps .wrapper .content .decour-5 {
        top: unset;
        bottom: 220px;
        right: -65px;
    }
}

@media only screen and (max-width:768px) { /*768px*/
    .what-are-next-steps .wrapper h1 {
        font-size: 26px;
        line-height: 40px;
    }
}

@media only screen and (max-width:467px) { 
    .what-are-next-steps {
        padding: 60px 20px;
    }
    .what-are-next-steps .wrapper .content .decour-1 {
        left: -70px;
    }
    .what-are-next-steps .wrapper .content .decour-2 {
        right: 50px;
    }
    .what-are-next-steps .wrapper .content .decour-3 {
        right: -20px;
    }
    .what-are-next-steps .wrapper .content .decour-4 {
        right: -35px;
        display: none;
    }
    .what-are-next-steps .wrapper .content .decour-5 {
        right: -50px;
        display: none;
    }
    .what-are-next-steps .wrapper .link p {
        font-size: 24px;
        line-height: 40px;
    }
}

/*---------------------------Terms Privacy----------------------------*/

.terms-policies {
    padding: 160px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F7F8FB;
    box-shadow: 0px 4px 20px 0px rgba(28, 96, 221, 0.40);
}

.terms-policies .wrapper {
    width: 100%;
    max-width: 1260px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.terms-policies .wrapper h1 {
    color: #1E2F47;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    max-width: 880px;
    width: 100%;
    text-align: center;
    margin: 0px;
}

.terms-policies .wrapper .sub-title {
    color: #1E2F47;
    text-align: center;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    text-align: center;
    margin: 0px;
}

.panels-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    align-items: flex-start;
}

.terms-policies-panel {
    width: 100%;
    background-color: white;
    border-radius: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    /* transition: max-height 0.5s ease-in-out; */
}

/* .terms-policies-panel:hover {
    transition: 0.5s ease-in-out;
} */

.terms-policies-panel-title {
    color: #22273D;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    padding: 20px 25px 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    background-color: white;
    /* border-bottom: 1px solid #ddd; */
}

.terms-policies-panel-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.5s ease-in-out;
}

.terms-policies-panel-content-text {
    color: #1F3763;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.terms-policies-panel-content-link-wrapper {
    margin-bottom: 20px;
}

.terms-policies-panel-content-link {
    color: #1C60DD;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
    text-decoration: none;
}

.terms-policies-panel-content.open {
    /* border-top: 1px solid rgba(7, 14, 34, 0.15); */
    max-height: 500px; 
    padding: 0px 25px 0px 25px;
}

.terms-policies-panel-arrow {
    transition: transform 0.3s ease-in-out 0.1s;
}

.terms-policies-panel-arrow.rotate {
    transform: rotate(180deg);
}

@media only screen and (max-width:850px) { /*768px*/
    .terms-policies {
        padding: 80px 60px;
    }
}

@media only screen and (max-width:768px) { /*768px*/
    .terms-policies .wrapper h1 {
        font-size: 26px;
        line-height: 40px;
    }
    
    .terms-policies .wrapper .sub-title {
        font-size: 20px;
    }

    .terms-policies-panel-title {
        font-size: 16px;
    }

    .panels-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width:467px) { 
    .terms-policies {
        padding: 60px 20px;
    }
}

/*---------------------------Modal----------------------------*/

.no-scroll {
    overflow: hidden;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    box-shadow: 0 -5px 10px #418efa28, 0 5px 10px #418efa28;
    margin: 15% auto;
    padding: 50px;
    width: 80%;
    max-width: 500px;
    text-align: center;
    position: relative;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.modal-content h3 {
    margin: 0px;
    color: #418EFA;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
}

.modal-content p {
    margin: 0px;
    color: #1E2F47;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #418EFA;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #2981fd;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width:467px) { 
    .modal-content {
        max-width: 320px;
        padding: 40px 20px 40px 20px;
        gap: 10px;
    }
    .modal-content h3 {
        font-size: 20px;
    }
    .modal-content p {
        font-size: 16px;
    }
}
