.ab-1-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ab-1-left {
    width: calc(50% - 60px);
}

.ab-1-right {
    width: calc(50% - 60px);
}

.ab-1-text {
    color: rgba(34, 34, 34, 0.66);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.ab-1-text p {
    margin-bottom: 20px;
}

.ab-1-text p:last-child {
    margin-bottom: 0;
}

.ab-1-item {
    position: relative;
    background: #F8F8F8;
    padding: 24px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
}

.ab-1-item:last-child {
    margin-bottom: 0;
}

.ab-1-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ab-1-item-bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
}

.ab-1-item-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ab-1-item-count {
    position: relative;
    z-index: 20;
    color: #EDEDED;
    font-size: 71px;
    line-height: 61px;
    font-style: normal;
    font-weight: 900;
    width: 100px;
    min-width: 100px;
}

.with-bg .ab-1-item-count {
    color: rgba(237, 237, 237, 0.39);
}

.ab-1-item-box {
    position: relative;
    z-index: 20;
}

.ab-1-item-title {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.with-bg .ab-1-item-title {
    color: #FFF;
}

.ab-1-item-text {
    color: rgba(34, 34, 34, 0.66);
    font-size: 16px;
    font-style: normal;
    margin-top: 8px;
    font-weight: 400;
    line-height: 22px;
}

.with-bg .ab-1-item-text {
    color: #FFF;
}

.ab-1-bottom {
    color: #121212;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 70px;
}

@media screen and (max-width: 992px) {
    .ab-1-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
    }

    .ab-1-left {
        width: 100%;
    }

    .ab-1-right {
        width: 100%;
    }
}











.ab-2 .wrapper {
    position: relative;
    z-index: 20;
}

.ab-2 .text-before-title,
.ab-2 .section-title {
    color: #fff;
}

.ab-2-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ab-2-bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
}

.ab-2-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ab-2-flex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.ab-2-item {
    width: 25%;
    position: relative;
    padding: 30px 20px 30px 40px;
    border-right: 1px solid rgba(256, 256, 256, 0.27);
    border-bottom: 1px solid rgba(256, 256, 256, 0.27);
}

.ab-2-item:nth-child(3),
.ab-2-item:nth-child(6) {
    border-right: none;
    width: 50%;
}

.ab-2-item:nth-child(4),
.ab-2-item:nth-child(5),
.ab-2-item:nth-child(6) {
    border-bottom: none;
}

.ab-2-item-count {
    color: #FFF;
    font-size: 79px;
    font-style: normal;
    font-weight: 500;
    line-height: 57px;
    margin-bottom: 20px;
}

.ab-2-item-text {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.ab-2-item:nth-child(1):after,
.ab-2-item:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    transform: translate(50%, 50%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjcuNzg1MTYiIHkxPSIxNi4xMzMzIiB4Mj0iNy43ODUxNiIgeTI9IjIuMTg1NTZlLTA4IiBzdHJva2U9IndoaXRlIi8+CjxsaW5lIHkxPSI3LjkxNjUiIHgyPSIxNi4xMzMzIiB5Mj0iNy45MTY1IiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 992px) {
    .ab-2-item {
        width: 50% !important;
    }

    .ab-2-item:nth-child(1),
    .ab-2-item:nth-child(3),
    .ab-2-item:nth-child(5) {
        border-right: 1px solid rgba(256, 256, 256, 0.27) !important;
    }

    .ab-2-item:nth-child(1),
    .ab-2-item:nth-child(2),
    .ab-2-item:nth-child(3),
    .ab-2-item:nth-child(4) {
        border-bottom: 1px solid rgba(256, 256, 256, 0.27) !important;
    }

    .ab-2-item:nth-child(2),
    .ab-2-item:nth-child(4) {
        border-right: none !important;
    }

    .ab-2-item:nth-child(2):after {
        display: none !important;
    }

    .ab-2-item:nth-child(3):after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 16px;
        height: 16px;
        transform: translate(50%, 50%);
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjcuNzg1MTYiIHkxPSIxNi4xMzMzIiB4Mj0iNy43ODUxNiIgeTI9IjIuMTg1NTZlLTA4IiBzdHJva2U9IndoaXRlIi8+CjxsaW5lIHkxPSI3LjkxNjUiIHgyPSIxNi4xMzMzIiB5Mj0iNy45MTY1IiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 992px) {
    .ab-2-item-count {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 12px;
    }

    .ab-2-item {
        padding: 24px 12px;
    }

    .ab-2-item:nth-child(2),
    .ab-2-item:nth-child(4),
    .ab-2-item:nth-child(6) {
        padding-left: 24px;
    }

    .ab-2-item-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 374px) {
    .ab-2-item {
        padding: 24px 12px;
    }
}

























.ab-3-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 48px;
}

.ab-3-top-left {
    width: 46%;
}

.ab-3-top-left .section-title {
    margin-bottom: 0;
}

.ab-3-top-right {
    width: 46%;
    color: rgba(34, 34, 34, 0.66);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.ab-3-slider {
    margin-left: -12px;
    margin-right: -12px;
}

.ab-3-slide {
    padding-left: 12px;
    padding-right: 12px;
}

.ab-3-slide-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid rgba(210, 210, 210, 0.78);
    background: #FFF;
    padding: 35px 20px;
}

.ab-3-slide-photo {
    top: 0;
    left: 0;
    position: relative;
    margin-bottom: 32px;
    width: 153px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    overflow: hidden;
    max-width: 100%;
}

.ab-3-slide-photo:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.ab-3-slide-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.ab-3-slide-position {
    color: rgba(51, 51, 51, 0.66);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.689px;
    margin-bottom: 10px;
}

.ab-3-slide-name {
    color: #121212;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.572px;
    margin-bottom: 20px;
}

.ab-3-slide-text {
    color: rgba(18, 18, 18, 0.80);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.ab-3 + .m-9 {
    padding-top: 0;
}

@media screen and (max-width: 1500px) {
    .ab-3-slider {
        position: relative;
    }

    .ab-3-slider:before {
        content: '';
        display: block;
        width: 300px;
        position: absolute;
        top: -10px;
        left: 140px;
        transform: translateX(-100%);
        height: calc(100% + 20px);
        z-index: 4;
        background: linear-gradient(90deg, #fefefef5  71.69%, rgba(254, 254, 254, 0.00) 89.64%);
    }

    .ab-3-slider:after {
        content: '';
        display: block;
        width: 300px;
        position: absolute;
        top: -10px;
        right: 140px;
        transform: translateX(100%);
        height: calc(100% + 20px);
        z-index: 4;
        background: linear-gradient(270deg, #fefefef5  71.69%, rgba(254, 254, 254, 0.00) 89.64%);
    }
}

@media screen and (max-width: 767px) {
    .ab-3-slider:before {
        left: 110px;
    }

    .ab-3-slider:after {
        right: 110px;
    }

    .ab-3-top {
        flex-direction: column;
    }

    .ab-3-top-left {
        width: 100%;
    }

    .ab-3-top-right {
        width: 100%;
    }

    .ab-3-slider {
        margin-left: -20px;
        margin-right: -20px;
    }

}