<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 750px) {
    .product_list {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 20px;
    }

    .application_wrap {
        padding: 30px 20px;
    }

    .application_content {
        padding: 0;
        display: block;
    }

    .application_content .application_sub_wrap:nth-child(3), .application_content .application_sub_wrap:nth-child(4) {
        display: none;
    }

    .product_img:hover {
        cursor: pointer;
        width: 100%;
    }

    .application_main_wrap {
        width: 100% !important;
        height: auto;
        margin: 0 0 20px 0;
    }

    .application_sub_wrap {
        width: 100% !important;
        height: 200px !important;
        margin: 0 0 20px 0;
    }

    .application_sub_wrap&gt;img {
        object-fit: cover;
        height: 200px !important;
    }

    .application_sub_desc {
        left: 0;
        width: 100%;
        height: 54px !important;
        top: 146px;
        background: linear-gradient(90deg, #2574f4, rgba(255, 255, 255, 0.00) 100%);
        border-radius: 0 0 0 12px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 32px;
        color: #fff;
        display: flex;
        align-items: center;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 14px;
        justify-content: flex-start;
    }

    .case_wrap {
        padding: 30px 20px;
    }

    .case_list {
        margin: 30px 0 0 0;
    }

    .case_list {
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
        grid-gap: 16px;
    }

    .case_item {
        padding: 12px;
        align-items: center;
        margin-bottom: 0;
    }

    .case_title {
        text-align: left;
    }

    .case_icon {
        width: 64px;
        height: 64px;
        margin: 0 12px 0 0;
    }

    .case_title {
        font-size: 16px;
        margin: 0 0 8px 0;
    }

    .case_desc {
        font-size: 14px;
        line-height: 22px;
    }

    .programme_wrap {
        padding: 30px 20px;
    }

    .programme_top {
        display: none;
    }

    .programme_bottom {
        display: none;
    }

    .programme_desc {
        padding: 0;
        display: block;
    }

    .programme_title {
        font-size: 24px;
        margin: -10px 0 0 0;
        margin-bottom: 12px;
        font-weight: 600;
    }

    .programme_icon {
        width: 33px;
        height: 28px;
    }

    .programme_desc_text {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
    }

    .programme_desc_img {
        width: 100%;
        height: auto;
    }

    .platform_title_text {
        font-size: 24px;
        font-weight: 600;
    }

    .programme_content_list {
        padding: 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .programme_content_item {
        padding: 12px;
    }

    .programme_content_img {
        width: 64px;
        height: 64px;
    }

    .programme_content_title {
        font-size: 16px;
        margin: 0 0 8px 0;
    }

    .programme_content_desc {
        font-size: 14px;
        line-height: 22px;
    }

    .main_img {
        display: none;
    }

    .main_mobile_img {
        display: block;
        width: 100%;
        height: auto;
    }

    .product_carousel_wrap {
        width: 89.334vw;
        margin: 0 auto;
        overflow: hidden;
    }

    .custom-indicators {
        margin-top: 26px;
        display: flex !important;
    }

    .product_list {
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
        grid-gap: 0;
        display: flex;
        justify-content: unset;
        transition: transform 0.5s ease-in-out;
    }

    .product_item {
        flex: 0 0 100%;
    }
}</pre></body></html>