<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 991px) {


    /**,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}*/

    body,
    html {
        height: 100%
    }

    /*html {
    font-size: 16px
}*/

    body {
        /*line-height: 1;
    font-size: 16px;
    font-family: Arial, Helvetica;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;*/
        overflow: hidden
    }

        body.no-touch {
            overflow: visible
        }

    /*h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}*/

    /*ol li,
ul li {
    list-style: none
}*/

    /*a {
    text-decoration: none
}*/

    /*img {
    max-width: 100%
}*/

    #main {
        width: 100%;
        height: 100%
    }

    .fullpage-section {
        position: relative;
        width: 100%;
        height: 100%;
        /*padding: 16px;*/
        box-sizing: border-box;
        overflow: hidden;
        display: table;
        /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;*/
    }

        .fullpage-section.is-active {
            margin-top: -25px;
        }

    /*.fullpage-section:nth-child(2) {
        margin-top: 125px;
    }

    .fullpage-section:nth-child(3) {
        margin-top: 125px;
    }

    .fullpage-section:nth-child(4) {
        margin-top: 125px;
    }
    .fullpage-section:nth-child(5) {
        margin-top: 125px;
    }
    .fullpage-section:nth-child(6) {
        margin-top: 125px;
    }
    .fullpage-section:nth-child(7) {
        margin-top: 125px;
    }*/

    .container {
        /*display: table-cell;*/
        /*vertical-align: middle;*/
        /*text-align: center*/
    }

    /*.container a {
        color: #FFF
    }*/

    .slide-navigation {
        position: fixed;
        top: 50%;
        bottom: 0;
        right: 32px;
        text-align: center
    }

        .slide-navigation:lang(ar) {
            position: fixed;
            top: 50%;
            bottom: 0;
            left: 32px;
            right: auto;
            text-align: center
        }

        .slide-navigation &gt; li {
            position: relative;
            display: block;
            margin-bottom: 12px
        }

            .slide-navigation &gt; li &gt; a {
                display: block;
                height: 13px;
                width: 13px;
                border: 3px solid #FFF;
                border-radius: 50%;
                background: transparent;
                z-index: 1;
                -webkit-transition: all 0.4s ease;
                transition: all 0.4s ease
            }

                .slide-navigation &gt; li &gt; a.is-active {
                    background: #FFF
                }
}
</pre></body></html>