* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.hero-onbo {
    background: #0F2832;
    min-height: 100vh;
    padding: 114px 0;
    position: relative;
}

.hero-onbo svg {
    display: block;
}

.container-onbo {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}

.onbo__link {
    display: inline-flex;
}

.onbo__logo {
    height: 85px;
    width: 240px;
}

.onbo__title {
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 110.92%;
    color: #FFFFFF;
    margin: 152px 0 39px;
    font-family: TiemposHeadline;
}

.onbo__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 178.92%;
    color: #FFFFFF;
    max-width: 342px;
    font-family: Poppins;
    margin-bottom: 35px;
}

.hero-onbo__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.hero-onbo__top {
    position: absolute;
    top: 0;
    right: 0;
}

.hero-onbo__over {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: url('../img/onbo.png') no-repeat top right;
    background-size: cover;
}

@media(-webkit-min-device-pixel-ratio:2) {
    .hero-onbo__over {
        background: url('../img/onbo@2x.png') no-repeat top right;
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    .hero-onbo {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .hero-onbo__over {
        display: none;
    }
    .onbo {
        text-align: center;
    }
    .onbo__logo {
        height: 48px;
        width: 135px;
    }
    .onbo .line {
        text-align: center!important;
    }
    .onbo__title {
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 132.3%;
        margin: 61px 0 22px;
    }
    .onbo__subtitle {
        margin-left: auto;
        margin-right: auto;
        font-weight: 400;
        font-size: 14px;
        max-width: 230px;
    }
    .hero-onbo__top svg {
        width: 83px;
        height: 83px;
    }
    .hero-onbo__bottom svg {
        width: 78px;
        height: 78px;
    }
}