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

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

#content-full {
    margin: 0;
}

/* Banner */
.ip-banner canvas {
    min-height: 471px;
}

.ip-banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: rgba(0,0,0,0.2);
}

/* Breadcrumbs */
.custom-breadcrumbs-inner {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1200px;
    z-index: 5;
    margin: 25px auto;
    padding: 0 15px;
    font-size: 17px;
    letter-spacing: 0.100em;
    text-transform: uppercase;
}

.custom-breadcrumbs {
    position: absolute;
    left: 0;
    bottom: 12px;
    z-index: 100;
    width: 100%;
}

.custom-breadcrumbs .custom-breadcrumbs-inner {
    display: block;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
}

.breadcrumb_last {
    font-weight: 500;
}

/* Content */
.ip-about-wrap {
    position: relative;
    padding: 113px 15px 124px;
}

.ip-about-wrap .bg-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
    filter: grayscale(1);
}

.ip-about-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255,255,255,0.9);
}

.ip-about-container {
    max-width: 1170px;
    width: 100%;
    margin: auto;
}

.ip-about-main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 100;
}

.ip-about-col.content {
    width: 51.2821%;
    padding: 14px 15px 0 0;
}

.ip-about-col.content a {
    transition: all 0.3s ease;
}

.ip-about-col.content a:hover {
    color: var(--secondary-color) !important;    
}

.ip-about-col.content .ip-about-col-inner {
    max-width: 555px;
    width: 100%;
}

.ip-about-col.img {
    width: 48.7179%;
}

.ip-about-col.img .ip-about-col-inner {
    max-width: 521px;
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
}

.ip-about-col.img canvas {
    display: block;
    width: 100%;
}

.ip-about-col.img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ip-about-title {
    position: relative;
}

.ip-about-title .bg-canvas {
    width: 221px;
    height: 221px;
    z-index: 1;
    opacity: 0.06;
    position: absolute;
    left: 4px;
    top: -40px;
    background-attachment: scroll;
}

.ip-about-title::before {
    content: '';
    width: 221px;
    height: 221px;
    z-index: 0;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    left: 4px;
    top: -40px;
}

.ip-about-title-inner {
    position: relative;
    z-index: 100;
}

.ip-about-title h1 {
    font-size: 72px;
    line-height: 1;
    font-family: var(--title-font);
    font-weight: 500;
}

.ip-about-pos {
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 1;
    margin: 10px 0 19px;
}

.ip-about-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ip-about-contact-field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 15px;
    letter-spacing: 0.05em;
}

.ip-about-contact-field span {
    font-weight: 700;
    margin: 0 3px 0 0;
}

.ip-about-contact-field:first-child {
    margin: 0 30px 0 0;
}

.ip-about-smi {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 15px 0 0;
}

.ip-about-smi a {
    font-size: 13px;
    color: #000;
    margin: 0 19px 0 0;
}

.ip-about-smi a:last-child {
    margin: 0
}

.ip-about-desc {
    margin: 25px 0 0;
}

.ip-about-desc p {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 24px;
    margin: 0 0 18px;
}

.ip-about-desc h3 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 0 15px;
}

@media only screen and (max-width: 991px) {
    .ip-banner canvas {
        min-height: 250px;
    }

    .ip-about-main {
        flex-direction: column-reverse;
    }

    .ip-about-col {
        width: 100% !important;
    }

    .ip-about-col.img .ip-about-col-inner {
        margin: auto;
    }

    .ip-about-col.content {
        padding: 30px 0 0;
        text-align: center;
    }

    .ip-about-col.content .ip-about-col-inner {
        margin: auto;
    }

    .ip-about-smi {
        justify-content: center;
    }

    .ip-about-contact {
        flex-direction: column;
        justify-content: center;
    }

    .ip-about-contact-field:first-child {
        margin: 0 0 10px;
    }

    .ip-about-title h1 {
        font-size: 40px;
    }

    .ip-about-wrap {
        padding: 70px 15px 50px;
    }
}