.hero-section:after {
    background-size: cover;
    background-image: url("../../../users/assets/images/bg-hero.png");
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
}

nav {
    background: rgba(32, 32, 32, .8);
    color: #afafaf;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

.hero-supportmodel p {
    width: 100%;
    font-size: 14px;
    line-height: 1.44em;
    color: #636363;
}

.hero-supportmodel span {
    display: block;
    margin-top: 25px;
    padding-left: 10px;
    font-size: 21px;
    line-height: 1.05em;
}

.hero-supportmodel {
    background-size: cover;
    background-image: url("../../../users/assets/images/bg-section-supported-models.png");
}

.hero-supportmodel h2 {
    margin-bottom: 30px;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.28em;
    color: #eaeaea;
}

.hero-supportmodel p {
    margin-bottom: 30px;
    width: 100%;
    max-width: 670px;
    font-size: 18px;
    line-height: 1.44em;
    color: #c7c7c7;
}

.home-v2__features h2 {
    margin-bottom: 20px;
    font-size: 41px;
    font-weight: 700;
    line-height: 1.15em;
    letter-spacing: -2.1px;
    color: #424242;
}

.home-v2__features h2 em {
    display: block;
    font-size: 29px;
    font-style: normal;
    line-height: 1em;
    letter-spacing: -2.1px;
    color: #858585;
}

.home-v2__features .container {

    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 50px 10px 40px;
    background: transparent url("../../../users/assets/images/mac1.png") no-repeat left center;
}

.home-v2__features {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #E7E7E7);
}

.home-v2__features p {
    width: 100%;
    max-width: 640px;
    font-size: 18px;
    line-height: 1.44em;
    text-align: right;
    color: #636363;
}

.home-v2__features .container > div {
    display: flex;
    width: 56%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.home-v2__version {
    padding: 30px 0;
    background: #f0474e;
    color: #fff;
}

.home-v2__version .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.home-v2__version .-col:first-child {
    padding-right: 15px;
}

.home-v2__version .-col {
    width: 50%;
}

.home-v2__version__left {
    display: flex;
    align-items: center;
    justify-content: start;
}

.home-v2__version__left__icon {
    position: relative;
    margin-right: 20px;
    width: 74px;
    min-width: 74px;
}

.home-v2__version__left__icon img {
    width: 100%;
    height: auto;
}

.home-v2__version__left__icon em {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -17px;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f0474e;
}

.home-v2__version__left h2 {
    width: 100%;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -.71px;
}

.home-v2__version .-col:last-child {
    padding-left: 15px;
}

.home-v2__version__right span {
    display: block;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.53em;
    letter-spacing: -.6px;
}

.home-v2__version__right a {
    display: block;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.08em;
    letter-spacing: -.78px;
    text-decoration: underline;
    color: #fff;
}

.home-v2__update {
    background: #1d1d1d ;
background-size: auto 100%;
}

.home-v2__update .container {
    padding: 49px 10px 46px;
    background: transparent url(../../../users/assets/images/mac2.png) no-repeat right bottom;
background-size: auto 100%;
}

.home-v2__update .container > div {
    width: 50%;
    max-width: 540px;
}
.home-v2__update .container h2 {
    margin-bottom: 30px;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.28em;
    color: #eaeaea;
}
.home-v2__update .container p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.44em;
    color: #c7c7c7;
}

.home-v2 * {
    box-sizing: border-box;
}

@media screen and (max-width: 991px) {
    .home-v2__features .container {
        padding-top: 360px;
        background-position: center 30px;
        background-size: auto 300px;
    }
    .home-v2__features h2 {
        font-size: 28px;
    }
    .home-v2__features p {
        text-align: center;
        width: 90%;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .home-v2__features .container>div {
        display: block;
        width: 100%;
        text-align: center;
    }
    .home-v2__version .container {
        display: block;
    }
    .home-v2__version .-col {
        width: 100%;
        padding: 10px;
    }
    .home-v2__update .container {
        text-align: center;
        padding-bottom: 270px;
        background-position: center bottom;
        background-size: auto 220px;
    }
    .home-v2__update .container>div {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .home-v2__version__left__icon {
        margin: 0 auto 20px;
    }

    .home-v2__version__left {
        display: block;
        text-align: center;
    }
}
