button {
    border: none;
    outline: none;
    color: #ffffff;
    transition: 0.5s;
    padding: 16px 51px;
    cursor: pointer;
    line-height: initial;
}
button:hover {
    transition: 0.5s;
}
.container{
    max-width: 1280px;
    margin: 0 auto;
}
.headerSection {
    width: 100%;
    height: 890px;
    background-color: #e9e9ee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 35px;
}
@media screen and (max-width: 1024px) {
    .headerSection {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
    .headerSection {
        height: 662px;
    }
}
.headerSection .navBar {
    width: 1280px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 1399px) {
    .headerSection .navBar {
        width: 90%;
    }
}
.headerSection .navBar .imgLogo {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}
.headerSection .navBar .navigationDiv {
    width: auto;
    height: 100%;
    display: flex;
    gap: 53.6px;
    align-items: center;
}
@media screen and (max-width: 1399px) {
    .headerSection .navBar .navigationDiv {
        gap: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .headerSection .navBar .navigationDiv {
        gap: 30px;
    }
}
@media screen and (max-width: 768px) {
    .headerSection .navBar .navigationDiv {
        display: none;
    }
}
.headerSection .navBar .navigationDiv a {
    transition: 0.3s;
}
@media screen and (max-width: 1024px) {
    .headerSection .navBar .navigationDiv a {
        font-size: 13px;
    }
}
.headerSection .navBar .navigationDiv a:hover {
    transition: 0.3s;
    color: #00296c;
}
.activeNavigation {
    color: #00296c;
}
.headerSection .navBar .navigationDiv button {
    background-color: #00296c;
}
@media screen and (max-width: 1024px) {
    .headerSection .navBar .navigationDiv button {
        padding: 16px 25px;
        font-size: 13px;
    }
}
.headerSection .navBar .navigationDiv button:hover {
    background-color: #396DC6;
}
.headerSection .navBar .burgerMenu {
    width: 40px;
    height: 30px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .headerSection .navBar .burgerMenu {
        display: flex;
    }
}
@media screen and (min-width: 768px) {
    .headerSection .navBar .burgerMenu {
        display: none;
    }
}
.headerSection .navBar .burgerMenu div {
    width: 100%;
    height: 2px;
    background-color: #18181a;
}
.headerSection .navBar .navigationMobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #e9e9ee;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    z-index: 99999;
    padding: 35px 16px 20px 20px;
}
.headerSection .navBar .navigationMobile .mobileHeader {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerSection .navBar .navigationMobile .mobileHeader .mobileLogo {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}
.headerSection .navBar .navigationMobile .mobileHeader .divClose {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.headerSection .navBar .navigationMobile .mobileHeader .divClose i {
    font-size: 35px;
    color: #686970;
}
.headerSection .navBar .navigationMobile .xumbDivs {
    width: 100%;
    height: 80%;
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.headerSection .navBar .navigationMobile .xumbDivs .divTexts {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.headerSection .navBar .navigationMobile .xumbDivs .divTexts a {
    font-size: 24px;
}
.activeNavigation {
    color: #00296c;
}
.headerSection .navBar .navigationMobile .xumbDivs .divGic {
    width: 100%;
    height: 0px;
    border: 1px solid #b6b6bc;
}
.headerSection .navBar .navigationMobile .xumbDivs .texts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.headerSection .navBar .navigationMobile button {
    width: 100%;
    height: 50px;
    padding: 0px;
    background-color: #00296c;
    color: white;
}
.headerSection .navBar .navigationMobileNoActive {
    display: none;
}
.headerSection .textHeaderBlock {
    width: 1280px;
    height: auto;
    position: relative;
}
@media screen and (max-width: 1399px) {
    .headerSection .textHeaderBlock {
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .headerSection .textHeaderBlock {
        margin-top: 20px;
    }
}
.headerSection .textHeaderBlock p {
    width: 680px;
    font-size: 96px;
    font-weight: 500;
    line-height: 140px;
    padding: 0px 0px 80px 0px;
    letter-spacing: -2.5px;
    margin: 0px 0px 0px -5px;
}
@media screen and (max-width: 768px) {
    .headerSection .textHeaderBlock p {
        width: 90%;
    }
}
@media screen and (max-width: 425px) {
    .headerSection .textHeaderBlock p {
        width: 100%;
    }
}
.headerSection .textHeaderBlock p span {
    color: #00296c;
    font-size: 96px;
    font-weight: 500;
}
@media screen and (max-width: 1024px) {
    .headerSection .textHeaderBlock p span {
        font-size: 76px;
    }
}
@media screen and (max-width: 880px) {
    .headerSection .textHeaderBlock p span {
        font-size: 66px;
    }
}
@media screen and (max-width: 768px) {
    .headerSection .textHeaderBlock p span {
        font-size: 56px;
    }
}
@media screen and (max-width: 600px) {
    .headerSection .textHeaderBlock p span {
        font-size: 46px;
    }
}
@media screen and (max-width: 375px) {
    .headerSection .textHeaderBlock p span {
        font-size: 36px;
    }
}
@media screen and (max-width: 1024px) {
    .headerSection .textHeaderBlock p {
        font-size: 76px;
    }
}
@media screen and (max-width: 880px) {
    .headerSection .textHeaderBlock p {
        font-size: 66px;
    }
}
@media screen and (max-width: 768px) {
    .headerSection .textHeaderBlock p {
        font-size: 56px;
    }
}
@media screen and (max-width: 600px) {
    .headerSection .textHeaderBlock p {
        font-size: 46px;
    }
}
@media screen and (max-width: 375px) {
    .headerSection .textHeaderBlock p {
        font-size: 36px;
    }
}
.headerSection .textHeaderBlock .divGic {
    position: absolute;
    width: 730px;
    height: 0px;
    border: 1px solid #d2d2d8;
    top: 0;
    right: 0;
}
@media screen and (max-width: 880px) {
    .headerSection .textHeaderBlock .divGic {
        top: 45px;
    }
}
@media screen and (max-width: 768px) {
    .headerSection .textHeaderBlock .divGic {
        top: 35px;
    }
}
@media screen and (max-width: 600px) {
    .headerSection .textHeaderBlock .divGic {
        top: 25px;
    }
}
@media screen and (max-width: 1399px) {
    .headerSection .textHeaderBlock .divGic {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .headerSection .textHeaderBlock .divGic {
        width: 40%;
    }
}
@media screen and (max-width: 425px) {
    .headerSection .textHeaderBlock .divGic {
        width: 30%;
    }
}
.headerSection .headerImg {
    width: 1280px;
    height: 360px;
    position: relative;
}

@media screen and (max-width: 1399px) {
    .headerSection .headerImg {
        width: 90%;
    }
}
.headerSection .headerImg .divStyle {
    position: absolute;
    right: 0;
    top: -190px;
    writing-mode: vertical-rl;
    display: flex;
    font-size: 12px;
    color: #8e8f96;
    /* position: absolute;
    right: -60px;
    top: -100px;
    transform: rotate(-90deg);
    color: #8E8F96;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px; */
}
@media screen and (max-width: 768px) {
    .headerSection .headerImg .divStyle {
        display: none;
    }
}
.headerSection .headerImg .divStyle .divGic {
    width: 48px;
    height: 0px;
    border: 1px solid #d2d2d8;
    transform: rotate(90deg) translate(-25px, -16.5px);
}
.headerSection .headerImg .imgMain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    -o-object-fit: cover;
    object-fit: cover;
} /*# sourceMappingURL=style.css.map */

.legend {
    margin: 230px 0px 160px 0px;
    max-width: 850px;
    font-size: 48px;

}
.legend span{
    font-size: 48px;
    color: #00296C;
}
/* .imgMain-mobi{
    display: none;
} */
@media (max-width: 768px) {
    .legend{
        display: none;
    }
}
@media (max-width: 425px) {
    /* .imgMain-mobi{
        display: block;
        max-width: 100%;
    }
    .imgMain{
        display: none;
    }
    .headerSection .textHeaderBlock p{
        padding: 0px 0px 40px 0px;
    }
    .headerSection{
        height: auto;
    } */
}

.donate {
}
.donate__row1 {
    display: flex;
    justify-content: right;
    margin: 0px 0px 80px 0px;
}
.donate__row-r {
    flex-basis: 550px;
    border-left: 1px solid #D2D2D8;
    padding: 0px 0px 0px 30px;
}
.donate__row-img {
    padding: 0px 0px 40px 0px;
}
.donate__row-txt {
    padding: 0px 0px 20px 0px;
    font-size: 18px;
    line-height: 25px;
}
.donate__row-btn {
    border: 1px #00296C solid;
    padding: 14px 66px;
    background-color: white;
    color: #00296C;
}
.donate__row-btn:hover{
    color: white;
    background-color: #323236;
}


.donate__row2 {
    display: flex;
    justify-content: left;
    margin: 0px 0px 80px 0px;
}
.donate__row-l {
    flex-basis: 550px;
    border-left: 1px solid #D2D2D8;
    padding: 0px 0px 0px 30px;
}
.donate__row3 {
    display: flex;
    justify-content: right;
    margin: 0px 0px 80px 0px;
}
.donate__row4 {
    display: flex;
    justify-content: left;
    margin: 0px 0px 160px 0px;
}

@media (max-width: 768px) {
    .container{
        padding: 0 10px;
    }
    .donate{
        margin: 155px 0px 0px 0px;
    }
    .donate__row1{
        flex-direction: column;
        margin: 0;
    }
    .donate__row2{
        flex-direction: column;
        margin: 0;
    }
    .donate__row3{
        flex-direction: column;
        margin: 0;
    }
    .donate__row4{
        flex-direction: column;
        margin: 0;
    }
    .donate__row-r{
        flex-basis: 0;
        border-left: none;
        border-bottom: 1px solid #D2D2D8;
        padding: 40px 0px 40px 0px;
    }
    .donate__row-l{
        flex-basis: 0;
        border-left: none;
        border-bottom: 1px solid #D2D2D8;
        padding: 40px 0px 40px 0px;
    }
    .donate__row-l:last-child{
        border: none;
        padding: 40px 0px 80px 0px;
    }
    .donate__row-img img{
        max-width: 100%;
    }

}
.headerSection{
    height: auto;
}
.headerSection .textHeaderBlock .divGic{
    top: 22px;
}
button, input, optgroup, select, textarea{
    font-family: inherit;
}
.contact{
    padding: 80px 0px 0px 0px;
}
@media (max-width: 768px) {
    .contact{
        padding: 180px 0px 0px 0px;
    }
    .headerSection .textHeaderBlock .divGic{
        top: 10px;
    }
}