.home-hero {
    position: relative;
    overflow: hidden;
}

.home-hero::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: linear-gradient(180deg, #0F2240 0%, #0A1628 100%);
    mix-blend-mode: hard-light;
}

.home-hero,
.home-hero .hh-bh {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    object-position: center center;
}

.hh-wrap {
    padding-bottom: 66px;
    padding-top: 65px;
}

.home-hero .hh-bh {
    padding: 21px 46px 121px 46px;
    gap: 73px;
}

.home-hero p {
    margin: 0;
    max-width: 795.268px;
    font-size: 20px;
    line-height: normal;
}

.home-hero p.title-text {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: -0.8px;
}

.home-hero h1 {
    margin: 5.04px 0 7.04px 0;
}

.hh-content a.btn-red {
    margin-top: 26.13px;
    padding: 15px 50px 17px 50px;
}

.hh-offer-wrap {
    border-radius: 25px;
    border: 3px dashed var(--white);
    background: linear-gradient(180deg, #170DFC 0%, #0A08B0 100%);
    text-align: center;
    max-width: 303.37px;
    margin: 0 auto;
    padding: 35px 25px 25px 25px;
    box-shadow: 5px 7px 8.9px rgba(0, 0, 0, 0.41);
}


.hh-offer-wrap p {
    font-weight: 900;
    letter-spacing: -0.8px;
    text-align: center;
    line-height: 20px;
    margin: 10px 0 15px 0;
}

.hh-offer-wrap .btn-red {
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.31);
    padding: 9px 56.46px 10px 56.46px;
    min-width: fit-content;
}

.hh-offer-wrap .btn-red span {
    font-size: 20px;
    letter-spacing: -0.8px;
}

.hh-reviews a {
    margin-bottom: 36.76px;
}

@media(max-width:992px) {

    .home-hero .col-md-8,
    .home-hero .col-md-4 {
        width: 100%;
    }

    .home-hero .hh-offer.col-md-4 {
        display: none;
    }

    .hh-wrap {
        padding-bottom: 0;
        padding-top: 51px;
    }

    .mobo-hh-offer {
        background: var(--blue);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 15px 0 15px;
        margin-bottom: -1px;
    }

    .hh-offer-wrap p {
        color: var(--white);
    }

    .hh-content {
        text-align: center;
        margin-bottom: 31px;
    }

    .home-hero h1 {
        margin: 8.04px 0 10.04px 0;
    }

    .home-hero p {
        font-size: 16px;
        margin-bottom: 23px;
    }

    .home-hero p.title-text {
        font-weight: 500;
    }

    .home-hero .hh-bh {
        padding: 21px 0 44px 0;
        gap: 20px;
        flex-wrap: wrap;
    }

    .home-hero .bh-img img {
        max-width: 100px;
    }

    .hh-content a.btn-red {
        padding: 10px 20px 10px 20px;
        min-width: 240px;
    }

    .hh-offer-wrap .btn-red {
        padding: 9px 47px 9px 47px;
    }
}