.cursor-yes {
    z-index: 111;
    pointer-events: none;
    mix-blend-mode: difference;
    position: fixed;
    inset: 0% 0% 0;
}

.motiox-cursor {
    background-color: var(--e-global-color-accent);
    text-align: center;
    mix-blend-mode: difference;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-top: 3px;
    margin-left: 3px;
    display: flex;
    position: absolute;
    will-change: transform;
    transform-style: preserve-3d;
    transition: transform 0.3s ease-out;
}

@media screen and (max-width: 1024px)  {
    .motiox-cursor {
        display: none;
    }
}
