/*Blogs*/
.ip-banner canvas {
   /* background-image: url(../../images/press/banner-press.jpg)!important;*/
}
.ip-banner::before {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.3) 67%, rgba(0,0,0,0.88) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.3) 67%, rgba(0,0,0,0.88) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.3) 67%, rgba(0,0,0,0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    height: 200%;
}
.custom-breadcrumbs .container.container-breadcrumbs {
    width: 1412px;
}
    .custom-breadcrumbs nav.rank-math-breadcrumb {
        padding: 26px 0;
    }

#inner-page-wrapper {
    margin-bottom: 0;
}
    #inner-page-wrapper > .container {
        padding: 0;
        width: 100%;
    }

#content-full {
    margin-top: 0;
}
#ip-press-wrapper {
    position: relative;
}
    .bg-section.bg-press {
        top: 0;
        opacity: 0.1;
        z-index: -1;
    }
        .bg-section.bg-press:before {
            content: '';
            height: 397px;
            background: rgb(255,255,255);
            background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
        }
        .bg-section.bg-press:after {
            content: '';
            height: 63px;
            top: initial;
            background: rgb(255,255,255);
            background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
        }


    .ip-press-inner-wrap {
        max-width: 1412px;
        margin: 0 auto;
        padding: 66px 15px 0;
    }
        .ip-press-article-list {
            margin: 0 -31px;
        }

            .ip-press-article-item {
                width: 33.33%;
                padding: 0 31px;
                margin-bottom: 88px;
            }

                .ip-press-article-item-inner-wrap {
                    position: relative;
                    padding-right: 25px;
                    height: 100%;
                    display: flex;
                    flex-flow: column;                    
                }

                    .ip-press-article-item-logo {
                        display: none;
                    }

                    .ip-press-article-item-image-wrap {
                        position: relative;
                    }
                        .ip-press-article-item-image-wrap:before {
                            content: '';
                            position: absolute;
                            right: -25px;
                            top: 38px;
                            bottom: -26px;
                            left: 69px;
                            background: #000;
                            z-index: -1;
                            border-bottom-right-radius: 30px;
                        }
                        .ip-press-article-item-image-wrap a {
                            display: block;
                            position: relative;
                        }

                            .ip-press-article-item-image-wrap a canvas {
                                display: block;
                                width: 100%;
                                border-radius: inherit;
                                background: rgb(180,155,99);
                                background: -moz-linear-gradient(17deg, rgba(180,155,99,1) 0%, rgba(255,255,255,1) 100%);
                                background: -webkit-linear-gradient(17deg, rgba(180,155,99,1) 0%, rgba(255,255,255,1) 100%);
                                background: linear-gradient(17deg, rgba(180,155,99,1) 0%, rgba(255,255,255,1) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b49b63",endColorstr="#ffffff",GradientType=1);
                                box-shadow: 0px 38px 68px 0px rgba(0, 0, 0, 0.21);
                            }

                            .ip-press-article-item-image-wrap a img {
                                position: absolute;
                                top: 0;
                                left: 0;
                                border-radius: inherit;
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                z-index: 1;
                                transition: all var(--default-transition);
                            }
                            .ip-press-article-item-image-wrap a:after {
                                content: '';
                                position: absolute;
                                top: 0;
                                left: 0;
                                right: 0;
                                bottom: 0;
                                z-index: 2;
                                border-radius: inherit;
                                transition: all var(--default-transition);
                            }
                            .ip-press-article-item-image-wrap a:after {
                                opacity: 0;
                                background: url(../../images/home/overlay-ig.png) center/100% 100% no-repeat;
                            }

                            .ip-press-article-item-image-wrap a:hover {

                            }
                                .ip-press-article-item-image-wrap a:hover:after {
                                    opacity: 1;
                                    top: 3px;
                                    right: 3px;
                                    bottom: 3px;
                                    left: 3px;
                                }
                                .ip-press-article-item-image-wrap a:hover img {
                                    top: 3px;
                                    left: 3px;
                                    width: calc(100% - 6px);
                                    height: calc(100% - 6px);
                                    filter: grayscale(1);
                                }
                        .ip-press-article-item-chainheight {
                            flex-grow: 1;
                        }
                            .ip-press-article-item-title {
                                font-size: 23px;
                                letter-spacing: 0.03em;
                                line-height: 1.130434782608696;
                                text-align: center;
                                font-family: var(--font-family-title);
                                padding: 54px 0 0;
                                color: #000;
                            }
                                .ip-press-article-item-title a {
                                    transition: color var(--default-transition);
                                }
                            .ip-press-article-item-source {
                                font-size: 18px;
                                letter-spacing: 0.03em;
                                line-height: 1.666666666666667;
                                color: #000;
                                text-align: center;
                                margin: 6px 0 0;
                            }
                            .ip-press-article-item-excerpt {
                                font-size: 16px;
                                line-height: 1.875;
                                text-align: center;
                                margin: 20px 0 0;
                                display: none;
                            }
                            .ip-press-article-item-link {
                                margin: 26px 0 0
                            }
                                .ip-press-article-item-link a.btn-a > span:first-of-type {
                                    text-transform: initial;
                                }

/*cta*/
.team-cta-wrap {
    position: relative;
    margin: 50px 0 0;
    z-index: 1;
}
    .team-cta-wrap .container {
        position: relative;
        padding: 102px 15px 92px;
    }
    .team-cta-wrap .container:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100vw;
        right: 0;
        background: #000;
        border-bottom-right-radius: 80px;
        display: block;
        z-index: -1;
    }
    .team-cta-list {
        max-width: 87.5%;
    }
        .team-cta-list li {

        }
            a.team-cta {
                display: flex;
                align-items: center;
            }
                .team-cta .accent-icon {
                    width: 31px;
                    position: relative;
                }
                .team-cta-text {
                    margin-left: 38px;
                }
                    .team-cta-text h2 {
                        font-size: 26px;
                        line-height: 1;
                        color: #fff;
                        text-transform: uppercase;
                        font-family: var(--font-family-title);
                        transition: color var(--default-transition);
                    }
                    .team-cta-text span {
                        display: block;
                        font-size: 14px;
                        letter-spacing: 0.1em;
                        color: #808080;
                        text-transform: uppercase;
                        margin-top: 11px;
                        transition: color var(--default-transition);
                    }

                a.team-cta:hover .team-cta-text span {
                    color: #fff;
                }

@media only screen and (max-width: 1440px) {
    
}
@media only screen and (max-width: 1280px) {
    
}
@media only screen and (max-width: 1199px) {
    .ip-press-article-list {
        margin: 0 -15px;
    }
        .ip-press-article-item {
            padding: 0 15px;
        }
            .ip-press-article-item-title {
                font-size: 20px;
            }
}
@media only screen and (max-width: 991px) {
    .ip-press-inner-wrap {
        padding-top: 0;
    }
    .team-cta-list {
        max-width: 90%;
        flex-flow: column;
        width: 300px;
        margin: 0 auto;
    }

        .team-cta-list li {
            margin-bottom: 30px;
        }

        .team-cta-list li:last-child {
            margin-bottom: 0;
        }

        .team-cta-text {
            margin-left: 25px;
        }

    .ip-press-article-item {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .ip-press-article-item {
        width: 100%;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 480px) {

}