.vipvize-back-to-top{
    --vv-back-size:52px;
    --vv-back-offset:24px;
    position:fixed;
    z-index:9998;
    width:var(--vv-back-size);
    height:var(--vv-back-size);
    padding:0;
    border:1px solid rgba(255,255,255,.35);
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--vipvize-primary,#176db2);
    color:#fff;
    box-shadow:0 12px 30px rgba(15,49,82,.25);
    cursor:pointer;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .22s ease,visibility .22s ease,transform .22s ease,box-shadow .22s ease,background-color .22s ease;
}
.vipvize-back-to-top[hidden]{display:none!important}
.vipvize-back-to-top.is-visible{opacity:1;visibility:visible;pointer-events:auto}
.vipvize-back-to-top svg{width:46%;height:46%;fill:currentColor}
.vipvize-back-to-top:hover,.vipvize-back-to-top:focus-visible{background:var(--vipvize-accent,#f5820b);box-shadow:0 16px 34px rgba(15,49,82,.32);outline:none}
.vipvize-back-to-top:focus-visible{box-shadow:0 0 0 4px rgba(23,109,178,.22),0 16px 34px rgba(15,49,82,.32)}
.vipvize-back-to-top--right-middle{right:var(--vv-back-offset);top:50%;transform:translateY(-50%) scale(.88)}
.vipvize-back-to-top--right-middle.is-visible{transform:translateY(-50%) scale(1)}
.vipvize-back-to-top--right-middle:hover,.vipvize-back-to-top--right-middle:focus-visible{transform:translateY(-50%) scale(1.07)}
.vipvize-back-to-top--left-middle{left:var(--vv-back-offset);top:50%;transform:translateY(-50%) scale(.88)}
.vipvize-back-to-top--left-middle.is-visible{transform:translateY(-50%) scale(1)}
.vipvize-back-to-top--left-middle:hover,.vipvize-back-to-top--left-middle:focus-visible{transform:translateY(-50%) scale(1.07)}
.vipvize-back-to-top--right-bottom{right:var(--vv-back-offset);bottom:var(--vv-back-offset);transform:scale(.88)}
.vipvize-back-to-top--left-bottom{left:var(--vv-back-offset);bottom:var(--vv-back-offset);transform:scale(.88)}
.vipvize-back-to-top--right-top{right:var(--vv-back-offset);top:calc(var(--vv-back-offset) + 88px);transform:scale(.88)}
.vipvize-back-to-top--left-top{left:var(--vv-back-offset);top:calc(var(--vv-back-offset) + 88px);transform:scale(.88)}
.vipvize-back-to-top--right-bottom.is-visible,.vipvize-back-to-top--left-bottom.is-visible,.vipvize-back-to-top--right-top.is-visible,.vipvize-back-to-top--left-top.is-visible{transform:scale(1)}
.vipvize-back-to-top--right-bottom:hover,.vipvize-back-to-top--left-bottom:hover,.vipvize-back-to-top--right-top:hover,.vipvize-back-to-top--left-top:hover,.vipvize-back-to-top--right-bottom:focus-visible,.vipvize-back-to-top--left-bottom:focus-visible,.vipvize-back-to-top--right-top:focus-visible,.vipvize-back-to-top--left-top:focus-visible{transform:scale(1.07)}
@media(max-width:782px){
    .vipvize-back-to-top{--vv-back-size:min(48px,var(--vv-back-size));right:16px!important;left:auto!important;top:auto!important;bottom:18px!important;transform:scale(.88)!important}
    .vipvize-back-to-top.is-visible{transform:scale(1)!important}
    .vipvize-back-to-top:hover,.vipvize-back-to-top:focus-visible{transform:scale(1.06)!important}
    .vipvize-back-to-top.is-mobile-hidden{display:none!important}
}
@media(prefers-reduced-motion:reduce){.vipvize-back-to-top{transition:none}}
