/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.top-hero {
    position: relative;
    height: 600px;
    background-position: 0% 30%;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-hero>.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.top-hero__mask {
    background: linear-gradient(to top, rgba(28, 69, 245, 100%), rgba(6, 26, 275, 25%));
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 989;
}

.top-hero__title {
    text-align: center;
    z-index: 990;
    position: relative;
}

.top-hero__sub-title {
    text-align: center;
    z-index: 990;
    position: relative;
}
.home-page-top-hero-mission-block-container {
    padding: 96px 0 48px 0;
    background-color: #FAFCFF;
}

.home-page-top-hero-mission-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.home-page-top-hero-mission-block-title {
    font-size: 32px;
    line-height: 42px;
    font-family: "Moderat-SemiBold";
    color: #2A2243;
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
    max-width: 800px;
}

.home-page-top-hero-mission-block-description {
    font-size: 20px;
    line-height: 28px;
    color: #2A2243;
    font-family: "Moderat-Medium";
    width: 100%;
    text-align: center;
    max-width: 1200px;
}

.home-page-choice-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 48px 0;
    gap: 32px;
}

.home-page-choice-block-card {
    width: 50%;
}

.avantage-card:nth-of-type(2) {
    margin: 0 16px;
}

@media all and (max-width:1218px) {
    .avantage-card {
        width: calc(50% - 16px);
    }

    .avantage-card {
        margin: 0;
    }

    .avantage-card:nth-of-type(3) {
        margin-top: 16px;
    }
}
@media (max-width: 1052px) {

    .home-page-top-hero-mission-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .home-page-top-hero-mission-block-title {
        width: 100%;
        text-align: center;
    }

    .home-page-top-hero-mission-block-description {
        margin-top: 32px;
        width: 100%;
        text-align: center;
    }

    .home-page-choice-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .home-page-choice-block {
        padding-bottom: 16px;
    }
}
@media all and (max-width:838px) {
    .avantage-card {
        width: 100% !important;
        min-width: inherit !important;
    }

    .avantage-card {
        margin: 0 0 16px 0 !important;
    }

    .avantage-card:last-child {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 768px) {
    .home-page-top-hero-mission-block-container {
        padding: 48px 0;
    }
}