@import url("https://www.sansiri.com/ssr-center/css/project-card/ssr-virtualgallery.css?v-1.0.11");
/* Separator Style 5 */
.ssr-sep-line-5 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0 !important;
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ssr-sep-line-5-mark {
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    border-radius: 100%;
    top: -16px;
    background-color: #fff;
}

.ssr-sep-line-5-part {
    border: none;
    position: relative;
    height: 20px;
    top: 0;
    overflow: hidden;
    width: 100%;
}

    .ssr-sep-line-5-part .l::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: -20px;
        right: 0;
        height: 10px;
        border-radius: 100%;
        right: -100%;
        -webkit-box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.4392156862745098);
        -moz-box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.4392156862745098);
        box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.4392156862745098);
    }

    .ssr-sep-line-5-part .r::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: -20px;
        right: 0;
        height: 10px;
        border-radius: 100%;
        left: -100%;
        -webkit-box-shadow: -10px 10px 10px 1px rgba(0, 0, 0, 0.4392156862745098);
        -moz-box-shadow: -10px 10px 10px 1px rgba(0, 0, 0, 0.4392156862745098);
        box-shadow: -10px 10px 10px 1px rgba(0, 0, 0, 0.4392156862745098);
    }

.ssr-end {
    border-bottom: 1px solid #b6b6b6;
    width: 70%;
    margin: 0 auto;
}
/* End Separator Style 5 */
/* Custom css for MADE OF LIFE (mobile first approch)*/
.made-for-life-main {
    padding: 40px 30px;
    background-color: #001425;
}

.made-for-life-main .made-for-life-img-frame {
    height: 16px;
    margin-bottom: 20px;
}

    .made-for-life-main .made-for-life-img-frame img {
        height: 100%;
        display: block;
        filter: invert(1);
    }

.made-for-life-main-title-text {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 2.5rem;
    font-family: 'GraphikTH-SemiBold';
    margin-bottom: 0px;
}

.made-for-life-main-subtitle-text {
    color: #ffffff;
    font-size: 1.5rem;
    font-family: 'GraphikTH-SemiBold';
    margin-bottom: 20px;
}

.made-for-life-main-details-text {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

    .made-for-life-main-details-text:nth-last-of-type(1) {
        margin-bottom: 0px;
    }

.made-for-life-slide {
    overflow: scroll;
    flex-direction: row;
    flex-wrap: nowrap;
}

    .made-for-life-slide::-webkit-scrollbar {
        display: none;
    }

.made-for-life-slide-item:nth-last-of-type(1) {
    padding: 15px 15px 15px 15px;
}

.made-for-life-slide-item {
    padding: 15px 0px 15px 15px;
}

.made-for-life-slide .card {
    background-color: #f3f3f3;
    border: 0px;
    border-radius: 0px;
}

    .made-for-life-slide .card .made-for-life-img-frame {
        height: 240px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .made-for-life-slide .card .made-for-life-img-frame img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%) scale(1.2);
            width: auto;
            height: 100%;
        }

.made-for-life-slide .card-body {
    padding: 20px 15px 55px 15px;
    }

.made-for-life-slide-tag-text {
    text-transform: uppercase;
    color: #878787;
    font-size: 1.2rem;
}

.made-for-life-slide-title-text {
    text-transform: uppercase;
    color: #000000;
    font-size: 2rem;
    font-family: 'GraphikTH-SemiBold';
    margin-bottom: 0px;
}

.made-for-life-slide-subtitle-text {
    color: #000000;
    font-size: 1.5rem;
    font-family: 'GraphikTH-SemiBold';
    margin-bottom: 20px;
}

