/*******************************************************
 *
 * General
 *
 *******************************************************/

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#ip-team,
#ip-team .ip-team-inner {
    position: relative;
    display: block;
}

#ip-team .team-banner,
#ip-team .team-banner-inner,
#ip-team .team-banner-img {
    position: relative;
    display: block;
}

#ip-team .team-banner-img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#ip-team .team-banner-img canvas {
    position: relative;
    display: block;
    width: 100%;
}

#ip-team .team-banner-article {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: row wrap;
    padding: 50px;
    background: rgba(0, 0, 0, 0.15);
}

#ip-team .team-banner-article h2 {
    position: relative;
    display: block;
    margin: auto;
    font-size: 80px;
    color: var(--white-color-1);
}

#ip-team .team-leaders,
#ip-team .team-leaders-inner {
    position: relative;
    display: block;
}

#ip-team .team-leaders {
    margin-top: 70px;
}

#ip-team .team-leaders-inner > h2,
#ip-team .team-leaders-inner > p {
    position: relative;
    display: block;
    text-align: center;
    color: var(--black-color-5);
    text-align: center;
    margin: 0;
}

#ip-team .team-leaders-inner > h2 {
    font-size: 60px;
}

#ip-team .team-leaders-inner > p {
    margin-top: 10px;
}

#ip-team .team-leaders-list {
    position: relative;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-top: 50px;
    margin: 50px -35px -35px;
}

#ip-team .team-leaders-list .team-leaders-col,
#ip-team .team-leaders-list .team-leaders-item,
#ip-team .team-leaders-list .team-leaders-img,
#ip-team .team-leaders-list .team-leaders-info {
    position: relative;
    display: block;
}

#ip-team .team-leaders-list .team-leaders-col {
    width: calc(100% / 3);
    padding: 35px;
}

#ip-team .team-leaders-list .team-leaders-img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#ip-team .team-leaders-list .team-leaders-img canvas {
    position: relative;
    display: block;
    width: 100%;
}

#ip-team .team-leaders-list .team-leaders-info {
    text-align: center;
}

#ip-team .team-leaders-list .team-leaders-info strong,
#ip-team .team-leaders-list .team-leaders-info small,
#ip-team .team-leaders-list .team-leaders-info p {
    position: relative;
    display: block;
    margin: 0;
}

#ip-team .team-leaders-list .team-leaders-info strong {
    font-size: 24px;
    color: var(--black-color-5);
    margin-top: 20px;
    line-height: 1;
}

#ip-team .team-leaders-list .team-leaders-info small {
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
}

#ip-team .team-leaders-list .team-leaders-info p {
    font-size: 14px;
    margin-top: 20px;
}

#ip-team .team-astar,
#ip-team .team-astar-inner,
#ip-team .team-astar-main {
    position: relative;
    display: block;
}

#ip-team .team-astar {
    margin-top: 70px;
    padding: 70px 0;
    background: var(--white-color-2);
}

#ip-team .team-astar-inner > h2,
#ip-team .team-astar-inner > p {
    position: relative;
    display: block;
    text-align: center;
    color: var(--black-color-5);
    text-align: center;
    margin: 0;
}

#ip-team .team-astar-inner > h2 {
    font-size: 60px;
}

#ip-team .team-astar-inner > p {
    margin-top: 10px;
}

#ip-team .team-astar-list {
    position: relative;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-top: 50px;
    margin: 50px -35px -35px;
}

#ip-team .team-astar-list .team-astar-col,
#ip-team .team-astar-list .team-astar-item,
#ip-team .team-astar-list .team-astar-img,
#ip-team .team-astar-list .team-astar-info {
    position: relative;
    display: block;
}

#ip-team .team-astar-list .team-astar-col {
    width: calc(100% / 3);
    padding: 35px;
}

#ip-team .team-astar-list .team-astar-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

#ip-team .team-astar-list .team-astar-img canvas {
    position: relative;
    display: block;
    width: 100%;
}

#ip-team .team-astar-list .team-astar-info {
    text-align: center;
}

#ip-team .team-astar-list .team-astar-info strong,
#ip-team .team-astar-list .team-astar-info small,
#ip-team .team-astar-list .team-astar-info p {
    position: relative;
    display: block;
    margin: 0;
}

#ip-team .team-astar-list .team-astar-info strong {
    font-size: 24px;
    color: var(--black-color-5);
    margin-top: 20px;
    line-height: 1;
}

#ip-team .team-astar-list .team-astar-info small {
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
}

#ip-team .team-astar-list .team-astar-info p {
    font-size: 14px;
    margin-top: 20px;
}

#ip-team .team-astar-control {
    position: absolute;
    z-index: 2;
    top: 26%;
    left: -52px;
    right: -52px;
    display: flex;
    flex-flow: row wrap;
    pointer-events: none;
}

#ip-team .team-astar-list:not(.slick-initialized) + .team-astar-control {
    display: none;
}

#ip-team .team-astar-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    width: 104px;
    height: 104px;
    color: var(--white-color-1);
    font-size: 38px;
    cursor: pointer;
    pointer-events: auto;
    background: var(--primary-color);
    transition: all 0.4s ease-in-out;
}

#ip-team .team-astar-arrow.slick-hidden {
    display: none;
}

#ip-team .team-astar-arrow:hover {
    background: var(--accent-color);
}

#ip-team .team-astar-arrow + .team-astar-arrow {
    margin-left: auto;
}

#ip-team .team-astar-arrow i {
    font-style: normal;
}

/*******************************************************
 *
 * Media Queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {
    #ip-team .team-banner-article h2 {
        font-size: 60px;
    }
    
    #ip-team .team-leaders-inner > h2,
    #ip-team .team-astar-inner > h2 {
        font-size: 50px;
    }
    
    #ip-team .team-leaders-list .team-leaders-col,
    #ip-team .team-astar-list .team-astar-col {
        padding: 15px;
    }
    
    #ip-team .team-leaders-list,
    #ip-team .team-astar-list {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -15px;
    }
    
    #ip-team .team-astar-control {
        left: 0;
        right: 0;
    }
    
    #ip-team .team-astar-arrow {
        width: 75px;
        height: 75px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    #ip-team .team-banner-article h2 {
        font-size: 55px;
    }
    
    #ip-team .team-leaders-inner > h2,
    #ip-team .team-astar-inner > h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 991px) {
    #ip-team .team-leaders-inner,
    #ip-team .team-astar-inner {
        width: 450px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #ip-team .team-banner-article {
        position: relative;
        min-height: 320px;
        text-align: center;
    }

    #ip-team .team-banner-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #ip-team .team-banner-img img,
    #ip-team .team-banner-img canvas {
        width: 100%;
        height: 100%;
    }
    
    #ip-team .team-banner-article h2 {
        font-size: 50px;
    }
    
    #ip-team .team-leaders-inner > h2,
    #ip-team .team-astar-inner > h2 {
        font-size: 40px;
    }
    
    #ip-team .team-leaders-list .team-leaders-col,
    #ip-team .team-astar-list .team-astar-col {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #ip-team .team-banner-article h2 {
        font-size: 45px;
    }
    
    #ip-team .team-leaders-inner > h2,
    #ip-team .team-astar-inner > h2 {
        font-size: 35px;
    }
    
    #ip-team .team-astar-control {
        position: relative;
        top: 0;
        margin-top: 30px;
        justify-content: center;
    }

    #ip-team .team-astar-arrow + .team-astar-arrow {
        margin-left: 30px;
    }
    
    #ip-team .team-astar-arrow {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {}
