.amaze-ripple{display:none}.amaze-ripple-effect{position:relative;overflow:hidden}.amaze-ripple-effect .amaze-ripple{top:var(--amaze-ripple-top);left:var(--amaze-ripple-left);pointer-events:none;background-color:var(--amaze-ripple-background-color);transition:width var(--amaze-ripple-speed),height var(--amaze-ripple-speed);z-index:0;border-radius:50%;width:0;height:0;display:block;position:absolute;transform:translate(-50%,-50%)}.amaze-ripple-effect :not(.amaze-ripple){z-index:1}.amaze-ripple-effect:hover .amaze-ripple{width:300%;height:300%}.amaze-spotlight-glow-effect{background-image:radial-gradient(var(--amaze-spotlight-size)var(--amaze-spotlight-size)at var(--amaze-spotlight-x)var(--amaze-spotlight-y),var(--amaze-spotlight-color),transparent);background-color:#0000;background-size:calc(100% + 2*var(--amaze-spotlight-border-size))calc(100% + 2*var(--amaze-spotlight-border-size));border:var(--amaze-spotlight-border-size)solid var(--amaze-spotlight-border-color);border-radius:var(--amaze-spotlight-radius);touch-action:none;--amaze-spotlight-border-size:2px;--amaze-spotlight-size:300px;--amaze-spotlight-border-color:#2196f3;--amaze-spotlight-border-glow-color:#2196f380;--amaze-spotlight-color:#2196f3;--amaze-spotlight-radius:16px;--amaze-spotlight-x:var(--amaze-mouse-x,0px);--amaze-spotlight-y:var(--amaze-mouse-y,0px);background-position:50%;background-attachment:fixed;position:relative;border-style:solid!important}.amaze-spotlight-glow-effect:before,.amaze-spotlight-glow-effect:after{pointer-events:none;content:"";inset:calc(var(--amaze-spotlight-border-size)*-1);border:var(--amaze-spotlight-border-size)solid transparent;border-radius:var(--amaze-spotlight-radius);background-attachment:var(--background-attachment,fixed);background-size:calc(100% + 2*var(--amaze-spotlight-border-size))calc(100% + 2*var(--amaze-spotlight-border-size));-webkit-mask-composite:source-in;box-sizing:content-box;background-position:50%;background-repeat:no-repeat;position:absolute;mask-image:linear-gradient(#0000,#0000),linear-gradient(#fff,#fff);mask-clip:padding-box,border-box;mask-composite:intersect}.amaze-spotlight-glow-effect:before{background-image:radial-gradient(calc(var(--amaze-spotlight-size)*.75)calc(var(--amaze-spotlight-size)*.75)at var(--amaze-spotlight-x)var(--amaze-spotlight-y),var(--amaze-spotlight-border-glow-color,var(--amaze-spotlight-color)),transparent 100%);filter:brightness(2)}.amaze-spotlight-glow-effect:after{background-image:radial-gradient(calc(var(--amaze-spotlight-size)*.5)calc(var(--amaze-spotlight-size)*.5)at var(--amaze-spotlight-x)var(--amaze-spotlight-y),#fff,transparent 100%)}.amaze-spotlight-glow-effect.amaze-spotlight-glow-entrance-animation.animate{--background-attachment:scroll;background-image:none;animation:2s linear forwards amaze-spotlight-entrance-animation}@property --amaze-spotlight-x{syntax:"<length-percentage>";inherits:true;initial-value:0}@property --amaze-spotlight-y{syntax:"<length-percentage>";inherits:true;initial-value:0}@keyframes amaze-spotlight-entrance-animation{0%{--amaze-spotlight-x:0%;--amaze-spotlight-y:0%}25%{--amaze-spotlight-x:100%;--amaze-spotlight-y:0%}50%{--amaze-spotlight-x:100%;--amaze-spotlight-y:100%}75%{--amaze-spotlight-x:0%;--amaze-spotlight-y:100%}to{--amaze-spotlight-x:0%;--amaze-spotlight-y:0%}}