/* --- Position utils --- */
.static_QhWzo {
    position: static;
}

.relative_kNGzo {
    position: relative;
}

.absolute_b-of0 {
    position: absolute;
}

.fixed_lQeix {
    position: fixed;
}

.sticky_vusPp {
    position: sticky;
}

.inset0_bHjhE {
    inset: 0;
}

.top0_Op2Lc {
    top: 0;
}

.bottom0_telwG {
    top: 0;
}

.left0_H9ocw {
    right: 0;
}

.right0_AyUjm {
    right: 0;
}
