:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}*{box-sizing:border-box}body{overscroll-behavior:none;margin:0;padding:0;overflow-x:hidden}.dotted{position:relative}.dotted:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background-image:radial-gradient(circle,#111 1px,transparent 2.5px);background-size:16px 16px;opacity:.2}.hero{height:100vh}.hero__inner{height:100%;display:grid;grid-template-columns:repeat(6,1fr)}.hero__image-cont{position:relative;overflow:hidden}.hero__image-cont:not(:last-child):after{content:"";position:absolute;right:0;background-color:#111;height:100%;top:0;width:2.5px;z-index:999}.hero__image-cont img,.hero__image-cont .anim-swipe{position:absolute;width:700%;height:100%;top:0;left:0;object-fit:cover}.hero__image-cont img{filter:sepia(.2)}.hero .anim-swipe{width:100%}.hero__image-cont:nth-child(1) img{left:-100%}.hero__image-cont:nth-child(2) img{left:-200%}.hero__image-cont:nth-child(3) img{left:-300%}.hero__image-cont:nth-child(4) img{left:-400%}.hero__image-cont:nth-child(5) img{left:-500%}.hero__image-cont:nth-child(6) img{left:-600%}.spacer{height:200vh}.scroll{position:fixed;bottom:1rem;left:calc(50% - 1px);transform:translate(-50%);z-index:999;width:30px;height:30px}.main{height:100vh;margin-top:-100vh;color:#fff;display:flex;justify-content:center;align-items:center;font-size:2rem;padding:2em;position:relative;z-index:2}#content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:radial-gradient(ellipse at center,#0000,#000 160%);z-index:-1}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/bg-BZp5Am3K.png);background-repeat:repeat;background-size:inherit;z-index:-1;animation:bg-move .2s linear infinite}@keyframes bg-move{0%{background-position:0 100px}50%{background-position:200px -100px}to{background-position:-100px 0}}.loading-overlay{position:fixed;z-index:9999;inset:0;background:#000c;display:flex;align-items:center;justify-content:center}.loading-spinner{color:#3d3b33;font-size:1rem}
