/*Hero section one*/

.hero-section-one {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14rem 0 5.6rem 0;
}

.hero-section-one .herosection {
    display: flex;
    max-width: 1600px;
    /*padding-top: 14rem;*/
    width: 90%;
    /*margin-bottom: 10rem;*/
}

.hero-section-one .herosection .col {
    flex-basis: 50%;
    margin-top: 8vw;
}

.hero-section-one .herosection .col .breadcrump {
    width: 100%;
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    margin-top: -5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 2rem;
}

.hero-section-one .herosection .col .breadcrump a {
    color: #00c100;
    text-decoration: none;
}

.hero-section-one .herosection .col h1 {
    margin-bottom: 3.2rem;
    font-size: 5.2rem;
}

.hero-section-one .herosection .col p {
    font-size: 2rem;
}

.hero-section-one .herosection .col img {
    width: 100%;
    transform: scale(1.1);
    transform-origin: 0 100%;
}

.hero-section-one .herosection .col .home-img {
    transform-origin: 0 180%;
}

.hero-section-one .herosection .col .action-group {
    margin-top: 5.7rem;
}

.hero-section-one .herosection .col .action-group .pricing {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    gap: 2rem;
}

.hero-section-one .herosection .col .action-group .pricing .discount-banner {
    position: relative;
    color: #f2f0e4;
}

