
/* Ownership */
#ownership {
    padding: 120px 0 53px 0;
    background-repeat: no-repeat;
    background-image: url("../../images/redesign/bg-ownership.webp");
    background-image: -webkit-image-set(url("../../images/redesign/bg-ownership.webp") 1x, url("../../images/redesign/bg-ownership@2x.webp") 2x);
    background-position: center;
    background-size: cover;
}

#ownership .blocktitle p span {
    background: #031432;
}

#ownership .blocktitle h3 span {
    margin-left: -5px;
    font-size: 44px;
}

#ownership .blocktitle img {
    top: -93px;
    right: -103px;
}

#ownership .inner {
    max-width: 900px;
    padding-left: 80px;
}

#ownership .blocktitle {
    border-color: var(--brand-pink);
}
#ownership .step {
    width: 75px;
    height: 75px;
    z-index: 2;
}

#ownership .step span {
    font-size: 51px;
    z-index: 1;
    margin-left: -4px;
    margin-top: -3px;
}

#ownership .step:before {
    content: '';
    position: absolute;
    top: -3px;
    right: 3px;
    background-color: var(--white);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
}

#ownership .step-title {
    font-size: 22px;
}

#ownership li {
    font-size: 16px;
}

#ownership li:before {
    content: '';
    position: absolute;
    left: -21px;
    top: 1px;
    width: 16px;
    height: 16px;
    background-image: url("../../images/redesign/icon-check.png");
    background-image: -webkit-image-set(url("../../images/redesign/icon-check.png") 1x, url("../../images/redesign/icon-check@2x.png") 2x);
    filter: brightness(0) saturate(100%) invert(68%) sepia(49%) saturate(4175%) hue-rotate(84deg) brightness(91%) contrast(113%);
}

#ownership .button {
    font-size: 24px;
    width: 224px;
    height: 50px;
    line-height: 54px;
}

#ownership .employee {
    right: -175px;
    bottom: -53px;
}

@media screen and (max-width: 1200px) {
    #ownership .employee {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    #ownership .inner {
        padding-left: 0;
    }

    #ownership .inner>div {
        margin-left: 40px;
    }
}

@media screen and (max-width: 768px) {
    #ownership .blocktitle p {
        font-size: 27px;
        top: -15px;
    }

    #ownership .blocktitle h3 span {
        font-size: 33px;
    }

    #ownership .blocktitle h3 {
        font-size: 30px;
        padding-top: 5px;
    }
}

@media screen and (max-width: 567px) {
    #ownership {
        padding: 50px 0;
        background-image: url("../../images/redesign/bg-ownership-m.webp");
        background-image: -webkit-image-set(url("../../images/redesign/bg-ownership-m.webp") 1x, url("../../images/redesign/bg-ownership-m@2x.webp") 2x);
    }

    #ownership .inner {
        flex-direction: column;
    }

    #ownership .inner>.flex {
        flex-direction: row;
        align-items: center;
    }

    #ownership .inner>div {
        margin-left: 0;
        margin-top: 20px;
    }

    #ownership .inner .text {
        margin-left: 50px;
    }

    #ownership .inner .step {
        margin-top: 40px;
        width: 70px;
        height: 70px;
        margin-left: 5px;
    }

    #ownership .blocktitle img {
        width: 100px;
        right: -10px;
        bottom: -88px;
        top: auto;
    }

}

@media screen and (max-width: 380px) {
    #ownership .blocktitle h3 span {
        font-size: 7.9vw;
    }

    #ownership .blocktitle h3 {
        font-size: 7.5vw;
    }
}