#hero {
    padding: 100px 0;
    background: linear-gradient(145deg, #1B2157 6.17%, #2B3AB8 93.83%);
}

#hero .content {
    text-align: center;
}

#hero .tag {
color: #5EE9B5;
text-align: center;
font-family: Lato;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 133.333% */
letter-spacing: 3px;
text-transform: uppercase;
    margin-bottom: 18px;
}

/* --------- */
#hero .content h1 {
color: #FFF;
text-align: center;
font-family: "Playfair Display";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
    margin-bottom: 20px;
}

#hero .content p {
    max-width: 850px;
    margin: 0 auto;
color: rgba(255, 255, 255, 0.75);
text-align: center;
font-family: Lato;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

@media (max-width: 767px) {
    #hero {
        padding: 50px 0;
    }

    #hero .tag {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 3px;
        margin-bottom: 15px;
    }

    #hero .content h1 {
        font-size: 38px;
        line-height: 45px;
    }

    #hero .content p {
        font-size: 16px;
        line-height: 26px;
    }
}

#eligibility {
    padding: 100px 0;
    background: #F5F2EB;
}

#eligibility .content {
    max-width: 980px;
}

#eligibility .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 50px;
}

#eligibility .item {
    width: calc(33.333% - 22px);
    overflow: hidden;
    background: #fff;
    border: 1px solid #DADDE5;
    border-radius: 12px;
    box-shadow: 0 3px 0 rgba(29, 39, 94, 0.08);
}

#eligibility .item:nth-child(3n + 1) h3 {
background: #2B3AB8;
}

#eligibility .item:nth-child(3n + 2) h3 {
    background: #1A7548;
}

#eligibility .item:nth-child(3n + 3) h3 {
background: #1B2157;
}

/* --------- */
#eligibility .content h2 {
color: #1B2157;
font-family: "Playfair Display";
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
    margin-bottom: 20px;
}

#eligibility .content p {
color: #525270;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
    margin-bottom: 0;
}

#eligibility .item h3 {
color: #FFF;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
letter-spacing: 1.4px;
text-transform: uppercase;
    padding: 15px 28px;
    margin-bottom: 0;
}

#eligibility .item .text {
color: #1B2157;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22.75px; /* 162.5% */
    padding: 28px;
    margin-bottom: 0;
}

#eligibility .item .text p {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #eligibility .item {
        width: calc(50% - 16px);
    }
}

@media (max-width: 767px) {
    #eligibility {
        padding: 50px 0;
    }

    #eligibility .wrap {
        gap: 20px;
        margin-top: 35px;
    }

    #eligibility .item {
        width: 100%;
    }

    #eligibility .content h2 {
        font-size: 32px;
        line-height: 39px;
    }

    #eligibility .content p {
        font-size: 16px;
        line-height: 27px;
    }

    #eligibility .item h3 {
        font-size: 15px;
        line-height: 23px;
        padding: 18px 22px;
    }

    #eligibility .item .text {
        font-size: 16px;
        line-height: 27px;
        padding: 22px;
    }
}

#who {
    padding: 0 0 50px;
    background: #F5F2EB;
}

#who .content {
    padding: 48px 40px 42px;
    background: #EAE8DF;
    border: 1px solid #D3D0C7;
    border-radius: 14px;
}

/* --------- */
#who .content h2 {
color: #1B2157;
font-family: "Playfair Display";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 133.333% */
    margin-bottom: 30px;
}

#who .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#who .content li {
    color: #1B2157;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.75px; /* 162.5% */
    letter-spacing: 0;
    display: flex;
    align-items: center;
}

#who .content li + li {
    margin-top: 16px;
}

#who .content li::before {
    content: "\2605";
    top: 0;
    left: 0;
    color: #147A52;
    font-size: 22px;
    line-height: 24px;
    margin-right: 10px;
    margin-top: -3px;
}

#who .content li p {
    margin: 0;
}

@media (max-width: 767px) {
    #who .content {
        padding: 32px 24px;
    }

    #who .content h2 {
        font-size: 25px;
        line-height: 31px;
    }

    #who .content li {
        padding-left: 28px;
    }
}

#grants-supported {
    padding: 50px 0;
    background: #F5F2EB;
}

#grants-supported .content {
    max-width: 100%;
}

#grants-supported .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 34px;
}

#grants-supported .item {
    width: calc(50% - 12px);
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 22px 28px;
    background: #fff;
    border: 1px solid #DADDE5;
    border-radius: 10px;
    box-shadow: 0 3px 0 rgba(29, 39, 94, 0.06);
}

#grants-supported .icon {
    width: 16px;
    flex: 0 0 16px;
    color: rgba(43, 58, 184, 1);
    margin-top: -2px;
}

#grants-supported .icon i {
    font-size: 12px;
    line-height: 1;
}

#grants-supported .text {
    max-width: 100%;
}

/* --------- */
#grants-supported .content h2 {
color: #1B2157;
font-family: "Playfair Display";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 133.333% */
    margin-bottom: 0;
}

#grants-supported .text p {
color: #1B2157;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22.75px; /* 162.5% */
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #grants-supported .item {
        padding: 22px;
    }
}

@media (max-width: 767px) {
    #grants-supported {
        padding: 50px 0;
    }

    #grants-supported .wrap {
        gap: 18px;
        margin-top: 28px;
    }

    #grants-supported .item {
        width: 100%;
        min-height: 0;
        align-items: flex-start;
        padding: 20px;
    }

    #grants-supported .icon {
        padding-top: 6px;
    }

    #grants-supported .content h2 {
        font-size: 30px;
        line-height: 37px;
    }

    #grants-supported .text p {
        font-size: 16px;
        line-height: 25px;
    }
}

#submit-application {
    padding: 50px 0;
    background: #F5F2EB;
}

#submit-application .wrap {
    padding: 80px 50px;
    text-align: center;
    border-radius: 14px;
background: linear-gradient(135deg, #2B3AB8 0%, #1B2157 100%);
}

#submit-application .icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(94, 233, 181, 1);
    border-radius: 33554400px;
    background: rgba(26, 117, 72, 0.20);
    margin: 0 auto 36px;
}

#submit-application .icon i {
    font-size: 30px;
    line-height: 1;
}

#submit-application .content {
    max-width: 560px;
    margin: 0 auto;
}

#submit-application .click {
    margin-top: 50px;
}

#submit-application .click i {
    font-size: 14px;
    line-height: 1;
    margin-left: 8px;
}

/* --------- */
#submit-application .content h2 {
color: #FFF;
text-align: center;
font-family: "Playfair Display";
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
    margin-bottom: 20px;
}

#submit-application .content p {
color: rgba(255, 255, 255, 0.75);
text-align: center;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
    margin-bottom: 0;
}

#submit-application .btn{
    margin: 0 auto;
}

@media (max-width: 1200px) {
    #submit-application .wrap {
        padding: 70px 40px;
    }
}

@media (max-width: 767px) {
    #submit-application {
        padding: 50px 0;
    }

    #submit-application .wrap {
        padding: 50px 24px;
        border-radius: 12px;
    }

    #submit-application .icon {
        width: 56px;
        height: 56px;
        margin-bottom: 28px;
    }

    #submit-application .icon i {
        font-size: 26px;
    }

    #submit-application .content h2 {
        font-size: 32px;
        line-height: 39px;
    }

    #submit-application .content p {
        font-size: 16px;
        line-height: 27px;
    }

    #submit-application .click {
        margin-top: 40px;
    }
}
