*{margin:0;padding:0}*,:after,:before{box-sizing:border-box}body{min-height:100vh;width:100vw;display:flex;align-items:center;position:relative;margin:0;padding:0;background:#f1f1f1;color:#252422;font-family:sans-serif;overflow-x:hidden;cursor:none}.cursor-on{cursor:default}.js-alert,a{text-decoration:underline;color:currentColor}.cursor{position:absolute;width:24px;height:24px;transform-origin:center;transform:translate(-50%,-50%);background:#b8b8b8;border-radius:50%;pointer-events:none;z-index:999;transition:background .2s ease-in,width .2s ease-in,height .2s ease-in;will-change:background,width,height,top,left}.cursor.hover{width:72px;height:72px}.cursor.active{background:#494949}.cursor.btn-hover{width:0;height:0}.app{position:relative;padding:50px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto}.app,.cta{width:100%}.cta{margin:60px 0 40px;text-align:center}button{border-radius:1px;background-color:#a0a0a0;padding:8px 16px;font-weight:700;font-size:14px;color:#fff;border:2px solid transparent;transition:background-color .2s ease-in-out,border-color .1s ease-out;cursor:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:10px}button:hover{background-color:#8f8f8f;border-color:#474747}.slider{width:100vw;overflow-x:hidden}.slider .content{font-size:18px;line-height:1.4;padding-right:10px}.slides{display:flex;will-change:transform;overflow-x:visible}.slide{flex:0 0 auto;width:300px;margin-right:10vw;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-bottom:35px}.slide:first-of-type{margin-left:10vw}.slide:last-of-type{width:calc(300px + 10%);padding-right:10%}.slide .logo{width:100%;height:200px;background-color:#a0a0a0;margin-bottom:30px}.slide .divider{width:40px;height:3px;background-color:#252422;margin-bottom:60px}.slide .title{font-size:25px;margin-bottom:20px}.progress{position:relative;height:2px;width:90%;background-color:#a0a0a0;margin-top:20px;margin-bottom:20px}.bar{position:absolute;height:2px;width:0;top:0;left:0;bottom:0;right:0;background-color:#252422}@media (any-hover:none){.cursor{display:none}}