.custom-slide {
    /* margin-top: 20px; */
    /* border-radius: 15px; */
    padding-top: 43px;
    background-image: url(/vtb/openbanking/sites/vtb.openbanking.apiportal-test.icbv.com/files/inline-images/api-banner.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-position-y: 70%;
}

.custom-slide-container {
    display: flex;
    justify-content: space-between;
    padding: 0 0px;
    align-items: center;
    position: relative;
    max-width: 1320px;
    margin: auto;
}

.custom-slide .view {
    overflow: hidden;
}

.custom-slide .list-item {
    flex-grow: 1;
    display: flex;
    transition: .5s;
}

.custom-slide .item {
    position: relative;
    width: 30%;
    flex-shrink: 0;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    padding: 29px 27px 20px 27px;
    overflow: hidden;
    transition: .25s;
    opacity: 0;
    margin: 10px 0px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.custom-slide .item.active {
    opacity: 1;
}

.custom-slide .item.tranform {
    transform: translateX(100%);
}

.custom-slide .item .header {
    position: inherit;
    color: var(--color-boder-selected, #004776);
    /*font-family: SVN-Gilroy;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 166.667% */
    z-index: 2;
    height: 80%;
}

.block-wellcome-popular-2024 {
    max-width: 100%;
}

.custom-slide .item .content {
    position: inherit;
    color: var(--color-text-subtlest, #5C6674);
    /*font-family: SVN-Gilroy;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 150% */
    margin-top: 10px;
    z-index: 2;
    line-height: 1.5 !important;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    text-align: justify;
}

.custom-slide .item .api {
    position: inherit;
    color: var(--color-boder-error, #D71249);
    /*font-family: SVN-Gilroy;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px;
    /* 285% */
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    z-index: 2;
}

.custom-slide .item .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(176, 228, 251, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    stroke: #3ABCF4;
}

.custom-slide .item::before {
    content: '';
    position: absolute;
    top: -69px;
    left: -63px;
    background: var(--White, #FFF);
    width: 251px;
    height: 251px;
    z-index: 1;
    border-radius: 50%;
    transition: .3s;
}

/* .custom-slide .item:hover::before {
        background: linear-gradient(1deg, rgba(62, 133, 193, 0.70) -7.1%, rgba(97, 178, 232, 0.70) 98.8%);
    }
    .custom-slide .item:hover{
        background: #3E85C1;
    }
    .custom-slide .item:hover .header,.custom-slide .item:hover .content,.custom-slide .item:hover .api{
        color: var(--White, #FFF);
    } */
.custom-slide .index {
    width: 38px;
    height: 3px;
    flex-shrink: 0;
    border-radius: 23px;
    background: var(--color-icon-disabled, #C0D1DC);
    cursor: pointer;
    margin: 32px 0;
}

.custom-slide .index.active {
    background: var(--color-icon-brand, #005993);
}

.custom-slide .custom-slide-control {
    justify-content: center;
    display: flex;
    gap: 5px;
}

.custom-slide-container .ct-left {
    transform: rotate(180deg);
    left: 50px;
}

.custom-slide-container .ct-right {
    right: 50px;
}

.custom-slide-container .ct {
    min-width: 139px;
    display: flex;
    justify-content: center;
}

.custom-slide-container .ct-left,
.custom-slide-container .ct-right {
    z-index: 1;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(176, 228, 251, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    stroke: #3ABCF4;
}

.custom-slide .item .icon:hover,
.custom-slide-container .ct-left:hover,
.custom-slide-container .ct-right:hover {
    background: var(--color-icon-brand, #005993);
    stroke: var(--White, #FFF);
}

.custom-slide .item .icon:hover svg,
.custom-slide-container .ct:hover svg {
    stroke: var(--White, #FFF);
}

.custom-slide .item .icon svg,
.custom-slide-container .ct svg {
    stroke: #3ABCF4;
}

.block-wellcome-popular {
    width: 100%;
    margin: unset !important;
    max-width: 100%;
}