body {
    color: #000;
    font-family: Bricolage Grotesque, sans-serif;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Bricolage Grotesque, sans-serif;
    font-weight: 700;
}

h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

p {
    margin-bottom: 15px;
    line-height: 120%;
}

.big-container {
    overflow: hidden;
}

.navbar-2 {
    z-index: 20;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    position: relative;
}

.hamburger-button {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 40px;
    height: 26px;
    display: none;
}

.hamburger-button.close {
    z-index: 9002;
    display: flex;
    position: fixed;
    inset: 20px 20px auto auto;
}

.top-line {
    background-color: #f11f73;
    width: 100%;
    height: 3px;
}

.middle-line {
    background-color: #f98a23;
    width: 100%;
    height: 3px;
}

.nav-menu-2 {
    z-index: 9004;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
}

.bottom-line {
    background-color: #55d2c3;
    width: 100%;
    height: 3px;
}

.nav-link {
    color: #000;
    border-bottom: 2px solid #0000;
    font-size: 1rem;
    text-decoration: none;
    transition: all .3s;
    display: inline-block;
}

.nav-link:hover {
    border-bottom-color: #000;
    padding-bottom: 5px;
}

.header {
    border-bottom: 1px solid #11072c33;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2vh;
    padding-bottom: 2vh;
    display: flex;
}

.navlink {
    margin-left: 45px;
}

.nav-mobile-link {
    color: #000;
    font-size: 50px;
    line-height: 60px;
    text-decoration: none;
}

.nav-block {
    margin-bottom: 40px;
}

.image {
    width: 12.5vw;
    min-width: 180px;
    max-width: 240px;
}

