.ip-banner::before {
    /*display: none;*/
}

.ip-banner::after {
    /*content: '';
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    opacity: .91;
    position: absolute;
    top: 0;
    left: 0;*/
}

.hdr-main .hdr-logo a,
.hdr-main #nav > li > a,
.hdr-main .hdr-phone a {
    /*color: #fff !important;*/
}

.hdr-main.fixed .hdr-logo a {
    /*color: #45315d !important;*/
    ;
}

.hdr-main.fixed #nav > li > a,
.hdr-main.fixed .hdr-phone a {
    /*color: #000 !important;*/
}

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

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

p#breadcrumbs {
    font-size: 0.875vw;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #b2b2b2;
    text-transform: uppercase;
    padding: 1.303vw 3.438vw;
    background: url(../../images/intro-logo.png) right calc(100% - 2vw) no-repeat #291e35;
    background-size: 57.938vw auto;
    background-attachment: fixed;
    margin-bottom: 0;
    overflow: hidden;
}

p#breadcrumbs .breadcrumb_last {
    color: #fff;
}

#mtt-ip{}

.mtt-wrap{}
.mtt-top{}
.mtt-top .mtt-title{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /*padding: 4.500vw 0 0;*/
    padding: 5.938vw 0 0;
}
.mtt-top .mtt-title h2{
    /*font-size: 8.125vw;*/
    font-size: 4.375vw;
    letter-spacing: -0.020em;
    /*padding: 0 0 0 7.500vw;*/
    padding: 0 0 0 7.063vw;
    position: relative;
}
.mtt-top .mtt-title h2:before{
    content: '';
    display: block;
    width: 3.625vw;
    height: 3.625vw;
    position: absolute;
    left: 0;
    bottom: 0.3vw;
    background: url(../../images/title-logo.png) center center no-repeat;
    background-size: cover;
    border-radius: 100%;
}
.mtt-top .mtt-title h2:after{
    content: '';
    display: block;
    width: 1px;
    height: 100vh;
    background: #000;
    position: absolute;
    left: calc(1.8vw - 1px);
    bottom: 3.8vw;
}
.mtt-top .mtt-title h2 span{
    font-size: 1.250vw;
    font-weight: 300;
    letter-spacing: 0.100em;
    text-transform: uppercase;
    display: block;
}
.mtt-top .mtt-title h2 em{
    font-style: normal;
    background-image: url(../../images/title-texture.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-clip: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-family-title);
}