.hero-section-one .herosection .col .action-group .pricing .discount-banner .content {
    position: absolute;
    top: 0;
    padding-left: 3.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

.hero-section-one .herosection .col .action-group .pricing .discount-banner .content h2 {
    height: 100%;
}


.hero-section-one .herosection .col .action-group .pricing p {
    font-size: 3.2rem;
    font-weight: 500;
}

.hero-section-one .herosection .col .action-group .pricing h3 {
    font-size: 2.1rem;
    text-decoration: line-through;
}

.hero-section-one .herosection .col .action-group .features {
    margin: 2rem auto 0;
    display: flex;
    gap: 1rem;
    padding: 1.9rem 0;
}

.hero-section-one .herosection .col .action-group .features .quick-benifit-item {
    display: flex;
    margin-right: 1rem;
    align-items: center;
    gap: 0.5rem;
}

.hero-section-one .herosection .col .action-group .features .quick-benifit-item p {
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #00381b;
}

.hero-section-one .herosection .col .action-group .hero-pricing {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    gap: 2rem;
}

.hero-section-one .herosection .col .action-group .hero-pricing p {
    font-size: 3.2rem;
    font-weight: 500;
}

.hero-section-one .herosection .col .action-group .hero-pricing h3 {
    font-size: 2.1rem;
    text-decoration: line-through;
}

.home-hero-wrapper {
    position: relative;
    margin-top: 5.8rem !important
}

.home-hero-wrapper .svgs {
    position: absolute;
    top: -12%;
    left: 0;
    z-index: 1;
}

.info-pill {
    display: inline-block;
    padding: 1rem 1.2rem;
    position: absolute;
    top: 16%;
    left: 25%;
    border-radius: 3.8rem;
    background-color: #fff;
    z-index: 5;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.info-pill.two {
    top: 43%;
    left: 8%;
}

.info-pill.three {
    top: 13%;
    left: 78%;
}

.info-pill-green {
    display: inline-block;
    padding: 1.7rem 0.8rem 1.6rem 1.4rem;
    border-bottom-left-radius: 1.6rem;
    background-color: #00c100;
    z-index: 5;
    position: absolute;
    bottom: 33%;
    right: -10%;
}

.hero-section-one .herosection .home-hero-wrapper .info-pill p.info-pill-text {
    font-family: Lato;
    font-size: 1rem;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0;
    text-align: center;
    color: #4b5563;
}

.hero-section-one .herosection .home-hero-wrapper .info-pill p.info-pill-text .red {
    color: #fc6128;
}

.hero-section-one .herosection .home-hero-wrapper .info-pill-green p.info-pill-green-text {
    font-family: Lato;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: #f2f0e4;
}

@media only screen and (min-width: 1760px) {
    .hero-section-one .herosection__info {
        width: 45vw;
        padding-left: 0;
    }

    .hero-section-one .herosection__info__content {
        width: 85%;
    }
}

@media only screen and (min-width: 360px) and (max-width: 900px) {
    .info-pill-green {
        right: 0;
    }

    .home-hero-wrapper .svgs {
        position: absolute;
        top: -1%;
        left: 0;
        z-index: 1;
    }
}


.new-hero-image {
    width: 50%;
    height: auto;
    align-self: flex-start;
}

@media only screen and (min-width: 1700px) and (max-width: 1760px) {
    .hero-section-one {
        justify-content: end;
    }

    .hero-section-one .herosection {
        max-width: 95%;
    }

    .hero-section-one .herosection__info {
        padding-left: 0;
    }

    .hero-section-one .herosection__info__content {
        width: 80%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .hero-section-one {
        justify-content: end;
    }

    .hero-section-one .herosection {
        max-width: 95%;
    }

    .hero-section-one .herosection__info {
        padding-left: 0;
    }

    .hero-section-one .herosection__info__content {
        width: 85%;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .hero-section-one .herosection__info__content {
        width: 94%;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 95%;
    }
}

@media only screen and (min-width: 1700px) {
    .hero-section-one .herosection__info__content {
        width: 100%;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 95%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
    .hero-section-one .herosection__info__content {
        width: 100%;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 95%;
    }
}

@media only screen and (min-width: 1260px) and (max-width: 1400px) {
    .hero-section-one .herosection__info__content {
        width: 90%;
        font-size: 5rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 95%;
    }

    .hero-section-one .herosection .herosection-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1260px) {
    .hero-section-one .herosection__info__content {
        width: 90%;
        font-size: 4.6rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 95%;
        font-size: 1.8rem;
    }

    .hero-section-one .herosection .herosection-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 1150px) and (max-width: 1300px) {
    .hero-section-one {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-one .herosection {
        display: flex;
        max-width: 1600px;
        width: 90%;
        margin-bottom: 10rem;
    }

    .hero-section-one .herosection .col {
        flex-basis: 50%;
    }

    .hero-section-one .herosection .col h1 {
        margin-bottom: 3.2rem;
        font-size: 4.6rem;
    }

    .hero-section-one .herosection .col p {
        font-size: 1.8rem;
    }

    .hero-section-one .herosection .col .action-group {
        margin-top: 5.7rem;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits {
        margin: 2rem auto 0;
        display: flex;
        gap: 1rem;
        padding: 1.9rem 0;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits .quick-benifit-item {
        display: flex;
        margin-right: 1rem;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits .quick-benifit-item p {
        font-family: Josefin Sans;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.01em;
        text-align: center;
        color: #00381b;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1150px) {
    .hero-section-one {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-one .herosection {
        display: flex;
        max-width: 1600px;
        width: 90%;
        margin-bottom: 10rem;
    }

    .hero-section-one .herosection .col {
        flex-basis: 50%;
    }

    .hero-section-one .herosection .col h1 {
        margin-bottom: 3.2rem;
        font-size: 4.4rem;
        width: 110%;
    }

    .hero-section-one .herosection .col p {
        font-size: 1.6rem;
    }

    .hero-section-one .herosection .col .action-group {
        margin-top: 5.7rem;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits {
        margin: 2rem auto 0;
        display: flex;
        gap: 1rem;
        padding: 1.9rem 0;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits .quick-benifit-item {
        display: flex;
        margin-right: 1rem;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits .quick-benifit-item p {
        font-family: Josefin Sans;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.01em;
        text-align: center;
        color: #00381b;
    }
}

@media only screen and (min-width: 360px) and (max-width: 900px) {
    .hero-section-one {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-one .herosection {
        display: flex;
        flex-direction: column;
        max-width: 1600px;
        width: 90%;
        margin-bottom: 10rem;
    }

    .hero-section-one .herosection .col {
        flex-basis: 50%;
    }

    .hero-section-one .herosection .col h1 {
        margin-top: 8vw;
        margin-bottom: 3.2rem;
        font-size: 4.4rem;
        width: 110%;
    }

    .hero-section-one .herosection .col p {
        font-size: 1.6rem;
    }

    .hero-section-one .herosection .col .action-group {
        margin-top: 5.7rem;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits {
        margin: 2rem auto 0;
        display: flex;
        gap: 1rem;
        padding: 1.9rem 0;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits .quick-benifit-item {
        display: flex;
        margin-right: 1rem;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits .quick-benifit-item p {
        font-family: Josefin Sans;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.01em;
        text-align: center;
        color: #00381b;
    }
}

@media only screen and (min-width: 1070px) and (max-width: 1200px) {
    .hero-section-one .herosection__info {
        padding: 8vw 0 10vw 4vw;
    }

    .hero-section-one .herosection__info__content {
        width: 90%;
        font-size: 4.4rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 90%;
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1070px) {
    .hero-section-one .herosection__info {
        width: 100%;
        padding: 8vw 0 10vw 4vw;
    }

    .hero-section-one .herosection__info__content {
        width: 100%;
        font-size: 4.4rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 95%;
        font-size: 1.6rem;
    }

    .hero-section-one .herosection__info__heading {
        margin-top: 0;
    }

    .hero-section-one .herosection .herosection-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .hero-section-one .herosection {
        flex-direction: column;
    }

    .hero-section-one .herosection__info {
        width: 95%;
        padding: 5rem 0 0 0;
        margin-left: 5%;
    }

    .hero-section-one .herosection__info__content {
        width: 70%;
        font-size: 5rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 70%;
        font-size: 2rem;
    }

    .hero-section-one .herosection .herosection-image {
        width: 80vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .hero-section-one .herosection {
        flex-direction: column;
    }

    .hero-section-one .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-one .herosection__info__content {
        width: 90%;
        font-size: 5rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 90%;
        font-size: 2rem;
    }

    .hero-section-one .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .hero-section-one .herosection {
        flex-direction: column;
    }

    .hero-section-one .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-one .herosection__info__content {
        width: 90%;
        font-size: 5rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 90%;
        font-size: 2rem;
    }

    .hero-section-one .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .hero-section-one .herosection {
        flex-direction: column;
    }

    .hero-section-one .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-one .herosection__info__content {
        width: 90%;
        font-size: 4rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 90%;
        font-size: 1.6rem;
    }

    .hero-section-one .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .hero-section-one .herosection {
        flex-direction: column;
    }

    .hero-section-one .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-one .herosection__info__content {
        width: 90%;
        font-size: 4rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 90%;
        font-size: 1.6rem;
    }

    .hero-section-one .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }

    .new-hero-image {
        width: 100%;
        margin-bottom: 10vh;
    }

    .hero-section-one .herosection__info__content {
        margin-bottom: 2rem;
    }

    .hero-section-one .herosection__info__sub-content {
        margin-bottom: 3rem;
    }
}

@media only screen and (min-width: 360px) and (max-width: 900px) {
    .hero-section-one .herosection .col h1 {
        width: 100%;
    }

    .hero-section-one .herosection .col img {
        width: 100%;
        transform: scale(1);
        transform-origin: 0 100%;
    }

    .info-pill-green {
        right: 0;
    }
}

/*End of hero section one*/


/*card section one*/

.card-section-one {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.card-section-one .services {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 1600px;
    /*padding-bottom: 5.6rem;*/
}

.card-section-one .services__heading {
    width: 60%;
    font-family: Josefin Sans, serif;
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    margin: auto;
}

.card-section-one .services__cardgroup {
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card-section-one .services__cardgroup__card {
    width: 43vw;
    max-width: 75rem;
    min-width: 63rem;
    border-radius: 2rem;
    background-color: #2c2c2c;
    padding: 5rem 2.2rem 2rem 2rem;
    display: flex;
    gap: 3rem;
    position: relative;
}

.card-section-one .services__cardgroup__card__pricingcontainer__pricing {
    padding: 1.2rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 2rem;
    left: 0;
    background-color: #00bd1e;
    line-height: 100%;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 3.1rem;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    border-bottom-right-radius: 5rem;
    border-top-right-radius: 5rem;
    gap: 1rem;
}

.card-section-one .services__cardgroup__card__pricingcontainer__pricing .strike {
    text-decoration: line-through;
    font-size: 1.5rem;
    color: white;
}

.card-section-one .services__cardgroup__card .services-card-image {
    width: 19rem;
    height: auto;
    align-self: end;
    margin-top: 5rem;
}

.card-section-one .services__cardgroup__card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: Lato, serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
    color: #f2f0e4;
}


.card-section-one .services__cardgroup__card__content p {
    color: #F3F0E3;
    width: 90%;
}

.card-section-one .services__cardgroup__card__content__heading {
    font-family: Josefin Sans, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
    margin-bottom: 3.2rem;
}

.card-section-one .services__cardgroup__card__content ul,
.card-section-one .services__cardgroup__card__content ol {
    width: 95%;
    margin-bottom: 3.2rem;
    max-width: 34rem;
    margin-top: 0;
    -webkit-padding-start: 2rem;
}

.card-section-one .services__cardgroup__card__content li {
    margin: 1rem 0;
}

.card-section-one .services__cardgroup__card__content .primary-btn {
    margin-bottom: 1.8rem;
}

.card-section-one .services__cardgroup__card {
    width: 48%;
    max-width: initial;
    min-width: initial;
}

.card-section-one .services__cardgroup__card__content .primary-btn-sm {
    margin-bottom: 1.8rem;
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .card-section-one .services__cardgroup__card__content p {
        margin-bottom: 3rem;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .card-section-one .services__heading {
        width: 100%;
    }

    .card-section-one .services__cardgroup {
        justify-content: center;
    }

    .card-section-one .services__cardgroup__card {
        min-width: 90vw;
    }

    .card-section-one .services__cardgroup__card .services-card-image {
        width: 20rem;
        height: auto;
    }

    .card-section-one .services__cardgroup__card__content__heading {
        font-size: 2.9rem;
        width: 100%;
    }

    .card-section-one .services__cardgroup__card:first-child {
        margin-bottom: 3rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .card-section-one .services__heading {
        width: 100%;
        font-size: 3.2rem;
    }

    .card-section-one .services__cardgroup {
        justify-content: center;
    }

    .card-section-one .services__cardgroup__card {
        min-width: 90vw;
        flex-direction: column;
    }

    .card-section-one .services__cardgroup__card .services-card-image {
        width: 20rem;
        height: auto;
        margin-right: auto;
    }

    .card-section-one .services__cardgroup__card__content__heading {
        font-size: 2.9rem;
        width: 100%;
    }

    .card-section-one .services__cardgroup__card__content ul {
        margin-left: 2rem;
    }

    .card-section-one .services__cardgroup__card:first-child {
        margin-bottom: 3rem;
    }
}

/*End of card section one*/


/*Banner Section One*/

.banner-section-one {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .banner-section-one {
        margin: 0;
    }
}

.banner-section-one .mobile-app-card {
    width: 90%;
    max-width: 1600px;
    display: flex;
    margin-top: 8rem;
    background-color: #fff;
    border-radius: 3.6rem;
}

.banner-section-one .mobile-app-card .col {
    flex-basis: 50%;
}

.banner-section-one .mobile-app-card .col.col-center {
    display: flex;
    justify-content: center;
}

.banner-section-one .mobile-app-card .col.col-center img {
    width: 36rem;
    height: auto;
    transform: scale(1.14);
    transform-origin: 50% 100%;
}

.banner-section-one .mobile-app-card .col.col-content {
    padding: 3.6rem 3.2rem 6rem 0;
}

.banner-section-one .mobile-app-card .col.col-content .right-align {
    display: flex;
    justify-content: end;
    color: #00bd1e;
    margin-bottom: 2.4rem;
}

.banner-section-one .mobile-app-card .col.col-content h3 {
    width: 75%;
    margin-bottom: 3.6rem;
}

.banner-section-one .mobile-app-card .col.col-content ul {
    list-style: none;
    width: 75%;
    margin-bottom: 3.6rem;
}

.banner-section-one .mobile-app-card .col.col-content ul li {
    margin-bottom: 2.4rem;
    display: flex;
    gap: 2rem;
}

.banner-section-one .mobile-app-card .col.col-content ul li svg {
    display: flex;
    flex-shrink: 0;
}

@media only screen and (min-width: 900px) and (max-width: 1000px) {
    .banner-section-one .mobile-app-card {
        flex-direction: column;
    }

    .banner-section-one .mobile-app-card .col {
        flex-basis: 50%;
    }

    .banner-section-one .mobile-app-card .col.col-content {
        padding: 3.6rem 3.2rem 6rem 3.2rem;
    }

    .banner-section-one .mobile-app-card .col.col-content h3 {
        width: 100%;
        margin-bottom: 3.6rem;
    }

    .banner-section-one .mobile-app-card .col.col-content ul {
        list-style: none;
        width: 100%;
        margin-bottom: 3.6rem;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .banner-section-one .mobile-app-card {
        flex-direction: column;
    }

    .banner-section-one .mobile-app-card .col {
        flex-basis: 50%;
    }

    .banner-section-one .mobile-app-card .col.col-content {
        padding: 3.6rem 3.2rem 6rem 3.2rem;
    }

    .banner-section-one .mobile-app-card .col.col-content h3 {
        width: 100%;
        margin-bottom: 3.6rem;
    }

    .banner-section-one .mobile-app-card .col.col-content ul {
        list-style: none;
        width: 100%;
        margin-bottom: 3.6rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .banner-section-one .mobile-app-card {
        flex-direction: column;
    }

    .banner-section-one .mobile-app-card .col {
        flex-basis: 50%;
    }

    .banner-section-one .mobile-app-card .col.col-center img {
        width: 28rem !important;
        height: auto;
    }

    .banner-section-one .mobile-app-card .col.col-content {
        padding: 3.6rem 3.2rem 6rem 3.2rem;
    }

    .banner-section-one .mobile-app-card .col.col-content h3 {
        width: 100%;
        margin-bottom: 3.6rem;
    }

    .banner-section-one .mobile-app-card .col.col-content ul {
        list-style: none;
        width: 100%;
        margin-bottom: 3.6rem;
    }
}

/*End of Banner Section One*/

/*Card section two*/
.card-section-two {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.card-section-two .advantagestabsection {
    display: flex;
    flex-direction: column;
    gap: 7rem;
    width: 90%;
    max-width: 1600px;
    /*padding: 5.6rem 0;*/
}

.card-section-two .advantagestabsection__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 125% */
}

.card-section-two .advantagestabsection__heading svg {
    width: 25rem;
    height: auto;
}

.card-section-two .advantagestabsection__tabgroup {
    display: flex;
    gap: 4rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card-section-two .advantagestabsection__tabgroup__tab {
    flex-basis: 31%;
    min-width: 39rem;
    padding: 3.7rem;
    background-color: #fff;
    border-radius: 3.2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.card-section-two .advantagestabsection__tabgroup__tab__content {
    color: #2c2c2c;
    font-family: Josefin Sans;
    text-align: left;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.card-section-two .advantagestabsection__tabgroup__tab h3 {
    color: white;
    font-size: 2.4rem;
    line-height: 140%;
}

.card-section-two p {
    color: #495564;
    text-align: left;
    font-family: Lato;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 155.556% */
    flex: 1;
}

.card-section-two .advantagestabsection__tabgroup__tab .icon-container {
    max-width: 7.2rem;
    min-width: 7.2rem;
    height: 7.2rem;
    border-radius: 7.2rem;
    background-color: #00bd1e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-section-two .advantagestabsection__tabgroup .advantages-tab-1__content,
.card-section-two .advantagestabsection__tabgroup .advantages-tab-3__content,
.card-section-two .advantagestabsection__tabgroup .advantages-tab-4__content {
    width: 50%;
}

.card-section-two .advantagestabsection__tabgroup .last-tab {
    flex-basis: 31%;
    min-width: 39rem;
    background-color: #00381b;
    position: relative;
    align-items: flex-start;
    padding-top: 7.6rem;
}

.card-section-two .advantagestabsection__tabgroup .last-tab .content {
    width: 90%;
    color: #fff;
    text-align: left;
    font-family: Josefin Sans;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
    /* 155.556% */
    margin-bottom: 3.6rem;
}

.card-section-two .advantagestabsection__tabgroup .last-tab .advantages-card-background-image {
    border-bottom-right-radius: 3.2rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (min-width: 1100px) and (max-width: 1140px) {
    .card-section-two .advantagestabsection__tabgroup {
        gap: 3rem;
    }

    .card-section-two .advantagestabsection__tabgroup__tab {
        width: 39rem;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
    .card-section-two .advantagestabsection__tabgroup {
        justify-content: center;
        gap: 3rem;
    }

    .card-section-two .advantagestabsection__tabgroup__tab {
        width: 39rem;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1000px) {
    .card-section-two .advantagestabsection__tabgroup {
        gap: 3rem;
        justify-content: center;
    }

    .card-section-two .advantagestabsection__tabgroup__tab {
        min-width: 40rem;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .card-section-two .advantagestabsection__tabgroup {
        justify-content: center;
        gap: 3rem;
    }

    .card-section-two .advantagestabsection__tabgroup__tab {
        width: 39rem;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .card-section-two .advantagestabsection__tabgroup {
        gap: 3rem;
        justify-content: center;
    }

    .card-section-two .advantagestabsection__tabgroup__tab {
        width: 39rem;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .card-section-two .advantagestabsection__tabgroup {
        gap: 3rem;
        justify-content: center;
    }

    .card-section-two .advantagestabsection__tabgroup__tab {
        width: 39rem;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .card-section-two .advantagestabsection__tabgroup {
        gap: 3rem;
        justify-content: center;
    }

    .card-section-two .advantagestabsection__tabgroup__tab {
        width: 39rem;
    }

    .card-section-two .advantagestabsection__heading {
        font-size: 3.2rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .card-section-two .advantagestabsection__tabgroup {
        gap: 3rem;
        justify-content: center;
    }

    .card-section-two .advantagestabsection__tabgroup__tab {
        min-width: 100%;
    }

    .card-section-two .advantagestabsection__tabgroup .last-tab {
        min-width: 100%;
    }

    .card-section-two .advantagestabsection__heading {
        font-size: 3.2rem;
    }

    .card-section-two .advantagestabsection {
        padding-bottom: 0;
    }
}

/*End for card section two*/

/*Vertical scrollable cards*/
.how-it-works-wrapper {
    padding: 5.6rem 0;
}

.vertical-scrollable-cards {
    max-width: 1600px;
    width: 90%;
    margin: auto;
    display: flex;
}

.vertical-scrollable-cards .col-1 {
    flex-basis: 55%;
    align-self: flex-start;
    position: sticky;
    top: 25%;
}

.vertical-scrollable-cards .col-1 .fixed-copy {
    max-width: 50.3rem;
    margin-left: 5rem;
}

.vertical-scrollable-cards .col-1 .fixed-copy h1 {
    font-size: 4.8rem;
    font-weight: 500;
    margin-bottom: 3rem;
    line-height: 140%;
}

.vertical-scrollable-cards .col-1 .fixed-copy p {
    font-size: 1.8rem;
    line-height: 153%;
    font-family: "Lato";
    margin-bottom: 6rem;
    font-weight: 400;
}

.vertical-scrollable-cards .col-2 {
    flex-basis: calc(40% - 5rem);
}

.vertical-scrollable-cards .step-item-card {
    padding: 6rem;
    background-color: rgba(255, 255, 255, 0.6);
    transform: scale(0.98);
    opacity: 0.8;
    transition: all 0.6s ease;
    border-radius: 4rem;
    margin-bottom: 4rem;
}

.vertical-scrollable-cards .step-item-card h3 {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 2rem;
    line-height: 130%;
    overflow-wrap: break-word;
}

.vertical-scrollable-cards .step-item-card p {
    font-family: "lato";
    font-size: 1.6rem;
    line-height: 1.53;
    font-weight: 400;
}

.vertical-scrollable-cards .step-item-card.active {
    background-color: rgb(255, 255, 255);
    opacity: 1;
    filter: blur(0px);
    transform: scale(1);
}

.vertical-scrollable-cards .col-3 {
    flex-basis: 10rem;
    position: sticky;
    top: 20%;
    align-self: flex-start;
    display: flex;
    justify-content: flex-end;
}

.vertical-scrollable-cards .col-3 .anchor-holder {
    width: 1rem;
}

.vertical-scrollable-cards .col-3 .anchor-holder .anchor-item {
    height: calc(20vh - 8rem);
    margin-bottom: 1rem;
    background-color: #b3b3b3;
}

.vertical-scrollable-cards .col-3 .anchor-holder .anchor-item:hover {
    opacity: 0.4;
    background-color: #00bd1e;
    cursor: pointer;
}

.vertical-scrollable-cards .col-3 .anchor-holder .anchor-item.active {
    background-color: #00bd1e;
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .vertical-scrollable-cards {
        flex-direction: column;
    }

    .vertical-scrollable-cards .col-1 {
        position: static;
    }

    .vertical-scrollable-cards .col-1 .fixed-copy {
        margin-left: 0;
        margin-bottom: 3rem;
    }

    .vertical-scrollable-cards .col-1 .fixed-copy h1 {
        font-size: 3.2rem;
    }

    .vertical-scrollable-cards .col-3 {
        position: static;
        display: none;
    }
}

.testimonial-cards {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.testimonial-cards .testimonialsection {
    width: 90%;
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding: 5.6rem 0;*/
}

.testimonial-cards .testimonialsection__headline {
    width: 80%;
    font-family: Josefin Sans;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    color: #2c2c2c;
}

.testimonial-cards .testimonialsection__subline {
    font-family: Lato;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.1rem;
    text-align: center;
    color: #4b5563;
    margin-top: 2.4rem;
}

.testimonial-cards .testimonialsection__groupcontainer {
    width: 100%;
    overflow-x: scroll;
}

.testimonial-cards .testimonialsection__groupcontainer::-webkit-scrollbar {
    display: none;
}

.testimonial-cards .testimonialsection__groupcontainer__group {
    display: flex;
    gap: 3rem;
    margin-top: 5rem;
}

.testimonial-cards .testimonialsection__groupcontainer__group__testimonial {
    background-color: #fff;
    min-width: 40rem;
    padding: 4.2rem 4rem 6rem 4rem;
    border-radius: 3.2rem;
}

.testimonial-cards .testimonialsection__groupcontainer__group__testimonial__header {
    display: flex;
    gap: 1.2rem;
    align-items: center;
}

.testimonial-cards .testimonialsection__groupcontainer__group__testimonial__header .testimonial-avatar {
    width: 6.8rem;
    height: 6.8rem;
}

.testimonial-cards .testimonialsection__groupcontainer__group__testimonial__header .person-rating {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.testimonial-cards .testimonialsection__groupcontainer__group__testimonial__header .person-rating .person {
    font-family: Josefin Sans;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
}

.testimonial-cards .testimonialsection__groupcontainer__group__testimonial__content {
    font-family: Lato;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    margin-top: 3rem;
}

@media only screen and (min-width: 900px) and (max-width: 1060px) {
    .testimonial-cards .testimonialsection__headline {
        width: 95%;
        font-size: 4.4rem;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .testimonial-cards .testimonialsection__headline {
        width: 95%;
        font-size: 4.3rem;
    }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
    .testimonial-cards .testimonialsection__headline {
        width: 100%;
        font-size: 3.8rem;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .testimonial-cards .testimonialsection__headline {
        width: 100%;
        font-size: 3.8rem;
    }
}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    .testimonial-cards .testimonialsection {
        padding: 3.6rem 0;
    }

    .testimonial-cards .testimonialsection__headline {
        width: 100%;
        font-size: 3.2rem;
        line-height: 120%;
    }
}

/*End for testimonial cards*/

/*Blog Section container*/

.blog-cards-section {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.blog-cards-section .blogsection {
    width: 90%;
    max-width: 1600px;
    /*padding: 5.6rem 0;*/
}

.blog-cards-section .blogsection__heading {
    font-family: Josefin Sans;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: #2c2c2c;
    margin-bottom: 5rem;
}

.blog-cards-section .blogsection__group {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    flex-wrap: wrap;
}

.blog-cards-section .blogsection__group .carousel-group {
    display: flex;
    width: 65%;
    min-height: 34rem;
    border-radius: 2rem;
    align-items: flex-start;
    position: relative;
}

.blog-cards-section .blogsection__group .carousel-group .left-arrow {
    min-width: 4.7rem;
    height: 4.7rem;
    border-radius: 4.7rem;
    border: 1px solid #2c2c2c;
    margin-left: -2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 42%;
    cursor: pointer;
}

.blog-cards-section .blogsection__group .carousel-group .left-arrow .inside-arrow {
    width: 2.4rem;
    height: 2.4rem;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper {
    width: 100%;
    overflow-x: hidden;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside {
    display: flex;
    width: 300%;
    transition: all 0.3s ease;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel {
    display: flex;
    padding: 1.6rem;
    min-width: 33.3%;
    background-color: #fff;
    border-radius: 2rem;
    cursor: pointer;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .corousel-image {
    flex-basis: 33rem;
    max-width: 33rem;
    min-height: 30.5rem;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 3rem;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .content__heading {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    color: #00381b;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
    font-family: "Josefin Sans";
    margin-top: 2rem;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .content__headline {
    font-family: Josefin Sans;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    width: 80%;
    margin-bottom: 1rem;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .content__content {
    width: 90%;
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #4b5563;
    margin-bottom: 2rem;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .content__readmore {
    font-family: Josefin Sans;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    border-bottom: 1px solid #00bd1e;
    color: #00bd1e;
    text-decoration: none;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper::-webkit-scrollbar {
    display: none;
}

.blog-cards-section .blogsection__group .carousel-group .right-arrow {
    min-width: 4.7rem;
    height: 4.7rem;
    border-radius: 4.7rem;
    border: 1px solid #2c2c2c;
    margin-left: -2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 42%;
    right: -15px;
    cursor: pointer;
}

.blog-cards-section .blogsection__group .carousel-group .right-arrow .inside-arrow {
    width: 2.4rem;
    height: 2.4rem;
}

.blog-cards-section .blogsection__group .stats {
    width: 31%;
    min-height: 34rem;
    border-radius: 2rem;
    background-color: #fff;
    padding: 3.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.blog-cards-section .blogsection__group .stats__heading {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    color: #2c2c2c;
    margin-bottom: 0.8rem;
}

.blog-cards-section .blogsection__group .stats__data-value .value {
    font-family: Lato;
    font-size: 6.6rem;
    font-weight: 400;
    line-height: 125%;
    text-align: left;
    color: #00bd1e;
}

.blog-cards-section .blogsection__group .stats__data-value .data {
    font-family: Josefin Sans;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    color: #2c2c2c;
}

.blog-cards-section .blogsection__group .blog {
    height: 40rem;
    width: 31%;
    border-radius: 2rem;
    background-color: #fff;
    padding: 1.7rem 2rem;
    cursor: pointer;
}

.blog-cards-section .blogsection__group .blog__image .blog-image {
    width: 100%;
    height: 21.8rem;
    object-fit: cover;
    object-position: 0 0;
    border-radius: 10px;
    margin-bottom: 1.6rem;
}

.blog-cards-section .blogsection__group .blog__headline {
    font-family: Josefin Sans;
    font-size: 2rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
    color: #2c2c2c;
    margin-bottom: 1rem;
}

.blog-cards-section .blogsection__group .blog__readmore {
    width: 10rem;
    font-family: Josefin Sans;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    border-bottom: 1px solid #00bd1e;
    color: #00bd1e;
    text-decoration: none;
}

.blog-cards-section .blogsection__group .final-tab {
    width: 31%;
    height: 40rem;
    padding: 7.6rem 3.2rem;
    border-radius: 2rem;
    background-color: #00381b;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.blog-cards-section .blogsection__group .final-tab .content {
    font-family: Josefin Sans;
    font-size: 2.4rem;
    width: 90%;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    color: #fff;
    margin-bottom: 2rem;
}

.blog-cards-section .blogsection .blogsection-button {
    margin: 6rem auto auto;
    width: 21rem;
}

@media only screen and (min-width: 1100px) and (max-width: 1140px) {
    .blog-cards-section .blogsection__group {
        justify-content: center;
        gap: 4vw;
    }

    .blog-cards-section .blogsection__group .corousel {
        width: 90vw;
    }

    .blog-cards-section .blogsection__group .stats {
        width: 43vw;
        height: 52rem;
    }

    .blog-cards-section .blogsection__group .blog {
        width: 43vw;
        height: 52rem;
    }

    .blog-cards-section .blogsection__group .final-tab {
        width: 43vw;
        height: 52rem;
    }

    .blog-cards-section .blogsection__group .final-tab__heading {
        width: 70%;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
    .blog-cards-section .blogsection__group {
        gap: 3rem;
    }

    .blog-cards-section .blogsection__group .corousel {
        width: 75rem;
    }

    .blog-cards-section .blogsection__group .corousel .content__headline {
        width: 100%;
    }

    .blog-cards-section .blogsection__group .corousel .content__content {
        width: 100%;
    }

    .blog-cards-section .blogsection__group .stats {
        width: 35rem;
    }

    .blog-cards-section .blogsection__group .blog {
        width: 35rem;
        height: 37rem;
    }

    .blog-cards-section .blogsection__group .final-tab {
        width: 35rem;
        height: 37rem;
        padding: 7rem 3rem;
    }

    .blog-cards-section .blogsection__group .final-tab .final-tab-image {
        width: 12rem;
    }

    .blog-cards-section .blogsection__group .final-tab__heading {
        font-size: 2.2rem;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1000px) {
    .blog-cards-section .blogsection__group {
        justify-content: center;
        gap: 4vw;
    }

    .blog-cards-section .blogsection__group .carousel-group {
        width: 87vw;
        margin: auto;
    }

    .blog-cards-section .blogsection__group .stats {
        width: 43vw;
        height: 48rem;
    }

    .blog-cards-section .blogsection__group .blog {
        width: 43vw;
        height: 48rem;
    }

    .blog-cards-section .blogsection__group .final-tab {
        width: 43vw;
        height: 48rem;
    }

    .blog-cards-section .blogsection__group .final-tab__heading {
        width: 70%;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .blog-cards-section .blogsection__group {
        justify-content: center;
        gap: 4vw;
    }

    .blog-cards-section .blogsection__group .carousel-group {
        width: 86vw;
        margin: auto;
    }

    .blog-cards-section .blogsection__group .stats {
        width: 43vw;
        height: 42rem;
    }

    .blog-cards-section .blogsection__group .blog {
        width: 43vw;
        height: 42rem;
    }

    .blog-cards-section .blogsection__group .final-tab {
        width: 43vw;
        height: 42rem;
    }

    .blog-cards-section .blogsection__group .final-tab__heading {
        width: 70%;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .blog-cards-section .blogsection__group {
        justify-content: center;
        gap: 4vw;
    }

    .blog-cards-section .blogsection__group .carousel-group {
        width: 86vw;
        margin: auto;
    }

    .blog-cards-section .blogsection__group .stats {
        width: 43vw;
        height: 38rem;
    }

    .blog-cards-section .blogsection__group .blog {
        width: 43vw;
        height: 38rem;
    }

    .blog-cards-section .blogsection__group .final-tab {
        width: 43vw;
        height: 38rem;
    }

    .blog-cards-section .blogsection__group .final-tab__heading {
        width: 70%;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .blog-cards-section .blogsection__group {
        justify-content: center;
        gap: 4vw;
    }

    .blog-cards-section .blogsection__group .carousel-group {
        width: 85vw;
        height: 40rem;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel {
        height: 40rem;
    }

    .blog-cards-section .blogsection__group .stats {
        width: 43vw;
        height: 38rem;
    }

    .blog-cards-section .blogsection__group .blog {
        width: 43vw;
        height: 38rem;
    }

    .blog-cards-section .blogsection__group .final-tab {
        width: 43vw;
        height: 38rem;
    }

    .blog-cards-section .blogsection__group .final-tab__heading {
        width: 100%;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .blog-cards-section .blogsection__heading {
        font-size: 4rem;
    }

    .blog-cards-section .blogsection__group {
        gap: 4rem;
    }

    .blog-cards-section .blogsection__group .carousel-group {
        width: 100%;
        height: 78rem;
    }

    .blog-cards-section .blogsection__group .carousel-group .left-arrow {
        margin-right: auto;
        position: relative;
        top: 50%;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside {
        height: 78rem;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel {
        flex-direction: column;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .corousel-image {
        width: 100%;
        margin: 3rem auto;
    }

    .blog-cards-section .blogsection__group .carousel-group .right-arrow {
        margin-left: -1.5rem;
        position: relative;
        top: 50%;
        right: -1.5rem;
    }

    .blog-cards-section .blogsection__group .stats {
        width: 90vw;
        height: 38rem;
    }

    .blog-cards-section .blogsection__group .blog {
        width: 90vw;
        height: 52rem;
    }

    .blog-cards-section .blogsection__group .final-tab {
        width: 90vw;
        height: 37rem;
        padding: 7rem 3rem;
    }

    .blog-cards-section .blogsection__group .final-tab .final-tab-image {
        width: 12rem;
    }

    .blog-cards-section .blogsection__group .final-tab__heading {
        font-size: 2.2rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .blog-cards-section .blogsection__heading {
        font-size: 3.2rem;
        margin-bottom: 2rem;
    }

    .blog-cards-section .blogsection__group {
        gap: 4rem;
    }

    .blog-cards-section .blogsection__group .carousel-group {
        width: 100%;
        height: auto;
    }

    .blog-cards-section .blogsection__group .carousel-group .left-arrow {
        margin-right: auto;
        position: relative;
        top: 50%;
        left: 3%;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside {
        height: auto;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel {
        flex-direction: column;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .corousel-image {
        width: 100%;
        margin: 1rem auto;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .content {
        margin-left: 1rem;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .content__headline {
        width: 110%;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .content__content {
        width: 100%;
    }

    .blog-cards-section .blogsection__group .carousel-group .right-arrow {
        margin-left: -1.5rem;
        position: relative;
        top: 50%;
        right: -0.5rem;
    }

    .blog-cards-section .blogsection__group .stats {
        width: 90vw;
        height: 37rem;
    }

    .blog-cards-section .blogsection__group .blog {
        width: 90vw;
        height: 41rem;
    }

    .blog-cards-section .blogsection__group .final-tab {
        width: 90vw;
        height: 36rem;
        padding: 7rem 3rem;
    }

    .blog-cards-section .blogsection__group .final-tab .final-tab-image {
        width: 12rem;
    }

    .blog-cards-section .blogsection__group .final-tab__heading {
        font-size: 2.2rem;
    }

    .blog-cards-section .blogsection {
        padding: 0;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .corousel-image {
        flex-basis: 8rem;
        align-self: flex-start;
        object-fit: cover;
    }
}

/*End of blog card section*/

.enquire-now-form-section {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.enquire-now-form-section .formsection {
    display: flex;
    flex-direction: column;
    /*padding: 5.6rem 0;*/
    max-width: 1600px;
}

.enquire-now-form-section .formsection__heading {
    padding-left: 5vw;
    width: 70%;
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 6rem;
    /* 125% */
    margin-bottom: 5rem;
}

.enquire-now-form-section .formsection__form {
    width: 100%;
    display: flex;
    gap: 5vw;
    padding-left: 5vw;
}

.enquire-now-form-section .formsection__form form {
    width: 45vw;
    display: flex;
    flex-direction: column;
}

.enquire-now-form-section .formsection__form form #errorMessage {
    color: #a50918;
    background-color: rgba(151, 33, 33, 0.1);
    font-family: Josefin Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.16px;
    width: 100%;
    display: flex;
    padding: 1rem 2rem;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px solid #a50918;
    margin-bottom: 3rem;
    text-wrap: wrap;
}

.enquire-now-form-section .formsection__form form #errorMessage.success {
    color: #00bd1e;
    background-color: rgba(0, 189, 31, 0.0980392157);
    border: 1px solid #00bd1e;
}

.enquire-now-form-section .formsection__form form label {
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem;
    /* 122.222% */
    letter-spacing: -0.18px;
    margin-bottom: 1rem;
}

.enquire-now-form-section .formsection__form form .full-name {
    display: flex;
    gap: 2rem;
    width: 100%;
    margin-bottom: 3rem;
}

.enquire-now-form-section .formsection__form form .full-name .first-name {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.enquire-now-form-section .formsection__form form .full-name .first-name #first-name {
    width: 100%;
    height: 4.4rem;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px solid #98a3b1;
}

.enquire-now-form-section .formsection__form form .full-name .last-name {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.enquire-now-form-section .formsection__form form .full-name .last-name #last-name {
    width: 100%;
    height: 4.4rem;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px solid #98a3b1;
}

.enquire-now-form-section .formsection__form form .contact-group {
    display: flex;
    gap: 1rem;
}

.enquire-now-form-section .formsection__form form .contact-group .email {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.enquire-now-form-section .formsection__form form .contact-group .email #email {
    display: flex;
    height: 44px;
    padding: 8px 10px 8px 16px;
    border-radius: 40px;
    border: 1px solid #98a3b1;
    margin-bottom: 3rem;
}

.enquire-now-form-section .formsection__form form .contact-group .email #email::placeholder {
    color: #9ca3af;
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.enquire-now-form-section .formsection__form form .contact-group .phone {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.enquire-now-form-section .formsection__form form .contact-group .phone #phone {
    display: flex;
    height: 44px;
    border-radius: 40px;
    border: 1px solid #98a3b1;
    margin-bottom: 3rem;
    padding: 8px 10px 8px 9rem;
}

.enquire-now-form-section .formsection__form form .contact-group .phone #phone::placeholder {
    color: #9ca3af;
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.enquire-now-form-section .formsection__form form .contact-group .phone #country {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 30%;
    padding-left: 1rem;
    width: 8rem;
    height: 4.4rem;
    border-bottom-left-radius: 2rem;
    border-top-left-radius: 2rem;
    cursor: pointer;
    font-size: 1.6rem;
    background: transparent;
    border: none;
    outline: none;
}

.enquire-now-form-section .formsection__form form .contact-group .phone #country::placeholder {
    color: #9ca3af;
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.enquire-now-form-section .formsection__form form textarea {
    display: flex;
    height: 10rem;
    padding: 1.5rem 1rem 1.5rem 1.6rem;
    gap: 1rem;
    align-self: stretch;
    border-radius: 2rem;
    font-family: Lato;
    border: 1px solid #98a3b1;
    margin-bottom: 3rem;
}

.enquire-now-form-section .formsection__form form textarea::placeholder {
    color: #9ca3af;
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.enquire-now-form-section .formsection__form form .checkbox-submitbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.enquire-now-form-section .formsection__form form .checkbox-submitbtn .checkbox {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.enquire-now-form-section .formsection__form form .checkbox-submitbtn .checkbox #checkbox {
    width: 3rem;
    height: 3rem;
}

.enquire-now-form-section .formsection__form form .checkbox-submitbtn .checkbox label {
    margin-bottom: 0;
}

.enquire-now-form-section .formsection__form form .checkbox-submitbtn .checkbox label p {
    font-family: Josefin Sans;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #4b5563;
}

.enquire-now-form-section .formsection__form form .checkbox-submitbtn .checkbox label a {
    color: #00bd1e !important;
}


.enquire-now-form-section .formsection__form .form-image {
    width: 45vw;
    height: auto;
}

@media only screen and (min-width: 1600px) {
    .enquire-now-form-section .formsection__heading {
        width: 80%;
        padding-left: 0;
    }

    .enquire-now-form-section .formsection__form {
        padding-left: 0;
    }

    .enquire-now-form-section .formsection__form form {
        width: 50vw;
    }

    .enquire-now-form-section .formsection__form .form-image {
        width: 35vw;
        height: auto;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1000px) {
    .enquire-now-form-section .formsection__heading {
        width: 80%;
    }

    .enquire-now-form-section .formsection__form form {
        width: 50vw;
    }

    .enquire-now-form-section .formsection__form .form-image {
        width: 40vw;
        height: auto;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .enquire-now-form-section .formsection__heading {
        width: 90%;
    }

    .enquire-now-form-section .formsection__form {
        flex-direction: column;
    }

    .enquire-now-form-section .formsection__form form {
        width: 70vw;
    }

    .enquire-now-form-section .formsection__form .form-image {
        margin-left: auto;
        width: 60vw;
        height: auto;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .enquire-now-form-section .formsection__heading {
        width: 90%;
        font-size: 4.3rem;
    }

    .enquire-now-form-section .formsection__form {
        flex-direction: column;
    }

    .enquire-now-form-section .formsection__form form {
        width: 90vw;
    }

    .enquire-now-form-section .formsection__form .form-image {
        display: none;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .enquire-now-form-section .formsection__heading {
        width: 100%;
        font-size: 4rem;
    }

    .enquire-now-form-section .formsection__form {
        flex-direction: column;
    }

    .enquire-now-form-section .formsection__form form {
        width: 90vw;
    }

    .enquire-now-form-section .formsection__form .form-image {
        display: none;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .enquire-now-form-section .formsection__heading {
        width: 100%;
        font-size: 4rem;
    }

    .enquire-now-form-section .formsection__form {
        flex-direction: column;
    }

    .enquire-now-form-section .formsection__form form {
        width: 90vw;
    }

    .enquire-now-form-section .formsection__form .form-image {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .enquire-now-form-section .formsection__heading {
        width: 100%;
        font-size: 3.2rem;
        line-height: 120%;
    }

    .enquire-now-form-section .formsection__form {
        flex-direction: column;
    }

    .enquire-now-form-section .formsection__form form {
        width: 90vw;
    }

    .enquire-now-form-section .formsection__form form .contact-group {
        flex-direction: column;
    }

    .enquire-now-form-section .formsection__form .form-image {
        display: none;
    }

    .enquire-now-form-section .formsection__form form .checkbox-submitbtn {
        flex-direction: column;
    }

    .enquire-now-form-section .formsection__form form .checkbox-submitbtn .checkbox {
        margin-bottom: 2rem;
    }
}

/*End of enquire now form section*/

/*Enquire Now Form Section*/

.faq-block-section {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.faq-block-section .accordins {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding: 8rem 0;*/
    gap: 2rem;
    width: 60%;
}

.faq-block-section .accordins__heading {
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 6rem;
    /* 125% */
    margin-bottom: 6rem;
    text-align: center;
}

.faq-block-section .accordins .isfp-accordian-heading {
    width: 65%;
}

.faq-block-section .accordins__question {
    width: 100%;
    border-radius: 1.6rem;
    background: #fff;
}

.faq-block-section .accordins__question__heading {
    display: flex;
    padding: 1.6rem;
    align-items: center;
    color: #2c2c2c;
    justify-content: space-between;
    font-family: Josefin Sans;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.2px;
    cursor: pointer;
}

.faq-block-section .accordins__question__heading img {
    height: 3rem;
    width: 3rem;
    color: #2c2c2c;
    transition: transform 500ms;
}

.faq-block-section .accordins__question .content {
    display: none;
}

.faq-block-section .accordins__question.expanded .accordins__question__heading img {
    transform: rotate(180deg);
}

.faq-block-section .accordins__question.expanded .content {
    display: block;
    padding: 0 1.6rem 1.6rem;
    color: #4b5563;
    font-family: Lato;
    font-size: 1.6rem;
    line-height: 140%;
}

.faq-block-section .accordins__question.expanded .content .green,
.faq-block-section .accordins__question.expanded .content a {
    color: #00bd1e;
}

.faq-block-section .accordins__question.expanded .content .para {
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
}

.faq-block-section .accordins__question.expanded .content .para:nth-child(2) {
    margin-top: 1.8rem;
}

.faq-block-section .accordins__question.expanded .content .para:nth-child(3) {
    margin-top: 1.8rem;
}

.faq-block-section .accordins__question.expanded .content .table-title {
    color: #2c2c2c;
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
    margin-top: 4rem;
    margin-bottom: 1.8rem;
}

.faq-block-section .accordins__question.expanded .content__message {
    background-color: #eaf9ec;
    width: 90%;
    padding: 1.6rem;
    display: flex;
    border-radius: 1.3rem;
    gap: 1rem;
    margin-top: 3rem;
}

.faq-block-section .accordins__question.expanded .content__message .bulb-fill {
    width: 4.4rem;
    height: 4.4rem;
}

.faq-block-section .accordins__question.expanded .content__message__content {
    display: flex;
    flex-direction: column;
}

.faq-block-section .accordins__question.expanded .content__message__content__heading {
    font-family: Josefin Sans;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #2c2c2c;
}

.faq-block-section .accordins__question.expanded .content__message__content__content {
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #4b5563;
}

.faq-block-section .accordins__question.expanded table {
    border-collapse: collapse;
    border: 1px solid #9ca3af;
    width: 100%;
}

.faq-block-section .accordins__question.expanded table tr,
.faq-block-section .accordins__question.expanded table td,
.faq-block-section .accordins__question.expanded table th {
    border: 1px solid #9ca3af;
    font-family: Lato;
    color: #2c2c2c;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
}

.faq-block-section .accordins__question.expanded table td {
    font-weight: 500;
    color: #2c2c2c;
}

.faq-block-section .accordins__question.expanded table th,
.faq-block-section .accordins__question.expanded table td {
    padding: 1.3rem 1.5rem;
}

.faq-block-section .accordins__question.expanded table .row-heading {
    text-align: left;
}

.faq-block-section .accordins__question.expanded ul {
    color: #4b5563;
    margin: 2rem 0;
    font-family: Lato;
    font-size: 1.5rem;
    line-height: 140%;
}

.faq-block-section .accordins__question.expanded ul li {
    color: #4b5563;
    margin-left: 3rem;
    font-family: Lato;
    font-size: 1.5rem;
    line-height: 140%;
    margin-bottom: 1rem;
}

.faq-block-section .accordins__question.expanded ul li .link {
    color: #4b5563;
    margin-left: 0;
}

.faq-block-section .accordins__question.expanded ul li .isfp-accordian-link {
    color: #00bd1e;
    margin-left: -3rem;
}

.faq-block-section .accordins__question.expanded .isfp-accordian-link {
    list-style: none;
}

.faq-block-section .accordins .more-questions {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1.8rem 2.4rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 1.6rem;
    background: #fff;
    color: #2c2c2c;
    text-align: center;
    font-family: Josefin Sans;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: -0.18px;
    border: none;
}

.faq-block-section .accordins .more-questions .green {
    color: #00c100;
    text-decoration: none;
}

@media only screen and (min-width: 900px) and (max-width: 1070px) {
    .faq-block-section .accordins {
        width: 80%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 900px) {
    .faq-block-section .accordins {
        width: 80%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .faq-block-section .accordins {
        width: 80%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .faq-block-section .accordins {
        width: 90%;
    }
}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    .faq-block-section .accordins {
        width: 90%;
        padding: 4rem 0;
    }

    .faq-block-section .accordins__heading {
        font-size: 3.2rem;
        margin-bottom: 2rem;
        line-height: 120%;
    }
}

.bottom-banner {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.bottom-banner .inquireforfree {
    width: 90%;
    height: 45rem;
    max-width: 1600px;
    position: relative;
    padding: 6.4rem 5vw;
    border-radius: 3.2rem;
    margin: 0 auto;
    background-color: #fff;
}

.bottom-banner .inquireforfree .inquireforfree-image {
    overflow: hidden;
    z-index: 2;
    position: absolute;
    height: 43rem;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 2rem;
}

.bottom-banner .inquireforfree .inquireforfree-image svg {
    height: 100%;
    margin-right: -5rem;
}

.bottom-banner .inquireforfree__content {
    color: #218e28;
    font-family: Lato;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 4rem;
}

.bottom-banner .inquireforfree__sub-content {
    width: 70%;
    color: var(--brand-colors-text, #2c2c2c);
    font-family: Josefin Sans;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 4rem;
}

@media only screen and (min-width: 800px) and (max-width: 1000px) {
    .bottom-banner .inquireforfree {
        height: 43rem;
        padding: 4rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image {
        z-index: 2;
        height: 35rem;
        border-bottom-right-radius: 2rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image svg {
        margin-right: -10rem;
    }

    .bottom-banner .inquireforfree__content {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .bottom-banner .inquireforfree__sub-content {
        width: 60%;
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .bottom-banner .inquireforfree {
        height: 43rem;
        padding: 4rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image {
        z-index: 2;
        height: 30rem;
        border-bottom-right-radius: 2rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image svg {
        margin-right: -15rem;
    }

    .bottom-banner .inquireforfree__content {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .bottom-banner .inquireforfree__sub-content {
        width: 60%;
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .bottom-banner .inquireforfree {
        height: 60rem;
        padding: 4rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image {
        z-index: 2;
        height: 30rem;
        border-bottom-right-radius: 2rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image svg {
        margin-right: -15rem;
    }

    .bottom-banner .inquireforfree__content {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .bottom-banner .inquireforfree__sub-content {
        width: 90%;
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .bottom-banner .inquireforfree {
        height: 70rem;
        padding: 4rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image {
        z-index: 2;
        height: 30rem;
        border-bottom-right-radius: 2rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image svg {
        margin-right: -15rem;
    }

    .bottom-banner .inquireforfree__content {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .bottom-banner .inquireforfree__sub-content {
        width: 90%;
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    .bottom-banner .inquireforfree {
        height: 72rem;
        padding: 4rem;
        margin-top: 4rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image {
        z-index: 2;
        height: 26rem;
        border-bottom-right-radius: 2rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image svg {
        margin-right: -15rem;
    }

    .bottom-banner .inquireforfree__content {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .bottom-banner .inquireforfree__sub-content {
        width: 90%;
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .bottom-banner .inquireforfree {
        margin-top: 5rem;
    }
}

/*End of bottom banner*/

/*Navbar*/

.navbar-snippet {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f0e3;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.navbar-snippet .navbar {
    background-color: #f3f0e3;
    width: 92%;
    max-width: 1600px;
    padding: 4.2rem 0 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    transition: all 0.3s ease;
}

.navbar-snippet .navbar .navbar__left {
    display: flex;
    align-items: center;
    gap: 23px;
}

.navbar-snippet .navbar .navbar__left a {
    text-decoration: none;
}

.navbar-snippet .navbar .navbar__left a .logo {
    width: 17rem;
    height: 3.2rem;
    position: relative;
    top: 2px;
}

.navbar-snippet .navbar__navigation {
    border-radius: 4rem;
    padding: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    flex-direction: row;
    gap: 2.75rem;
    margin-right: 2.75rem;
}

.navbar-snippet .navbar__right {
    display: flex;
    gap: 6px;
}

.navbar-snippet .navitem {
    display: flex;
    gap: 2px;
    padding: 0.8rem 0;
    align-items: center;
    position: relative;
}

.navbar-snippet .navbar__right .navitem #login-button {
    padding: 1.1rem 1.6rem 0.9rem 1.6rem;
    border-radius: 5rem;
    border: 1px solid #2c2c2c;
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.18px;
    text-decoration: none;
    cursor: pointer;
    /*line-height: 100%;*/
    height: 100%;
}

.navbar__right {
    list-style: none;
}

.navbar-snippet .navitem #login-button:hover {
    color: #00bd1e;
    border: 1px solid #00bd1e;
}

.navbar-snippet .navitem:hover {
    cursor: pointer;
}

.navbar-snippet .navitem:hover .shape {
    stroke: #00bd1e;
    transform: rotate(-180deg);
}

.navbar-snippet .navitem:hover .navitem-a {
    color: #00bd1e;
}

.navbar-snippet .navitem .shape {
    height: 2rem;
    width: 2rem;
    stroke: #2c2c2c;
    transition: transform ease 500ms;
    transform-origin: 50% 50%;
}

.navbar-snippet .nav-main-btn-item a {
    color: #fff !important;
}

.navbar-snippet .navitem a {
    color: #2c2c2c;
    text-decoration: none;
    font-family: Josefin Sans;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem;
    /* 122.222% */
    letter-spacing: -0.18px;
}

.navbar-snippet .navbar__navigation .navitem a.sublink {
    font-size: 1.6rem;
}

.navbar-snippet .navbar__navigation .navitem a.sublink:hover {
    color: #00bd1e;
}

.navbar-snippet .navbar__navigation .navitem .wrapper {
    position: absolute;
    top: 2rem;
    left: 0;
    display: none;
    height: 5rem;
    background-color: #fff;
    opacity: 0;
    width: 20rem;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal {
    display: none;
    position: absolute;
    box-shadow: 0 34px 34px 0 rgba(0, 0, 0, 0.2509803922);
    top: 5rem;
    left: -15rem;
    background-color: #fff !important;
    width: 90rem;
    height: 35.3rem;
    padding-top: 3.5rem;
    padding-left: 4.5rem;
    border-radius: 2rem;
    animation: slideup 0.2s ease-in 1;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__background {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 2rem;
    height: 34rem;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__heading {
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 112.5%;
    /* 112.5% */
    margin-bottom: 3rem;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content {
    width: 28rem;
    display: flex;
    flex-direction: column;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content .content {
    text-decoration: none;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content .content .heading {
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 122.222% */
    letter-spacing: -0.18px;
    margin-bottom: 1rem;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content .content .content {
    color: #4b5563;
    font-family: Lato;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 18.2px */
    margin-bottom: 1rem;
    position: relative;
    z-index: 10;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content .content:hover .heading {
    color: #00bd1e;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content .content:hover .content {
    color: #00bd1e;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content .sublink-container {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content .sublink-container:hover a.sub-link {
    color: #00bd1e !important;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content .sublink-container a.sub-link {
    display: block;
    text-decoration: none;
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 1.6rem !important;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 122.222% */
    letter-spacing: -0.18px;
}

.navbar-snippet .navitem-services:hover>.wrapper {
    display: block;
}

.navbar-snippet .navitem-services:hover>.nav-modal {
    display: block;
}

.navbar-snippet .navbar .menu-bars {
    display: none;
    width: 3rem;
    height: 3rem;
}

.navbar-snippet .navbar .menu-close {
    display: none;
    width: 3rem;
    height: 3rem;
}

.navbar-snippet.fixed {
    padding-top: 1.2rem;
    transform: translateY(-300px);
}

.language-display-button-container {
    position: relative;
}

.language-display-button {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.8rem 1.1rem;
    border-radius: 5rem;
    background-color: transparent;
    gap: 2px;
    border: none;
    height: 40px;
}

.language-display-button .main-language-name {
    color: #2c2c2c;
    text-decoration: none;
    font-family: Josefin Sans;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: -0.18px;
}

.language-button-option-wrapper {
    height: 2rem;
    width: 18rem;
    position: absolute;
    top: 3rem;
    right: 0;
    background-color: transparent;
    display: none;
}

.language-button-options-container {
    display: none;
    flex-direction: column;
    gap: 1rem;
    width: 181px;
    border-radius: 10px;
    padding: 2.3rem 1.8rem;
    position: absolute;
    top: 5.5rem;
    right: 0;
    background-color: #fff;
}

.language-button-options-container .arrow-up-lang {
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #fff;
    position: absolute;
    top: -8px;
    right: 2rem;
}

.language-button-options-container .language-button-option {
    font-family: Josefin Sans !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    letter-spacing: -0.01em !important;
    text-align: left;
    color: #2C2C2C !important;
    cursor: pointer;
}

.language-button-options-container .language-button-option:hover {
    color: #00BD1E;
}

.language-display-button:hover>.language-button-options-container {
    display: flex;
}

.language-display-button:hover>.language-button-option-wrapper {
    display: flex;
}

.profile-display-button {
    position: relative;
    align-items: center;
    padding: 0.8rem 1.1rem;
    border-radius: 5rem;
    background-color: #fff;
    gap: 0.8rem;
    border: none;
    display: flex;
}

.profile-display-button .main-profile-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    height: 1.8rem;
    width: 1.8rem;
    border-radius: 1.8rem;
    background-color: #00bd1e;
    color: #fff;
}

.profile-display-button .main-profile-name {
    font-family: Josefin Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    color: #2c2c2c;
}

.profile-display-button-container {
    position: relative;
    display: none !important;
}

.profile-button-option-wrapper {
    height: 2rem;
    width: 18rem;
    position: absolute;
    top: 3rem;
    right: 0;
    background-color: transparent;
    display: none;
}

.profile-button-options-container {
    display: none;
    flex-direction: column;
    gap: 1rem;
    width: 181px;
    height: 93px;
    border-radius: 10px;
    padding: 2.3rem 1.8rem;
    position: absolute;
    top: 5rem;
    right: 0;
    background-color: #fff;
}

.profile-button-options-container .arrow-up {
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #fff;
    position: absolute;
    top: -8px;
    right: 2rem;
}

.profile-button-options-container .profile-button-option {
    font-family: Josefin Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #2c2c2c;
    cursor: pointer;
}

.profile-button-options-container .profile-button-option:hover {
    color: #00bd1e;
}

.profile-display-button:hover>.profile-button-options-container {
    display: flex;
}

.profile-display-button:hover>.profile-button-option-wrapper {
    display: flex;
}

@media only screen and (min-width: 1700px) {
    .navbar-snippet .navbar {
        padding: 4.2rem 0;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1120px) {
    .navbar-snippet .navbar__navigation {
        width: 78%;
    }

    .navbar-snippet .navbar__navigation .navitem-services .nav-modal {
        right: -55rem;
    }
}

.index-content-section .knowmore .content .tableofcontents__question {
    margin-left: -2rem;
}

@media only screen and (min-width: 360px) and (max-width: 1000px) {
    .navbar-snippet .navbar {
        padding: 1.2rem 0 1.2rem 2px;
    }

    .navbar-snippet .navbar__logo {
        width: 15rem;
        height: 3rem;
    }

    .navbar-snippet .navbar__navigation,
    .navbar-snippet .navbar__right {
        position: fixed;
        display: none;
        flex-direction: column;
        top: 0;
        left: 0;
        width: 100%;
        height: 40rem;
        background: white;
        align-items: center;
        justify-content: center;
    }

    .navbar-snippet .navbar__navigation.active {
        display: flex;
    }

    .navbar-snippet .navbar__navigation .navitem .nav-modal {
        width: 100vw;
        top: 0;
        background-color: white;
        z-index: 12000;
        left: 0;
        position: fixed;
        bottom: 0;
        height: calc(100vh - 40rem);
        min-height: 500px;
    }

    .navbar-snippet .navbar .menu-bars {
        display: block;
    }

    .navbar-snippet .navbar__navigation .navitem-services:hover>.nav-modal {
        display: none;
    }

    .mobile-none {
        display: none;
    }
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #f2f0e4;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 80px 20px;
    display: none;
    flex-direction: column;
    animation: open 0.2s ease-in 1;
}

.mobile-menu .menu-list {
    max-height: 100%;
    margin-bottom: 6.6rem;
    overflow: auto;
}

.mobile-menu .mobile-menu-btn {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 4rem;
}

.mobile-menu .mobile-menu-btn #app-link-mobile {
    display: block;
    padding: 1rem 1rem;
    border-radius: 5rem;
    border: 1px solid #2c2c2c;
    color: #2c2c2c !important;
    font-family: Josefin Sans;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.18px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 100%;
    margin-bottom: 2rem;
}

.mobile-menu .mobile-menu-btn #app-link-mobile:hover {
    border: 1px solid #00bd1e;
    color: #00bd1e;
}

.mobile-menu .mobile-menu-btn #staging-app-link-mobile {
    display: none;
    padding: 1rem 1rem;
    border-radius: 5rem;
    border: 1px solid #2c2c2c;
    color: #2c2c2c !important;
    font-family: Josefin Sans;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.18px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 100%;
    margin-bottom: 2rem;
}

.mobile-menu .mobile-menu-btn #staging-app-link-mobile:hover {
    border: 1px solid #00bd1e;
    color: #00bd1e;
}

.mobile-menu .mobile-login-profile-container {
    position: absolute;
    bottom: 2%;
    left: 5%;
    width: 90%;
}

.mobile-menu .mobile-login-profile-container .mobile-login-profile {
    display: none !important;
    align-items: center;
    width: 100%;
    padding: 1rem 2rem;
    background-color: #fff;
    border-radius: 2rem;
}

.mobile-menu .mobile-login-profile-container .mobile-login-profile .mobile-profile-group {
    display: flex;
    align-items: center;
    flex: 1;
}

.mobile-menu .mobile-login-profile-container .mobile-login-profile .mobile-profile-group .mobile-profile-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background-color: #00bd1e;
    border-radius: 2rem;
    color: #fff;
    font-size: 1.4rem;
    padding-bottom: 1px;
    margin-right: 1rem;
}

.mobile-menu .mobile-login-profile-container .mobile-login-profile .mobile-profile-group .mobile-profile-name {
    font-size: 1.8rem;
    font-weight: 500;
    color: #2c2c2c;
}

.mobile-menu .mobile-login-profile-container .mobile-login-profile .mobile-profile-button-chevrondown {
    transition: transform ease 500ms;
    transform-origin: 50% 50%;
}

.mobile-menu .mobile-login-profile-container .mobile-profile-wrapper {
    position: absolute;
    bottom: 4rem;
    left: 0;
    width: 100%;
    background-color: #00bd1e;
    height: 3rem;
}

.mobile-menu .mobile-login-profile-container .mobile-profile-dropdown {
    transition: transform ease 500ms;
    position: absolute;
    bottom: 6rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    display: none;
    flex-direction: column;
    gap: 1rem;
}

.mobile-menu .mobile-login-profile-container .mobile-profile-dropdown .profile-dropdown-downarrow {
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #fff;
    position: absolute;
    bottom: -1rem;
    right: 2rem;
}

.mobile-menu .mobile-login-profile-container .mobile-profile-dropdown p {
    font-size: 1.8rem;
    font-weight: 500;
    color: #2c2c2c;
}

.mobile-menu .mobile-login-profile-container .mobile-profile-dropdown p:hover {
    color: #00bd1e;
}

.nav-active {
    display: flex;
}

.center-heading {
    text-align: center;
    font-size: 5.2rem;
    font-weight: 500;
}

@keyframes open {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
}

.menu-group {
    padding: 2rem;
    background: white;
    border-radius: 20px;
    margin-bottom: 2rem;
}

.menu-group .menu-header {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2c2c2c;
    text-decoration: none;
}

.menu-group .menu-header img {
    margin-right: 1rem;
}

.menu-group .menu-header .menu-title {
    flex-basis: 90%;
}

.menu-group .menu-header svg {
    transition: transform 0.4s;
}

.menu-group .menu-item {
    display: none;
    margin: 2rem 0;
    text-decoration: none;
}

.menu-group .menu-item.language-code {
    margin: 2rem 0 0 0;
}

.menu-group .menu-item h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.6rem;
    color: #2c2c2c;
}

.menu-group .menu-item p {
    font-size: 1.6rem;
    line-height: 140%;
    font-family: "lato";
    color: #2c2c2c;
}

.expanded .menu-header svg {
    transform: rotate(180deg);
}

.expanded .menu-item {
    display: block;
}

@keyframes slideup {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
}

.breadcrump {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    font-family: Lato;
}

.breadcrump a {
    text-decoration: none;
    color: #00c100;
    text-transform: capitalize !important;
}

/*End of Navbar*/

/*Footer*/

.footer-snippet {
    display: flex;
    justify-content: center;
    background-color: #2c2c2c;
    margin-top: 5.6rem;
}

.footer-snippet .footer {
    display: flex;
    flex-direction: column;
    background-color: #2c2c2c;
    align-items: center;
    padding: 6rem 0;
    width: 90%;
    max-width: 1600px;
}

.footer-snippet .footer__nav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #565656;
    padding-bottom: 3rem;
    gap: 2rem;
}

.footer-snippet .footer__nav .company-details {
    width: 30rem;
    margin-right: 4rem;
}

.footer-snippet .footer__nav .company-details a .logo-footer {
    width: 11rem;
}

.footer-snippet .footer__nav .company-details .location {
    margin-top: 3rem;
    color: var(--gray-colors-white, #fff);
    font-family: Lato;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 171.429% */
}

.footer-snippet .footer__nav__col {
    width: 20rem;
}

.footer-snippet .footer__nav__col__heading {
    color: #fff;
    font-family: Josefin Sans;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 122%;
    letter-spacing: -0.18px;
    margin-bottom: 3rem;
}

.footer-snippet .footer__nav__col__links {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}

.footer-snippet .footer__nav__col__links a {
    text-decoration: none;
    color: #fff;
    font-family: Lato;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.footer-snippet .footer__base {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 3rem;
}

.footer-snippet .footer__base__copyright {
    color: #fff;
    font-family: Josefin Sans;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
    /* 122.222% */
    letter-spacing: -0.18px;
}

@media only screen and (min-width: 700px) and (max-width: 900px) {
    .footer-snippet .footer__nav {
        justify-content: flex-start;
    }
}

/*End of Footer*/


/*Photo banner section*/


.photo-banner {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.photo-banner .kfw-funding {
    display: flex;
    width: 90%;
    max-width: 1600px;
    gap: 5rem;
}

.photo-banner .kfw-funding .kfw-funding-image-container {
    flex-basis: 30%;
}

.photo-banner .kfw-funding .kfw-funding-image-container .kfw-funding-image {
    align-self: flex-start;
    width: 38.3rem;
    min-height: 40.8rem;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}

.photo-banner .kfw-funding__content {
    flex-basis: 70%;
}

.photo-banner .kfw-funding__content__headline {
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 2.5rem;
}

.photo-banner .kfw-funding__content__message {
    width: 100%;
    padding: 12px 24px;
    border-radius: 11px;
    background-color: #d3ecd7;
    margin-bottom: 1.8rem;
    position: relative;
    border-left: 3px solid #00bd1e;
}

.photo-banner .kfw-funding__content>p {
    width: 90%;
    color: #2c2c2c;
    font-family: Lato;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 153%;
    margin-bottom: 3rem;
}

.photo-banner .kfw-funding__content__message #message-text {
    font-family: Lato;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
}

.photo-banner .kfw-funding__content__message #message-text span {
    font-family: Lato;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
}

.photo-banner .kfw-funding__content__para {
    width: 90%;
    color: #2c2c2c;
    font-family: Lato;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 153%;
    margin-bottom: 3rem;
}

@media (max-width: 900px) {
    .photo-banner {
        flex-direction: column;
        margin: 0 auto;
    }

    .photo-banner .kfw-funding {
        flex-direction: column-reverse;
        margin: 0 auto;
    }

    .photo-banner .kfw-funding__content__headline {
        font-size: 3.2rem;
    }

    .photo-banner .kfw-funding .kfw-funding-image {
        width: 100%;
    }
}

/*End of photo banner*/

/*Step by step section*/

.step-by-step-section {
    display: flex;
    justify-content: center;
}

.step-by-step-section .fundingsection {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 1600px;
    padding: 10rem 11rem;
    background: #2c2c2c;
    border-radius: 3rem;
    margin: auto;
}

.step-by-step-section .fundingsection__head {
    display: flex;
    justify-content: center;
    margin-bottom: 8.5rem;
}

.funding-section-container .fundingsection .isfp-funding-head {
    flex-direction: column;
    width: 65%;
    align-items: center;
    margin: auto;
}

.step-by-step-section .fundingsection__head__heading {
    text-align: center;
    color: #F2F0E4;
    font-family: Josefin Sans;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.step-by-step-section .fundingsection__head__sub-heading {
    text-align: center;
    width: 80%;
    color: #F2F0E4;
    font-family: Lato;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin-top: 2.4rem;
    margin-bottom: 6.4rem;
}

.step-by-step-section .fundingsection .isfp-funding-head {
    flex-direction: column;
    width: 65%;
    align-items: center;
    margin: auto;
}

.step-by-step-section .fundingsection__body {
    display: flex;
    flex-direction: column;
    position: relative;
}

.step-by-step-section .fundingsection__body .visual-representation {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 50%;
    transform: translate(-50%, 0);
}

.step-by-step-section .fundingsection__body .visual-representation .visual-image {
    width: 7.6rem;
    height: 7.6rem;
}

.step-by-step-section .fundingsection__body .visual-representation .connector {
    list-style: none;
}

.step-by-step-section .fundingsection__body .visual-representation .connector .dash {
    height: 1.5rem;
    margin-bottom: 0.5rem;
    width: 0.2rem;
    background-color: #F2F0E4;
}

.step-by-step-section .fundingsection__body__step__number {
    display: flex;
    width: 5rem;
    padding: 0.6rem 2.6rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 3rem;
    background: #00c100;
    color: #F2F0E4;
    font-family: Lato;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1.1rem;
}

.step-by-step-section .fundingsection__body__step__heading {
    width: 40rem;
    color: #F2F0E4;
    font-family: Josefin Sans;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.2px;
    margin-bottom: 1.1rem;
}

.step-by-step-section .fundingsection__body__step__sub-heading {
    width: 40rem;
    color: #F2F0E4;
    font-family: Lato;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.step-by-step-section .fundingsection__body__step__sub-heading ul li {
    width: 40rem;
    margin-left: 2rem;
    color: #F2F0E4;
    font-family: Lato;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.step-by-step-section .fundingsection__body__step__message {
    display: flex;
    gap: 1rem;
    background-color: #476C4D;
    padding: 1rem;
    width: 40rem;
    align-items: flex-start;
    border-radius: 1rem;
    margin-top: 2rem;
}

.step-by-step-section .fundingsection__body__step__message .bulb-fill {
    width: 2.7rem;
    height: 2.7rem;
    flex-shrink: 0;
}

.step-by-step-section .fundingsection__body__step__message__content {
    color: #F2F0E4;
    font-family: Lato;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.01em;
    text-align: left;
}

.step-by-step-section .fundingsection__body .isfp-page-step-3 {
    margin-top: 2.6rem;
}

.step-by-step-section .fundingsection__body__step:nth-child(even) {
    margin-left: auto;
}

.step-by-step-section .fundingsection .primary-btn {
    margin: 7rem auto auto;
}

@media only screen and (min-width: 1260px) and (max-width: 1400px) {
    .step-by-step-section .fundingsection {
        width: 90%;
        padding: 10rem 8rem;
        border-radius: 30px;
    }

    .step-by-step-section .fundingsection__head {
        margin-bottom: 8.5rem;
    }

    .step-by-step-section .fundingsection__head__heading {
        width: 80%;
        font-size: 3.2rem;
    }

    .step-by-step-section .fundingsection__head__sub-heading {
        font-size: 18px;
    }

    .step-by-step-section .fundingsection__body .visual-representation {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .step-by-step-section .fundingsection__body__step__number {
        width: 5rem;
        padding: 0.6rem 2.6rem;
        border-radius: 3rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .step-by-step-section .fundingsection__body__step__heading {
        width: 40rem;
        font-size: 2rem;
        margin-bottom: 1.1rem;
    }

    .step-by-step-section .fundingsection__body__step__sub-heading {
        width: 40rem;
        font-size: 1.6rem;
    }

    .step-by-step-section .fundingsection__body__step:nth-child(2) {
        margin-left: auto;
    }

    .step-by-step-section .fundingsection__body__step:nth-child(4) {
        margin-left: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1260px) {
    .step-by-step-section .fundingsection {
        width: 90%;
        padding: 10rem 8rem;
        border-radius: 30px;
    }

    .step-by-step-section .fundingsection__head {
        margin-bottom: 8.5rem;
    }

    .step-by-step-section .fundingsection__head__heading {
        width: 90%;
        font-size: 3.2rem;
    }

    .step-by-step-section .fundingsection__head__sub-heading {
        font-size: 18px;
    }

    .step-by-step-section .fundingsection__body .visual-representation {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .step-by-step-section .fundingsection__body__step__number {
        width: 5rem;
        padding: 0.6rem 2.6rem;
        border-radius: 3rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .step-by-step-section .fundingsection__body__step__heading {
        width: 40rem;
        font-size: 2rem;
        margin-bottom: 1.1rem;
    }

    .step-by-step-section .fundingsection__body__step__sub-heading {
        width: 40rem;
        font-size: 1.6rem;
    }

    .step-by-step-section .fundingsection__body__step:nth-child(2) {
        margin-left: auto;
    }

    .step-by-step-section .fundingsection__body__step:nth-child(4) {
        margin-left: auto;
    }
}

@media only screen and (min-width: 1070px) and (max-width: 1200px) {
    .step-by-step-section .fundingsection {
        width: 90%;
        padding: 10rem 8rem;
        border-radius: 30px;
    }

    .step-by-step-section .fundingsection__head {
        margin-bottom: 8.5rem;
        gap: 2rem;
    }

    .step-by-step-section .fundingsection__head__heading {
        width: 120%;
        font-size: 3.2rem;
    }

    .step-by-step-section .fundingsection__head__sub-heading {
        font-size: 18px;
    }

    .step-by-step-section .fundingsection__body .visual-representation {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .step-by-step-section .fundingsection__body__step__number {
        width: 5rem;
        padding: 0.6rem 2.6rem;
        border-radius: 3rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .step-by-step-section .fundingsection__body__step__heading {
        width: 30rem;
        font-size: 2rem;
        margin-bottom: 1.1rem;
    }

    .step-by-step-section .fundingsection__body__step__sub-heading {
        width: 30rem;
        font-size: 1.6rem;
    }

    .step-by-step-section .fundingsection__body__step:nth-child(2) {
        margin-left: auto;
    }

    .step-by-step-section .fundingsection__body__step:nth-child(4) {
        margin-left: auto;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1070px) {
    .step-by-step-section .fundingsection {
        width: 90%;
        padding: 10rem 8rem;
        border-radius: 30px;
    }

    .step-by-step-section .fundingsection__head {
        margin-bottom: 8.5rem;
        gap: 2rem;
    }

    .step-by-step-section .fundingsection__head__heading {
        width: 120%;
        font-size: 3.2rem;
    }

    .step-by-step-section .fundingsection__head__sub-heading {
        font-size: 18px;
    }

    .step-by-step-section .fundingsection__body .visual-representation {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .step-by-step-section .fundingsection__body__step__number {
        width: 5rem;
        padding: 0.6rem 2.6rem;
        border-radius: 3rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .step-by-step-section .fundingsection__body__step__heading {
        width: 30rem;
        font-size: 2rem;
        margin-bottom: 1.1rem;
    }

    .step-by-step-section .fundingsection__body__step__sub-heading {
        width: 30rem;
        font-size: 1.6rem;
    }

    .step-by-step-section .fundingsection__body__step:nth-child(2) {
        margin-left: auto;
    }

    .step-by-step-section .fundingsection__body__step:nth-child(4) {
        margin-left: auto;
    }
}

@media only screen and (min-width: 700px) and (max-width: 900px) {
    .step-by-step-section .fundingsection {
        width: 90%;
        padding: 10rem 3rem;
        border-radius: 30px;
    }

    .step-by-step-section .fundingsection__head {
        flex-direction: column;
        margin-bottom: 8.5rem;
        gap: 2rem;
    }

    .step-by-step-section .fundingsection__head__heading {
        width: 100%;
        font-size: 3.2rem;
    }

    .step-by-step-section .fundingsection__head__sub-heading {
        font-size: 18px;
    }

    .step-by-step-section .fundingsection__body .visual-representation {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .step-by-step-section .fundingsection__body .visual-representation .visual-image {
        width: 7rem;
    }

    .step-by-step-section .fundingsection__body__step__number {
        width: 5rem;
        padding: 0.6rem 2.6rem;
        border-radius: 3rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .step-by-step-section .fundingsection__body__step__heading {
        width: 28rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .step-by-step-section .fundingsection__body__step__sub-heading {
        width: 28rem;
        font-size: 1.4rem;
    }

    .step-by-step-section .fundingsection__body__step:nth-child(2) {
        margin-left: auto;
    }

    .step-by-step-section .fundingsection__body__step:nth-child(4) {
        margin-left: auto;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .step-by-step-section .fundingsection {
        width: 90%;
        padding: 10rem 3rem;
        border-radius: 30px;
    }

    .step-by-step-section .fundingsection__head {
        flex-direction: column;
        margin-bottom: 8.5rem;
        gap: 2rem;
    }

    .step-by-step-section .fundingsection__head__heading {
        width: 100%;
        font-size: 3.2rem;
    }

    .step-by-step-section .fundingsection__head__sub-heading {
        font-size: 18px;
    }

    .step-by-step-section .fundingsection__body {
        gap: 3rem;
    }

    .step-by-step-section .fundingsection__body .visual-representation {
        left: 10%;
        transform: translate(-50%, 0);
    }

    .step-by-step-section .fundingsection__body .visual-representation .visual-image {
        width: 7rem;
    }

    .step-by-step-section .fundingsection__body__step {
        margin-left: auto;
    }

    .step-by-step-section .fundingsection__body__step__number {
        width: 5rem;
        padding: 0.6rem 2.6rem;
        border-radius: 3rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .step-by-step-section .fundingsection__body__step__heading {
        width: 35rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .step-by-step-section .fundingsection__body__step__sub-heading {
        width: 35rem;
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .step-by-step-section .fundingsection {
        width: 90%;
        padding: 10rem 3rem;
        border-radius: 30px;
    }

    .step-by-step-section .fundingsection__head {
        width: 100%;
        flex-direction: column;
        margin-bottom: 8.5rem;
        gap: 2rem;
    }

    .step-by-step-section .fundingsection__head__heading {
        width: 100%;
        font-size: 3.2rem;
    }

    .step-by-step-section .fundingsection__head__sub-heading {
        width: 100%;
        font-size: 1.8rem;
    }

    .step-by-step-section .fundingsection__body {
        gap: 3rem;
    }

    .step-by-step-section .fundingsection__body .visual-representation {
        left: 10%;
        transform: translate(-50%, 0);
    }

    .step-by-step-section .fundingsection__body .visual-representation .visual-image {
        width: 7rem;
    }

    .step-by-step-section .fundingsection__body__step {
        margin-left: auto;
    }

    .step-by-step-section .fundingsection__body__step__number {
        width: 5rem;
        padding: 0.6rem 2.6rem;
        border-radius: 3rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .step-by-step-section .fundingsection__body__step__heading {
        width: 35rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .step-by-step-section .fundingsection__body__step__sub-heading {
        width: 35rem;
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    .step-by-step-section .fundingsection {
        width: 90%;
        padding: 3rem 2rem;
        border-radius: 30px;
    }

    .step-by-step-section .fundingsection__head {
        flex-direction: column;
        margin-bottom: 8.5rem;
        gap: 2rem;
    }

    .step-by-step-section .fundingsection__head__heading {
        width: 100%;
        font-size: 3.2rem;
    }

    .step-by-step-section .fundingsection__head__sub-heading {
        width: 100%;
        font-size: 1.8rem;
    }

    .step-by-step-section .fundingsection__body {
        gap: 3rem;
    }

    .step-by-step-section .fundingsection__body .visual-representation {
        left: 10%;
        transform: translate(-50%, 0);
    }

    .step-by-step-section .fundingsection__body .visual-representation .connector .dash {
        height: 2.5rem;
        margin-bottom: 0.8rem;
        width: 0.2rem;
        background-color: #F2F0E4;
    }

    .step-by-step-section .fundingsection__body__step__number {
        width: 5rem;
        padding: 0.6rem 2.6rem;
        border-radius: 3rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .step-by-step-section .fundingsection__body__step__heading {
        width: auto;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .step-by-step-section .fundingsection__body__step__sub-heading {
        font-size: 1.4rem;
    }

    .step-by-step-section .fundingsection .isfp-funding-head {
        width: 90%;
    }

    .step-by-step-section .fundingsection__body__step:nth-child(even) {
        margin-left: 0;
    }
}

@media (max-width: 900px) {
    .step-by-step-section .fundingsection__body .visual-representation {
        display: none;
    }

    .step-by-step-section .fundingsection__body__step__sub-heading {
        width: 100%;
    }

    .step-by-step-section .fundingsection__body__step__message {
        width: auto;
    }
}


.rootmap-container {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.rootmap-container .rootmap {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: -moz-min-content;
    height: min-content;
    max-width: 1600px;
    padding: 9rem 12rem 12rem 12rem;
    border-radius: 30px;
    background: #2C2C2C;
    align-items: center;
}

.rootmap-container .rootmap .primary-btn {
    width: fit-content;
}

.rootmap-container .rootmap .rootmap-header {
    width: 65%;
    display: flex;
    justify-content: center;
    margin-bottom: 6.4rem;
    flex-direction: column;
    align-items: center;
}

@counter-style closed-alphabet {
    system: numeric;
    symbols: '0' 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j' 'k' 'l' 'm' 'o' 'p' 'q' 'r' 's' 't' 'u' 'v' 'w' 'x' 'y' 'z';
    suffix: ') ';
    prefix: '(';
}

.rootmap-container .rootmap .rootmap-header .rootmap-subheading {
    text-align: center;
    width: 80%;
    color: #F2F0E4;
    font-family: Lato;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin-top: 2.4rem;
}

.rootmap-container .rootmap .rootmap-header h3 {
    color: #F3F0E3;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 44.8px */
}

.rootmap-container .rootmap .rootmap-body {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.rootmap-container .rootmap .rootmap-body .flow {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    overflow-y: hidden;
}

.rootmap-container .rootmap .rootmap-body .flow:nth-child(even) {
    margin-right: auto;
}

.rootmap-container .rootmap .rootmap-body .flow:nth-child(even) .content {
    margin-left: 0;
}

.rootmap-container .rootmap .rootmap-body .flow:nth-child(odd) {
    margin-right: auto;
}

.rootmap-container .rootmap .rootmap-body .flow .root {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.rootmap-container .rootmap .rootmap-body .flow .root svg {
    width: 7rem;
    height: 6rem;
}

.rootmap-container .rootmap .rootmap-body .flow .root .dash-group {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 6.5rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.rootmap-container .rootmap .rootmap-body .flow .root .dash-group .dash {
    height: 1.2rem;
    width: 2px;
    background-color: #fff;
    margin-bottom: 2px;
}

.rootmap-container .rootmap .rootmap-body .flow .content {
    width: 40%;
    margin-left: auto;
    padding-bottom: 1rem;
}

.rootmap-container .rootmap .rootmap-body .flow .content .numbering {
    display: flex;
    width: 5rem;
    padding: 0.6rem 2.6rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 3rem;
    background: #00c100;
    color: #F2F0E4;
    font-family: Lato;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1.1rem;
}

.rootmap-container .rootmap .rootmap-body .flow .content h4 {
    color: #F3F0E3;
    font-family: "Josefin Sans";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 33.6px */
    letter-spacing: -0.24px;
    margin-bottom: 1.1rem;
}

.rootmap-container .rootmap .rootmap-body .flow .content p {
    color: #F3F0E3;
    font-family: Lato;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    /* 22.88px */
    margin-bottom: 1.1rem;
}

.rootmap-container .rootmap .rootmap-body .flow .content .alert-box {
    display: flex;
    gap: 1rem;
    background-color: #476C4D;
    padding: 1rem;
    width: 80%;
    align-items: flex-start;
    border-radius: 1rem;
    margin: 2rem 0;
}

.rootmap-container .rootmap .rootmap-body .flow .content .alert-box img {
    width: 2.7rem;
    height: 2.7rem;
    flex-shrink: 0;
}

.rootmap-container .rootmap .rootmap-body .flow .content .alert-box p {
    color: #F2F0E4;
    font-family: Lato;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.01em;
    text-align: left;
    margin: 0;
}

.rootmap-container .rootmap .rootmap-body .flow .content ul {
    font-family: "lato";
    color: white;
    max-width: 40rem;
    margin-left: 1rem;
}

.rootmap-container .rootmap .rootmap-body .flow .content ul li {
    font-size: 1.4rem;
    margin: 1rem;
}

.rootmap-container .rootmap .rootmap-body .flow .content .message {
    display: flex;
    gap: 1rem;
    background-color: #476C4D;
    padding: 1rem;
    width: 100%;
    align-items: flex-start;
    border-radius: 1rem;
}

.rootmap-container .rootmap .rootmap-body .flow .content .message .bulb-fill {
    width: 2.7rem;
    height: 2.7rem;
    flex-shrink: 0;
}

.rootmap-container .rootmap .rootmap-body .flow .content .message p {
    color: #F2F0E4;
    font-family: Lato;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.01em;
    text-align: left;
    margin-bottom: 0;
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .rootmap-container .rootmap {
        padding: 8rem 4rem 8rem 4rem;
        border-radius: 30px;
        background: #2C2C2C;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .rootmap-container .rootmap {
        padding: 8rem 4rem 8rem 4rem;
        border-radius: 30px;
        background: #2C2C2C;
    }


}

@media only screen and (min-width: 320px) and (max-width: 801px) {

    .rootmap-container {
        display: flex;
        justify-content: center;
        margin: 6rem 0;
    }

    .rootmap-container .rootmap {
        display: flex;
        flex-direction: column;
        width: 90%;
        height: -moz-min-content;
        height: min-content;
        max-width: 1600px;
        padding: 6rem 3rem 6rem 3rem;
        border-radius: 30px;
        background: #2C2C2C;
    }

    .rootmap-container .rootmap .rootmap-header {
        display: flex;
        justify-content: center;
        margin-bottom: 6.4rem;
    }

    .rootmap-container .rootmap .rootmap-header h3 {
        color: #F3F0E3;
        text-align: center;
        font-family: "Josefin Sans";
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        /* 44.8px */
    }

    .rootmap-container .rootmap .rootmap-body {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .rootmap-container .rootmap .rootmap-body .flow {
        margin-bottom: 2rem;
    }

    .rootmap-container .rootmap .rootmap-body .flow .root {
        display: none;
    }

    .rootmap-container .rootmap .rootmap-body .flow .content {
        width: 100%;
        margin-left: auto;
        padding-bottom: 1rem;
    }

    .rootmap-container .rootmap .rootmap-body .flow .content .alert-box {

        width: 100%;

    }
}

/*End of step by step*/

/*Index content section*/

.contractconditions-container {
    display: flex;
    justify-content: center;
    padding: 17rem 0 5.6rem 0;
}

.contractconditions-container .contractconditions {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 1600px;
}

.contractconditions-container .contractconditions .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    width: 40%;
    margin: auto;
    text-align: center;
}

.contractconditions-container .contractconditions .content {
    margin-top: 10.2rem;
    display: flex;
}

.contractconditions-container .contractconditions .content .tableofcontents {
    width: 28vw;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    position: sticky;
    top: 15%;
}

.contractconditions-container .contractconditions .content .tableofcontents__heading {
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 4rem;
}

.contractconditions-container .contractconditions .content .tableofcontents__question {
    max-width: 27vw;
    padding: 1rem 1.7rem;
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.2px;
    margin-bottom: 0.6rem;
    cursor: pointer;
}

.contractconditions-container .contractconditions .content .tableofcontents .active {
    color: #00c500;
    border-radius: 1rem;
    border-left: 3px solid #00c500;
    background: #fff;
    box-shadow: 0 0 24px 0 #e0d7ca;
    width: 100%;
}

.contractconditions-container .contractconditions .content .tableofcontents .secondarybtn {
    color: #fff;
    font-family: Josefin Sans;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.18px;
    border: 0;
    padding: 12.66px 43px 13.34px 50px;
    border-radius: 4.8rem;
    background: #2c2c2c;
    margin-top: 5rem;
}

.contractconditions-container .contractconditions .content .info {
    width: 58vw;
    max-width: 100rem;
    margin-left: auto;
}

.contractconditions-container .contractconditions .content .info .blog {
    background-color: #fff;
    padding: 5.8rem 5.6rem;
    border-radius: 2rem;
    margin-bottom: 3rem;
}

.contractconditions-container .contractconditions .content .info .blog__title {
    font-family: Josefin Sans;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
    text-align: left;
    color: #2c2c2c;
    margin-bottom: 2.3rem;
}

.contractconditions-container .contractconditions .content .info .blog .point {
    display: flex;
    gap: 1rem;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
}

.contractconditions-container .contractconditions .content .info .blog .point__number {
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
}

.contractconditions-container .contractconditions .content .info .blog .point__content {
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
}

.contractconditions-container .contractconditions .content .info .blog ul {
    /*margin-left: 9rem;*/
    margin-bottom: 2.4rem;
}

.contractconditions-container .contractconditions .content .info .blog ul li {
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
    color: #495564;
}

.contractconditions-container .contractconditions .content .info .blog .sub-point {
    display: flex;
    gap: 1rem;
    margin-left: 5.6rem;
    margin-bottom: 2.4rem;
}

.contractconditions-container .contractconditions .content .info .blog .sub-point__number {
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
}

.contractconditions-container .contractconditions .content .info .blog .sub-point__content {
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
}

.contractconditions-container .contractconditions .content .tableofcontents {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: visible;
}

.contractconditions-container .contractconditions .content .tableofcontents {
    padding-right: 2rem;
}

.contractconditions-container .contractconditions .content .info .blog .banner {
    width: 100%;
    padding: 1.6rem 2.4rem;
    border-radius: 1.3rem;
    background-color: #eaf9ec;
    color: #4b5563;
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
}

.contractconditions-container .contractconditions .content .info .highlight {
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background-color: #eaf9ec;
    border-radius: 2rem;
}

.contractconditions-container .contractconditions .content .info .highlight div {
    margin-top: 4px;
}

.contractconditions-container .contractconditions .content .info .highlight h6 {
    margin-bottom: 6px;
}

.contractconditions-container .contractconditions .content .info .highlight p {
    margin-bottom: 0;
}

.contractconditions-container .contractconditions .content .info .image-card {
    width: 100%;
    background-size: cover;
    border-radius: 2rem;
    position: relative;
}

.contractconditions-container .contractconditions .content .info .image-card .image-card-content {
    background: linear-gradient(96.89deg, #005a1d 24.58%, rgba(16, 16, 16, 0.59) 100%);
    padding: 2.9rem 3.2rem;
    border-radius: 2rem;
}

.contractconditions-container .contractconditions .content .info .image-card .image-card-content .color-yellow {
    color: #fed07b;
}

.contractconditions-container .contractconditions .content .info .image-card .image-card-content .color-white {
    color: #fff;
}

.contra.contractconditions .contractconditions .content .info .blog ol,
.contractconditions-container .contractconditions .content .info .blog ul {
    font-family: "Lato";
    font-size: 1.6rem;
}

.contractconditions .info {
    margin-left: auto;
    width: 70%;
}

.contractconditions .info h3 {
    margin-bottom: 2rem;
}

.contractconditions .info p {
    margin-bottom: 2rem;
}

.contractconditions .info h4,
.contractconditions .info h5 {
    margin-bottom: 2rem;
}

.contractconditions .info ul,
.contractconditions .info ol {
    color: #495564;
    margin-bottom: 2rem;
    line-height: 1.4;
    font-family: "Lato";
    font-size: 1.6rem;
}

.contractconditions .info ul li,
.contractconditions .info ol li {
    margin: 1rem 0 1rem 2rem;
}

.contractconditions .info ul li .bold,
.contractconditions .info ol li .bold {
    color: #2c2c2c !important;
}

.contractconditions .info .checklist li {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.contractconditions .info .checklist li .rounded-tick {
    margin-right: 1rem;
}

.contractconditions .info .table-container {
    border: 1px solid #9ca3af;
    border-radius: 2rem;
    margin-bottom: 4rem;
    overflow: scroll;
}

.contractconditions .info .table-container table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #9ca3af;
    border-radius: 2rem;
    overflow: hidden;
}

.contractconditions .info .table-container table td,
.contractconditions .info .table-container table th {
    padding: 1.3rem 1.7rem;
    border: 1px solid #9ca3af;
}

.contractconditions .info .table-container table th:nth-child(2) {
    width: 17.5rem;
}

.contractconditions .info .table-container table th:nth-child(3) {
    width: 8.1rem;
}

.contractconditions .info .table-container table th:nth-child(4) {
    width: 21rem;
}

.contractconditions .info .table-container table th {
    background-color: #f8f8f8;
    padding: 1.3rem;
    color: #00c500;
    font-family: Lato;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.16px;
}

.contractconditions .info .table-container table td {
    vertical-align: top;
    background-color: #fcf6ea;
    padding: 1.3rem;
    color: #4b5563;
    font-family: Lato;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.16px;
}

.contractconditions .info .table-container table td:nth-child(3) {
    vertical-align: middle;
}

.contractconditions .info .table-container table .bold {
    color: #2c2c2c;
    font-weight: 700;
}

.contractconditions-container .contractconditions .content .info .blog .point {
    display: flex;
    gap: 1rem;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
    color: #495564;
}

.contractconditions-container .contractconditions .content .info .blog .point .point__number {
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
}

.contractconditions-container .contractconditions .content .info .blog .point .point__content ol {
    margin-left: 5.6rem;
    margin-bottom: 2.4rem;
}

.contractconditions-container .contractconditions .content .info .blog .point .point__content {
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
}

.contractconditions-container .contractconditions .content .info .blog .point {
    display: flex;
    gap: 1rem;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
    color: #495564;
}

.contractconditions-container .contractconditions .content .info .blog .point .point__number {
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
}

.contractconditions-container .contractconditions .content .info .blog .point .point__content ol {
    margin-left: 2.6rem;
    list-style-type: closed-alphabet;
}

.contractconditions-container .contractconditions .content .info .blog .point .point__content li {
    margin: 1rem 0;
}

.contractconditions-container .contractconditions .content .info .blog .item {
    margin-top: 2.4rem;
}

.contractconditions-container .contractconditions .content .info .blog-intro {
    background-color: #fff;
    padding: 5.8rem 5.6rem;
    border-radius: 2rem;
    margin-bottom: 3rem;
}

.contractconditions-container .contractconditions .content .info .blog-intro__content {
    font-family: Josefin Sans;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
}


@media (max-width: 800px) {
    .contractconditions-container .contractconditions .heading {
        font-size: 3.8rem;
        width: 100%;
    }

    .dataprotection-container .dataprotection .content .tableofcontents {
        display: none;
    }

    .contractconditions-container .contractconditions .content .tableofcontents {
        display: none;
    }

    .contractconditions-container .contractconditions .content .info .blog {
        width: 100%;
        padding: 2rem;
    }

    .contractconditions-container .contractconditions .content .info {
        width: 100%;
    }
}

/*.index-content-section {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

/*.index-content-section .knowmore {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    width: 90%;*/
/*    max-width: 1600px;*/
/*    padding: 10rem 0;*/
/*}*/

/*.index-content-section .knowmore .heading {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    color: #2c2c2c;*/
/*    font-family: Josefin Sans;*/
/*    font-size: 4.8rem;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: 140%;*/
/*    margin-bottom: 10rem;*/
/*}*/

/*.index-content-section .knowmore .content {*/
/*    display: flex;*/
/*}*/

/*.index-content-section .knowmore .content .tableofcontents {*/
/*    width: 28vw;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-self: flex-start;*/
/*    position: sticky;*/
/*    top: 15%;*/
/*}*/

/*.index-content-section .knowmore .content .tableofcontents__heading {*/
/*    color: #2c2c2c;*/
/*    font-family: Josefin Sans;*/
/*    font-size: 3.2rem;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: 140%;*/
/*    margin-bottom: 4rem;*/
/*}*/

/*.index-content-section .knowmore .content .tableofcontents__question {*/
/*    max-width: 27vw;*/
/*    padding: 1rem 1.7rem;*/
/*    color: #2c2c2c;*/
/*    font-family: Josefin Sans;*/
/*    font-size: 2rem;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: 140%; !* 28px *!*/
/*    letter-spacing: -0.2px;*/
/*    margin-bottom: 0.6rem;*/
/*    cursor: pointer;*/
/*}*/

/*.index-content-section .knowmore .content .tableofcontents .active {*/
/*    color: #00c500;*/
/*    border-radius: 1rem;*/
/*    border-left: 3px solid #00c500;*/
/*    background: #fff;*/
/*    box-shadow: 0px 0px 24px 0px #e0d7ca;*/
/*}*/

/*.index-content-section .knowmore .content .tableofcontents .secondarybtn {*/
/*    color: #fff;*/
/*    font-family: Josefin Sans;*/
/*    font-size: 1.8rem;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: 140%;*/
/*    letter-spacing: -0.18px;*/
/*    border: 0;*/
/*    padding: 12.66px 43px 13.34px 50px;*/
/*    border-radius: 4.8rem;*/
/*    background: #2c2c2c;*/
/*    margin-top: 5rem;*/
/*}*/

/*.index-content-section .knowmore .content .info {*/
/*    width: 58vw;*/
/*    max-width: 100rem;*/
/*    margin-left: auto;*/
/*}*/

/*.index-content-section .knowmore .content .info .blog {*/
/*    background-color: #fff;*/
/*    padding: 5.8rem 5.6rem;*/
/*    border-radius: 2rem;*/
/*    margin-bottom: 3rem;*/
/*}*/

/*.index-content-section .knowmore .content .info .blog ol,*/
/*.index-content-section .knowmore .content .info .blog ul {*/
/*    font-family: "Lato";*/
/*    font-size: 1.6rem;*/
/*}*/

/*.index-content-section .knowmore .content .info .blog p {*/
/*    color: #495564*/
/*}*/


/*.index-content-section .knowmore .content .info .blog .point {*/
/*    display: flex;*/
/*    gap: 1rem;*/
/*    margin-left: 2.4rem;*/
/*    margin-bottom: 2.4rem;*/
/*    color: #495564;*/
/*}*/

/*.index-content-section .knowmore .content .info .blog .point .point__number {*/
/*    font-family: Lato;*/
/*    font-size: 1.6rem;*/
/*    font-weight: 500;*/
/*    line-height: 140%;*/
/*    letter-spacing: 0;*/
/*    text-align: left;*/
/*}*/

/*.index-content-section .knowmore .content .info .blog .point .point__content ol {*/
/*    margin-left: 5.6rem;*/
/*    margin-bottom: 2.4rem;*/
/*}*/

/*.index-content-section .knowmore .content .info .blog .point .point__content {*/
/*    font-family: Lato;*/
/*    font-size: 1.6rem;*/
/*    font-weight: 500;*/
/*    line-height: 140%;*/
/*    letter-spacing: 0;*/
/*    text-align: left;*/
/*}*/


/*.index-content-section .knowmore .content .tableofcontents__question {*/
/*    margin-left: -2rem;*/
/*}*/

/*@media (min-width: 1600px) {*/
/*    .index-content-section .knowmore .content .tableofcontents {*/
/*        padding-right: 2rem;*/
/*    }*/
/*}*/

/*.index-content-section .info {*/
/*    margin-left: auto;*/
/*    width: 70%;*/
/*}*/

/*.index-content-section .info h3 {*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.index-content-section .info p {*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.index-content-section .info h4,*/
/*.index-content-section .info h5 {*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.index-content-section .info ul,*/
/*.index-content-section .info ol {*/
/*    color: #495564;*/
/*    margin-bottom: 2rem;*/
/*    line-height: 1.4;*/
/*}*/

/*.index-content-section .info ul li,*/
/*.index-content-section .info ol li {*/
/*    margin: 1rem 0 1rem 2rem;*/
/*}*/

/*.index-content-section .info ul li .bold,*/
/*.index-content-section .info ol li .bold {*/
/*    color: #2c2c2c !important;*/
/*}*/

/*.index-content-section .info .checklist li {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin: 1rem 0;*/
/*    margin-left: 0;*/
/*}*/

/*.index-content-section .info .checklist li .rounded-tick {*/
/*    margin-right: 1rem;*/
/*}*/

/*.index-content-section .info .banner-transparent {*/
/*    margin: 4rem 0;*/
/*}*/

/*.index-content-section .info .banner-transparent h5 {*/
/*    line-height: 140%;*/
/*}*/

/*.index-content-section .info .highlight {*/
/*    padding: 2rem;*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    gap: 1.5rem;*/
/*    background-color: #eaf9ec;*/
/*    border-radius: 2rem;*/
/*}*/

/*.index-content-section .info .highlight div {*/
/*    margin-top: 4px;*/
/*}*/

/*.index-content-section .info .highlight h6 {*/
/*    margin-bottom: 6px;*/
/*}*/

/*.index-content-section .info .highlight p {*/
/*    margin-bottom: 0;*/
/*}*/

/*.index-content-section .info .image-card {*/
/*    width: 100%;*/
/*    background: url("../assets/images/blog-advice-background.png");*/
/*    background-size: cover;*/
/*    border-radius: 2rem;*/
/*    position: relative;*/
/*}*/

/*.index-content-section .info .image-card .image-card-content {*/
/*    background: linear-gradient(96.89deg, #005a1d 24.58%, rgba(16, 16, 16, 0.59) 100%);*/
/*    padding: 2.9rem 3.2rem;*/
/*    border-radius: 2rem;*/
/*}*/

/*.index-content-section .info .image-card .image-card-content .color-yellow {*/
/*    color: #fed07b;*/
/*}*/

/*.index-content-section .info .image-card .image-card-content .color-white {*/
/*    color: #fff;*/
/*}*/

/*.index-content-section .info .table-container {*/
/*    border: 1px solid #9ca3af;*/
/*    border-radius: 2rem;*/
/*    margin-bottom: 4rem;*/
/*    overflow: scroll;*/
/*}*/

/*.index-content-section .info .table-container table {*/
/*    width: 100%;*/
/*    border-collapse: collapse;*/
/*    border: 1px solid #9ca3af;*/
/*    border-radius: 2rem;*/
/*    overflow: hidden;*/
/*}*/

/*.index-content-section .info .table-container table td,*/
/*.index-content-section .info .table-container table th {*/
/*    padding: 1.3rem 1.7rem;*/
/*    border: 1px solid #9ca3af;*/
/*}*/

/*.index-content-section .info .table-container table th:nth-child(2) {*/
/*    width: 17.5rem;*/
/*}*/

/*.index-content-section .info .table-container table th:nth-child(3) {*/
/*    width: 8.1rem;*/
/*}*/

/*.index-content-section .info .table-container table th:nth-child(4) {*/
/*    width: 21rem;*/
/*}*/

/*.index-content-section .info .table-container table th {*/
/*    background-color: #f8f8f8;*/
/*    padding: 1.3rem;*/
/*    color: #00c500;*/
/*    font-family: Lato;*/
/*    font-size: 1.6rem;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    line-height: 125%;*/
/*    letter-spacing: -0.16px;*/
/*}*/

/*.index-content-section .info .table-container table td {*/
/*    vertical-align: top;*/
/*    background-color: #fcf6ea;*/
/*    padding: 1.3rem;*/
/*    color: #4b5563;*/
/*    font-family: Lato;*/
/*    font-size: 1.6rem;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: 140%;*/
/*    letter-spacing: -0.16px;*/
/*}*/

/*.index-content-section .info .table-container table td:nth-child(3) {*/
/*    vertical-align: middle;*/
/*}*/

/*.index-content-section .info .table-container table .bold {*/
/*    color: #2c2c2c;*/
/*    font-weight: 700;*/
/*}*/

/*.index-content-section .knowmore .content .tableofcontents__question {*/
/*    margin-left: -2rem;*/
/*}*/

/*@media only screen and (min-width: 600px) and (max-width: 700px) {*/
/*    .index-content-section .knowmore .content .tableofcontents {*/
/*        display: none;*/
/*    }*/

/*    .index-content-section .knowmore .content .info {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 500px) and (max-width: 600px) {*/
/*    .index-content-section .knowmore .content .tableofcontents {*/
/*        display: none;*/
/*    }*/

/*    .index-content-section .knowmore .content .info {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 320px) and (max-width: 500px) {*/
/*    .index-content-section .knowmore .content .tableofcontents {*/
/*        display: none;*/
/*    }*/

/*    .index-content-section .knowmore .heading {*/
/*        font-size: 3.2rem;*/
/*    }*/

/*    .index-content-section .knowmore .content .info {*/
/*        width: 100%;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog1 {*/
/*        padding: 2rem;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog1__title {*/
/*        font-size: 2.8rem;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog2 {*/
/*        padding: 2rem;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog2__title {*/
/*        font-size: 2.8rem;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog3 {*/
/*        padding: 2rem;*/
/*        flex-wrap: wrap;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog3__title {*/
/*        font-size: 2.8rem;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog3__col {*/
/*        flex-basis: 100%;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog4 {*/
/*        padding: 2rem;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog4__title {*/
/*        font-size: 2.8rem;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog5 {*/
/*        padding: 2rem;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog5__title {*/
/*        font-size: 2.8rem;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog5__row {*/
/*        flex-direction: column;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog5__row__heading {*/
/*        width: 100%;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog5__row__content {*/
/*        width: 100%;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog6 {*/
/*        padding: 2rem;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog6__title {*/
/*        font-size: 2.8rem;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog7 {*/
/*        padding: 2rem;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog7__title {*/
/*        font-size: 2.8rem;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog8 {*/
/*        padding: 2rem;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog8__title {*/
/*        font-size: 2.8rem;*/
/*    }*/

/*    .index-content-section .knowmore {*/
/*        margin-bottom: 0;*/
/*        padding-bottom: 0;*/
/*        padding-top: 2rem;*/
/*    }*/

/*    .index-content-section .knowmore .heading {*/
/*        margin-bottom: 2rem;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog2__sub-title {*/
/*        width: 100%;*/
/*    }*/

/*    .index-content-section .knowmore .content .info .blog3__col__para {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*End of index content section*/

/*Banner Section two*/


.banner-section-two {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.banner-section-two .bafahub-funding-program {
    display: flex;
    width: 90%;
    max-width: 1600px;
    /*padding: 5rem 0;*/
    gap: 5rem;

}

.banner-section-two .bafahub-funding-program__heading {
    flex-basis: 30%;
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.banner-section-two .bafahub-funding-program__content {
    flex-basis: 70%;
}

.banner-section-two .bafahub-funding-program__content__headline {
    color: #2c2c2c;
    font-family: Lato;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 153%;
    margin-bottom: 3.8rem;
}

.banner-section-two .bafahub-funding-program__content__point {
    color: #2c2c2c;
    font-family: Lato;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
    margin-bottom: 1.5rem;
}

.banner-section-two .bafahub-funding-program__content__point:nth-child(7) {
    margin-bottom: 3.2rem;
}

.banner-section-two .bafahub-funding-program__content__point .bold {
    color: #2c2c2c;
    font-family: Lato;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 153%;
}

.banner-section-two .bafahub-funding-program__content__point .toggle-button-image {
    margin-right: 1rem;
    width: 3.6rem;
    height: 1.6rem;
}

.banner-section-two .bafahub-funding-program__content .highlight {
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background-color: #eaf9ec;
    border-radius: 2rem;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .banner-section-two .bafahub-funding-program {
        flex-direction: column;
    }
}

/*End of banner section two*/

/*Banner Section three*/

.banner-section-three {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
    /*padding-top: 14.4rem;*/
}

.banner-section-three .fund-modules {
    display: flex;
    width: 90%;
    height: -moz-min-content;
    height: min-content;
    max-width: 1600px;
    overflow: hidden;
    /*margin-bottom: 10rem;*/
}

.banner-section-three .fund-modules .left {
    flex-basis: 50%;
}

.banner-section-three .fund-modules .left h3 {
    margin-bottom: 1.7rem;
}

.banner-section-three .fund-modules .left p:first-of-type {
    margin-bottom: 2.3rem;
}

.banner-section-three .fund-modules .right {
    display: flex;
    gap: 2.5rem;
}

.banner-section-three .fund-modules .right .card {
    display: flex;
    width: 26.5rem;
    padding: 2.4rem;
    flex-direction: column;
    /* justify-content: flex-end; */
    align-items: flex-start;
    gap: 20px;
    background-color: #fff;
    border-radius: 2rem;
    position: relative;
}

.banner-section-three .fund-modules .right .card .decor-star {
    position: absolute;
    top: 2rem;
    right: 3rem;
}

.banner-section-three .fund-modules .right .card .header {
    width: 100%;
    /* display: flex; */
    text-align: center;
    gap: 2.1rem;
    align-items: center;
}

.banner-section-three .fund-modules .right .card .header h2 {
    color: #218E28;
    font-family: Lato;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 153%;
    /* 85.68px */
}

.banner-section-three .fund-modules .right .card:nth-child(2) {
    width: 35rem;
}

.banner-section-three .fund-modules .right .body-text {
    color: #2C2C2C;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 153%;
    /* 24.48px */
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .banner-section-three {
        display: flex;
        justify-content: center;
    }

    .banner-section-three .fund-modules {
        display: flex;
        flex-direction: column;
        gap: 4rem;
        width: 90%;
        height: -moz-min-content;
        height: min-content;
        max-width: 1600px;
        overflow: hidden;
        margin-bottom: 10rem;
    }

    .banner-section-three .fund-modules .right {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
    }

    .banner-section-three .fund-modules .right .card {
        display: flex;
        width: 100%;
        padding: 2.4rem;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 20px;
        background-color: #fff;
        border-radius: 2rem;
    }

    .banner-section-three .fund-modules .right .card:nth-child(2) {
        width: 100%;
    }
}

/*End of banner section three*/

/*Hero section two*/

.hero-section-two {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17rem 0 5.6rem 0;
}

.hero-section-two .aboutus-herosection {
    width: 90%;
    max-width: 1600px;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-section-two .aboutus-herosection__title {
    color: #2c2c2c;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    font-family: Josefin Sans;
    font-size: 5.2rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 5.8rem;
}

.hero-section-two .aboutus-herosection__title #underline {
    width: 30%;
}

.hero-section-two .aboutus-herosection__sub-title {
    width: 65%;
    color: #2c2c2c;
    font-family: Lato;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 12rem;
}

.hero-section-two .aboutus-herosection__image {
    width: 100%;
    border-radius: 3rem;
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .hero-section-two .aboutus-herosection__title {
        width: 70%;
    }

    .hero-section-two .aboutus-herosection__sub-title {
        width: 80%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .hero-section-two .aboutus-herosection__title {
        width: 80%;
    }

    .hero-section-two .aboutus-herosection__sub-title {
        width: 90%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .hero-section-two .aboutus-herosection__title {
        width: 90%;
    }

    .hero-section-two .aboutus-herosection__sub-title {
        width: 90%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .hero-section-two .aboutus-herosection__title {
        width: 100%;
        font-size: 4.4rem;
    }

    .hero-section-two .aboutus-herosection__sub-title {
        width: 100%;
        font-size: 2.2rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
    .hero-section-two .aboutus-herosection__title {
        width: 100%;
        font-size: 3.4rem;
    }

    .hero-section-two .aboutus-herosection__sub-title {
        width: 100%;
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }

    .hero-section-two .aboutus-herosection__image {
        height: 30rem;
        object-fit: cover;
    }
}

/*End of hero section two*/

/*Image banner section two*/
.image-banner-section-two {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-banner-section-two .benifits {
    margin: 6rem 0;
    width: 90%;
    max-width: 1660px;
    display: flex;
}

.image-banner-section-two .benifits__sideimage-container {
    flex-basis: 40%;
}

.image-banner-section-two .benifits__sideimage-container__sideimage {
    width: 100%;
}

.image-banner-section-two .benifits__content {
    flex-basis: 50%;
    padding-left: 4rem;
}

.image-banner-section-two .benifits__content p,
.image-banner-section-two .benifits__content a {
    margin-bottom: 2rem;
}

.image-banner-section-two .benifits__content__title {
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 5.2rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 2rem;
}

.image-banner-section-two .benifits__content__para {
    color: #2c2c2c;
    font-family: Lato;
    font-size: 2rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 2rem;
}

.image-banner-section-two .benifits__content__para:nth-child(3) {
    margin-bottom: 4rem;
}

.image-banner-section-two.dark-card-wrapper {
    background: #2c2c2c;
    width: 90%;
    max-width: 1400px;
    margin: 5.6rem auto;
    border-radius: 30px;
}

.image-banner-section-two.dark-card-wrapper .benifits__content__title {
    color: white;
    font-size: 3.6rem;
}

.image-banner-section-two.dark-card-wrapper p {
    color: white;
    font-size: 1.8rem;
    opacity: 0.8;
}

.image-banner-section-two.dark-card-wrapper .benifits__sideimage-container img {
    border-radius: 30px;
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .image-banner-section-two .benifits {
        flex-direction: column;
    }

    .image-banner-section-two .benifits__sideimage-container {
        order: 2;
        margin-top: 3rem;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {

    .image-banner-section-two .benifits {
        flex-direction: column;
    }

    .image-banner-section-two .benifits__sideimage-container {
        order: 2;
        margin-top: 3rem;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .image-banner-section-two .benifits {
        flex-direction: column;
    }

    .image-banner-section-two .benifits__sideimage-container {
        order: 2;
        margin-top: 3rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
    .image-banner-section-two .benifits {
        flex-direction: column;
    }

    .image-banner-section-two .benifits__sideimage-container {
        order: 2;
        margin-top: 3rem;
    }

    .image-banner-section-two .benifits__content {
        padding-left: 0;
    }

    .image-banner-section-two .benifits {
        margin: 2rem 0;
    }
}

/*End of image banner section two*/

/*Inverted photo banner*/

.inverted-photo-banner {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    padding: 5.6rem 0;
}

.inverted-photo-banner h2 {
    font-size: 5.2rem;
    margin-bottom: 3rem;
    font-weight: 500;
}

.inverted-photo-banner p {
    font-family: "Lato";
    font-size: 2rem;
    line-height: 150%;
    margin-bottom: 2rem;
}

.inverted-photo-banner .row {
    display: flex;
    gap: 3rem;
}

.inverted-photo-banner .row .description {
    width: 50%;
}

.inverted-photo-banner .row .image-side {
    width: 50%;
    align-self: flex-end;
}

.inverted-photo-banner .row .image-side img {
    width: 100%;
    border-radius: 30px;
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .inverted-photo-banner .row {
        flex-direction: column;
        gap: 1rem;
    }

    .inverted-photo-banner .row .description,
    .inverted-photo-banner .row .image-side {
        width: 100%;
    }

    .inverted-photo-banner .row .description h2 {
        font-size: 3.6rem;
    }

    .inverted-photo-banner .row .description p {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .inverted-photo-banner .row {
        flex-direction: column;
        gap: 1rem;
    }

    .inverted-photo-banner .row .description,
    .inverted-photo-banner .row .image-side {
        width: 100%;
    }

    .inverted-photo-banner .row .description h2 {
        font-size: 3.6rem;
    }

    .inverted-photo-banner .row .description p {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .inverted-photo-banner .row {
        flex-direction: column;
        gap: 1rem;
    }

    .inverted-photo-banner .row .description,
    .inverted-photo-banner .row .image-side {
        width: 100%;
    }

    .inverted-photo-banner .row .description h2 {
        font-size: 3.6rem;
    }

    .inverted-photo-banner .row .description p {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .inverted-photo-banner .row {
        flex-direction: column;
        gap: 1rem;
    }

    .inverted-photo-banner .row .description,
    .inverted-photo-banner .row .image-side {
        width: 100%;
    }

    .inverted-photo-banner .row .description h2 {
        font-size: 3.6rem;
    }

    .inverted-photo-banner .row .description p {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
    .inverted-photo-banner .row {
        flex-direction: column;
        gap: 1rem;
    }

    .inverted-photo-banner .row .description,
    .inverted-photo-banner .row .image-side {
        width: 100%;
    }

    .inverted-photo-banner .row .description h2 {
        font-size: 3.6rem;
    }

    .inverted-photo-banner .row .description p {
        font-size: 1.6rem;
    }
}

/*End of inverted photo banner*/

/*Photo Banner section two*/

.photo-banner-section-two {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.photo-banner-section-two .business-card {
    display: flex;
    width: 90%;
    height: -moz-min-content;
    height: min-content;
    max-width: 1600px;
    background-color: #fff;
    border-radius: 2.7rem;
    overflow: hidden;
    /*margin-bottom: 10rem;*/
}

.photo-banner-section-two .business-card .left {
    flex-basis: 60%;
    padding-top: 11.3rem;
    padding-left: 6.6rem;
}

.photo-banner-section-two .business-card .left h2 {
    color: #2C2C2C;
    font-family: "Josefin Sans";
    font-size: 3.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.photo-banner-section-two .business-card .left ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.9rem;
    margin-top: 4rem;
}

.photo-banner-section-two .business-card .left ul li {
    display: flex;
    gap: 1rem;
}

.photo-banner-section-two .business-card .left ul li p {
    color: #2C2C2C;
    font-family: Lato;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 25.2px */
}

.photo-banner-section-two .business-card .right {
    flex-basis: 40%;
}

.photo-banner-section-two .business-card .right img {
    height: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .photo-banner-section-two {
        display: flex;
        justify-content: center;
    }

    .photo-banner-section-two .business-card {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        width: 90%;
        height: -moz-min-content;
        height: min-content;
        max-width: 1600px;
        background-color: #fff;
        border-radius: 2.7rem;
        overflow: hidden;
        margin-bottom: 10rem;
    }

    .photo-banner-section-two .business-card .left {
        flex-basis: 60%;
        padding-top: 4rem;
        padding-left: 2rem;
    }

    .photo-banner-section-two .business-card .left h2 {
        color: #2C2C2C;
        font-family: "Josefin Sans";
        font-size: 3.7rem;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .photo-banner-section-two .business-card .left ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 1.9rem;
        margin-top: 4rem;
    }

    .photo-banner-section-two .business-card .left ul li {
        display: flex;
        gap: 1rem;
    }

    .photo-banner-section-two .business-card .left ul li p {
        color: #2C2C2C;
        font-family: Lato;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        /* 25.2px */
    }

    .photo-banner-section-two .business-card .right {
        flex-basis: 40%;
    }

    .photo-banner-section-two .business-card .right img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: -1rem;
    }
}

/*End of photo banner section two*/

/*Points with icon section*/

.points-with-icon-section {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.points-with-icon-section .services {
    width: 90%;
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.points-with-icon-section .services__headline {
    width: 80%;
    font-family: Josefin Sans;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    margin-bottom: 2.2rem;
}

.points-with-icon-section .services__subline {
    width: 80%;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 154%;
    text-align: center;
    margin-bottom: 6.5rem;
}

.points-with-icon-section .services__content {
    display: flex;
    gap: 2.5rem;
}

.points-with-icon-section .services__content__col {
    flex-basis: 50%;
}

.points-with-icon-section .services__content__col .service {
    display: flex;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.points-with-icon-section .services__content__col .service .toggle-icon {
    width: 3.6rem;
    height: 1.6rem;
    position: relative;
    top: 0.5rem;
}

.points-with-icon-section .services__content__col .service__text {
    font-family: Lato;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 153%;
    text-align: left;
}

.points-with-icon-section .services__content__col .service__text .bold {
    font-family: Lato;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 153%;
    text-align: left;
}

.points-with-icon-section .services__content__col .service-message {
    display: flex;
    flex-basis: 50%;
    padding: 12px 24px;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 11px;
    background: #CDEDD5;
    border-left: 2px solid #00C100;
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .points-with-icon-section .services__headline {
        width: 100%;
    }

    .points-with-icon-section .services__subline {
        width: 100%;
    }

    .points-with-icon-section .services__content {
        flex-direction: column;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .points-with-icon-section .services__headline {
        width: 100%;
    }

    .points-with-icon-section .services__subline {
        width: 100%;
    }

    .points-with-icon-section .services__content {
        flex-direction: column;
    }
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .points-with-icon-section .services__headline {
        width: 100%;
    }

    .points-with-icon-section .services__subline {
        width: 100%;
    }

    .points-with-icon-section .services__content {
        flex-direction: column;
    }

    .points-with-icon-section .services__headline {
        font-size: 3.2rem;
    }
}

/*End of points with icon section*/

/*Rich text with heading*/
.rich-text-with-heading {
    width: 66%;
    margin: auto;
    padding: 14rem 0 5.6rem;
}

.rich-text-with-heading .content-container__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*margin-top: 18.9rem;*/
    font-family: Josefin Sans;
    font-size: 5.2rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.02em;
    text-align: center;
}

.rich-text-with-heading .content-container__card {
    padding: 5.4rem 5.8rem;
    border-radius: 3.2rem;
    background-color: #fff;
    margin-top: 6.2rem;
}

.rich-text-with-heading .content-container__card .card-heading {
    font-family: Josefin Sans;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 1.6rem;
    color: #2c2c2c;
}

.rich-text-with-heading .content-container__card p {
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 2.6rem;
    color: #2c2c2c;
}

.rich-text-with-heading .content-container__card p a {
    color: #2c2c2c;
}

.rich-text-with-heading .content-container__card p a:hover {
    color: #00bd1e;
}

.rich-text-with-heading .content-container__card .card-subheading {
    font-family: Josefin Sans;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
    margin: 0.6rem 0;
    color: #2c2c2c;
}

@media (max-width: 800px) {
    .rich-text-with-heading {
        width: 90%;
    }

    .rich-text-with-heading .content-container__heading {
        margin-top: 13rem;
        font-size: 3.2rem;
    }

    .rich-text-with-heading .content-container__card {
        margin-bottom: 5rem;
        padding: 2rem;
    }

    .rich-text-with-heading .content-container__card .card-heading {
        font-size: 2.8rem;
    }

    .rich-text-with-heading .content-container__card p {
        font-size: 1.8rem;
    }
}

/*End of rich text with heading*/

/*Staff listing section*/
.staff-listing-section {
    padding: 5.6rem 0;
}

.staff-listing-section .staff-container {
    width: 90%;
    margin: 5.2rem auto 0;
    max-width: 1600px;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.staff-listing-section .staff-container .team-item {
    flex-basis: calc(25% - 3rem);
}

.staff-listing-section .center-heading {
    color: #2c2c2c;
}

@media (max-width: 1100px) {
    .staff-listing-section .staff-container .team-item {
        flex-basis: calc(50% - 3rem);
    }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
    .staff-listing-section .staff-container .team-item {
        flex-basis: 100%;
    }

    .staff-listing-section .center-heading {
        font-size: 3.2rem;
    }
}

.team-item {
    background: #2c2c2c;
    color: white;
    padding: 2.6rem;
    border-radius: 3.33rem;
    min-height: 39.4rem;
    position: relative;
}

.team-item h3 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 125%;
}

.team-item p {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 0.5rem;
    color: inherit;
}

.team-item img {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    margin-bottom: 4rem;
    border: 6px solid #468c38;
}

.team-item .ln-link {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

.staff-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.staff-container .team {
    width: 90%;
    margin: 6rem 0;
    max-width: 1660px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.staff-container .team__title {
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 5.2rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 8rem;
}

.staff-container .team__card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1400px;
}

.staff-container .team__card-container__profilecard {
    flex-basis: 23%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.staff-container .team__card-container__profilecard__imagecontainer {
    width: 100%;
    margin-bottom: 1.4rem;
    border-radius: 4rem;
    overflow: hidden;
    background-size: contain;
    height: auto;
}

.staff-container .team__card-container__profilecard__imagecontainer__image {
    width: 100%;
    border-radius: 4rem;
}

.staff-container .team__card-container__profilecard__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.staff-container .team__card-container__profilecard__content__profile-description {
    width: 80%;
}

.staff-container .team__card-container__profilecard__content__profile-description .card-title {
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.02em;
    text-align: left;
}

.staff-container .team__card-container__profilecard__content__profile-description .card-subtitle {
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 2rem;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.02em;
    text-align: left;
}

.staff-container .team__card-container__profilecard__content .linkedin-icon {
    width: 2.4rem;
    height: 2.4rem;
}

/*End of staff listing section*/

/*Text with action bar section*/

.text-with-action-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.6rem 0;

}

.text-with-action-bar .audit-road-map {
    display: flex;
    gap: 6rem;
    width: 90%;
    max-width: 1600px;
    padding: 5.6rem 0;
}

.text-with-action-bar .audit-road-map .left {
    flex-basis: 65%;
}

.text-with-action-bar .audit-road-map .left h3 {
    color: #2C2C2C;
    font-family: "Josefin Sans";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 44.8px */
    margin-bottom: 1rem;
}

.text-with-action-bar .audit-road-map .left ul {
    margin-left: 2rem;
    margin-bottom: 4rem;
}

.text-with-action-bar .audit-road-map .left ul li {
    color: var(--Brand-colors-text, #2C2C2C);
    font-family: Lato;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 153%;
    /* 27.54px */
    margin-bottom: 1rem;
}

.text-with-action-bar .audit-road-map .left p {
    width: 80%;
}

.text-with-action-bar .audit-road-map .right {
    flex-basis: 30%;
}

.text-with-action-bar .audit-road-map .right img {
    width: 100%;
}

.text-with-action-bar .reduce-message {
    /*margin-top: 6.4rem;*/
    /*margin-bottom: 6.4rem;*/
    width: 90%;
    max-width: 1600px;
    border-radius: 14px;
    background: #CDEDD5;
    padding: 2.7rem 2.4rem;
    border-left: 2px solid #00bd1e;
}

.text-with-action-bar .reduce-message h4 {
    color: #2C2C2C;
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 33.6px */
    letter-spacing: -0.24px;
    margin-bottom: 8px;
}

.text-with-action-bar .reduce-message p {
    color: #2C2C2C;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 153%;
    /* 24.48px */
    margin-bottom: 1.8rem;
}

.text-with-action-bar .reduce-message a {
    width: fit-content;
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .text-with-action-bar {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .text-with-action-bar .audit-road-map {
        display: flex;
        flex-direction: column;
        gap: 6rem;
        width: 90%;
        max-width: 1600px;
        padding: 5.6rem 0;
    }
}

/*End of text with action bar section*/

/*Banner section four*/

.banner-section-four {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.banner-section-four .serving-card {
    display: flex;
    width: 90%;
    height: -moz-min-content;
    height: min-content;
    max-width: 1600px;
    background-color: #2c2c2c;
    border-radius: 3rem;
    overflow: hidden;
    /*margin-bottom: 10rem;*/
    padding-top: 11.8rem;
}

.banner-section-four .serving-card .left {
    flex-basis: 40%;
    padding-left: 8rem;
}

.banner-section-four .serving-card .left h3 {
    width: 88%;
    color: #F3F0E3;
    font-family: "Josefin Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 44.8px */
}

.banner-section-four .serving-card .right {
    flex-basis: 60%;
}

.banner-section-four .serving-card .right ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.9rem;
    margin-bottom: 6.1rem;
}

.banner-section-four .serving-card .right ul li {
    display: flex;
    gap: 1rem;
    align-items: center;
    color: #F3F0E3;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 25.2px */
}

.banner-section-four .serving-card .right .action-button {
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
}

.banner-section-four .serving-card .right .checks {
    margin-top: 1.9rem;
    margin-bottom: 5.6rem;
}

.banner-section-four .serving-card .right .checks .check-point {
    display: flex;
    align-items: center;
}

.banner-section-four .serving-card .right .checks .check-point h6 {
    opacity: 0.8rem;
    color: var(--Brand-colors-Primary, #fff);
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 153.846% */
    letter-spacing: -0.13px;
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .banner-section-four {
        display: flex;
        justify-content: center;
    }

    .banner-section-four .serving-card {
        display: flex;
        flex-direction: column;
        width: 90%;
        height: -moz-min-content;
        height: min-content;
        max-width: 1600px;
        background-color: #2c2c2c;
        border-radius: 3rem;
        overflow: hidden;
        margin-bottom: 10rem;
        padding-top: 11.8rem;
    }

    .banner-section-four .serving-card .left {
        flex-basis: 40%;
        padding-left: 2rem;
    }

    .banner-section-four .serving-card .left h3 {
        width: 100%;
        color: #F3F0E3;
        font-family: "Josefin Sans", sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        /* 44.8px */
    }

    .banner-section-four .serving-card .right {
        flex-basis: 60%;
        padding-left: 1rem;
    }

    .banner-section-four .serving-card .right ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 1.9rem;
        margin-bottom: 6.1rem;
    }

    .banner-section-four .serving-card .right ul li {
        display: flex;
        gap: 1rem;
        align-items: center;
        color: #F3F0E3;
        font-family: Lato, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        /* 25.2px */
    }

    .banner-section-four .serving-card .right ul li svg {
        flex-shrink: 0;
    }

    .banner-section-four .serving-card .right .action-button {
        display: flex;
        flex-direction: column;
        width: -moz-fit-content;
        width: fit-content;
    }

    .banner-section-four .serving-card .right .checks {
        margin-top: 1.9rem;
        margin-bottom: 5.6rem;
    }

    .banner-section-four .serving-card .right .checks .check-point {
        display: flex;
    }

    .banner-section-four .serving-card .right .checks .check-point h6 {
        opacity: 0.8rem;
        color: var(--Brand-colors-Primary, #fff);
        text-align: center;
        font-family: "Josefin Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 153.846% */
        letter-spacing: -0.13px;
    }
}

/*End of banner section four*/

/*Hero section three*/

.hero-section-three {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14rem 0 5.6rem 0;
}

.hero-section-three .herosection {
    display: flex;
    max-width: 1600px;
    /*padding-top: 14rem;*/
    width: 90%;
    margin-bottom: 1rem;
    /*margin-bottom: 10rem;*/
}

.hero-section-three .herosection .col {
    flex-basis: 50%;
    margin-top: 8vw;
}

.hero-section-three .herosection .col .breadcrump {
    width: 100%;
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 1.8rem;
    margin-top: -5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 2rem;
}

.hero-section-three .herosection .col .breadcrump .green {
    color: #00c100;
}

.hero-section-three .herosection .col h1 {
    margin-bottom: 3.2rem;
    font-size: 5.2rem;
}

.hero-section-three .herosection .col p {
    font-size: 2rem;
}

.hero-section-three .herosection .col img {
    width: 90%;
    transform: scale(1.1);
    transform-origin: 0 100%;
}

.hero-section-three .herosection .col .home-img {
    transform-origin: 0 180%;
}

.hero-section-three .herosection .col .home-img.business-img {
    transform-origin: -67% 175%;
}

.hero-section-three .herosection .col .action-group {
    margin-top: 5.7rem;
}

.hero-section-three .herosection .col .action-group .hero-pricing {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    gap: 2rem;
}

.hero-section-three .herosection .col .action-group .hero-pricing p {
    font-size: 3.2rem;
    font-weight: 500;
}

.hero-section-three .herosection .col .action-group .hero-pricing h3 {
    font-size: 2.1rem;
    text-decoration: line-through;
}

.hero-section-three .herosection .col .action-group .quick-benifits {
    margin: 2rem auto 0;
    display: flex;
    gap: 1rem;
    padding: 1.9rem 0;
}

.hero-section-three .herosection .col .action-group .quick-benifits .quick-benifit-item {
    display: flex;
    margin-right: 1rem;
    align-items: center;
    gap: 0.5rem;
}

.hero-section-three .herosection .col .action-group .quick-benifits .quick-benifit-item p {
    font-family: Josefin Sans;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #00381b;
}

.hero-section-three .herosection .col-business {
    flex-basis: 68%;
}

.action-group-2 {
    padding: 1.1rem 1.6rem 0.9rem 1.6rem;
    border-radius: 5rem;
    border: 1px solid #2c2c2c;
    color: #2c2c2c;
    font-family: Josefin Sans;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.18px;
    text-decoration: none;
    cursor: pointer;
    line-height: 100%;
}

.margin {
    margin-left: 15px;
}

.hero-section-three .herosection .home-hero-wrapper .info-pill-green p.info-pill-green-text {
    font-family: Lato;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: #f2f0e4;
}

.hero-section-three .herosection .home-hero-wrapper .info-pill-green p.info-pill-green-text .bright,
.hero-section-one .herosection .home-hero-wrapper .info-pill-green p.info-pill-green-text .bright {
    font-family: Josefin Sans;
    font-size: 1.6rem;
}

.hero-section-three .herosection .home-hero-wrapper .info-pill p.info-pill-text {
    font-family: Lato;
    font-size: 1rem;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0;
    text-align: center;
    color: #4b5563;
}

.hero-section-three .herosection .home-hero-wrapper .info-pill p.info-pill-text .red {
    color: #fc6128;
}

@media only screen and (min-width: 1700px) and (max-width: 1760px) {
    .hero-section-three {
        justify-content: end;
    }

    .hero-section-three .herosection {
        max-width: 95%;
    }

    .hero-section-three .herosection__info {
        padding-left: 0;
    }

    .hero-section-three .herosection__info__content {
        width: 80%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {

    /*.hero-section-three {*/
    /*    justify-content: end;*/
    /*}*/
    .hero-section-three .herosection {
        max-width: 95%;
    }

    .hero-section-three .herosection__info {
        padding-left: 0;
    }

    .hero-section-three .herosection__info__content {
        width: 85%;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .hero-section-three .herosection__info__content {
        width: 94%;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 95%;
    }
}

@media only screen and (min-width: 1700px) {
    .hero-section-three .herosection__info__content {
        width: 100%;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 95%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
    .hero-section-three .herosection__info__content {
        width: 100%;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 95%;
    }
}

@media only screen and (min-width: 1260px) and (max-width: 1400px) {
    .hero-section-three .herosection__info__content {
        width: 90%;
        font-size: 5rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 95%;
    }

    .hero-section-three .herosection .herosection-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1260px) {
    .hero-section-three .herosection__info__content {
        width: 90%;
        font-size: 4.6rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 95%;
        font-size: 1.8rem;
    }

    .hero-section-three .herosection .herosection-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 1150px) and (max-width: 1300px) {
    .hero-section-three {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-three .herosection {
        display: flex;
        max-width: 1600px;
        padding-top: 14rem;
        width: 90%;
        margin-bottom: 10rem;
    }

    .hero-section-three .herosection .col {
        flex-basis: 50%;
    }

    .hero-section-three .herosection .col h1 {
        margin-bottom: 3.2rem;
        font-size: 4.6rem;
    }

    .hero-section-three .herosection .col p {
        font-size: 1.8rem;
    }

    .hero-section-three .herosection .col .action-group {
        margin-top: 5.7rem;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits {
        margin: 2rem auto 0;
        display: flex;
        gap: 1rem;
        padding: 1.9rem 0;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits .quick-benifit-item {
        display: flex;
        margin-right: 1rem;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits .quick-benifit-item p {
        font-family: Josefin Sans;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.01em;
        text-align: center;
        color: #00381b;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1150px) {
    .hero-section-three {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-three .herosection {
        display: flex;
        max-width: 1600px;
        padding-top: 14rem;
        width: 90%;
        margin-bottom: 10rem;
    }

    .hero-section-three .herosection .col {
        flex-basis: 50%;
    }

    .hero-section-three .herosection .col h1 {
        margin-bottom: 3.2rem;
        font-size: 4.4rem;
        width: 110%;
    }

    .hero-section-three .herosection .col p {
        font-size: 1.6rem;
    }

    .hero-section-three .herosection .col .action-group {
        margin-top: 5.7rem;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits {
        margin: 2rem auto 0;
        display: flex;
        gap: 1rem;
        padding: 1.9rem 0;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits .quick-benifit-item {
        display: flex;
        margin-right: 1rem;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits .quick-benifit-item p {
        font-family: Josefin Sans;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.01em;
        text-align: center;
        color: #00381b;
    }
}

@media only screen and (min-width: 360px) and (max-width: 900px) {
    .action-group-parent {
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 360px) and (max-width: 900px) {
    .margin {
        margin-left: 0px;
    }
}


@media only screen and (min-width: 360px) and (max-width: 900px) {
    .hero-section-three {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-three .herosection {
        display: flex;
        flex-direction: column;
        max-width: 1600px;
        /*padding-top: 14rem;*/
        width: 90%;
        margin-bottom: 10rem;
    }

    .hero-section-three .herosection .col {
        flex-basis: 50%;
    }

    .hero-section-three .herosection .col h1 {
        margin-top: 8vw;
        margin-bottom: 3.2rem;
        font-size: 4.4rem;
        width: 110%;
    }

    .hero-section-three .herosection .col p {
        font-size: 1.6rem;
    }

    .hero-section-three .herosection .col .action-group {
        margin-top: 5.7rem;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits {
        margin: 2rem auto 0;
        display: flex;
        gap: 1rem;
        padding: 1.9rem 0;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits .quick-benifit-item {
        display: flex;
        margin-right: 1rem;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits .quick-benifit-item p {
        font-family: Josefin Sans;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.01em;
        text-align: center;
        color: #00381b;
    }
}

@media only screen and (min-width: 1070px) and (max-width: 1200px) {
    .hero-section-three .herosection__info {
        padding: 8vw 0 10vw 4vw;
    }

    .hero-section-three .herosection__info__content {
        width: 90%;
        font-size: 4.4rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 90%;
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1070px) {
    .hero-section-three .herosection__info {
        width: 100%;
        padding: 8vw 0 10vw 4vw;
    }

    .hero-section-three .herosection__info__content {
        width: 100%;
        font-size: 4.4rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 95%;
        font-size: 1.6rem;
    }

    .hero-section-three .herosection__info__heading {
        margin-top: 0;
    }

    .hero-section-three .herosection .herosection-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .hero-section-three .herosection {
        flex-direction: column;
    }

    .hero-section-three .herosection__info {
        width: 95%;
        padding: 5rem 0 0 0;
        margin-left: 5%;
    }

    .hero-section-three .herosection__info__content {
        width: 70%;
        font-size: 5rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 70%;
        font-size: 2rem;
    }

    .hero-section-three .herosection .herosection-image {
        width: 80vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .hero-section-three .herosection {
        flex-direction: column;
    }

    .hero-section-three .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-three .herosection__info__content {
        width: 90%;
        font-size: 5rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 90%;
        font-size: 2rem;
    }

    .hero-section-three .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .hero-section-three .herosection {
        flex-direction: column;
    }

    .hero-section-three .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-three .herosection__info__content {
        width: 90%;
        font-size: 5rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 90%;
        font-size: 2rem;
    }

    .hero-section-three .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .hero-section-three .herosection {
        flex-direction: column;
    }

    .hero-section-three .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-three .herosection__info__content {
        width: 90%;
        font-size: 4rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 90%;
        font-size: 1.6rem;
    }

    .hero-section-three .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .hero-section-three .herosection {
        flex-direction: column;
    }

    .hero-section-three .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-three .herosection__info__content {
        width: 90%;
        font-size: 4rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 90%;
        font-size: 1.6rem;
    }

    .hero-section-three .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }

    .new-hero-image {
        width: 100%;
        margin-bottom: 10vh;
    }

    .hero-section-three .herosection__info__content {
        margin-bottom: 2rem;
    }

    .hero-section-three .herosection__info__sub-content {
        margin-bottom: 3rem;
    }

    .hero-section-three .herosection .col h1 {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 360px) and (max-width: 900px) {
    .hero-section-three .herosection .col h1 {
        width: 100%;
    }

    .hero-section-three .herosection .col img {
        width: 100%;
        transform: scale(1);
        transform-origin: 0 100%;
    }

    .info-pill-green {
        right: 0;
    }
}

/*End of hero section three*/


/*Inverted Photo Banner Two*/

.inverted-photo-banner-two {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.6rem 0;
}

.inverted-photo-banner-two .audit-road-map {
    display: flex;
    gap: 6rem;
    width: 90%;
    max-width: 1600px;
}

.inverted-photo-banner-two .audit-road-map .left {
    flex-basis: 65%;
}

.inverted-photo-banner-two .audit-road-map .left h3 {
    color: #2C2C2C;
    font-family: "Josefin Sans";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 44.8px */
    margin-bottom: 1rem;
}

.inverted-photo-banner-two .audit-road-map .left ul {
    margin-left: 2rem;
    margin-bottom: 4rem;
}

.inverted-photo-banner-two .audit-road-map .left ul li {
    color: var(--Brand-colors-text, #2C2C2C);
    font-family: Lato;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
    /* 27.54px */
    margin-bottom: 1rem;
}

.inverted-photo-banner-two .audit-road-map .left p {
    width: 80%;
    color: #2C2C2C;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 153%;
    /* 27.54px */
}

.inverted-photo-banner-two .audit-road-map .right {
    flex-basis: 30%;
}

.inverted-photo-banner-two .audit-road-map .right img {
    width: 100%;
    border-radius: 1.6rem;
}

.inverted-photo-banner-two .reduce-message {
    margin-bottom: 4.1rem;
    width: 90%;
    max-width: 1600px;
    border-radius: 14px;
    background: #CDEDD5;
    padding: 2.7rem 2.4rem;
    border-left: 2px solid #00bd1e;
}

.inverted-photo-banner-two .reduce-message h4 {
    color: #2C2C2C;
    font-family: "Josefin Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 33.6px */
    letter-spacing: -0.24px;
    margin-bottom: 8px;
}

.inverted-photo-banner-two .reduce-message p {
    color: #2C2C2C;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 153%;
    /* 24.48px */
    margin-bottom: 1.8rem;
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .inverted-photo-banner-two {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .inverted-photo-banner-two .audit-road-map {
        display: flex;
        flex-direction: column;
        gap: 6rem;
        width: 90%;
        max-width: 1600px;
        padding: 5.6rem 0;
    }
}

/*End of Inverted Photo Banner*/

/*Horizontal Line*/

.hr-line-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.hr-line-container hr {
    height: 1px;
    background-color: #9aa3b0;
    width: 90%;
    max-width: 1600px;
}

/* Youtube link Section */

.youtube-link-section {
    max-width: 1600px;
    width: 90%;
    display: flex;
    align-items: center;
    margin: 50px auto;
    background: #2c2c2c;
    border-radius: 24px;
    padding: 50px 15px;
}

.youtube-link-section .banner-section-content {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}

.youtube-link-section .banner-section-content h2 {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 20px;
}

.youtube-link-section .banner-section-content p {
    text-align: center;
    font-size: 19px;
    line-height: 26px;
    color: #fff;
}

.youtube-link-section .banner-section-content a {
    font-size: 19px;
    line-height: 26px;
    color: #00bd1e;
    word-wrap: break-word;
}

.banner-section-content iframe {
    width: 100%;
    height: 500px;
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
    .youtube-link-section .banner-section-content h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .youtube-link-section .banner-section-content p,
    .youtube-link-section .banner-section-content a {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .banner-section-content iframe {
        height: 300px;
    }
}
