:root{--color-cursor:245,239,236;--cursor-outline-shade:0.3;--cursor-size:10px;--cursor-outline-size:12px}*{scroll-behavior:smooth!important}@media (min-width:1024px) and (max-height:600px){.mt-1024x600{margin-top:2.5rem}}@media (max-width:375px) and (max-height:667px){.mt-iphone-se{margin-top:2.5rem}}@media (max-width:414px) and (max-height:896px){.mt-iphone-xr{margin-top:5rem}}@media (max-width:900px){#cursor-dot,#cursor-dot-outline{display:none}}body,html{cursor:crosshair;-webkit-user-select:none}#cursor-dot,#cursor-dot-outline{z-index:99999;pointer-events:none;position:absolute;top:50%;left:50%;border-radius:50%;opacity:0;transform:translate(-50%,-50%);transition:opacity .15s ease-in-out,transform .15s ease-in-out}#cursor-dot{width:12px;height:12px;background-color:#fff;mix-blend-mode:difference}#cursor-dot-outline{width:30px;height:30px;background-color:rgba(var(--color-cursor));mix-blend-mode:difference;opacity:0;transition:transform .3s ease-out}.hover-this:hover~#cursor-dot-outline{transform:translate(-50%,-50%) scale(8)}.rounded{border-radius:.25rem}