.mtt-list{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0 7.625vw;
}
.mtt-list .mtt-single {
    width: 22vw;
    margin: 5vw 0 0 1.7vw;
}
.mtt-list .mtt-single:nth-child(4n + 1){
    margin: 5vw 0 0 0;
}
.mtt-list .mtt-img{}
.mtt-list .mtt-img a{
    display: block;
    position: relative;
}
.mtt-list .mtt-img a img{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.mtt-list .mtt-img a:hover img{
    opacity: 0.2;
}
.mtt-list .mtt-img a canvas{
    background: #291e35;
}
.mtt-list .mtt-name{
    font-size: 1.8vw;
    color: #000;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    margin: 3.250vw 0 0;
}
.mtt-list .mtt-post{
    color: #191b1c;
    font-size: 1.063vw;
    letter-spacing: 0.060em;
    font-weight: 400;
    text-transform: inherit;
    margin: 0.938vw 0 0;
}
.mtt-list .mtt-contact{
    margin: 1.375vw 0 0;
}
.mtt-list .mtt-contact ul{}
.mtt-list .mtt-contact li{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 1vw;
    letter-spacing: 0.020em;
    line-height: 1.9375;
}
.mtt-list .mtt-contact li:first-child{
    margin: 0 0 0;
}
.mtt-list .mtt-contact em{
    font-family: var(--font-family-title);
    color: #5b5b5b;
    margin: 0 0.313vw 0 0;
}
.mtt-list .mtt-contact a{
    color: #000;
    font-weight: 300;
}
.mtt-list .mtt-contact a:hover{
    color: #5b5b5b;
}
.mtt-abt{
    position: relative;
    padding: 0 0 9vw;
}
.mtt-abt:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 12px;
    background: #45315d;
}
.mtt-abt:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    height: calc(100% - 12px);
    background: url(../../images/meet-the-team/mtt-abt-banner.jpg) top center no-repeat;
    background-size: cover;
}
.mtt-abt .mtt-abt-top{
    position: relative;
    z-index: 1;
}
.mtt-abt .mtt-abt-title{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 4.500vw 0 0 2vw;
}
.mtt-abt .mtt-abt-title h2{
    /*font-size: 7.063vw;*/
    font-size: 4.375vw;
    letter-spacing: -0.020em;
    padding: 0 0 0.3vw 6.750vw;
    position: relative;
    line-height: 1.1;
    font-family: var(--font-family-title);
}
.mtt-abt .mtt-abt-title h2:before{
    content: '';
    display: block;
    width: 5.2vw;
    height: 5.2vw;
    position: absolute;
    left: 0;
    bottom: 9vw;
    background: url(../../images/title-logo.png) center center no-repeat;
    background-size: cover;
}
.mtt-abt .mtt-abt-title h2:after{
    content: '';
    display: block;
    width: 1px;
    height: 100vh;
    background: #000;
    position: absolute;
    left: calc(2.6vw - 1px);
    bottom: 14vw;
}
.mtt-abt .mtt-abt-title h2 em{
    font-style: normal;
    background-image: url(../../images/title-texture.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-clip: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mtt-abt .mtt-abt-title h2 span{
    display: block;
    font-size: 3vw;
    color: #000;
    line-height: 1;
    margin: 1.5vw 0 0;
}
.mtt-abt .mtt-abt-text{
    max-width: 85.625vw;
    margin: 5.313vw auto 0;
    font-size: 1vw;
    font-weight: 300;
    letter-spacing: 0.020em;
    line-height: 1.875;
    position: relative;
    z-index: 2;
}
.mtt-abt .mtt-abt-text p{
    margin: 1.750vw 0 0;
}
.mtt-abt .mtt-abt-text p:nth-of-type(1){
    margin: 0 0 0;
}
@media only screen and (max-width: 991px) {
    .mtt-top .mtt-title h2:before,
    .mtt-top .mtt-title h2:after,
    .mtt-abt .mtt-abt-title h2:before,
    .mtt-abt .mtt-abt-title h2:after{
        display: none;
    }
    .mtt-top .mtt-title{
        padding: 50px 0 0;
    }
    .mtt-abt .mtt-abt-title h2,
    .mtt-top .mtt-title h2{
        padding: 0 0 5px 0;
        font-size: 45px;
        text-align: center;
    }
    .mtt-top .mtt-title h2 span{
        font-size: 18px;
    }
    .hdr-main .hdr-logo a {
        /*color: #45315d !important;*/
    }
    p#breadcrumbs {
        font-size: 14px;
        padding: 20px 15px;
    }
    .mtt-list{
        padding: 0 15px 100px;
    }
    .mtt-list .mtt-single:nth-child(4n + 1),
    .mtt-list .mtt-single{
        width: calc(50% - 10px);
        margin: 40px 0 0 20px;
        text-align: center;
    }
    .mtt-list .mtt-single:nth-child(odd){
        margin: 40px 0 0 0;
    }
    .mtt-list .mtt-name{
        font-size: 34px;
        margin: 20px 0 0;
    }
    .mtt-list .mtt-post {
        font-size: 15px;
        margin: 15px 0 0;
        letter-spacing: 0.000em;
    }
    .mtt-list .mtt-contact{
        margin: 20px 0 0;
    }
    .mtt-list .mtt-contact li{
        font-size: 15px;
        line-height: 1.7;
        justify-content: center;
    }
    .mtt-list .mtt-contact em{
        margin: 0 7px 0 0;
    }
    .mtt-abt{
        padding: 0 0 140px;
    }
    .mtt-abt .mtt-abt-title{
        padding: 40px 0 0;
        justify-content: center;
    }
    .mtt-abt .mtt-abt-title h2 span{
        font-size: 23px;
    }

    .mtt-abt .mtt-abt-text{
        font-size: 16px;
        margin: 60px 0 0;
        padding: 0 15px;
        text-align: center;
        max-width: none;
    }
    .mtt-abt .mtt-abt-text p {
        margin: 25px 0 0;
    }
}

@media only screen and (max-width: 767px){
    .mtt-list{
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        margin: 50px 0 0;
    }
    .mtt-list .mtt-single:nth-child(3n + 1),
    .mtt-list .mtt-single:nth-child(odd),
    .mtt-list .mtt-single{
        width: 100%;
        max-width: 465px;
        margin: 40px 0 0;
    }
    .mtt-list .mtt-single:first-child{
        margin: 0 0 0;
    }
}
@media only screen and (max-width: 480px) {
    .mtt-abt .mtt-abt-title h2,
    .mtt-top .mtt-title h2{
        font-size: 36px;
    }
    .mtt-abt .mtt-abt-title h2 br {
        display: none;
    }
    .mtt-abt .mtt-abt-title h2 span {
        font-size: 20px;
    }
    .mtt-list .mtt-name{
        font-size: 26px;
    }
    
}