.mySwiper {
    width: 100%;
}

.os-img-picture {
    height: 225px;
    column-gap: 20px;
    padding: 30px !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
}

.os-img-picture img:first-child {
    max-width: 70%;
    padding: 0 !important;
    position: relative !important;
}

.os-img-awards {
    padding: 0 !important;
    width: 100%;
    max-width: 25%;
    position: relative !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: white !important;
}

.swiper-pagination-bullet-active {
    background-color: white !important;
}

@media screen and (max-width: 1199px) {
    .os-img-awards {
        max-width: fit-content;
    }

    #SHKLABOX_DIV {
        row-gap: 40px;
    }

    #SHKLABOX_DIV iframe {
        height: 320px;
    }
}

@media screen and (max-width: 991px) {
    #SHKLABOX_DIV iframe {
        height: 225px;
    }
}

@media screen and (max-width: 840px) {
    .os-img-picture {
        height: auto;
        flex-direction: column !important;
        align-items: center;
    }

    .os-img-picture img:first-child {
        max-width: 100%;
    }

    .os-img-awards {
        max-width: 220px;
    }
}

@media screen and (max-width: 575px) {
    #SHKLABOX_DIV iframe {
        height: 280px;
    }

    #SHKLABOX_DIV .mySwiper {
        padding-bottom: 40px;
    }

    .swiper-pagination-bullet-active {
        background-color: #C02026 !important;
    }

    .os-img-awards {
        max-width: 160px;
    }
}

.container-xll {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1400px;
}

.page_title2_box {
    display: flex;
    flex-direction: column;
}

.page_title2_top {
    font-size: 25px;
    color: #C02026;
    display: inline-block;
    margin-bottom: 0;
}

/* .page_title2_bottom {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #C02026;
    display: inline-block;
} */

.sla_new_item_content {
    margin-bottom: 60px;
}

.sla-01 {
    column-gap: 30px;
    grid-template-columns: 1fr 3fr;
    display: grid;
}

.sla-01-left {
    background-color: grey;
}

.sla-01-left h3 {
    margin-bottom: 18px;
    font-size: 25px;
    color: white;
    display: inline-block;
}

.sla-01-left p {
    margin-bottom: 0;
    color: white;
}

.sla-01-left>div {
    height: 100%;
    padding: 25px;
    background-image: url('/assets/media/images/sla_1.png');
    background-size: cover;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sla-01-r-left {
    flex-direction: row;
    display: flex;
}

.sla-01-right {
    row-gap: 30px;
    display: flex;
    flex-direction: column;
}

.sla-01-r-item {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.sla-01-r-label {
    padding: 20px;
    min-width: 140px;
    max-width: 140px;
    font-weight: 500;
    color: white;
    background-color: #C02026;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sla-01-r-label.grey {
    background-color: rgba(196, 196, 196, 0.35);
    color: #C02026;
}

.sla-01-r-label.light {
    background-color: rgba(255, 226, 188, 1);
    color: #C02026;
}

.sla-01-r-content {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sla-01-r-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sla-01-r-content ul li{
    display: flex;
}

.sla-01-r-content ul li::before {
    content: ">";
    display: block;
    padding: 0 20px 0 10px;
    color: #C02026;
    font-family: 'Raleway', sans-serif;
}

.sla-01-r-content p {
    margin-bottom: 0;
}

.sla-02 {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    column-gap: 60px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.sla-02-item {
    background-color: rgb(153, 31, 72);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.sla-02-item.grey {
    background-color: rgb(124, 124, 124);
}

.sla-02-item.gold {
    background-color: rgb(197, 90, 17);
}

.sla-02-bg {
    padding: 25px;
    height: 520px;
    background-image: url('/assets/media/images/sla_1.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sla-02-title {
    margin-bottom: 18px;
    font-size: 25px;
    color: white;
    display: inline-block;
}

.sla-02-bg p {
    margin-bottom: 0;
    color: white;
}

.funnel {
    row-gap: 20px;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.funnel-step {
    color: #fff;
    text-align: center;
    margin: 0 auto 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 25px 0;
    position: relative;
}

.funnel-step p {
    margin-bottom: 0;
}

.funnel-step.top {
    background: #838383;
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 8% 100%)
}

.funnel-step.mid {
    background: #838383;
    width: 80%;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
}

.funnel-step.lower {
    background: #838383;
    width: 60%;
    clip-path: polygon(0% 0%, 100% 0%, 86% 100%, 14% 100%);
}

.funnel-step.bottom {
    background: #b70000;
    width: 35%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    color: #fff;
    font-weight: bold;
}

.funnel-step.bottom p {
    margin-bottom: 20px;
}

.highlight {
    color: #fff799;
    font-weight: bold;
}

.sla_oc {
    margin: 0 auto;
}

.sla_oc img {
    width: 100%;
    max-width: 900px;
}

.sla_chart {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sla_chart_item {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

.sla_chart_item p {
    margin-top: 30px;
    font-size: 14px;
    width: 100%;
    max-width: 400px;
}

.sla_footnote_label {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #C02026;
}

.sla_chart_footnote ul {
    margin-bottom: 0;
}

.sla_chart_footnote li {
    margin-bottom: 10px;
    font-size: 14px;
    color: grey;
}

@media screen and (max-width: 991px) {

    .page_title2_top {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .page_title2_bottom {
        font-size: 16px;
        font-weight: 400;
    }

    .sla-01-left h3 {
        font-size: 18px;
    }

    .sla-01 {
        /* row-gap: 40px; */
        grid-template-columns: 1fr;
    }

    .sla-01-r-left {
        flex-direction: column;
    }

    .sla-01-r-label {
        max-width: initial;
    }

    .sla-02 {
        row-gap: 40px;
        grid-template-columns: 1fr;
    }

    .sla-02-bg {
        height: 280px;
    }

    .sla-02-title {
        font-size: 18px;
    }

    .funnel {
        row-gap: 0;
        margin-top: 0;
    }

    .funnel-step.bottom {
        width: 40%;
    }

    .sla-01-left>div {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    .funnel-step {
        padding: 25px 40px;
    }

    .funnel-step p {
        font-size: 11px;
    }
}