

    .mainBackground {
        width: 100%;
        overflow: visible;
        text-align: center;
        position: relative;
    }

    .responsive-image {
        position: relative;
        width: 100%;
        min-width: 1200px;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
        max-width: none;
        display: block;
    }

        @font-face {
            font-family: 'tangak';
            src: url(/fonts/tangak/tangak.otf?1772937561) format("opentype");
        }

        div.inner ul {
            font-family: tangak;
        }

        div.inner .margin {
            margin-top: 5px;
        }

        div.inner .child {
            display: none;
            opacity: 0.0;
        }

        div.inner ul#menu {
            background-color: #0073BE;
            border-radius: 0px 0px 20px 20px;
        }

        div.inner .child li a {
            color: #FFF;
        }

        div.inner ul {
            list-style: none;
            padding: 0px;
            min-width: 10em;
        }

        div.inner .parent li:hover {
            background-color: #017EBC;
        }

        div.inner {
            margin: 0 auto;
        }

        div.inner ul {
            text-align: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            width: 100%;
            padding: 8px 4px 8px 4px;
        }

        ul li a {
            z-index: 100 !important;
        }

        ul li.parent {
            position: relative;
             line-height: 30px;             font-size: 115% !important;
        }

        ul .parent li {
            line-height: 30px;
            clear: both;
            font-size: 80% !important;
            display: inline-block;
            float: left;
            background-color: #0085FB;
            margin: 3px;
            border-radius: 23px;
            line-height: 120%;
            padding: 8px 5px 8px 5px;
        }

        div.inner ul#menu [class*="brick"] {
            text-align: center;
            margin: 0px;
        }

        div.inner .sep {
            transform: translateY( 5px );
            color: white;
        }

        div.inner .nosep {
            opacity: 0.0;
            display: none;
        }

        ul#menu {
            margin: 0px !important;
        }

        li > ul {
            white-space: nowrap !important;
        }

        ul#menu > li {
            cursor: pointer;
        }

        ul.child {
            margin-top: -5px important;
        }

        li[class*="brick"] {
            color: yellow;
        }

        li > ul.child {
            margin-top: -10px !important;
        }

        ul.child > li.parent {
            padding: 6px 9px 6px 9px;
        }

        #circle {
            width: 5px;
            height: 5px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            background: white;
        }

        .fa-arrow-right {
            font-size: 1.3vh;
            margin: 0px 6px 0px 6px;
            color: gray;
        }

        div#termsprotection {
            font-size: 0.9vh;
            font-weight: bold;
            position: absolute;
            display: none;
            text-align: center;
            width: 500px;
            aspect-ratio: 16/14;
            z-index: 9999;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-image: url('/images/clouds/cloud_with_policeman_sscg2_glasses.png?Sun Mar 8 2:39:21 UTC 2026');
            justify-content: center;
            align-items: center;
            background-repeat: no-repeat;
            background-position: 0% 0%;
            background-size: 100% 100%;
            opacity: 0;
        }

        
        ul#menu {
            display: inline-block;
            text-align: center;
            padding-left: 5px;
            padding-right: 5px;
        }

        ul#menu li {
            display: inline;
        }

        ul#menu > li:after {
            content: " ";
            letter-spacing: .9em;
            color: white;
            background: url(/images/circle.png?1772937561) center center no-repeat;
        }

        @media (min-width: 320px) {
            ul#menu {
                line-height: 150%;
            }
        }

        div#carausel {
            opacity: 0.3;
            transition: opacity 0.3s;
        }

        div#carausel:hover {
            opacity: 0.7;
            cursor: pointer;
        }

        #carausel_container {
            position: absolute;
            display: none;
            z-index: 7999;
            left: 50%;
            transform: translateX(-50%) translateZ(0);
            justify-content: flex-end;
        }

        #carausel {
            width: 50px;
            height: 50px;
            margin-right: 10px;
            border-radius: 50%;
            overflow: hidden;
            padding: 5px;
            transform: translateZ(0);
            box-sizing: border-box;
            display: flex;
            align-items: center;
            opacity: 0.3 !important;
            justify-content: center;
            background: black;
        }

        #carausel img {
            max-width: 70%;
            max-height: 70%;
            object-fit: contain;
            filter: invert(100%);
        }

        #termsprotection {
            display: flex;
            flex-direction: column;
            z-index: 20000;
            font-size: 1.1vh;
            align-items: center;
            justify-content: center;
        }

        .main_protest_module {
            display: none;
            opacity: 0.0;
            align-items: flex-end;
            text-align: center;
            position: absolute;
            width: 300px;
            z-index: 10000;
            height: 236px;
            transform-origin: center bottom;
            transform: translate(100px, 248px);
        }
    