@media (min-width: 1376px) {
    .container {
        max-width: 1200px !important;
    }

    [id] {
        scroll-margin-top: 120px;
    }
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #0000003b, transparent);
    z-index: 1;
}

.hero {
    background-image: var(--bg-hero-image-desk);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 750px;
    height: 100%;
    position: relative;
}

.f-pluto {
    font-family: 'pluto_r', sans-serif !important;
}

.f-river {
    font-family: 'river', sans-serif !important;
}

.hero .title {
    font-size: 50px;
    line-height: 54px;
    color: #fff !important;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000000e0;
    z-index: 2;
    position: relative;
}

.hero .pre-title {
    font-size: 80px;
    line-height: 82px;
    margin-left: -40px;
    color: #fff !important;
    text-shadow: 2px 2px 5px #000000e0;
    z-index: 2;
    position: relative;
}

.hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 2;
}

.mini-banner {
    margin-top: -130px;
    position: relative;
    z-index: 3;
    margin-bottom: 130px;
}

.mini-banner .container-banner {
    background-color: #0063f5;
    padding: 40px 20px;
    max-width: 950px;
    width: 100%;
    border-radius: 20px;
}

.mini-banner .title {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.mini-banner .description p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0;
    font-family: 'pluto_l' !important;
}

.text-tab .pre-title {
    font-size: 80px;
    line-height: 82px;
    margin-bottom: 15px;
}

.text-tab .title {
    font-size: 50px;
    line-height: 54px;
}

.ancor-tab .link {
    font-family: 'pluto_r', sans-serif !important;
    font-size: 18px;
    line-height: 24px;
    color: #0063f5 !important;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 50px;
    border: 2px solid #cecece54 !important;
    margin: 0 5px;
    text-decoration: none !important;
}

.ancor-tab .link.active {
    background-color: #0063f5 !important;
    color: #fff !important;
    border: 2px solid #0063f5 !important;
}

.text-tab .el-article .el-img {
    border-radius: 20px;
    height: 650px;
    object-fit: cover;
}

.text-tab .el-article .el-title .f-river {
    font-size: 90px;
    line-height: 96px;
    color: #151c58 !important;
}

.text-tab .el-article .el-title .f-pluto {
    font-size: 38px;
    line-height: 45px;
    color: #151c58 !important;
}

.el-description p,
.el-description ul li {
    font-family: 'pluto_l';
    font-size: 1.125em !important;
    line-height: 24px !important;
    color: #151c58 !important;
}

.btn-blue:hover {
    border: 1px solid #06F !important;
}

.btn-blue.white:hover {
    color: #fff !important;
    border: 1px solid #06F !important;
    background-color: #06F !important;
}

.strappo-bot-white {
    position: relative;
    bottom: -140px;
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 2;
    margin-top: -90px;
}

.strappo-top-white {
    position: relative;
    top: -50px;
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 2;
    margin-top: -90px;
}

.text-tab .el-article:not(.odd) {
    padding-top: 150px;
    padding-bottom: 170px;
    background: #f4f4f4;
}

.link-blue:hover {
    color: #FFF !important;
}

.link-blue {
    padding: 15px 10px;
    margin-top: auto;
    color: #FFF;
    font-family: 'pluto_m', sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    background-color: #06F;
    border-radius: 6px;
    transition: all 0.5s;
    display: block;
    border: 1px solid #06F !important;
}

.link-white {
    font-family: 'pluto_m', sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    background-color: #06F;
    border-radius: 6px;
    transition: all 0.5s;
    display: block;
    padding: 15px 10px;
    color: #06F;
    border: 1px solid #06F !important;
    background-color: transparent;
}

.banner-finale {
    background-color: #151c58;
    text-align: center;
    padding: 80px 0px;
    margin-top: 180px;
}

.banner-finale .title {
    font-family: 'river', sans-serif !important;
    font-size: 90px;
    line-height: 96px;
    color: #FFF !important;
    text-align: center;
}

.banner-finale .description p {
    font-family: 'pluto_l';
    font-size: 1.125em !important;
    line-height: 24px !important;
    color: #fff !important;
}

.banner-finale::before {
    content: '';
    position: absolute;
    top: -95px;
    left: 0;
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 2;
}

@media (max-width: 991px) {
    .hero::after {
        bottom: -2px;
    }

    .hero {
        background-image: var(--bg-hero-image-mob) !important;
    }

    .hero h1 {
        max-width: 340px;
    }

    .hero .pre-title {
        font-size: 65px;
        line-height: 70px;
        margin-left: 0px;
        text-align: left;
    }

    .hero .title {
        font-size: 30px;
        line-height: 34px;
        text-align: left;
        margin-left: 20px;
    }

    .mini-banner {
        margin-top: -180px;
        margin-bottom: 50px;
    }

    .text-tab .pre-title {
        font-size: 65px;
        line-height: 70px;
    }

    .text-tab .title {
        font-size: 25px;
        line-height: 30px;
    }

    .text-tab .el-article .el-img {
        height: 300px;
    }

    .text-tab .el-article .el-title {
        text-align: center !important;
        margin-top: 30px;
    }

    .text-tab .el-article .el-title .f-river {
        font-size: 72px;
        line-height: 78px
    }

    .text-tab .el-article .el-title .f-pluto {
        font-size: 30px;
        line-height: 36px;
    }

    .el-description ul {
        padding-left: 20px;
    }

    .el-description p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .banner-finale .title {
        font-size: 72px;
        line-height: 78px;
    }

    .banner-finale .description p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}