/* Leave. */

.leave {
    position: relative;

    padding-block: var(--section-gap);
    margin-bottom: 0;
}

.leave-dec {
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;

    mix-blend-mode: lighten;
}

.leave .container {
    position: relative;
    z-index: 1;
}

/* Leave. */

@media only screen and (max-width: 767px) {
    .leave .button-wrapper {
        text-align: center;
    }
}