.winp_osNone {overscroll-behavior: none; overflow: hidden; touch-action: none;}
.winp_hidden {visibility: hidden;}
.winp_fixed {position: fixed;}
.winp_full_screen {top: 100px; left: 100px; right: 100px; bottom: 100px;}
.winp_top-0 {top: 0px;}
.winp_left-0 {left: 0px;}
.winp_right-0 {right: 0px;}
.winp_bottom-0 {bottom: 0px;}
.winp_backdrop-blur-sm {backdrop-filter: blur(4px);}
.winp_mx-auto {margin-left: auto; margin-right: auto;}
.winp_max-w-6xl {max-width: 96rem;}
@media not all and (min-width: 640px) {
    .winp_sm_top-4 {top: 1rem;}
    .winp_sm_bottom-4 {bottom: 1rem;}
    .winp_full_screen {top: 0; left: 0; right: 0; bottom: 0;}
}

#rti-ac-host {
    -webkit-box-shadow: 0 0 10px #1C1C1C;
            box-shadow: 0 0 10px #1C1C1C;
}
