:root {
    --grey-20: #DFE0E1;
    --grey-30: #C7C8CA;
    --grey-50: #6D6E71;
    --white: #FFFFFF;
    --black: #000000;
    --navyBlue: #1D5E84;
    --blue: #86BCDE;
    --orange_40: #FE7F2D;
    --orange_30: #FD8F47;
    --red: #C42D38;
}

@font-face {
    font-family: Gotham Rounded;
    src: url('../Fonts/Rounded/GothamRnd-Book.otf')
}

@font-face {
    font-family: Montserrat;
    src: url('../Fonts/Montserrat/static/Montserrat-Regular.ttf')
}

@font-face {
    font-family: Montserrat-Medium;
    src: url('../Fonts/Montserrat/static/Montserrat-Medium.ttf')
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

h1 {
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h1-bold {
    font-family: Montserrat-Medium;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

h2 {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h2-bold {
    font-family: Montserrat-Medium;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h3-bold {
    font-family: Montserrat-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

h4 {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h4-bold {
    font-family: Montserrat-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

h5 {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h5-bold {
    font-family: Montserrat-Medium;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

h6 {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h6-bold {
    font-family: Montserrat-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

p1 {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: pre-line;
    text-wrap: pretty;
}

p1-bold {
    font-family: Montserrat-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-wrap: pretty;
}

p2 {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: pre-line;
    text-wrap: pretty;
}

p2-bold {
    font-family: Montserrat-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-wrap: pretty;
}

p3 {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: pre-line;
    text-wrap: pretty;
}

p3-bold {
    font-family: Montserrat-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-wrap: pretty;
}

p4 {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: pre-line;
    text-wrap: pretty;
}

p4-bold {
    font-family: Montserrat-Medium;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-wrap: pretty;
}

hr {
    height: 1px;
    width: auto;
    background: #FD8F47;
}

summary {
    display: list-item;
    cursor: pointer;
    justify-content: space-between;
}

subtitle {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    text-transform: uppercase;
}

a, .btn-link {
    color: #0071c1;
}

.nav-link {
    color: var(--dark-gray);
}

.rounded-card {
    border-radius: 20px;
    text-align: left;
    font-family: GothamRnd-Book;
    font-size: 28px;
    color: var(--white);
    opacity: 1;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--blue);
    background-color: var(--blue);
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: var(--red);
    width: 100%;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.control-container {
    background-color: #e5e5e5;
    height: 300px;
    margin: 0 auto;
    width: 500px;
}

.e-carousel .e-carousel-items .e-carousel-item .img-container {
    height: 100%;
}

.e-carousel .e-carousel-items .e-carousel-item .img-caption {
    bottom: 4em;
    color: #fff;
    font-size: 12pt;
    height: 2em;
    position: relative;
    padding: 0.3em 1em;
    text-align: center;
    width: 100%;
}

/*my_css*/

.main-container {
    padding-block: 36px;
}

.inner-container {
    display: flex;
    flex-direction: column;
    max-inline-size: 1427px;
    margin-inline: auto;
    gap: 88px;
}

@media (width < 768px) {
    .main-container {
        padding-block: 8px;
    }

    .inner-container {
        display: flex;
        flex-direction: column;
        max-inline-size: 390px;
        margin-inline: auto;
        gap: 56px;
    }
}

/*Components*/

.line {
    width: 736px;
    height: 1px;
    background-color: #6D6E71;
}

/*headerStyles*/

.header-container {
    display: flex;
    justify-content: space-between;
    padding-inline: 64px 80px;
    padding-block: 32px;
}

.header-options {
    display: flex;
    gap: 48px;
}

.header-buttons {
    display: flex;
    gap: 24px;
}

.header-donate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 66px;
    padding: 0px 0px 16px 0px;
    gap: 10px;
}

.header-donate-img {
    width: 34px;
    height: 35px;
}

.header-logo-img {
    width: 215.469px;
    height: 75.872px;
}

.header-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

    .header-links:hover {
        font-weight: 500;
        font-family: Montserrat-Medium;
        color: var(--black);
    }

@media (width < 768px) {

    .line {
        width: 350px;
        height: 2px;
        background-color: #6D6E71;
    }

    .header-container {
        display: flex;
        justify-content: space-between;
        padding-inline: 24px 16px;
        padding-block: 24px;
    }

    .header-container2 {
        display: flex;
        gap: 8px;
    }

    .header-grey {
        display: block;
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 150%;
        top: 95px;
        left: 0px;
        margin: 0px;
        padding: 0px;
        background-color: rgba(0, 0, 0, 0.35);
    }

    .header-options {
        display: flex;
        z-index: 2;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 16px;
        background: var(--white);
    }

    .header-links {
        padding: 8px 24px;
        color: #000000;
        text-align: center;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

    .header-logo-img {
        width: 122px;
        height: 44px;
    }
}

/*footerStyles*/

.footer-container {
    padding-inline: 80px;
    padding-block: 32px 10px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.footer-row-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 80px;
}

.footer-row-2 {
    display: flex;
    gap: 64px;
}

.footer-row-3 {
    display: flex;
    gap: 10px;
}

.footer-icon {
    display: flex;
    width: 180px;
    flex-direction: column;
    align-items: center;
    gap: 1px;
}

    .footer-icon img {
        width: 130px;
        height: 130px;
        /*aspect-ratio: 1/1;*/
    }

    .footer-icon p4 {
        height: 47px;
        align-self: stretch;
        color: #000000;
        text-align: center;
    }

.footer-grid-column-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.footer-grid-column-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.footer-nav {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: var(--black);
    line-height: normal;
    text-decoration: none;
}

    .footer-nav:hover {
        color: var(--black);
    }

.footer-grid-column-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

    .footer-grid-column-6 p4-bold {
        align-self: stretch;
    }

.footer-grid-column-7 {
    display: flex;
    min-width: 400px;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

    .footer-grid-column-7 button {
        display: flex;
        max-height: 45px;
        padding: 16px;
        align-items: center;
        color: var(--black);
        text-align: center;
        border: 2px solid var(--grey-30);
        background: var(--grey-30);
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

.footer-inputtext {
    flex: 1 0 0;
    border-width: 0px;
    background: var(--grey-30);
    padding: 16px;
    color: var(--black);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    accent-color: var(--black);
}

    .footer-inputtext::placeholder {
        color: var(--grey-50);
    }

@media (width < 768px) {
    .footer-container {
        padding-inline: 0px;
        padding-block: 32px 10px;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        gap: 27px;
    }

    .footer-column-2 {
        display: flex;
        flex-direction: column;
        gap: 27px;
        align-items: center;
    }

    .footer-grid-column-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .footer-grid-column-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .footer-row-1 {
        display: flex;
        gap: 40px;
        align-items: start;
        padding-inline: 0px;
    }
}

/*Billboard*/

.billboard-container {
    display: flex;
    padding-inline: 80px;
}

.billboard {
    display: flex;
    max-height: 464px;
    justify-content: end;
    align-items: center;
    flex: 1 1 0;
    position: relative;
}

.billboard-card {
    display: flex;
    max-width: 548px;
    padding: 64px;
    max-height: 340px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    position: absolute;
    top: 50%;
    left: 12.5%;
    transform: translate(-12.5%, -50%);
}

    .billboard-card p1-bold {
        text-transform: none;
    }

.billboard-title {
    width: 416px;
    text-transform: none;
}

.billboard-body {
    color: var(--white);
}

.billboard img {
    width: 823px;
    height: 464px;
}

.billboard button {
    display: flex;
    max-height: 40px;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    color: var(--white);
    text-align: center;
    border: 2px solid var(--orange_30);
    background: var(--orange_30);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

    .billboard button:hover {
        background: #86BCDE;
        border-width: 2px;
        border-style: solid;
        border-color: #86BCDE;
    }

/*for index page only*/

.billboard-card-center {
    display: flex;
    max-width: 548px;
    padding: 56px 16px;
    max-height: 340px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 50%;
    left: 16.5%;
    transform: translate(-16.5%, -50%);
}

.billboard-title-center {
    width: 416px;
    text-align: center;
    text-transform: none;
}

@media (width < 768px) {
    .billboard-container {
        display: flex;
        max-width: 390px;
        padding: 0px;
    }

    .billboard {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .billboard-index {
        display: flex;
        flex-direction: column;
    }

    .billboard-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        position: absolute;
        top: 90px;
        left: 0px;
        max-height: 397px;
        transform: translate(0%,0%);
        padding: 124px 24px 24px 24px;
    }

        .billboard-card p1-bold {
            text-transform: none;
        }

    .billboard-title {
        width: auto;
        text-transform: none;
    }

    .billboard-body {
        color: var(--white);
    }

    .billboard img {
        width: 342px;
        height: auto;
        z-index: 1;
    }

    .billboard-card-center-img {
        width: 390px;
        height: auto;
    }

    .billboard-button {
        display: flex;
        max-height: 40px;
        padding: 8px 16px;
        align-items: center;
        gap: 8px;
        color: var(--white);
        text-align: center;
        border: 2px solid var(--orange_30);
        background: var(--orange_30);
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

        .billboard-button:hover {
            background: #86BCDE;
            border-width: 2px;
            border-style: solid;
            border-color: #86BCDE;
        }

    .billboard-card-center {
        display: flex;
        max-width: 390px;
        padding: 24px 16px;
        position: inherit;
        transform: inherit;
        gap: 24px;
    }
}

/*HoverCard*/

.hovercard-container {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hovercard-img {
    display: flex;
    min-height: 240px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 8px;
    color: var(--white)
}

.hovercard-info {
    display: flex;
    width: 90%;
    height: 83%;
    padding: 35px;
    align-items: center;
    text-align: start;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    background: var(--blue);
    color: var(--white);
    text-transform: none;
    transition: opacity 0.5s;
}

    .hovercard-info:hover {
        opacity: 1;
    }

.hovercard-info-mobile {
    align-items: center;
    text-transform: none;
    text-wrap: auto;
    line-height: 145%;
}


@media (width < 768px) {
    .hovercard-img {
        min-height: 185px;
        color: var(--white)
    }

    .hovercard-container {
        display: flex;
        flex-direction: column;
        gap: 16px;
        justify-content: center;
        align-items: center;
    }
}
/*Banner*/

.banner-container {
    display: flex;
    max-width: 100%;
    padding-block: 80px;
}

.banner-container-2 {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-grow: 1;
}

.banner-container-3 {
    display: flex;
    max-width: 1427px;
    padding: 0px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

    .banner-container-3 button {
        display: flex;
        max-height: 40px;
        padding: 8px 16px;
        align-items: center;
        gap: 8px;
        border: 2px solid var(--white);
        background: var(--white);
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
        color: var(--black);
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

        .banner-container-3 button:hover {
            color: var(--orange_40);
        }

.banner-container-4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.banner-title {
    color: var(--white);
    text-align: center;
}

.banner-body {
    color: var(--white);
    text-transform: none;
    text-align: center;
}


@media (width < 768px) {
    .banner-container {
        display: flex;
        max-width: 100%;
        padding-block: 56px;
    }

    .banner-container-2 {
        display: flex;
        padding-inline: 24px;
        padding-block: 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
    }

    .banner-container-3 {
        display: flex;
        max-width: 390px;
        padding-inline: 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }

    .banner-container-4 {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}

/*NavCard*/

.nav-card-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 0 0;
}

    .nav-card-container img {
        height: 260px;
        width: 100%;
    }

.nav-card-container-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .nav-card-container-2 h4-bold {
        color: var(--black);
    }

    .nav-card-container-2 p1 {
        color: var(--black);
    }

/*breadcrumb*/

.breadcrumb-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 528px;
    flex-wrap: nowrap;
}

.breadcrumb-row {
    display: flex;
    flex-direction: row;
    gap: 1px;
    justify-content: center;
    max-width: 528px;
    flex-wrap: nowrap;
}

.breadcrumb-option {
    display: flex;
}

.breadcrumb-nav {
    text-decoration: none;
    color: var(--black);
    flex-direction: row;
}

.breadcrumb-text {
    text-transform: uppercase;
    text-align: center;
}

.filled-circle {
    height: 12px;
    width: 12px;
    background-color: var(--grey-50);
    border-radius: 50%;
    display: inline-block;
}

.empty-circle {
    height: 12px;
    width: 12px;
    background-color: none;
    border-color: var(--navyBlue);
    border-width: 1px;
    border-radius: 50%;
    display: inline-block;
}

.selected-circle {
    height: 12px;
    width: 12px;
    background-color: var(--navyBlue);
    border-radius: 50%;
    display: inline-block;
}

.questionnaire-text {
    color: var(--grey-50);
    font-style: normal;
    font-weight: 400;
    padding: 16px;
}

.selected-text {
    color: var(--navyBlue);
    font-style: normal;
    font-weight: 400;
    padding: 16px;
}

/*Pages*/

/*Index*/

.linkcard-container {
    display: flex;
    max-width: 1427px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.linkcard {
    display: flex;
    padding: 0px 80px;
    max-width: 1427px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
}

.index-container {
    display: flex;
    padding-inline: 80px;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex: 1 0 0;
}

    .index-container img {
        width: 496px;
        height: 346px;
    }

.index-container-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
}

    .index-container-2 button {
        display: flex;
        max-height: 40px;
        padding: 8px 16px;
        align-items: center;
        gap: 8px;
        color: var(--black);
        text-align: center;
        border: 2px solid var(--grey-20);
        background: var(--grey-20);
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

        .index-container-2 button:hover {
            background: var(--navyBlue);
            opacity: 0.9;
            border: 2px solid var(--navyBlue);
            color: var(--white);
        }

.index-container-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}


.index-container-4 {
    display: flex;
    padding-inline: 80px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: center;
}

    .index-container-4 button {
        display: flex;
        max-height: 40px;
        padding: 8px 16px;
        align-items: center;
        gap: 8px;
        border: 2px solid var(--grey-20);
        background: var(--grey-20);
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
        color: var(--black);
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

        .index-container-4 button:hover {
            background: var(--navyBlue);
            border: 2px solid var(--navyBlue);
            opacity: 0.9;
            color: var(--white);
        }

.index-container-6 {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

@media (width < 768px) {
    .linkcard {
        display: flex;
        flex-direction: column;
        padding-inline: 24px;
        justify-content: center;
        align-items: center;
        gap: 24px;
        flex: 1 0 0;
    }

    .index-container {
        display: flex;
        flex-direction: column;
        max-width: 390px;
        justify-content: center;
        align-items: center;
        gap: 24px;
        padding: 0;
    }

        .index-container img {
            width: 390px;
            height: auto;
        }

    .index-container-2 {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding-inline: 24px;
    }

        .index-container-2 button {
            display: flex;
            max-height: 40px;
            padding: 8px 16px;
            align-items: center;
            gap: 8px;
            color: var(--black);
            text-align: center;
            border: 2px solid var(--grey-20);
            background: var(--grey-20);
            box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
            font-family: Montserrat;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: uppercase;
        }

            .index-container-2 button:hover {
                background: var(--navyBlue);
                opacity: 0.9;
                border: 2px solid var(--navyBlue);
                color: var(--white);
            }

    .index-container-3 {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

        .index-container-3 p1 {
            line-height: 145%;
        }

    .index-container-4 {
        display: flex;
        padding-inline: 24px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: center;
    }

        .index-container-4 button {
            display: flex;
            max-height: 40px;
            padding: 8px 16px;
            align-items: center;
            gap: 8px;
            border: 2px solid var(--grey-20);
            background: var(--grey-20);
            box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
            color: var(--black);
            text-align: center;
            font-family: Montserrat;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: uppercase;
        }

            .index-container-4 button:hover {
                background: var(--navyBlue);
                border: 2px solid var(--navyBlue);
                opacity: 0.9;
                color: var(--white);
            }

    .index-container-6 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

/*About*/

.values-container {
    display: flex;
    flex-direction: column;
    padding-inline: 80px;
    gap: 32px;
}

.section-header {
    margin-inline: auto;
}

.values-container-2 {
    display: flex;
    padding: 0px 80px;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.values-textblock {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.foundercard-container {
    display: flex;
    max-height: 389px;
    max-width: 406px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    object-fit: cover;
    gap: 16px;
}

.foundercard {
    width: 406px;
    height: 353px;
    align-self: flex-start;
}

.foundercard-info:hover {
    opacity: 0.9;
}

.foundercard-info {
    display: flex;
    width: 88%;
    height: 82%;
    padding: 64px 40px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--blue);
    color: var(--white);
    text-transform: none;
    opacity: 0;
    transition: opacity 0.1s;
}

@media (width < 768px) {
    .values-container {
        display: flex;
        margin-top: 265px;
        flex-direction: column;
        padding-inline: 24px;
        gap: 32px;
    }
}

/*impact*/

.impact-container {
    padding-block: 16px 0px;
    padding-inline: 80px;
}

.impact-container-1 {
    display: flex;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex: 1 0 0;
}

.impact-container img {
    width: 496px;
    height: 346px;
}

.impact-container-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.impact-container-3 {
    display: flex;
    margin-top: 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

@media (width < 768px) {
    .impact-container {
        display: flex;
        flex-direction: column;
        gap: 56px;
        padding-inline: 0px;
        padding-block: 265px 0px;
    }

    .impact-container-1 {
        display: flex;
        flex-direction: column;
        padding-inline: 20px;
        justify-content: center;
        align-items: center;
        gap: 24px;
        flex: 1 0 0;
    }

    .impact-container img {
        width: 100%;
        height: auto;
    }

    .impact-container-2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }

    .impact-container-3 {
        display: flex;
        margin-top: 16px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
    }
}

/*action*/

.action-container {
}

.action-container-2 {
    display: flex;
    max-width: 1427px;
    padding: 0px 20px;
    padding-inline: 80px;
    justify-content: center;
    align-items: center;
    gap: 48px;
}

    .action-container-2 img {
        width: 496px;
        height: 346px;
    }

.action-column-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
}

    .action-column-1 button {
        display: flex;
        max-height: 40px;
        padding: 8px 16px;
        align-items: center;
        gap: 8px;
        color: var(--black);
        text-align: center;
        border: 2px solid var(--grey-20);
        background: var(--grey-20);
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

        .action-column-1 button:hover {
            background: var(--navyBlue);
            border-color: var(--navyBlue);
            color: var(--white);
        }

.action-column-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.action-container-3 {
    display: flex;
    max-height: 320px;
    padding-inline: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.action-container-4 {
    display: flex;
    max-height: 320px;
    padding-block: 56px;
    padding-inline: 56px 600px;
    justify-content: start;
    align-items: center;
    gap: 48px;
    background: #F4F4F4;
}

    .action-container-4 img {
        width: 496px;
        height: 346px;
        position: absolute;
        left: 56%;
    }

.action-column-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
}

    .action-column-3 button {
        display: flex;
        max-height: 40px;
        padding: 8px 16px;
        align-items: center;
        gap: 8px;
        color: var(--black);
        text-align: center;
        border: 2px solid var(--white);
        background: var(--white);
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

        .action-column-3 button:hover {
            color: var(--orange_30);
        }

@media (width < 768px) {
    .action-container {
        padding-top: 205px;
    }

    .action-container-2 {
        display: flex;
        flex-direction: column;
        padding-inline: 24px;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }

        .action-container-2 img {
            width: 100%;
            height: auto;
        }

    .action-column-1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        flex: 1 0 0;
    }

        .action-column-1 button {
            display: flex;
            max-height: 40px;
            padding: 8px 16px;
            align-items: center;
            gap: 8px;
            color: var(--black);
            text-align: center;
            border: 2px solid var(--grey-20);
            background: var(--grey-20);
            box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
            font-family: Montserrat;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: uppercase;
        }

            .action-column-1 button:hover {
                background: var(--navyBlue);
                border-color: var(--navyBlue);
                color: var(--white);
            }

    .action-column-2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .action-container-3 {
        display: flex;
        flex-direction: column;
        gap: 0px;
        padding-inline: 0px;
        max-height: 100%;
        padding-block: 0px;
        align-items: flex-start;
    }

    .action-container-4 {
        display: flex;
        max-height: 100%;
        flex-direction: column;
        padding-inline: 24px;
        padding-block: 32px;
        gap: 24px;
        background: #F4F4F4;
    }

        .action-container-4 img {
            width: 100%;
            height: auto;
            position: inherit;
        }

    .action-column-3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        flex: 1 0 0;
    }

        .action-column-3 button {
            display: flex;
            max-height: 40px;
            padding: 8px 16px;
            align-items: center;
            gap: 8px;
            color: var(--black);
            text-align: center;
            border: 2px solid var(--white);
            background: var(--white);
            box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
            font-family: Montserrat;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: uppercase;
        }

            .action-column-3 button:hover {
                color: var(--orange_30);
            }
}

/*sponsorship*/

.sponsorship-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    align-self: stretch;
    max-width: 1920px;
    padding: 32px 0px;
}

.sponsorship-container-2 {
    display: flex;
    padding-inline: 80px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.sponsorship-wrapper {
    display: flex;
    padding: 10px;
    width: stretch;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.sponsorship-row {
    display: flex;
    padding: 0px 80px;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.sponsorship-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    flex: 1 0 0;
    text-wrap: pretty;
}

.sponsorship-bar {
    width: 2px;
    height: 204px;
    background: #86BCDE;
}

.sponsorship-container-3 {
    display: flex;
    margin-inline: 80px;
    padding-inline: 104px;
    padding-block: 64px;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(199, 200, 202, 0.25);
}

.sponsorship-container-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.sponsorship-column-3 {
    display: flex;
    padding: 0px 64px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.sponsorship-bar-2 {
    width: 100%;
    height: 2px;
    background: #86BCDE;
}

.sponsorship-column-4 {
    display: flex;
    padding: 0px 96px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.sponsorship-title {
    color: var(--orange_40);
}

@media (width < 768px) {
    .sponsorship-container-2 {
        display: flex;
        margin-top: 265px;
        padding-inline: 24px;
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .sponsorship-wrapper {
        display: flex;
        padding: 0px;
        width: stretch;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .sponsorship-container-3 {
        display: flex;
        margin-inline: 0px;
        padding-inline: 0px;
        padding-block: 64px;
        flex-direction: column;
        align-items: flex-start;
        background: rgba(199, 200, 202, 0.25);
    }

    .sponsorship-container-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        align-self: stretch;
    }

    .sponsorship-column-3 {
        display: flex;
        padding-inline: 24px;
        padding-block: 0px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .sponsorship-bar-2 {
        width: 100%;
        height: 2px;
        background: #86BCDE;
    }

    .sponsorship-column-4 {
        display: flex;
        padding-inline: 24px;
        padding-block: 0px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }

    .sponsorship-row {
        display: flex;
        flex-direction: column;
        padding-inline: 0px;
        gap: 24px;
    }

    .sponsorship-bar {
        width: 100%;
        height: 2px;
        background: #86BCDE;
    }
}

/*sponsorform1*/

.sponsorform1-container-2 {
    display: flex;
    padding-block: 160px;
    padding-inline: 160px;
    margin-inline: 80px;
    justify-content: center;
    align-items: center;
    background: rgba(199, 200, 202, 0.25);
}

.sponsorform1-container-3 {
    display: flex;
    margin-inline: 80px;
    padding-inline: 96px;
    padding-block: 96px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 72px;
    border-radius: 6px;
    background: var(--white);
}

.sponsorform1-container-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 56px;
    align-self: stretch;
}

.sponsorform1-column {
    display: flex;
    max-width: 528px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 16px;
    align-self: stretch;
}

.sponsorform1-column-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 56px;
    align-self: stretch;
}

.sponsorform1-column-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 16px;
}

    .sponsorform1-column-3 button {
        display: flex;
        max-height: 46px;
        padding: 16px 0px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        text-align: center;
        color: var(--black);
        border: 2px solid #E8E8E8;
        background: #E8E8E8;
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .sponsorform1-column-3 button:hover {
            background: var(--orange_30);
            border-color: var(--orange_30);
            color: var(--white);
        }

.sponsorform1-row {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
}

.sponsorform1-column-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.sponsorform1-inputtext {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-self: stretch;
}

.sponsorform1-name {
    width: 252px;
    height: 46px;
    padding: 0px 5px;
    border: 2px solid var(--grey-20);
}

.sponsorform1-email {
    width: 528px;
    height: 46px;
    padding: 0px 5px;
    border: 2px solid var(--grey-20);
}

.sponsorform-reason {
    width: 528px;
    padding: 12px 12px;
    border: 1px solid black;
}

@media (width < 768px) {
    .sponsorform1-container-2 {
        display: flex;
        padding-block: 56px;
        padding-inline: 24px;
        margin-inline: 0px;
        justify-content: center;
        align-items: center;
        background: rgba(199, 200, 202, 0.25);
    }

    .sponsorform1-container-3 {
        display: flex;
        margin-inline: 0px;
        padding-inline: 32px;
        padding-block: 56px;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: 72px;
        border-radius: 6px;
        background: var(--white);
    }

    .sponsorform1-container-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 56px;
        align-self: stretch;
    }

    .sponsorform1-column {
        display: flex;
        max-width: 528px;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: 16px;
        align-self: stretch;
    }

    .sponsorform1-column-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 56px;
        align-self: stretch;
    }

    .sponsorform1-column-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        gap: 16px;
    }

    .sponsorform1-column-4 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }

    .sponsorform1-name {
        width: 278px;
        height: 46px;
        padding: 0px 5px;
        border: 2px solid var(--grey-20);
    }

    .sponsorform1-email {
        width: 278px;
        height: 46px;
        padding: 0px 5px;
        border: 2px solid var(--grey-20);
    }
}

/*sponsor form 2*/

.sponsorform2-container {
    display: flex;
    margin-inline: 80px;
    margin-block: 36px;
    padding: 160px;
    justify-content: center;
    align-items: center;
    background: rgba(199, 200, 202, 0.25);
}

.sponsorform2-column {
    display: flex;
    max-width: 720px;
    padding: 96px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 64px;
    flex: 1 0 0;
    border-radius: 6px;
    background: var(--white);
}

.sponsorform2-column2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 56px;
    align-self: stretch;
}

/*.sponsorform2-column2 button {
        display: flex;
        max-height: 46px;
        padding: 16px 0px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        text-align: center;
        color: var(--black);
        border: 2px solid #E8E8E8;
        background: #E8E8E8;
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

    .sponsorform2-column2 button:hover {
        background: var(--orange_30);
        border-color: var(--orange_30);
        color: var(--white);
    }*/

.sponsorform2-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

    .sponsorform2-header p1-bold {
        text-transform: none;
    }

.sponsorform2-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}

.sponsorform2-question {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.sponsorform2-question-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

    .sponsorform2-question-header p1-bold {
        text-transform: none;
    }

    .sponsorform2-question-header p1 {
        padding-left: 24px;
    }

.sponsorform2-question-body {
    display: flex;
    padding-left: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

    .sponsorform2-question-body p1-bold {
        text-transform: none;
    }

.sponsorform2-question-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.sponsorform2-question-checkrow {
    display: flex;
    align-items: center;
    gap: 9px;
    align-self: stretch;
}

.sponsorform2-question-input {
    width: 18px;
    height: 18px;
    accent-color: var(--orange_30);
}

.sponsorform2-back {
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 1635px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    flex-grow: 1;
}

.sponsorform2-popup {
    background: var(--white);
    max-width: 1000px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.donation-back {
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 375%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    flex-grow: 1;
}

.donation-popup {
    background: var(--white);
    max-width: 1000px;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
}

@media (width < 768px) {
    .sponsorform2-container {
        display: flex;
        margin-inline: 0px;
        margin-block: 0px;
        padding-inline: 24px;
        padding-block: 65px;
        justify-content: center;
        align-items: center;
        background: rgba(199, 200, 202, 0.25);
    }

    .sponsorform2-column {
        display: flex;
        max-width: 720px;
        padding-inline: 32px;
        padding-block: 56px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 64px;
        flex: 1 0 0;
        border-radius: 6px;
        background: var(--white);
    }

    .sponsorform2-column2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 56px;
        align-self: stretch;
    }


    .donation-back {
        background: rgba(0, 0, 0, 0.35);
        width: 100%;
        height: 375%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        flex-grow: 1;
    }

    .donation-popup {
        background: var(--white);
        max-width: 350px;
        position: absolute;
        left: 50%;
        top: 70%;
        transform: translate(-50%, -50%);
    }
}

/*Questionnaire*/

.questionnaire-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.questionnaire-forward {
    display: flex;
    justify-content: center;
    align-items: center;
}

.forward-button {
    display: inline-block;
    max-height: 46px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    text-align: center;
    color: var(--white);
    border: 2px solid var(--orange_30);
    background-color: var(--orange_30);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
}

    .forward-button:hover {
        background: #E8E8E8;
        border-color: #E8E8E8;
        color: var(--black);
    }


.questionnaire-back {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.back-button {
    display: inline-block;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    text-align: center;
    color: var(--orange_30);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

    .back-button:hover {
        border-color: #E8E8E8;
        color: var(--black);
    }

.button-space {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-content: center;
}

@media (width < 768px) {
}

/*sponsordone*/

.sponsordone-container {
    display: flex;
    width: 928px;
    padding: 80px 96px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sponsordone-column {
    display: flex;
    padding: 0px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

    .sponsordone-column img {
        width: 74px;
        height: 84px;
    }

.sponsordone-column2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

    .sponsordone-column2 h3 {
        color: var(--orange_40);
        text-align: center;
    }

    .sponsordone-column2 p1 {
        text-align: center;
    }

@media (width < 768px) {
    .sponsordone-container {
        display: flex;
        max-width: 350px;
        padding-inline: 40px;
        padding-block: 48px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sponsordone-column {
        display: flex;
        padding: 0px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }
}

/*donation form 1*/

.checkbox {
    height: 20px;
    width: 20px;
}

.donation-container {
    display: flex;
    margin-inline: 80px;
    padding-inline: 80px;
    padding-block: 160px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(199, 200, 202, 0.25);
}

.donation-column {
    display: flex;
    padding: 96px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 72px;
    border-radius: 6px;
    background: #FFF;
}

.donation-column4 {
    display: flex;
    max-width: 720px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 72px;
    border-radius: 6px;
}

.donation-header {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.donation-nav:hover {
    color: var(--black);
}

.donationform1-header {
    display: flex;
    max-width: 528px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}

.donation-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 56px;
}

.donation-columnheader {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.donationform1-column2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
    align-self: stretch;
}

.donation-column2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.donation-column3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.donationform1-row {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.donationform1-row-check {
    display: flex;
    align-items: center;
    gap: 12px;
}

.donationform1-button1 {
    display: flex;
    height: 46px;
    width: 252px;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(109, 110, 113, 0.50);
    background: var(--white);
    color: var(--black);
    font-family: Montserrat-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.donationform1-button2 {
    display: flex;
    height: 46px;
    width: 160px;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(109, 110, 113, 0.50);
    background: var(--white);
    color: var(--black);
    font-family: Montserrat-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.donationform1-button4 {
    display: flex;
    height: 46px;
    width: 160px;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(109, 110, 113, 0.30);
    background: var(--white);
    color: var(--blue);
    font-family: Montserrat-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.donation-textbox4 {
    border: 2px solid var(--grey-30);
    display: flex;
    height: 46px;
    width: 160px;
    font-family: Montserrat-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.donationbutton {
    background: var(--white);
    color: var(--black);
}

.donationbutton2 {
    background: var(--white);
    color: var(--grey-30);
}

.donationbuttonpress {
    background: #6d6e7120;
    color: var(--orange_30);
}

.donationform1-button1:hover {
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
}

.donationform1-button2:hover {
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
}

.donation-button {
    display: flex;
    max-height: 46px;
    padding: 16px 0px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    text-align: center;
    color: var(--black);
    border: 2px solid #E8E8E8;
    background: #E8E8E8;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.donationform1-button3:hover {
    background: var(--orange_30);
    border-color: var(--orange_30);
    color: var(--white);
}

.donation-textbox {
    height: 46px;
    width: 528px;
    padding: 0px 10px;
    border: 2px solid #E8E8E8;
    background: var(--white);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.donation-textbox2 {
    height: 46px;
    width: 252px;
    padding: 0px 10px;
    border: 2px solid #E8E8E8;
    background: var(--white);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.donation-textbox3 {
    height: 46px;
    width: 160px;
    padding: 0px 10px;
    border: 2px solid #E8E8E8;
    background: var(--white);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.donation-select {
    border: 2px solid #E8E8E8;
    width: 160px;
    height: 46px;
    padding: 5px 10px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.popuprequest {
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 20px;
    max-width: 600px;
    max-height: 300px;
}

    .popuprequest h3-bold {
        text-transform: none;
    }

.popuprequest-text {
    text-align: center;
    flex: 1 0 0;
    border: 3px solid #E8E8E8;
    background: var(--white);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px;
    text-transform: uppercase;
}

.popuprequest-button {
    display: flex;
    max-height: 46px;
    max-width: 100px;
    padding: 16px 50px;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    text-align: center;
    color: var(--black);
    border: 5px solid #E8E8E8;
    background: #E8E8E8;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

@media (width < 768px) {
    .donation-container {
        display: flex;
        margin-inline: 0px;
        padding-inline: 24px;
        padding-block: 56px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(199, 200, 202, 0.25);
    }

    .donation-column {
        display: flex;
        max-width: 720px;
        padding-inline: 32px;
        padding-block: 56px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 72px;
        border-radius: 6px;
        background: #FFF;
    }

    .donationform1-button1 {
        display: flex;
        height: 46px;
        width: 130px;
        justify-content: center;
        align-items: center;
        border: 2px solid rgba(109, 110, 113, 0.50);
        background: var(--white);
        color: var(--black);
        font-family: Montserrat-Medium;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
    }

    .donationform1-button2 {
        display: flex;
        height: 46px;
        width: 130px;
        justify-content: center;
        align-items: center;
        border: 2px solid rgba(109, 110, 113, 0.50);
        background: var(--white);
        color: var(--black);
        font-family: Montserrat-Medium;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
    }

    .donationform1-button4 {
        display: flex;
        height: 46px;
        width: 130px;
        justify-content: center;
        align-items: center;
        border: 2px solid rgba(109, 110, 113, 0.30);
        background: var(--white);
        color: var(--blue);
        font-family: Montserrat-Medium;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
    }

    .donationform1-button5 {
        display: flex;
        height: 46px;
        width: 278px;
        justify-content: center;
        align-items: center;
        border: 2px solid rgba(109, 110, 113, 0.50);
        background: var(--white);
        color: var(--blue);
        font-family: Montserrat-Medium;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
    }

    .donationbutton {
        background: var(--white);
        color: var(--black);
    }

    .donationbutton2 {
        background: var(--white);
        color: var(--grey-30);
    }

    .donationbuttonpress {
        background: #6d6e7120;
        color: var(--orange_30);
    }

    .donationform1-button5:hover {
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.20);
    }

    .donation-textbox {
        height: 46px;
        width: 278px;
        padding: 0px 10px;
        border: 2px solid #E8E8E8;
        background: var(--white);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .donation-textbox2 {
        height: 46px;
        width: 127px;
        padding: 0px 10px;
        border: 2px solid #E8E8E8;
        background: var(--white);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .donation-textbox3 {
        height: 46px;
        width: 160px;
        padding: 0px 10px;
        border: 2px solid #E8E8E8;
        background: var(--white);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .donation-select {
        border: 2px solid #E8E8E8;
        width: 278px;
        height: 46px;
        padding: 5px 10px;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }
}

/*stories*/

.stories-banner {
    display: flex;
    margin-inline: 80px;
    background-color: #FD8F47;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.stories-header {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    padding: 112px 176px;
}

.stories-header-title {
    display: flex;
    flex-direction: column;
    color: white;
    gap: 16px;
}

    .stories-header-title p1-bold {
        text-transform: none;
    }

    .stories-header-title h1-bold {
        text-transform: none;
    }

.stories-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
    align-self: stretch;
}

.stories-dropdown-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: 36px;
}

.stories-dropdown {
    border: 2px solid var(--grey-30);
    text-align: center;
    padding: 6px 8px;
    font-family: Montserrat;
    font-size: 16px;
}

.stories {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
}

.blog-container {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 42px;
    align-items: flex-start;
    gap: 16px;
    width: 406px;
    height: 304px;
}

    .blog-container img {
        height: 248px;
        width: 406px;
    }

.stories-more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

    .stories-more p1-bold {
        text-transform: none;
    }

.blogpost-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.blogpost-container-2 {
    display: flex;
    max-width: 736px;
    padding: 0px 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.blogpost-container-3 {
    justify-self: center;
}

.blog-carousel-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.blogpost-carousel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    max-height: 436px;
    height: 100vh;
}

.blogpost-carousel-img {
    height: 378px;
    width: 686px
}

.blogpost-story {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 736px;
    padding: 0px 24px;
}

.rotateIn {
    opacity: 0;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-name: rotateIn;
    animation-fill-mode: forwards;
}

.rotateOut {
    animation-duration: 0.5s;
    animation-name: rotateOut;
    animation-fill-mode: forwards;
}

@media (width < 768px) {
    .stories-banner {
        display: flex;
        margin-inline: 00px;
        background-color: #FD8F47;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
    }

    .stories-header {
        display: flex;
        align-items: flex-start;
        align-self: stretch;
        padding-inline: 24px;
        padding-block: 32px 48px;
    }

    .blog-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 10px;
        align-items: center;
        gap: 16px;
        width: 155px;
        height: 100%;
    }

        .blog-container img {
            width: 150px;
            height: 100px;
        }

    .blogpost-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-inline: 20px;
        gap: 32px;
    }

    .blog-carousel-container {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .blogpost-container h2 {
        text-align: center;
    }

    .blogpost-carousel-img {
        height: 100%;
        width: 330px;
    }

    .blogpost-container-2 {
        display: flex;
        padding-inline: 12px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .blogpost-story {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-inline: 0px;
    }
}

/*FAQ*/

.faq-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 80px;
    gap: 72px;
}

.faq-container-2 {
    display: flex;
    flex-direction: column;
    padding-inline: 40px;
    width: 100%;
    gap: 24px;
}

.faq-container-3 {
    display: flex;
    height: 51px;
    padding-inline: 8px;
    flex-direction: row;
    align-items: center;
    gap: 19px;
    align-self: stretch;
    justify-content: space-between;
}

    .faq-container-3 p2-bold {
        text-transform: none;
    }

@media (width < 768px) {
    .faq-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-inline: 20px;
        gap: 24px;
    }

    .faq-container-2 {
        display: flex;
        flex-direction: column;
        padding-inline: 0px;
        width: 100%;
        gap: 24px;
    }

    .faq-container-3 {
        display: flex;
        height: 51px;
        padding-inline: 0px;
        flex-direction: row;
        align-items: center;
        gap: 19px;
        align-self: stretch;
        justify-content: space-between;
    }
}

/*Terms */

.terms-container {
    margin-inline: 90px;
}


@media (width < 768px) {
    .terms-container{
        margin-inline: 20px;
    }
}
