/* block_martech_document */

.block_martech_document {
    float: left;
    width: 100%;
    padding: 32px 0 64px;
    background: #fff;
}

.block_martech_document ._martech_news--list .swiper-slide::after {
    display: none;
}

.block_martech_document .news_first--items ._body .title {
    font-size: 18px;
}

.btn--download {
    border-radius: 4px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: inline-block;
    padding: 10px 18px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #6D2FDD;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    z-index: 3;
    width: fit-content;
    height: fit-content;
    opacity: 0;
    visibility: hidden;
}

.btn--download img {
    margin-left: 8px;
}

.btn--download:hover {
    color: #6D2FDD;
}

.block_martech_document .news_first--items .img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    transition: 0.85s;
    opacity: 0;
    visibility: hidden;
}

.news_first--items:hover .img::after,
.news_first--items:hover .img .btn--download {
    opacity: 1;
    visibility: visible;
}

/* block_martech_cdp */

.block_martech_cdp {
    float: left;
    width: 100%;
    padding: 32px 0;
    background: #fff;
}

.block_martech_cdp_list .row {
    gap: 30px 0;
}

.author--news {
    margin-top: 48px;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #CDDBFF;
    background: #EEF5FF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.author--news .author--img {
    width: 168px;
    height: 230px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.author--news .author--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.author--body {
    width: 100%;
    flex: 1;
}

.author-sub {
    color: #495057;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 162.5%;
    margin-bottom: 6px;
}

.author--name {
    color: #495057;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    padding-bottom: 15px;
    border-bottom: 1px solid #CDDBFF;
    margin-bottom: 15px;
}

.author--name .--name {
    color: #0004B4;
    font-family: "Lexend Deca";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 136.364%;
}

.author--desc {
    color: #495057;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 157.143%;
}

.author--desc p:last-child {
    margin-bottom: 0;
}



.news_first--items {
    width: 100%;
}
.news_first--items .img {
    width: 100%;
    padding-top: 63.7%;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 24px;
}
.news_first--items .img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.block_martech_document .news_first--items .img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    transition: 0.85s;
    opacity: 0;
    visibility: hidden;
}
.news--sub_title {
    border-radius: 4px;
    background: #D8E3FE;
    display: inline-block;
    color: #0004B4;
    text-align: center;
    font-size: 14px;
    line-height: 142.857%;
    padding: 1px 8px;
    margin-bottom: 16px;
}
.news_first--items ._body .title {
    color: #212529;
    font-family: "Lexend Deca";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 133.333%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 16px;
}
.block_martech_document .news_first--items ._body .title {
    font-size: 18px;
}
.news_first--items ._body .title a {
    color: #212529;
}
.news--date {
    color: #878A99;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 142.857%;
}
._martech_box--title {
    display: flex;
    align-items: start;
    gap: 10px 24px;
    margin-bottom: 32px;
}
._martech_box--title .title {
    color: #1E1F4D;
    font-family: "Lexend Deca";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 155.556%;
    margin: 0;
    flex: 1;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
._martech_box--title ._links {
    color: #4D7FF8;
    font-family: "Lexend Deca";
    font-size: 16px;
    line-height: 150%;
    flex-shrink: 0;
    padding-top: 8px;
}
@media screen and (max-width: 767px){
    ._martech_box--title .title{
        font-size: 18px
    }
    ._martech_box--title ._links{
        font-size: 12px
    }
}
