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

.top-hero-container {
    background-color: #DBDFFF;
    position: relative;
    padding-top: 96px;
    overflow: hidden;
}

.mask-top-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F3F3FF;
    z-index: 961;
    opacity: 0;
}


.top-hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 96px 0;
    z-index: 965;
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1440px;
}


.top-hero-svg__bg__vertical {
    background-color: #E7E9FF;
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    z-index: 955;
    height: 100%;
}

.top-hero-svg__bg__horizontal {
    background-color: #E7E9FF;
    position: absolute;
    top: 148px;
    left: 0;
    right: 0;
    height: 360px;
    width: 108%;
    z-index: 950;
}

    
.top-hero-image-content {
    width: 800px;
    position: absolute;
    z-index: 960;
}

.top-hero-illustration {
    width: 100%;
}

.top-hero-text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
    padding: 0 32px;
}

.top-hero-title {
    margin-bottom: 16px;
}
.top-hero-title * {
    color: #1700FF;
    font-family: "ClashDisplay-SemiBold";
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    
}

.top-hero-sous-title {
    margin-bottom: 96px;
    max-width: 800px;
}

.top-hero-sous-title * {
    color: #000;
    font-family: "ClashDisplay-Medium";
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

@media all and (max-width:750px) {
    .top-hero-container {
        padding-top: 0;
    }

    .top-hero-content {
        padding: 48px 0;
    }
}

@media all and (max-width:550px) {
    .top-hero-text-content {
        padding: 0 16px;
    }

    .top-hero-title * {
        font-size: 32px;
        line-height: 1.2;
    }
}

@media all and (max-width:400px) {
    .top-hero-title * {
        font-size: 28px;
        line-height: 1.2;
    }
}