.page {
    margin-bottom: 128px;
}




.presentation {
    margin-bottom: 96px;
    overflow: hidden;
    position: relative;
}

.presentation::after {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


.presentation img:last-of-type {
    display: none;
}


.presentation .container {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: calc(var(--viewport--height) - 141px);
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}

.presentation .title {
    color: var(--color--permanent-geranium-lake);
    font-size: 63px;
    font-weight: 400;
    line-height: 85px;
    margin: 0 0 1px;
    text-transform: uppercase;
}

.presentation .description {
    color: var(--color--white);
    margin: 0 0 35px;
}




.mission .container {
    display: grid;
    grid-column-gap: 64px;
    grid-template-columns: repeat(2, 1fr);
}

.mission .title {
    margin: -16px 0 14px;
}

.mission p {
    margin: 0 0 20px;
}

.mission .action {
    margin-bottom: -5px;
    padding-top: 6px;
}

.mission a {
    color: var(--color--permanent-geranium-lake);
    text-transform: uppercase;
}




@media (max-width: 1307px) {
    .page {
        margin-bottom: 96px;
    }


    .presentation {
        margin-bottom: 80px;
    }

    .presentation .container {
        height: calc(var(--viewport--height) - 125px);
    }

    .presentation .title {
        font-size: 53px;
        line-height: 75px;
        margin-bottom: 0;
    }

    .presentation .description {
        margin-bottom: 29px;
    }


    .mission .container {
        grid-column-gap: 48px;
    }

    .mission .title {
        margin: -13px 0 11px 0;
    }
}


@media (max-width: 1199px) {
    .page {
        margin-bottom: 85px;
    }
}


@media (max-width: 1024px) {
    .page {
        margin-bottom: 52px;
    }


    .presentation {
        margin-bottom: 48px;
    }

    .presentation img:first-of-type {
        display: none;
    }

    .presentation img:last-of-type {
        display: block;
    }

    .presentation .container {
        align-items: flex-end;
        padding-bottom: 48px;
    }

    .presentation .text {
        backdrop-filter: blur(6px);
        background-color: var(--color--white-transparent-08);
        padding: 23px 16px 30px;
        width: 100%;
    }

    .presentation .title {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .presentation .description {
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 15px;
    }


    .mission .container {
        display: block;
        position: relative;
    }

    .mission .media {
        margin-bottom: 29px;
        padding-top: 50%;
    }

    .mission .media::after {
        background-color: rgba(0, 0, 0, 0.3);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .mission .title {
        left: 0;
        margin: 0;
        padding-top: 50%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .mission .title span {
        align-items: center;
        bottom: 0;
        color: var(--color--white);
        display: flex;
        justify-content: center;
        left: inherit;
        padding-top: 2px;
        position: inherit;
        right: inherit;
        top: inherit;
    }

    .mission p {
        margin-bottom: 17px;
    }

    .mission .action {
        margin-bottom: 0;
    }
}