.made-for-life-slide-details-text {
    color: #000000;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

    .made-for-life-slide-details-text:nth-last-of-type(1) {
        margin-bottom: 0px;
    }

.modal-backdrop {
    z-index: 1000000000;
}

.madeforlife-modal {
    z-index: 100000000001;
}

    .madeforlife-modal .modal-content {
        background-clip: unset;
        border: unset;
        border-radius: unset;
        height: 100vh;
    }

    .madeforlife-modal .modal-dialog {
        margin: 0;
        max-width: unset;
    }

.made-for-life-modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 44px;
    width: 44px;
    background-color: #000000;
    padding: 15.2px;
    opacity: 0.6;
    z-index: 100000000002;
    cursor: pointer;
}

    .made-for-life-modal-close img {
        pointer-events: none;
        height: 100%;
        width: 100%;
        display: block;
    }

.made-for-life-modal-img-frame {
    position: relative;
    overflow: hidden;
    height: 230px;
    width: 100%;
}

    .made-for-life-modal-img-frame img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.made-for-life-modal-details {
    padding: 20px 25px 55px 25px;
}

.made-for-life-modal-details-title {
    text-transform: uppercase;
    color: #000000;
    font-size: 2.3rem;
    font-family: 'GraphikTH-SemiBold';
}

.made-for-life-modal-details-subtitle {
    text-transform: uppercase;
    color: #003168;
    font-size: 1.8rem;
}

.made-for-life-modal-details-text {
    color: #000000;
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.made-forlife-open-modal {
    cursor: pointer;
    text-decoration: underline;
    font-family: 'GraphikTH-SemiBold';
}


@media(min-width:500px) {
    .made-for-life-slide .card .made-for-life-img-frame img {
        width: 100%;
        height: auto;
    }
}

@media(min-width:768px) {
    .made-for-life-main {
        padding: 40px 50px !important;
    }

    .made-for-life-main-subtitle-text {
        margin-bottom: 30px;
    }

    .made-for-life-main .made-for-life-img-frame {
        margin-bottom: 50px;
    }

    .made-for-life-slide .card-body {
        padding: 20px 70px 55px 50px;
    }

    .made-for-life-slide {
        overflow: unset;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .made-for-life-slide-item {
        padding: 0px 0px 0px 15px !important;
    }

    .made-for-life-slide .card .made-for-life-img-frame img {
        width: auto;
        height: 100%;
    }

    .madeforlife-modal .modal-content {
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: .3rem;
        height: auto;
    }

    .madeforlife-modal .modal-dialog {
        margin: .5rem auto;
    }

    .made-for-life-modal-close {
        background-color: unset;
        top: 8px;
        right: 8px;
    }

        .made-for-life-modal-close img {
            filter: invert(1);
        }

    .made-for-life-modal-details {
        padding: 95px 30px 80px 30px;
    }

    .madeforlife-modal .modal-dialog {
        max-width: 700px;
    }

    .madeforlife-modal .modal-content {
        display: flex;
    }

    .made-for-life-modal-img-frame {
        height: 100%;
    }

        .made-for-life-modal-img-frame img {
            height: 100%;
            width: auto;
        }
}


@media(min-width:1024px) {
    .madeforlife-modal .modal-dialog {
        max-width: 800px;
    }

    .made-for-life-slide .card .made-for-life-img-frame img {
        width: 100%;
        height: auto;
    }
}
/* END Custom css for MADE OF LIFE */

/*made for life brand*/
.made-for-life-main {
    position: relative;
}

.LinkToBrand {
    position: absolute;
    /* height: 100%; */
    /* display: flex; */
    bottom: 0;
    width: 100%;
    left: 0;
}

    .LinkToBrand p {
        padding: 20px 0;
        color: #fff;
        border-top: 1px solid #fff;
        line-height: 1.75;
        margin: 20px 50px;
    }

    .LinkToBrand span {
        font-family: 'GraphikTh-semibold';
    }

    .LinkToBrand a {
        color: #ffffff;
        font-family: 'GraphikTh-semibold';
    }

@media (min-width: 320px) and (max-width: 767px) {
    .LinkToBrand {
        margin: 20px 0;
        position: relative;
        bottom: 0;
        left: 0;
    }
    .LinkToBrand p {
        padding: 20px 0;
        color: #fff;
        border-top: 1px solid #fff;
        line-height: 1.75;
        margin: 20px 0;
    }

}