#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;
    }
}


#history {
    padding: 100px 0;
background: #F5F2EB;
}

#history .content {
    max-width: 760px;
}

#history .tag {
color: #1A7548;
font-family: Lato;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 133.333% */
letter-spacing: 2.4px;
text-transform: uppercase;
    margin-bottom: 18px;
}

#history .wrap {
    max-width: 405px;
    margin-left: auto;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
}

#history .wrap img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    display: block;
}

/* --------- */
#history .content h2 {
color: #1B2157;
font-family: "Playfair Display";
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
    margin-bottom: 28px;
}

#history .content p {
color: #525270;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
    margin-bottom: 24px;
}

#history .content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #history .content {
        max-width: 100%;
    }

    #history .wrap {
        max-width: 430px;
    }
}

@media(max-width:991px){
    #history .wrap{
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 767px) {
    #history {
        padding: 50px 0;
    }

    #history .tag {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 14px;
    }

    #history .content h2 {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 20px;
    }

    #history .content p {
        font-size: 16px;
        line-height: 27px;
    }

    #history .wrap {
        max-width: 360px;
        margin: 0 auto;
    }
}

#governance {
    padding: 0px 0 100px;
    background: #F5F2EB;
}

#governance .group + .group {
    margin-top: 110px;
}

#governance .tag {
color: #1A7548;
font-family: Lato;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 133.333% */
letter-spacing: 2.4px;
text-transform: uppercase;
    margin-bottom: 18px;
}

#governance .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
}

#governance .item {
    width: calc(33.333% - 16px);
    min-height: 126px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 28px 30px;
    background: #fff;
    border: 1px solid #DADDE5;
    border-radius: 12px;
    box-shadow: 0 3px 0 rgba(29, 39, 94, 0.08);
}

#governance .icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(43, 58, 184, 1);
    border-radius: 33554400px;
    background: rgba(43, 58, 184, 0.10);
}

#governance .icon i {
    font-size: 18px;
    line-height: 1;
}

/* --------- */
#governance .content h2 {
color: #1B2157;
font-family: "Playfair Display";
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
    margin-bottom: 20px;
}

#governance .content p {
    max-width: 960px;
color: #525270;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
    margin-bottom: 0;
}

#governance .item h3 {
color: #1B2157;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
    margin-bottom: 4px;
}

#governance .item p {
color: #525270;
font-family: Lato;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
letter-spacing: 0.6px;
text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #governance .item {
        width: calc(50% - 12px);
    }
}

@media (max-width: 767px) {
    #governance {
        padding: 50px 0;
    }

    #governance .group + .group {
        margin-top: 60px;
    }

    #governance .tag {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0;
        margin-bottom: 14px;
    }

    #governance .wrap {
        gap: 18px;
        margin-top: 30px;
    }

    #governance .item {
        width: 100%;
        min-height: 112px;
        padding: 24px;
    }

    #governance .content h2 {
        font-size: 32px;
        line-height: 39px;
    }

    #governance .content p {
        font-size: 16px;
        line-height: 27px;
    }
}

#data-protection {
    padding: 0 0 100px;
    background: #F5F2EB;
}

#data-protection .content {
    max-width: 940px;
}

/* --------- */
#data-protection .content h2 {
color: #1B2157;
font-family: "Playfair Display";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 133.333% */
    margin-bottom: 36px;
}

#data-protection .content p {
color: #525270;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22.75px; /* 162.5% */
    margin-bottom: 28px;
}

#data-protection .content p:last-child {
    margin-bottom: 0;
}

#data-protection .content a {
    color: #2437D7;
    text-decoration: none;
}

@media (max-width: 1200px) {
    #data-protection .content {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    #data-protection {
        padding: 50px 0;
    }

    #data-protection .content h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 24px;
    }

    #data-protection .content p {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 22px;
    }
}

#charity-information {
    padding: 0 0 100px;
    background: #F5F2EB;
}

#charity-information .wrap {
    padding: 50px;
    background: #E9E6DC;
    border: 1px solid #C9C8C2;
    border-radius: 16px;
}

#charity-information .items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    margin-top: 38px;
    padding-bottom: 50px;
    border-bottom: 1px solid #D1D0CB;
}

#charity-information .item {
    width: 50%;
    padding-right: 40px;
}

#charity-information .click {
    margin-top: 40px;
}

#charity-information .click a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #2B3AB8;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    text-decoration: none;
}

#charity-information .click i {
    font-size: 14px;
    line-height: 1;
}

/* --------- */
#charity-information .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;
}

#charity-information .item h3 {
    color: #525270;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#charity-information .item p {
    color: #1B2157;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #charity-information .wrap {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    #charity-information {
        padding: 50px 0;
    }

    #charity-information .wrap {
        padding: 30px 24px;
        border-radius: 12px;
    }

    #charity-information .items {
        row-gap: 28px;
        margin-top: 30px;
        padding-bottom: 36px;
    }

    #charity-information .item {
        width: 100%;
        padding-right: 0;
    }

    #charity-information .content h2 {
        font-size: 30px;
        line-height: 37px;
    }

    #charity-information .item h3 {
        font-size: 13px;
        line-height: 19px;
    }

    #charity-information .item p {
        font-size: 16px;
        line-height: 25px;
    }
}
