@font-face {
    font-family: "Impact";
    font-display: swap;
    src: url("/Content/img/landing/grants-page/Impact.ttf") format("truetype")
}

@font-face {
    font-family: "trade-gothic-next-lt";
    font-display: swap;
    src: url("/Content/img/landing/grants-page/Trade-Gothic-Next-LT-Pro.ttf") format("truetype")
}

@font-face {
    font-family: "trade-gothic-next-light";
    font-display: swap;
    src: url("/Content/img/landing/grants-page/Trade Gothic LT Condensed No. 18.ttf") format("truetype")
}

@font-face {
    font-family: "SegoeUI";
    font-display: swap;
    src: url("/Content/img/landing/grants-page/segoeui.ttf") format("truetype")
}

@font-face {
    font-family: "trade-gothic-next";
    src: url("https://use.typekit.net/af/e7065f/00000000000000007735ba3f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/e7065f/00000000000000007735ba3f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/e7065f/00000000000000007735ba3f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal
}

@font-face {
    font-family: "trade-gothic-next";
    src: url("https://use.typekit.net/af/a741c0/00000000000000007735ba66/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/a741c0/00000000000000007735ba66/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/a741c0/00000000000000007735ba66/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal
}

@font-face {
    font-family: "trade-gothic-next";
    src: url("https://use.typekit.net/af/a3a085/00000000000000007735ba73/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal
}

@font-face {
    font-family: "trade-gothic-next-condensed";
    src: url("https://use.typekit.net/af/f060c3/00000000000000007735ba43/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/f060c3/00000000000000007735ba43/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/f060c3/00000000000000007735ba43/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal
}

@font-face {
    font-family: "trade-gothic-next-condensed";
    src: url("https://use.typekit.net/af/395675/00000000000000007735ba49/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal
}

.font-impact {
    font-family: "Impact",sans-serif
}

.font-trade-gothic {
    font-family: "trade-gothic-next",sans-serif
}

*, *::before, *::after {
    box-sizing: border-box
}

* {
    margin: 0
}

html, body {
    height: auto
}

.g-container {
    line-height: 1.5;
    background-color: var(--white-color);
    font-family: "trade-gothic-next";
    letter-spacing: 0;
    position: relative;
    color: #282828
}

    .g-container .g-btn {
        /* color: #fff;
        background-color: #a71635;
        border: 1px solid #a71635;
        padding: 12px 21px;
        text-decoration: none;
        cursor: pointer;*/

        color: #fff;
        background-color: #a71635;
        border: 1px solid #a71635;
        padding: 8px 20px;
        text-decoration: none;
        cursor: pointer;
        font-family: "trade-gothic-next-lt";
        letter-spacing: 0;
        font-size: 15px;
    }

    .g-container .g-btn:hover {
        background-color: #c42547;
        border: 1px solid #c42547;
    }

    .g-container .section-hero {
        background-image: url("/Content/img/landing/grants-page/hero-mobile-1.webp");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 285px;
        display: flex;
        align-items: center
    }

@media screen and (min-width: 768px) {
    .g-container .section-hero {
        background-image: url("/Content/img/landing/grants-page/grant-hero.webp");
        min-height: 350px
    }
}

@media screen and (min-width: 1200px) {
    .g-container .section-hero {
        min-height: 650px
    }
}

.g-container .section-hero .content-area {
    color: #fff;
    /*max-width: 90%;*/
    padding: 24px;
    display: flex;
    flex-direction: column;
    /*gap: 17px*/
}

@media screen and (min-width: 768px) {
    .g-container .section-hero .content-area {
        max-width: 70%;
        padding: 50px
    }
}

@media screen and (min-width: 1200px) {
    .g-container .section-hero .content-area {
        max-width: 55%;
        padding: 0 110px;
        margin-top: -40px;
    }
}

.g-container .section-hero .content-area h1 {
    font-family: Impact;
    font-size: 29px;
    line-height: 1.2;
    color: white;
}

@media screen and (min-width: 768px) {
    .g-container .section-hero .content-area h1 {
        font-size: 40px
    }
}

@media screen and (min-width: 1200px) {
    .g-container .section-hero .content-area h1 {
        font-size: 55px;
        letter-spacing: 0.78px;
    }
}

.g-container .section-hero .content-area h3 {
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
    font-family: 'trade-gothic-next-condensed';
}

@media screen and (min-width: 768px) {
    .g-container .section-hero .content-area h3 {
        font-size: 22px
    }
}

@media screen and (min-width: 1200px) {
    .g-container .section-hero .content-area h3 {
        font-size: 25px
    }
}

.g-container .section-hero .content-area ul {
    padding-left: 19px;
    font-size: 15px;
    font-family: 'SegoeUI';
}

@media screen and (min-width: 768px) {
    .g-container .section-hero .content-area ul {
        padding-left: 10px;
        font-size: 18px;
        list-style-type: none;
        padding: 0;
    }
}

@media screen and (min-width: 1200px) {
    .g-container .section-hero .content-area ul {
        font-size: 20px;
        margin: 15px 0 30px 0;
        padding: 0;
    }
}

.g-container .section-hero .content-area ul li img {
    display: none
}

@media screen and (min-width: 768px) {
    .g-container .section-hero .content-area ul li {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 5px;
        margin: 7px 0;
    }

        .g-container .section-hero .content-area ul li img {
            display: block;
            max-width: 30px
        }
}

@media screen and (min-width: 1200px) {
    .g-container .section-hero .content-area ul li img {
        max-width: 40px
    }
}

.g-container .section-hero .content-area .g-btn {
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (min-width: 768px) {
    .g-container .section-hero .content-area .g-btn {
        padding-left: 25px;
        padding-right: 25px;
        letter-spacing: 1.1px;
    }
}


.g-container .section-info {
    background-color: #a71635;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width: 1200px) {
    .g-container .section-info {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 40px;
        min-height: 440px
    }
}

.g-container .section-info .parallax-left, .g-container .section-info .parallax-right {
    display: none;
    position: relative;
    min-height: 50px
}

@media screen and (min-width: 1200px) {
    .g-container .section-info .parallax-left, .g-container .section-info .parallax-right {
        display: block;
        flex-basis: 25%;
        flex-shrink: 1
    }

        .g-container .section-info .parallax-left img, .g-container .section-info .parallax-right img {
            max-width: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            transition: top 1.5s
        }
}

.g-container .section-info .parallax-left img {
    position: relative;
    top: 350px;
    left: 0
}

.g-container .section-info .parallax-right img:first-child {
    position: relative;
    top: 100px;
    right: 0
}

.g-container .section-info .parallax-right img:last-child {
    position: relative;
    max-width: 80%;
    right: -105px;
    top: 250px
}

.g-container .section-info .text-container {
    flex-shrink: 1;
    padding: 35px 15px 55px 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    max-width: 810px;
}


@media screen and (min-width: 1200px) {
    .g-container .section-info .text-container {
        padding: 25px 27px 35px 27px;
    }
}

    .g-container .section-info .text-container h1 {
        font-size: 42px;
        font-family: Impact,sans-serif;
        color: #fff
    }

@media screen and (min-width: 768px) {
    .g-container .section-info .text-container h1 {
        font-size: 48px
    }
}

@media screen and (min-width: 1200px) {
    .g-container .section-info .text-container h1 {
        font-size: 55px
    }
}

.g-container .section-info .text-container p {
    font-size: 20px;
    font-weight: 100;
    line-height: 1.4;
}

    .g-container .section-info .text-container p:last-child {
        margin-top: 10px;
    }

@media screen and (min-width: 768px) {
    .g-container .section-info .text-container p {
        font-size: 24px;
        font-size: 26px;
        letter-spacing: 0.33px;
    }
}

.g-container .section-services {
    padding: 50px 0px
}

@media screen and (min-width: 768px) {
    .g-container .section-services {
        padding: 20px 0px
    }

}

    .g-container .section-services h1 {
        /* font-size: 45px;
        font-family: Impact,sans-serif;*/
        text-align: center;
        font: normal normal normal 47px/35px Impact;
        letter-spacing: -0.48px;
        color: #282828;
        margin-bottom: 40px;
    }

    @media screen and (min-width: 768px) {
        .g-container .section-services h1 {
            font-size: 50px;
            letter-spacing: 0.9px;

        }
    }

    @media screen and (min-width: 1200px) {
        .g-container .section-services h1 {
            font-size: 60px
        }
    }

    .g-container .section-services .hide-mobile {
        display: none
    }

    @media screen and (min-width: 768px) {
        .g-container .section-services .hide-mobile {
            display: block;
            color: #a71635;
            text-align: center;
            font-size: 20px;
            font-weight: 100;
            padding-top: 30px;
            padding-bottom: 15px;
            font: normal normal normal 20px/10px 'trade-gothic-next-lt';
            letter-spacing: 0.9px;
        }
    }

    .g-container .section-services .container-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        margin-top: 20px
    }

    @media screen and (min-width: 768px) {
        .g-container .section-services .container-cards {
            margin: 20px auto 30px auto;
            flex-direction: row;
            align-items: start;
            justify-content: center;
            gap: 10px;
            max-width: 90%
        }
    }

    @media screen and (min-width: 1200px) {
        .g-container .section-services .container-cards {
            max-width: 60%;
            gap: 50px;
            /*max-width: 70%;*/
        }
    }

    .g-container .section-services .container-cards .g-card {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px
    }

    @media screen and (min-width: 768px) {
        .g-container .section-services .container-cards .g-card {
            min-width: 245px
        }

            .g-container .section-services .container-cards .g-card:not(:last-child):after {
                content: "";
                height: 2px;
                background-color: #a71635;
                order: -1;
                position: relative;
                top: 60px;
                left: 50%;
                width: calc(100% - 80px - 50px);
            }

            .g-container .section-services .container-cards .g-card:last-child {
                padding-top: 15px
            }
    }

    @media screen and (min-width: 1200px) {
        .g-container .section-services .container-cards .g-card:not(:last-child):after {
            left: calc(50% + 20px);
            width: calc(100% - 30px - 50px);
        }
    }

    .g-container .section-services .container-cards .g-card img {
        width: 130px;
        height: 90px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }

    @media screen and (min-width: 768px) {
        .g-container .section-services .container-cards .g-card img {
            width: 121px;
            height: 86px;
        }
    }

    .g-container .section-services .container-cards .g-card h4 {
        color: #a71635;
        font-size: 20px;
        font: normal normal bold 27px/10px 'trade-gothic-next-lt';
        letter-spacing: 0.32px;
        color: #A71635;
    }

    @media screen and (min-width: 768px) {
        .g-container .section-services .container-cards .g-card h4 {
            font-size: 24px;
        }
    }

    .g-container .section-services .container-cards .g-card p {
        font-size: 20px;
        font-weight: 100;
        color: #282828;
        padding: 0 20px
    }

    @media screen and (min-width: 768px) {
        .g-container .section-services .container-cards .g-card p {
            padding: 0;
            font-size: 17px;
            line-height: 1.3;
        }
    }

    .g-container .section-services .container-cards .g-card span {
        font-size: 14px;
        font-weight: 100;
        color: #7b7b7b;
        margin-top: -10px;
    }

    @media screen and (min-width: 768px) {
        .g-container .section-services .container-cards .g-card span {
            font-size: 12px;
        }
    }

    .g-container .section-testimonial {
        background-color: #f5f5f5;
        padding: 35px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin: 25px 0;
        position: relative;
        margin-top: 50px;
    }

        .g-container .section-testimonial .rectangle {
            height: 25px;
            width: 70%;
            background-color: #a71635
        }

    @media screen and (min-width: 768px) {
        .g-container .section-testimonial .rectangle {
            width: 30%
        }
    }

    .g-container .section-testimonial .edge {
        width: 0;
        height: 0
    }

    .g-container .section-testimonial .divider-top {
        width: 100%;
        display: flex;
        position: absolute;
        top: -25px;
        left: 0
    }

        .g-container .section-testimonial .divider-top .edge {
            border-left: 25px solid rgba(0,0,0,0);
            border-right: 25px solid rgba(0,0,0,0);
            border-bottom: 25px solid #a71635;
            position: relative;
            left: -25px
        }

    .g-container .section-testimonial .divider-bottom {
        width: 100%;
        display: flex;
        justify-content: end;
        position: absolute;
        bottom: -25px;
        right: 0px
    }

        .g-container .section-testimonial .divider-bottom .edge {
            border-left: 25px solid rgba(0,0,0,0);
            border-right: 25px solid rgba(0,0,0,0);
            border-top: 25px solid #a71635;
            position: relative;
            right: -25px
        }

    .g-container .section-testimonial .container-text {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center
    }

        .g-container .section-testimonial .container-text .avatar-and-text {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px
        }

    @media screen and (min-width: 1200px) {
        .g-container .section-testimonial .container-text .avatar-and-text {
            margin: -20px 0
        }
    }

    .g-container .section-testimonial .container-text img.avatar {
        max-width: 120px;
        aspect-ratio: 1
    }

    @media screen and (min-width: 1200px) {
        .g-container .section-testimonial .container-text img.avatar {
            max-width: 105px
        }
    }

    .g-container .section-testimonial .container-text .container-avatar {
        display: none
    }

    @media screen and (min-width: 1200px) {
        .g-container .section-testimonial .container-text .container-avatar {
            display: block
        }
    }

    .g-container .section-testimonial .container-text p {
        font-size: 20px;
        font-weight: 100;
        color: #7b7b7b;
        max-width: 900px;
        color: #282828;
        line-height: 1.4;
    }

    @media screen and (min-width: 1200px) {
        .g-container .section-testimonial .container-text p {
            font-size: 18px;
            font-style: italic
        }
    }

    .g-container .section-testimonial .container-text .single-quote {
        /*font-size: 55px;
        color: #a71635;
        margin: -10px 0 -20px 0;
        line-height: 1;*/
        font-size: 80px;
        font-weight: bold;
        color: #a71635;
        margin: -10px 0 -20px 0;
        line-height: 0.5;
    }

@media screen and (min-width: 1200px) {
    .g-container .section-testimonial .container-text .single-quote {
        font-style: normal;
    }
}

    .g-container .section-testimonial .container-text h2 {
        font-size: 37px;
        padding: 0 40px;
        color: #282828;
        font-weight: bold;
    }

    .g-container .section-testimonial .container-text h5 {
        font-size: 20px;
        margin-bottom: -10px;
        font-weight: bold;
    }

    .g-container .section-testimonial .container-text span {
        font-size: 18px;
        font-weight: 100;
        /*color: #7b7b7b*/
        margin-top: -10px;
    }

@media screen and (min-width: 1200px) {
    .g-container .section-testimonial .container-text span {
        font-size: 13px;
    }
}

    @media screen and (min-width: 1200px) {
        .g-container .section-testimonial .container-text img.hide-on-dektop {
            display: none
        }
    }

    .g-container .section-form {
        padding: 40px 0 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px
    }

    @media screen and (min-width: 1200px) {
        .g-container .section-form {
            padding: 55px 0 0 0
        }
    }

    .g-container .section-form .g-logos-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px
    }

        .g-container .section-form .g-logos-container .g-logo:first-child {
            order: -1
        }

        .g-container .section-form .g-logos-container .g-logo:last-child {
            padding-left: 5px
        }

    @media screen and (min-width: 768px) {
        .g-container .section-form .g-logos-container .g-logo:last-child {
            padding-left: 10px
        }
    }

    .g-container .section-form .g-logos-container .g-logo {
        flex: 1
    }

        .g-container .section-form .g-logos-container .g-logo img {
            width: 150px;
            height: 45px;
            aspect-ratio: 1;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center
        }

    @media screen and (min-width: 768px) {
        .g-container .section-form .g-logos-container .g-logo img {
            /* width: 296px;
            height: 79px;*/
            width: 216px;
            height: 65px;
        }
    }

    .g-container .section-form .g-logos-container:before {
        content: "";
        border: 1px solid #282828;
        align-self: stretch
    }

    .g-container .section-form h2 {
        font-size: 33px;
        text-align: center;
        padding: 0 10px;
        color: #282828;
        font-size: 38px;
        text-align: center;
        padding: 0 10px;
        color: #282828;
        font-weight: bold;
        line-height: 1.1;
        margin: 15px 0;
    }

    @media screen and (min-width: 768px) {
        .g-container .section-form h2 {
            padding: 0;
            font-size: 30px;
            margin-bottom: 5px;
        }
    }

    .g-container .section-form .content-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 50px
    }

        .g-container .section-form .content-wrapper .parallax-left, .g-container .section-form .content-wrapper .parallax-right {
            display: none;
            position: relative;
            min-height: 5px
        }

    @media screen and (min-width: 1200px) {
        .g-container .section-form .content-wrapper .parallax-left, .g-container .section-form .content-wrapper .parallax-right {
            display: block;
            flex-basis: 20%;
            flex-shrink: 1
        }

            .g-container .section-form .content-wrapper .parallax-left img, .g-container .section-form .content-wrapper .parallax-right img {
                width: 100%;
                -o-object-fit: contain;
                object-fit: contain;
                transition: top 2s
            }
    }

    .g-container .section-form .content-wrapper .parallax-left img {
        position: relative;
        top: 450px;
        left: 0
    }

    .g-container .section-form .content-wrapper .parallax-right img {
        position: relative;
        right: 0;
        top: 450px
    }

    .g-container .section-form .content-wrapper .form-area {
        flex-basis: 60%;
        flex: 1
    }
