.pxl-cursor {
    visibility: hidden;
    position: fixed;
    pointer-events: none;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: transform .2s cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform .2s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .2s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .2s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    pointer-events: none;
    top: 0;
    left: 0
}

.pxl-cursor .pxl-cursor-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1)
}

.pxl-cursor .pxl-cursor--follower {
    position: absolute;
    background-color: initial;
    opacity: 1;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    -webkit-transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1);
    transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1)
}

.pxl-cursor .pxl-cursor--follower:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 6px
}

.pxl-cursor .pxl-cursor--label {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    transform: scale(0);
    will-change: transform,opacity;
    -webkit-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1)
}

.pxl-cursor .pxl-cursor--drap {
    line-height: 138px;
    text-align: center;
    width: 138px;
    height: 138px;
    font-weight: 500;
    line-height: 138px;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 3.2px;
    -webkit-border-radius: 138px;
    -khtml-border-radius: 138px;
    -moz-border-radius: 138px;
    -ms-border-radius: 138px;
    -o-border-radius: 138px;
    border-radius: 138px;
    -webkit-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    transform: scale(0);
    will-change: transform,opacity;
    color: #121315
}

.pxl-cursor .pxl-cursor--icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: scale(0);
    will-change: transform,opacity;
    -webkit-transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1);
    -o-transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1);
    transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1)
}

.pxl-cursor.is-enabled {
    visibility: visible
}

.pxl-cursor.is-hidden .pxl-cursor-wrapper {
    transform: scale(0)!important
}

.pxl-cursor.is-mouse-down .pxl-cursor-wrapper {
    transform: scale(.8)
}

.pxl-cursor.is-active .pxl-cursor--follower {
    background-color: rgba(var(--primary-color-rgb),.25);
    -webkit-transform: scale(3);
    -khtml-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
    border: none
}

.pxl-cursor.is-active .pxl-cursor--follower:before {
    display: none
}

.pxl-cursor.is-active.has-label .pxl-cursor--follower {
    background-color: var(--secondary-color);
    opacity: 1
}

.pxl-cursor.is-active.has-drap .pxl-cursor--drap {
    transform: scale(1)
}

.pxl-cursor.is-active.has-label .pxl-cursor--label {
    transform: scale(1)
}

.pxl-cursor.is-active.has-icon .pxl-cursor--follower,.pxl-cursor.is-active.has-icon-left .pxl-cursor--follower,.pxl-cursor.is-active.has-icon-right .pxl-cursor--follower {
    background-color: #000;
    opacity: .8
}

.pxl-cursor.is-active.has-icon .pxl-cursor--icon {
    transform: scale(1)
}

.pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
    content: "\f10e";
    font-family: caseicon;
    font-size: 24px;
    color: #fff
}

.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon {
    transform: scale(1)
}

.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
    content: "\f142";
    font-family: caseicon;
    font-size: 22px;
    color: #fff
}

.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon {
    transform: scale(1)
}

.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon:before {
    content: "\f142";
    font-family: caseicon;
    font-size: 22px;
    color: #fff;
    transform: scaleX(-1)
}

.pxl-cursor.is-active.has-remove {
    opacity: 0
}

.pxl-cursor.is-active-section .pxl-cursor--follower {
    opacity: 0;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.pxl-cursor.drap-style1 .pxl-cursor--drap {
    background-color: #fff;
    height: 135px;
    width: 135px;
    line-height: 135px;
    color: #000
}

.pxl-cursor.drap-style1 .pxl-cursor--drap:before,.pxl-cursor.drap-style1 .pxl-cursor--drap:after {
    font-size: 12px
}
