/*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, sans-serif;
    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, sans-serif;
    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, sans-serif;
    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, sans-serif;
    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, sans-serif;
    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, sans-serif;
    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, sans-serif;
    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, sans-serif;
    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", sans-serif;
    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, sans-serif;
    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", sans-serif;
    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, sans-serif;
    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, sans-serif;
    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", sans-serif;
    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, sans-serif;
    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", sans-serif;
        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*/