<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .maintenance-information{width: 980px;margin-top: 60px;}
    .img_box{text-align: center;}
    .text_box{font-family: Gilroy;color:#000;margin: 0 auto;}
    .title{text-align: center;font-weight: 600;font-size: var(--fs-50);}
    .txt{font-size: var(--fs-16);line-height: 24px;text-align: left;text-underline-position: from-font;text-decoration-skip-ink: none;}

    .maintenance{background-color: var(--v-white);}
    .maintenance h3{color: var(--v-orange);font-size: var(--fs-36);margin-bottom: 5px;text-align: center;}
    .maintenance p{color: var(--v-black);font-size: var(--fs-18);line-height: 1.1;}
    .maintenance p span{font-weight: bold;}

    /* faq */
    .maintenance-information .faq-btn{width: auto;max-width: 100%;position: unset;margin-top: 50px;}
    .faq-btn{bottom: 52px;left: 75px;display: flex;align-items: center;height: 30px;cursor: pointer;z-index: 99;}
    .faq-btn img{margin-right: 10px;opacity: .25;transition: all .3s linear;}
    .faq-btn p{font-size: var(--fs-16);color: var(--v-black);margin-bottom: 0px;opacity: .65;transition: all .3s linear;}
    .faq-btn:hover img,
    .faq-btn:hover p{opacity: 1;}

    .faq-content{width: 100vw;height: 100vh;background-color: rgba(0, 0, 0, .8);position: fixed;left: 0;top: 0;transform: translateX(100%);z-index: 997;transition: all .3s linear;}
    .faq-inner{height: 100vh;width: 100%;max-width: 1090px;border-radius: 15px 0px 0px 15px;background-color: var(--v-white);float: right;padding-left: 110px;padding-top: 99px;position: relative;overflow-y: auto;}
    .close-faq{cursor: pointer;width: 43px;height: 43px;border-radius: 50%;background-color: var(--v-grey);transition: all .3s linear;position: absolute;top: 22px;right: 22px;}
    .close-faq:hover{background-color: #636363;}

    .faq-inner{padding-right: 157px;}
    .faq-module .inner{padding: 0px;}
    .faq-module .inner .faq-module-h2{display: none;}
    .faq-module{padding: 0px !important;}

    .faq-module-inner .faq-list .faq-module-tit h3,.faq-module-inner .faq-list .faq-module-tit span.serial{font-size: var(--fs-22) !important;}
    .faq-module-inner .faq-list .faq-module-detial{font-size: var(--fs-20) !important;color: #3D3D3D !important;}
    .faq-module-inner .faq-list .faq-module-detial span{display: block;margin-bottom: 20px;}
    .faq-module-inner .faq-list .faq-module-detial span i{display: block;font-style: normal;margin-bottom: 10px;}
    .faq-module-inner .faq-list .faq-module-detial span:last-child,
    .faq-module-inner .faq-list .faq-module-detial span i{margin-bottom: 0px;}
    .faq-module-inner .faq-list .faq-module-detial span i::before {content: "";display: inline-block;width: 10px;height: 10px;background: #5c5c5c;border-radius: 50%;margin-right: 10px;}

    .faq-mobile-box .faq-module .inner .faq-module-h2{display: block;}

    html[lang='ar-AE'] .maintenance-information{text-align: right;}
    html[lang='ar-AE'] .maintenance-information .faq-btn{justify-content: flex-end;}

    @media (max-width: 1024px){
        .faq-inner{padding: 60px 30px;}
        .faq-btn{left: 20px;width: 200px;max-width: 20%;}
    }
    @media (max-width:980px) {
        .maintenance-information{width: auto;}
    }
    @media (max-width: 860px){
        .faq-btn p{display: none;}
    }
    @media (max-width: 510px){
        .faq-mobile-box .faq-module .inner .faq-module-h2{font-size: 22px;color: var(--v-black);}
        .faq-mobile .menu-close-btn {top: 24px;right: 18px;}

        html[lang='ar-AE'] .maintenance-information .faq-btn{left: auto;right: 20px;}
    }
    @media (max-width: 440px){
        
    }
    /* faq */
    .mobile-bottom-faq-btn{ left: 12px !important; bottom: 80px !important;position: fixed !important;}
    @media (max-width: 768px) {
        .maintenance-information{width: 100%;}
    }

    @media (max-width: 1280px){
    .faq-btn{left: 20px;bottom: 85px;}
    }

    @media (max-width: 510px){
        .faq-btn{left: 20px ;}

        .maintenance-information{margin-top: 0;padding: 0 20px 20px;}

        .maintenance-information .faq-btn{margin-top: 0;position: fixed;bottom: auto;top: 20px;}
    }

    @media (max-height: 700px){
        .faq-btn{position: absolute;bottom: 40px;}
    }

    header{display: none;}
    body{margin-top: 0 !important;}
    .breadcrumb-section{display: none;}
    .video-pc-content{display: none !important;}
    .page-tool-bar{display: none;}
    .video-mobile-content{display: none !important;}
    .mobile-video-sidebar {display: none !important;}</pre></body></html>