.content {
    width: 80%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.content.footer-c {
    border-top: 1px solid #11072c33;
    justify-content: space-between;
    align-items: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
    display: flex;
}

.content.team-c {
    padding-top: 0;
}

.content.grants-c {
    width: 90%;
    max-width: 1920px;
    padding-top: 0;
    padding-bottom: 0;
}

.content.hero-c.ty {
    padding-top: 25vh;
    padding-bottom: 25vh;
}

.team-holder {
    justify-content: space-between;
    display: flex;
}

.team-box {
    background-image: url('../images/Biologist1.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 27px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 32%;
    min-height: 645px;
    padding: 20px;
    display: flex;
}

.team-box.second {
    background-image: url('../images/Biologist2.jpg');
}

.team-box.third {
    background-image: url('../images/Biologist3.jpg');
}

.team-bottom {
    min-height: 110px;
}

.paragraph-name {
    color: #fff;
    font-size: 2rem;
    line-height: 1.7rem;
}

.text-span-2 {
    font-size: 1rem;
    display: block;
}

.paragraph-small {
    color: #fff;
    background-image: url('../images/white-border.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 17vw;
    font-size: .7rem;
}

.logo-holder {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}

.center-text {
    text-align: center;
    max-width: 1165px;
    margin-left: auto;
    margin-right: auto;
}

.center-text.big-margin {
    margin-bottom: 60px;
}

.text-span-1 {
    color: #ff8469;
    font-weight: 600;
}

.paragraph {
    height: 110%;
}

.paragraph.banner-p {
    margin-bottom: 25px;
}

.about {
    margin-bottom: 10vh;
}

.about-text {
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    max-width: 1440px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.text-left {
    width: 37%;
}

.text-span-3 {
    font-weight: 400;
}

.text-right {
    width: 48%;
}

.video-holder {
    width: 80%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.brands {
    background-color: #f5f3ec;
}

.brands-text {
    justify-content: space-between;
    margin-bottom: 100px;
    display: flex;
}

.brands-holder {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.bullets-images {
    justify-content: space-between;
    align-items: center;
    max-width: 460px;
    margin: 40px auto 100px;
    display: flex;
}

.how-boxes {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 50px;
    display: flex;
}

.how-box {
    width: 32%;
}

.grants-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
}

.grants-holder.first {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}



.grants-holder.second {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    position: relative;
}

.grants-holder.third {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
    position: relative;
}

.blue-section {
    background-color: #11072c;
    border-radius: 27px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}

.section-holder {
    justify-content: space-between;
    display: flex;
}

.section-text {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 65%;
    display: flex;
}

.image-2 {
    margin-bottom: 40px;
}

.land-title {
    color: #fff;
}

.footer-left {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.footer-paragraph {
    color: #00000045;
    margin-bottom: 0;
}

.footer-right {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.footer-link {
    color: #000;
    text-decoration: none;
    transition: color .3s;
}

.footer-link:hover {
    color: #0000005c;
}

.cta-holder {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
}

.cta-holder.left {
    margin-left: 0;
}



.button {
    color: #040126;
    text-align: center;
    letter-spacing: -.03rem;
    background-color: #9adbff;
    padding: .75rem 1.5rem;
    font-weight: 500;
    text-decoration: none;
    overflow: visible;
}

.button.c-11 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #fff;
    background-image: url('../images/CTA-Arrow.svg');
    background-position: 88%;
    background-repeat: no-repeat;
    background-size: auto;
    border: 2px solid #11072c;
    border-radius: .4rem;
    justify-content: center;
    align-items: center;
    padding-left: .5rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.button.c-11:hover {
    color: #fff;
}

.btn-bg {
    background-color: #5b96fe;
    border-radius: 100%;
    width: 120%;
    min-width: 5rem;
    height: 175%;
    display: block;
    position: absolute;
    inset: auto;
}

.btn-bg.c-10 {
    background-color: #612aff;
    background-image: url('../images/cta-arrow-white.svg');
    background-position: 83%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 50rem;
    align-self: center;
    width: 130%;
    min-width: auto;
    height: 120%;
    inset: auto;
}

.btn-txt {
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.btn-icon-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}

.btn-icon-arrow {
    width: 1.2rem;
    height: 1.2rem;
}

.btn-icon-arrow.hover {
    position: absolute;
    top: 0;
    left: -100%;
}

.cta-header {
    width: 100%;
    max-width: 230px;
}

.share-p {
    margin-bottom: 25px;
}

.sticky-wrapper {
    overflow: hidden;
}

.image-grid_wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.row_wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}

.middle-row-center__image-wrap {
    width: 45em;
    height: 25.4em;
    overflow: hidden;
}

.image-4 {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.team-tablet {
    text-align: center;
    display: none;
}

.form-holder {
    max-width: 700px;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
}


.brand-mob {
    display: none
}

.left-text {
    text-align: center;
    width: 80%;
    margin: 0 auto 50px;
}

@media screen and (max-width:1236px) {

    .brand-desk {
        display: none
    }

    .brand-mob {
        display: block
    }

}

@media screen and (max-width:1212px) {


    .brands-holder {
        justify-content: center;
    }
}

@media screen and (max-width:1120px) {

    .cta-header.first {
        display: none
    }


}

@media screen and (max-width: 991px) {
    .navbar-2 {
        display: none;
    }

    .hamburger-button {
        z-index: 100;
        width: 30px;
        height: 23px;
        display: flex;
        position: relative;
    }

    .hamburger-button.close {
        justify-content: center;
        transition-property: none;
        top: 32px;
    }

    .hamburger-button.close:hover {
        height: 22px;
    }

    .nav-mobile-holder {
        list-style-type: none;
    }

    .top-line {
        background-color: #000;
    }

    .top-line.mobile {
        transform: rotate(45deg);
    }

    .middle-line {
        background-color: #000;
    }

    .middle-line.mobile {
        display: none;
    }

    .nav-menu-2 {
        z-index: 9004;
        display: none;
    }

    .bottom-line {
        background-color: #000;
    }

    .bottom-line.mobile {
        transform: rotate(135deg);
    }

    .nav-mobile-link {
        border-bottom: 3px solid #0000;
        padding-bottom: 5px;
        transition: all .3s;
    }

    .nav-mobile-link:hover {
        border-bottom-color: #000;
        padding-bottom: 5px;
    }

    .content.footer-c {
        flex-flow: column;
    }

    .content.team-c {
        padding-bottom: 8vh;
    }

    .content.hero-c {
        padding-top: 7vh;
        padding-bottom: 8vh;
    }

    .team-holder {
        align-items: center;
        display: none;
    }

    .team-box.second {
        width: 36%;
    }

    .team-box.third,
    .team-box.first {
        min-height: 500px;
    }

    .brands-text {
        margin-bottom: 50px;
    }

    .brands-holder {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        justify-content: center;
    }

    .brands-holder.no-margin {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .how-boxes {
        flex-flow: wrap;
    }

    .how-box {
        width: 48%;
        margin-bottom: 30px;
    }

    .how-box.last,
    .grants-holder.first {
        margin-bottom: 0;
    }

    .cta-header.first {
        display: none;
    }

    .section_dicovery-zoom-effect {
        height: auto;
    }

    .middle-row-center__image-wrap {
        width: 25em;
        height: 18em;
    }

    .team-tablet {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .left-text {
        text-align: left;
        width: 80%;
        margin: 0 auto 30px;
    }

    .grants-holder.first img {
        width: 40%
    }

    .how-boxes {
        margin-bottom: 30px;
    }

    .hamburger-button.close {
        top: 35px;
    }

    .nav-menu-2 {
        display: none;
    }

    .nav-mobile-link {
        font-size: 30px;
        line-height: 40px;
    }

    .nav-block {
        margin-bottom: 15px;
    }

    .about-text {
        flex-flow: column;
    }

    .text-left,
    .text-right {
        width: 100%;
    }

    .brands-text {
        flex-flow: column;
        margin-bottom: 40px;
    }

    .brands-holder {
        grid-column-gap: 72px;
        grid-row-gap: 72px;
        margin-bottom: 40px;
    }

    .brands-holder.no-margin {
        margin-bottom: 0;
    }

    .bullets-images {
        flex-flow: wrap;
        margin-bottom: 50px;
    }

    .how-box {
        width: 100%;
    }

    .how-box.last {
        margin-bottom: 0;
    }

    .grants-holder.first {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .heading {
        margin-bottom: 20px;
    }

    .image-3 {
        width: 22vw;
    }

    .grant-image {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .grants-holder.first img {
        width: 100%
    }

    h2 {
        margin-bottom: 15px;
    }

    .image {
        min-width: 180px;
    }

    .content {
        padding-top: 5vh;
        padding-bottom: 7vh;
    }

    .content.hero-c {
        padding-top: 6vh;
    }

    .center-text.big-margin {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about {
        margin-bottom: 7vh;
    }

    .brands-holder {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .bullets-images {
        grid-column-gap: 7px;
        grid-row-gap: 7px;
        justify-content: center;
    }

    .how-box {
        width: 100%;
    }

    .grants-holder.first {
        margin-bottom: 30px;
    }

    .blue-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-text {
        width: 100%;
    }

    .footer-left {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        flex-flow: column;
        margin-bottom: 20px;
    }

    .footer-right {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-flow: column;
    }

    .image-3 {
        display: none;
    }

    .row_wrapper {
        flex-direction: column;
        align-items: center;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .middle-row-center__image-wrap {
        width: 100%;
        height: 15em;
    }
}

#w-node-e7cfc156-d2ab-8dc9-c4a6-05f65cc0b5b5-3ad6839b,
#w-node-_3becb2b4-e4a0-c186-ca0e-045b501b5eed-3ad6839b {
    place-self: center;
}

#w-node-_401f6c8c-5575-b9dd-718b-f4f174a7d01d-3ad6839b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
}

#w-node-c707593f-74b5-eb09-c868-b9d12e3b0f8c-3ad6839b,
#w-node-_56966323-06c5-31c9-417d-e08116e3ff02-3ad6839b,
#w-node-_56966323-06c5-31c9-417d-e08116e3ff03-3ad6839b,
#w-node-_56966323-06c5-31c9-417d-e08116e3ff04-3ad6839b,
#w-node-_56966323-06c5-31c9-417d-e08116e3ff05-3ad6839b,
#w-node-_56966323-06c5-31c9-417d-e08116e3ff06-3ad6839b {
    place-self: center;
}
