@media screen and (max-width:639px){.mobile-text{max-width:18rem;margin-left:auto;margin-right:auto}}.sketch-selection-box{z-index:-1;border:1px solid #f26725;position:absolute;inset:-.1875rem}.sketch-selection-box__inner-box{background-color:#fff;background-clip:padding-box;border:.5px solid #00000040;width:6px;height:6px;position:absolute;box-shadow:0 1px 2px #0003}.sketch-selection-box__inner-box-top-left{top:-4px;left:-4px}.sketch-selection-box__inner-box-top-right{top:-4px;right:-4px}.sketch-selection-box__inner-box-bottom-left{bottom:-4px;left:-4px}.sketch-selection-box__inner-box-bottom-right{bottom:-4px;right:-4px}.sketch-selection-box--crosses{border:.5px solid #f26725;inset:0}.sketch-selection-box--crosses .sketch-selection-box__inner-box{box-shadow:none;background:0 0;border:none}.sketch-selection-box--crosses .sketch-selection-box__inner-box:before,.sketch-selection-box--crosses .sketch-selection-box__inner-box:after{content:"";background:#f26725;width:.5px;height:8px;display:block;position:absolute}.sketch-selection-box--crosses .sketch-selection-box__inner-box:before{transform:rotate(45deg)}.sketch-selection-box--crosses .sketch-selection-box__inner-box:after{transform:rotate(135deg)}.sketch-selection-box--crosses .sketch-selection-box__inner-box-top-left{top:-4.5px;left:-1px}.sketch-selection-box--crosses .sketch-selection-box__inner-box-top-right{top:-4.5px;right:-6px}.sketch-selection-box--crosses .sketch-selection-box__inner-box-bottom-left{bottom:-2px;left:-.5px}.sketch-selection-box--crosses .sketch-selection-box__inner-box-bottom-right{bottom:-2px;right:-6px}.cursor-manager{position:relative}.cursor-manager__container{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.cursor{z-index:300;pointer-events:none;-webkit-user-select:none;user-select:none;will-change:transform,opacity;align-items:center;gap:.5rem;display:flex;position:absolute}.cursor__wrapper{align-items:center;gap:.5rem;display:flex;position:relative}.cursor__icon{color:#000;fill:currentColor;width:1.5rem;height:1.5rem;transition:transform .3s ease-in-out}.cursor--moving .cursor__icon{animation:.8s ease-in-out infinite cursor-pulse}.cursor__pill{color:#fff;white-space:nowrap;background-color:#000;border-radius:.75rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;line-height:1;transition:all .3s ease-in-out;position:relative}.cursor__name{font-family:InterVariable,Inter,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:500}.cursor__avatar-wrapper{align-items:center;display:flex;position:relative}.cursor__avatar-wrapper .colored-ring-avatar{width:2.75rem;height:2.75rem;transition:transform .3s ease-in-out}.cursor__avatar{object-fit:cover;border-radius:50%;width:calc(100% - 8px);height:calc(100% - 8px);margin:4px}.cursor--moving .cursor__icon{transform:scale(1.1)}.cursor--moving .cursor__pill{transform:translateY(-.125rem)}.cursor--moving .colored-ring-avatar{transform:scale(1.05)}.cursor--idle{animation:3s ease-in-out infinite cursor-idle-breathing}.cursor--idle .collab__entity__cursor{animation:6s ease-in-out infinite cursor-idle-rotate}.cursor--idle .collab__entity__pill{animation:4s ease-in-out infinite cursor-idle-pulse}.cursor--idle .colored-ring-avatar{animation:4s ease-in-out infinite cursor-idle-avatar-float}.cursor--active .cursor__icon{transform:scale(1.2)}.cursor--hidden{opacity:0;transform:scale(.8)}@media screen and (max-width:767px){.cursor{gap:.375rem}.cursor__icon{width:1.25rem;height:1.25rem}.cursor__pill{padding:.1875rem .375rem;font-size:.6875rem}}.cursor.color__purple .cursor__icon path{fill:#6236ff}.cursor.color__purple .cursor__pill{background-color:#6236ff}.cursor.color__blue .cursor__icon path{fill:#0091ff}.cursor.color__blue .cursor__pill{background-color:#0091ff}.cursor.color__green .cursor__icon path{fill:#10b981}.cursor.color__green .cursor__pill{background-color:#10b981}.cursor.color__orange .cursor__icon path{fill:#f59e0b}.cursor.color__orange .cursor__pill{background-color:#f59e0b}.cursor.color__pink .cursor__icon path{fill:#ec4899}.cursor.color__pink .cursor__pill{background-color:#ec4899}.cursor.color__teal .cursor__icon path{fill:#14b8a6}.cursor.color__teal .cursor__pill{background-color:#14b8a6}.cursor.color__red .cursor__icon path{fill:#ef4444}.cursor.color__red .cursor__pill{background-color:#ef4444}.cursor.color__indigo .cursor__icon path{fill:#6366f1}.cursor.color__indigo .cursor__pill{background-color:#6366f1}@keyframes cursor-pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes cursor-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-.25rem)}}@keyframes cursor-wiggle{0%{transform:rotate(0)}25%{transform:rotate(2deg)}75%{transform:rotate(-2deg)}to{transform:rotate(0)}}.cursor--spawning{animation:.3s ease-in-out cursor-spawn}.cursor--despawning{animation:.3s ease-in-out cursor-despawn}@keyframes cursor-spawn{0%{opacity:0;transform:scale(.6)rotate(180deg)}70%{opacity:1;transform:scale(1.1)rotate(10deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes cursor-despawn{0%{opacity:1;transform:scale(1)rotate(0)}30%{opacity:1;transform:scale(1.1)rotate(-10deg)}to{opacity:0;transform:scale(.6)rotate(-180deg)}}.cursor-action-selected{--cursor-select-color:var(--cursor-select-color,$colors-presence-purple);outline:2px solid var(--cursor-select-color);outline-offset:2px;transition:outline .3s;position:relative}.cursor-action-selected:after{z-index:301;pointer-events:none;content:"";background:color-mix(in srgb,var(--cursor-select-color)10%,transparent);border-radius:.25rem;animation:2s ease-in-out infinite cursor-selection-glow;position:absolute;inset:-4px}.cursor-action-selected--purple{--cursor-select-color:#6236ff}.cursor-action-selected--blue{--cursor-select-color:#0091ff}.cursor-action-selected--green{--cursor-select-color:#10b981}.cursor-action-selected--orange{--cursor-select-color:#f59e0b}.cursor-action-selected--pink{--cursor-select-color:#ec4899}.cursor-action-selected--teal{--cursor-select-color:#14b8a6}@keyframes cursor-selection-glow{0%,to{opacity:.1}50%{opacity:.2}}.cursor-action-hover{background-color:#6236ff1a;transition:background-color .3s}.cursor-action-hover:before{z-index:300;pointer-events:none;content:"";border:1px solid #6236ff4d;border-radius:.125rem;position:absolute;inset:-2px}.cursor-selection-handles{z-index:303;pointer-events:none;position:absolute}.cursor-selection-handles__handle{background:#6236ff;border:2px solid #fff;border-radius:50%;width:.5rem;height:.5rem;transition:all .3s;position:absolute;transform:translate(-50%,-50%)}.cursor-selection-handles__handle:hover{transform:translate(-50%,-50%)scale(1.2)}.cursor-selection-handles__handle--nw{cursor:nw-resize}.cursor-selection-handles__handle--n{cursor:n-resize}.cursor-selection-handles__handle--ne{cursor:ne-resize}.cursor-selection-handles__handle--e{cursor:e-resize}.cursor-selection-handles__handle--se{cursor:se-resize}.cursor-selection-handles__handle--s{cursor:s-resize}.cursor-selection-handles__handle--sw{cursor:sw-resize}.cursor-selection-handles__handle--w{cursor:w-resize}.cursor-action-changed{animation:.3s cursor-change-pulse}.cursor-action-changed[style*=color]{color:var(--applied-color,inherit)}.cursor-action-changed[style*=background-color]{background-color:var(--applied-bg-color,inherit)}.cursor-action-changed[style*=font-weight]{font-weight:var(--applied-font-weight,inherit)}@keyframes cursor-change-pulse{0%{transform:scale(1)}50%{transform:scale(1.05);box-shadow:0 0 1.25rem #6236ff80}to{transform:scale(1)}}.cursor-action-highlight{--highlight-color:var(--highlight-color,$colors-presence-purple);position:relative}.cursor-action-highlight:after{z-index:300;pointer-events:none;content:"";background:linear-gradient(45deg,color-mix(in srgb,var(--highlight-color)20%,transparent)25%,transparent 25%,transparent 75%,color-mix(in srgb,var(--highlight-color)20%,transparent)75%);background-size:.5rem .5rem;animation:.5s linear infinite cursor-highlight-move;position:absolute;inset:0}.cursor-action-highlight--purple{--highlight-color:#6236ff}.cursor-action-highlight--blue{--highlight-color:#0091ff}.cursor-action-highlight--green{--highlight-color:#10b981}.cursor-action-highlight--orange{--highlight-color:#f59e0b}.cursor-action-highlight--pink{--highlight-color:#ec4899}.cursor-action-highlight--teal{--highlight-color:#14b8a6}@keyframes cursor-highlight-move{0%{background-position:0 0}to{background-position:.5rem .5rem}}@keyframes cursor-idle-breathing{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes cursor-idle-rotate{0%{transform:rotate(0)}50%{transform:rotate(5deg)}to{transform:rotate(-3deg)}}@keyframes cursor-idle-pulse{0%{opacity:1}50%{opacity:.85}to{opacity:1}}@keyframes cursor-idle-avatar-float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-.125rem)scale(1.02)}}.collab__entity{z-index:300;pointer-events:none;-webkit-user-select:none;user-select:none;will-change:transform,opacity;align-items:center;gap:.5rem;display:flex;position:absolute}.collab__entity__cursor path{fill:#000}.collab__entity__pill{color:#fff;background-color:#000;border-radius:.75rem;padding:.25rem .5rem;font-family:InterVariable,Inter,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:500;position:relative;top:.25rem}.collab__entity--moving .collab__entity__cursor{transition:transform .3s ease-in-out;transform:scale(1.1)}.collab__entity--moving .collab__entity__pill{transition:transform .3s ease-in-out;transform:translateY(-.125rem)}.collab__entity--idle{animation:3s ease-in-out infinite alternate cursor-idle-pulse}.collab__entity--idle .collab__entity__cursor{animation:6s ease-in-out infinite alternate cursor-idle-rotate}.collab__entity--idle .collab__entity__name{animation:4s ease-in-out infinite alternate cursor-idle-name-pulse}.collab__entity--idle .collab__entity__pill{animation:4s ease-in-out infinite cursor-idle-pulse}.collab__entity.color__purple .collab__entity__cursor path{fill:#6236ff}.collab__entity.color__purple .collab__entity__pill{background-color:#6236ff}.collab__entity--blue{--cursor-select-color:#0091ff}.collab__entity--green{--cursor-select-color:#10b981}.collab__entity--orange{--cursor-select-color:#f59e0b}.collab__entity--pink{--cursor-select-color:#ec4899}.collab__entity--teal{--cursor-select-color:#14b8a6}.collab__entity--cursor .cursor__pill{display:block}.collab__entity--avatar{gap:.375rem}.collab__entity--avatar .cursor__pill{display:none}.collab__entity--avatar:hover .cursor__pill{display:block}.collab__entity--avatar .colored-ring-avatar{transition:all .3s ease-in-out}.collab__entity--avatar.collab__entity--moving .colored-ring-avatar{transform:scale(1.1)}.collab__entity--avatar.collab__entity--idle .colored-ring-avatar{animation:3s ease-in-out infinite cursor-idle-avatar-bounce}@keyframes cursor-idle-avatar-bounce{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-.1875rem)scale(1.02)}}@keyframes cursor-idle-name-pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media screen and (max-width:639px){.cursor-measurement-label{padding:.0625rem .25rem;font-size:.625rem}.cursor-selection-handles__handle{width:.375rem;height:.375rem}}@media screen and (min-width:1440px){.cursor{gap:.25rem}.cursor__icon{width:2.25rem;height:2.25rem}.cursor__pill{padding:.3125rem .625rem;font-size:.875rem}}@media print{.cursor,.cursor-action-selected,.cursor-action-hover,.cursor-measurement-line,.cursor-measurement-label,.cursor-selection-handles{display:none}}.cursor-debug{border:1px dashed red;position:relative}.cursor-debug:after{z-index:9999;color:#fff;white-space:nowrap;content:attr(data-cursor-debug);background:red;padding:2px 4px;font-family:monospace;font-size:10px;position:absolute;top:-20px;left:0}.cursor-no-interact{pointer-events:none}.cursor-hidden{opacity:0;transform:scale(0)}.annotation{display:none}@media screen and (min-width:1024px){.annotation{z-index:1;display:block}}.annotation kbd{color:#212123;background-color:#fff;border:1px solid #ebebeb;border-radius:8px;justify-content:center;align-items:center;min-width:1.5rem;min-height:1.25rem;padding:0 .3125rem;font-family:inherit;font-size:.875rem;font-weight:600;line-height:1rem;display:inline-flex;box-shadow:0 1px #ccc}.annotation kbd:not(.annotation kbd:last-of-type){margin-right:.25rem}.annotation__icon{z-index:1;background-color:#f26725;border-radius:9999px;align-items:center;width:.875rem;height:.875rem;display:block;position:absolute;left:.5rem;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #fff,0 0 0 3px #00000014,0 1px 2px 4px #00000014}.annotation__icon:hover{cursor:pointer;width:1rem;height:1rem}.annotation__icon:active{cursor:move}.annotation__popup{background-color:#fff;background-clip:padding-box;border:1px solid #0000001a;border-radius:12px;width:18.4375rem;display:none;position:absolute;top:0;left:.5rem;box-shadow:0 8px 16px #0000001a}.annotation__popup.is-visible{animation:.4s cubic-bezier(.19,1,.22,1) slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.annotation--active{z-index:10}.annotation--active .annotation__icon{width:1.375rem;height:1.375rem}.annotation--active .annotation__popup{z-index:10;display:block}.annotation--was-active .annotation__icon{background-color:#000000b3}.annotation--draft .annotation__icon{background-color:#058fff}.annotation__header{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' color='rgb(133, 133, 133)'%3E %3Cg fill='currentcolor' fill-rule='evenodd'%3E %3Ccircle cx='5' cy='12' r='2'/%3E %3Ccircle cx='12' cy='12' r='2'/%3E %3Ccircle cx='19' cy='12' r='2'/%3E %3C/g%3E %3C/svg%3E");background-position:right 1rem top 1rem;background-repeat:no-repeat;background-size:1rem;border-bottom:1px solid #0000001a;padding:1.125rem 1.3125rem 1.0625rem 1.25rem}.annotation__header:last-child{border-bottom:none}.annotation__content{background-color:#00000005;padding:1.125rem 1.25rem 1.25rem}.annotation__comment{list-style:none}.annotation__comment:not(:last-of-type){margin-bottom:1.375rem}.annotation__meta{align-items:center;margin-bottom:.25rem;display:flex}.annotation__avatar{border-radius:9999px;width:1rem;height:1rem;margin-right:.5rem}.annotation__author{color:#000;font-size:.8125rem;font-weight:500;line-height:1rem}.annotation__timestamp{color:#000000a3;margin-left:.5rem;font-size:.75rem;line-height:1rem}.annotation__text{color:#5c5c5c;font-size:.8125rem;line-height:1.1875rem}.annotation__text strong{font-weight:600}.annotation__text em{font-style:italic}.entrance:not(.is-visible){opacity:0}.annotation-enhanced{z-index:100;transform-origin:50%;display:flex;position:absolute;transform:translate(-50%,-50%)}.annotation-enhanced.annotation--hidden{visibility:hidden;pointer-events:none;opacity:0}.annotation-enhanced .annotation__popup{transform-origin:0 0;margin-top:24px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.annotation-enhanced .annotation__popup:before{content:"";filter:drop-shadow(0 -1px 1px #0000001a);border-bottom:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.annotation-enhanced .annotation__popup.is-visible{animation:.3s cubic-bezier(.68,-.55,.265,1.55) forwards annotationBounceIn}.annotation-enhanced .annotation__popup--closing{animation:.2s ease-out forwards annotationFadeOut}.annotation-enhanced .annotation__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes annotationBounceIn{0%{opacity:0;transform:scale(.8)translate(-50%)}to{opacity:1;transform:scale(1)translate(-50%)}}@keyframes annotationFadeOut{0%{opacity:1;transform:scale(1)translate(-50%)}to{opacity:0;transform:scale(.9)translate(-50%)}}@keyframes annotationReveal{0%{opacity:0;transform:scale(.5)translate(-50%)}50%{transform:scale(1.1)translate(-50%)}to{opacity:1;transform:scale(1)translate(-50%)}}.annotation--revealing{visibility:visible;pointer-events:auto;animation:.4s cubic-bezier(.68,-.55,.265,1.55) forwards annotationReveal;transform:translate(-50%,-50%)}body.annotation-creation-mode,body.annotation-creation-mode *{cursor:crosshair}.annotation-ghost{pointer-events:none;opacity:.5;border:2px dashed red;border-radius:50%;width:2rem;height:2rem;position:absolute;transform:translate(-50%,-50%)}.colored-ring-avatar{align-items:center;display:flex;position:relative}.colored-ring-avatar a{z-index:100;cursor:pointer}.colored-ring-avatar:after{z-index:1;content:"";border:2.5px solid #0000001a;border-radius:9999px;width:100%;height:100%;position:absolute;top:0;left:0}.colored-ring-avatar--small:after{border:1.5px solid #0000001a}.colored-ring-avatar--small .colored-ring-avatar__file{margin:.25rem}.colored-ring-avatar--teal:after{border-color:#83d7cf}.colored-ring-avatar--coral:after{border-color:#ffb387}.colored-ring-avatar--green:after{border-color:#bbd975}.colored-ring-avatar--purple:after{border-color:#d097db}.colored-ring-avatar--yellow:after{border-color:#fad266}.colored-ring-avatar__file{border-radius:9999px;margin:.375rem;display:block}@media screen and (max-width:639px){.mobile-text{max-width:18rem;margin-left:auto;margin-right:auto}}.annotation-mode-active{cursor:url(../svg/img-cursor-add-annotation-21.svg) 10 10,crosshair;-webkit-user-select:none;user-select:none}.annotation-mode-active:after{z-index:9999;pointer-events:none;content:"";border:2px solid #6236ff26;animation:2s ease-in-out infinite annotationModePulse;position:fixed;inset:0}@keyframes annotationModePulse{0%,to{border-color:#6236ff26}50%{border-color:#6236ff40}}.annotation .annotation__close{color:#fff;cursor:pointer;background:#bfbfbf;border:none;border-radius:.625rem;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;transition:all .2s;display:flex;position:absolute;top:-.25rem;right:-.5rem}.annotation .annotation__close:hover{color:#fff;background:#212123;transform:scale(1.1)}.annotation .annotation__close svg{width:.5rem;height:.5rem}.annotation .annotation__avatar-placeholder{background:#0000001a;border-radius:50%;flex-shrink:0;width:1rem;height:1rem}.annotation .annotation__meta{gap:.25rem;padding-right:1.75rem;position:relative}.annotation .annotation__input-container{padding:.75rem 1rem;position:relative}.annotation .annotation__input-wrapper{align-items:flex-end;gap:.5rem;display:flex;position:relative}.annotation .annotation__input{resize:none;background:0 0;border:none;outline:none;flex:1;height:2rem;min-height:1.5rem;max-height:7.5rem;margin-right:2rem;padding:.25rem 0;font-family:InterVariable,Inter,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.4;transition:height .15s}.annotation .annotation__input::placeholder{color:#0006}.annotation .annotation__send-button{cursor:pointer;background:#bfbfbf;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;padding:0;transition:all .2s;display:flex;position:absolute;top:.25rem;right:.25rem}.annotation .annotation__send-button:hover{background:#212123;transform:scale(1.1)}.annotation .annotation__send-button:active{transform:scale(.9)}.annotation .annotation__send-button svg{color:#fff;width:1.25rem;height:1.25rem}.user-annotations-container{z-index:100;pointer-events:none;position:relative}.user-annotations-container .annotation{pointer-events:auto}@media screen and (max-width:639px){.annotation--user-created .annotation__icon{width:1.75rem;height:1.75rem}.annotation--user-created .annotation__icon svg{width:1.125rem;height:1.125rem}.annotation--user-created .annotation__popup--user{min-width:15rem;max-width:17.5rem}.annotation--user-created .annotation__popup--user .annotation__popup-content{padding:.75rem}.annotation--user-created .annotation__popup--user .annotation__text{margin-right:1.25rem;font-size:.8125rem}.annotation--user-created .annotation__popup--user .annotation__close{width:1.25rem;height:1.25rem}.annotation--user-created .annotation__popup--user .annotation__close svg{width:.5rem;height:.5rem}}.flex{display:flex}.inline-flex{display:inline-flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.flex-1{flex:1 1 0}.flex-auto{flex:auto}.flex-none{flex:none}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.uppercase{text-transform:uppercase}.hyphenate{-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word;overflow-wrap:break-word}.no-wrap{white-space:nowrap}@media screen and (max-width:639px){.mobile-text{max-width:18rem;margin-left:auto;margin-right:auto}}.max-w-col-4,.max-w-col-6,.max-w-col-8,.max-w-col-10{width:100%}.max-w-col-4{max-width:24rem}.max-w-col-6{max-width:36.75rem}.max-w-col-8{max-width:49.5rem}.max-w-col-10{max-width:62.25rem}.annotation-keyboard-hint{z-index:1000;opacity:0;transition:all .3s;position:fixed;bottom:1.5rem;right:1.5rem;transform:translateY(.5rem)}.annotation-keyboard-hint:not(.annotation-keyboard-hint--hidden){opacity:1;transform:translateY(0)}@media screen and (max-width:639px){.annotation-keyboard-hint{display:none}}.annotation-keyboard-hint__content{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border-radius:1.25rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;display:flex;box-shadow:0 4px 12px #00000026,0 0 0 1px #0000001a}.annotation-keyboard-hint__key{text-transform:uppercase;background:#ffffff26;border:1px solid #fff3;border-radius:.25rem;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;font-family:Marfa Mono,SF Mono,Source Code Pro,Consolas,Menlo,monospace;font-size:.6875rem;font-weight:700;display:inline-flex}.annotation-keyboard-hint__text{font-family:InterVariable,Inter,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif}.annotation-keyboard-hint--hidden{pointer-events:none;opacity:0;transform:translateY(.5rem)}.section.section--hero{margin-bottom:0}.section--hero{max-width:100vw;padding-top:5rem;padding-bottom:6.25rem;position:relative;overflow-x:clip}@media screen and (min-width:768px){.section--hero{padding-top:8rem;padding-bottom:4rem}}@media screen and (min-width:1220px){.section--hero{padding-top:8.75rem}}.section--hero .wrapper{z-index:100;position:relative}.section--hero .hero__title{max-width:50rem;margin-bottom:1.5rem;font-family:Reckless,"serif";font-size:2.75rem}@media screen and (max-width:1023px){.section--hero .hero__title{text-align:center;text-wrap:balance;margin:0 auto 1.5rem}}@media screen and (min-width:768px){.section--hero .hero__title{margin-bottom:3rem;font-size:3.5rem;line-height:3.5rem}}@media screen and (min-width:1024px){.section--hero .hero__title{text-align:left;margin-bottom:3rem;font-size:4.75rem;line-height:4.1875rem}}@media screen and (min-width:1220px){.section--hero .hero__title{font-size:6rem;line-height:5.625rem}}.section--hero .hero__callout{gap:1.5rem;margin-bottom:4rem;display:flex}@media screen and (max-width:1023px){.section--hero .hero__callout{text-align:center;flex-direction:column;align-items:center;gap:2rem}}@media screen and (min-width:1024px){.section--hero .hero__callout{flex-direction:row}}.section--hero .hero__blurb{max-width:37.5rem;font-size:1.25rem;line-height:2rem}@media screen and (max-width:1023px){.section--hero .hero__blurb{text-align:center}}@media screen and (min-width:768px){.section--hero .hero__blurb{font-size:1.25rem;line-height:1.75rem}}@media screen and (min-width:1024px) and (max-width:1219px){.section--hero .hero__blurb{font-size:1.125rem;line-height:1.625rem}}@media screen and (min-width:1024px){.section--hero .hero__blurb{text-align:left;max-width:40rem}}@media screen and (min-width:1440px){.section--hero .hero__blurb{letter-spacing:-.5px;text-wrap:pretty;font-size:1.5rem;font-weight:400;line-height:2rem}}@media screen and (min-width:1440px) and (max-width:767px){.section--hero .hero__blurb{font-size:1.25rem;line-height:1.75rem}}.section--hero .hero__ctas{align-items:center;gap:1rem;display:flex}@media screen and (max-width:1023px){.section--hero .hero__ctas{justify-content:center}}@media screen and (max-width:639px){.section--hero .hero__ctas{flex-direction:column}}.section--hero .callout__column{flex-direction:column;flex:1;justify-content:end;display:flex}.section--hero .collab__entity{z-index:1000;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:3.75rem;right:20%}.section--hero .collab__entity__cursor path{fill:#000}.section--hero .collab__entity__pill{color:#fff;background-color:#000;border-radius:.625rem;padding:.25rem .5rem;position:relative;top:.25rem}@media screen and (min-width:1220px){.section--hero .collab__entity__pill{border-radius:1rem}}.section--hero .collab__entity.color__purple .collab__entity__cursor path{fill:#6236ff}.section--hero .collab__entity.color__purple .collab__entity__pill{background-color:#6236ff}.section--hero .collab__entity.color__blue .collab__entity__cursor path{fill:#0091ff}.section--hero .collab__entity.color__blue .collab__entity__pill{background-color:#0091ff}@media screen and (min-width:1024px) and (max-width:1219px){.section--hero .pad-viewport{padding-left:3rem;padding-right:3rem}}@keyframes pulse-blue{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)translate(-5%,-10%)}to{opacity:1;transform:scale(1)}}@keyframes pulse-purple{0%{opacity:.8;transform:scale(1.1)}50%{opacity:1;transform:scale(1.3)translate(-5%,-10%)}to{opacity:.8;transform:scale(1.1)}}.sketch-web__tagline,.sketch-ios__tagline{flex-direction:column;width:100%;display:flex;position:absolute;top:-40px}@media screen and (min-width:768px){.sketch-web__tagline,.sketch-ios__tagline{align-items:center;width:auto;height:100%;top:0}}.sketch-web__tagline{justify-content:end;right:0}@media screen and (min-width:768px){.sketch-web__tagline{justify-content:center;top:5rem;left:10%;right:auto}}.sketch-ios__tagline{justify-content:start;left:0}@media screen and (min-width:768px){.sketch-ios__tagline{justify-content:center;top:0;left:auto;right:10vw}}.hero__parallax__image-wrapper{justify-content:center;align-items:center;display:flex}@media screen and (min-width:768px){.hero__parallax__image-wrapper{justify-content:unset}}.hero__parallax__tagline p{text-align:center;text-shadow:0 2.5rem 2.5rem #2b1a3940;font-family:Reckless,"serif";font-size:2rem;font-weight:500;line-height:1}@media screen and (min-width:768px){.hero__parallax__tagline p{max-width:37.5rem;font-size:2.5rem}}@media screen and (min-width:1024px){.hero__parallax__tagline p{max-width:37.5rem;font-size:3.5rem}}.hero__parallax__tagline-avatars .collab__entity--avatar{border-radius:50%;box-shadow:0 5.625rem 5rem #2b1a3959}.hero__parallax__tagline-avatars .collab__entity--cursor .cursor__pill{box-shadow:0 3.75rem 3.125rem #2b1a3940}.hero__parallax-wrapper{z-index:10;flex-direction:column;gap:10vh;width:100%;margin-bottom:-5vh;padding-top:2.5rem;display:flex;position:relative}@media (min-height:1024px){.hero__parallax-wrapper{gap:20vh;margin-bottom:-60vh}}@media (min-height:1280px){.hero__parallax-wrapper{margin-bottom:-40vh}}@media (min-width:1000px) and (max-width:1300px) and (orientation:landscape){.hero__parallax-wrapper{margin-bottom:-70vh}}@media screen and (min-width:768px) and (max-width:1023px){.hero__parallax-wrapper{margin-bottom:-40vh}}@media screen and (min-width:1220px) and (max-width:1919px){.hero__parallax-wrapper{margin-bottom:-60vh}}.hero__parallax-wrapper .wrapper{width:100%}@media (max-width:768px){.hero__parallax-wrapper .collab__entity--cursor,.hero__parallax-wrapper .collab__entity--avatar{display:none}}.sketch-web__wrapper{z-index:10;width:100%;max-width:92.0625rem;position:relative;right:-45%}@media screen and (max-width:767px){.sketch-web__wrapper{width:150%;right:0}}.sketch-web__wrapper img{width:100%;height:auto}.sketch-ios__wrapper{z-index:10;width:100%;max-width:34.6875rem;position:relative;left:10%}@media screen and (max-width:767px){.sketch-ios__wrapper{width:80%;left:5%}}.sketch-ios__wrapper img{width:100%;height:auto}.colored-ring-avatar__file{margin:.25rem}.section--feedback{background:linear-gradient(#fafafa00 0%,#fafafa 100%);padding-bottom:10rem;position:relative}.section--feedback:after{z-index:1;content:"";background-image:url(../svg/horizontal-ruler-6k.svg);background-position:50%;width:100%;height:1.625rem;display:block;position:absolute;bottom:0;left:0;right:0}.section--feedback .section__header{text-align:center;flex-direction:column;align-items:center;max-width:37.5rem;margin:0 auto 3rem;display:flex}@media screen and (min-width:1220px){.section--feedback .section__header{margin:0 auto 4.375rem}}.section--feedback .feedback__items{grid-template-columns:1fr;gap:3rem;max-width:25rem;margin:0 auto;display:grid}@media screen and (min-width:768px){.section--feedback .feedback__items{gap:3rem;max-width:37.5rem}}@media screen and (min-width:1024px){.section--feedback .feedback__items{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:none}}@media screen and (min-width:1220px){.section--feedback .feedback__items{gap:4rem}}.section--feedback .feedback__item__image-wrapper{aspect-ratio:16/11;background-color:#d8cfe166;border-radius:1rem;width:100%;margin-bottom:1.5rem}@media screen and (min-width:768px){.section--feedback .feedback__item__image-wrapper{border-radius:1.75rem}}.section--feedback .feedback__item__image{object-fit:cover;border-radius:1rem;width:100%;height:100%}@media screen and (min-width:768px){.section--feedback .feedback__item__image{border-radius:1.75rem}}.section--feedback .feedback__item__title{margin-bottom:1rem;font-family:Reckless,"serif";font-weight:500}@media screen and (max-width:767px){.section--feedback .feedback__item__title{text-wrap:pretty;font-size:1.25rem;font-weight:500;line-height:1.5rem}}@media screen and (min-width:768px){.section--feedback .feedback__item__title{letter-spacing:-.5px;text-wrap:pretty;font-size:2.25rem;font-weight:500;line-height:2.5rem}}@media screen and (max-width:767px){.section--feedback .feedback__item__blurb{font-size:.8125rem;line-height:1.1875rem}}@media screen and (min-width:768px){.section--feedback .feedback__item__blurb{font-size:1.0625rem;font-weight:400;line-height:1.5rem}}.section--handoff .handoff__content{align-items:center;gap:2rem;max-width:25rem;margin:0 auto;display:grid}@media screen and (min-width:768px){.section--handoff .handoff__content{max-width:37.5rem}}@media screen and (min-width:1024px){.section--handoff .handoff__content{grid-template-columns:1fr 1fr;gap:6rem;max-width:none}}@media screen and (max-width:1023px){.section--handoff .handoff__text{text-align:center;flex-direction:column;align-items:center;display:flex}}@media screen and (min-width:1024px){.section--handoff .handoff__text{text-align:left}}.section--handoff .handoff__image-wrapper{aspect-ratio:16/11;background-color:#d8cfe166;border-radius:1rem;justify-content:center;align-items:center;width:100%;display:flex}@media screen and (min-width:768px){.section--handoff .handoff__image-wrapper{border-radius:1.75rem}}.section--handoff .handoff__image-wrapper img{object-fit:cover;border-radius:1rem;width:100%;height:100%}@media screen and (min-width:768px){.section--handoff .handoff__image-wrapper img{border-radius:1.75rem}}.section--handoff .handoff__title{max-width:25rem;margin-bottom:1rem;font-family:Reckless,"serif";font-weight:500}@media screen and (max-width:767px){.section--handoff .handoff__title{font-size:1.75rem;line-height:2rem}}@media screen and (min-width:768px){.section--handoff .handoff__title{font-size:2.75rem;line-height:3rem}}.section--handoff .handoff__blurb{max-width:31.25rem;margin-bottom:2rem}@media screen and (max-width:767px){.section--handoff .handoff__blurb{font-size:.8125rem;line-height:1.1875rem}}@media screen and (min-width:768px){.section--handoff .handoff__blurb{font-size:1.0625rem;font-weight:400;line-height:1.5rem}}@media screen and (max-width:767px){#handoff-free-banner{margin-left:7.5rem}}.section--real-time .real-time__content{align-items:center;gap:2rem;max-width:25rem;margin:0 auto;display:grid}@media screen and (min-width:768px){.section--real-time .real-time__content{max-width:37.5rem}}@media screen and (min-width:1024px){.section--real-time .real-time__content{grid-template-columns:1fr 1fr;gap:6rem;max-width:none}}.section--real-time .real-time__image-wrapper{aspect-ratio:16/11;background-color:#d8cfe166;border-radius:1rem;justify-content:center;align-items:center;width:100%;display:flex}@media screen and (min-width:768px){.section--real-time .real-time__image-wrapper{border-radius:1.75rem}}@media screen and (min-width:1024px){.section--real-time .real-time__image-wrapper{order:1}}.section--real-time .real-time__image-wrapper img{object-fit:cover;border-radius:1rem;width:100%;height:100%}@media screen and (min-width:768px){.section--real-time .real-time__image-wrapper img{border-radius:1.75rem}}@media screen and (max-width:1023px){.section--real-time .real-time__text{text-align:center;flex-direction:column;align-items:center;display:flex}}@media screen and (min-width:1024px){.section--real-time .real-time__text{text-align:left;order:2}}.section--real-time .real-time__title{max-width:22.5rem;margin-bottom:1rem;font-family:Reckless,"serif";font-weight:500}@media screen and (max-width:767px){.section--real-time .real-time__title{font-size:1.75rem;line-height:2rem}}@media screen and (min-width:768px){.section--real-time .real-time__title{font-size:2.75rem;line-height:3rem}}.section--real-time .real-time__blurb{max-width:31.25rem}@media screen and (max-width:767px){.section--real-time .real-time__blurb{font-size:.8125rem;line-height:1.1875rem}}@media screen and (min-width:768px){.section--real-time .real-time__blurb{font-size:1.0625rem;font-weight:400;line-height:1.5rem}}.section--source-of-truth{margin-bottom:6.25rem;padding-bottom:6.25rem;padding-left:0;padding-right:0;overflow:hidden}@media screen and (min-width:1220px){.section--source-of-truth{padding-right:unset;padding-left:unset}}.section--source-of-truth .wrapper{background-color:#232228;padding:3rem 1.5rem 0;position:relative}@media screen and (min-width:1220px){.section--source-of-truth .wrapper{border-radius:2.5rem;padding:4rem 4rem 0}}.section--source-of-truth .facet{opacity:.05}.section--source-of-truth .section__header{max-width:26.25rem;margin:0 auto 7.5rem}@media screen and (max-width:1023px){.section--source-of-truth .section__header{text-align:center;flex-direction:column;align-items:center;display:flex}}@media screen and (min-width:1024px){.section--source-of-truth .section__header{text-align:left;max-width:30rem;margin:0 0 6rem}}@media screen and (min-width:1220px){.section--source-of-truth .section__header{margin:0 0 6.25rem}}.section--source-of-truth .section__header__icon{filter:brightness(0)saturate()invert()}.section--source-of-truth .section__header__title,.section--source-of-truth .section__header__blurb{color:#fff}.section--source-of-truth .slider{margin-top:-5rem;position:relative;top:5rem;overflow:visible}.section--source-of-truth .slider .swiper-navigation{justify-content:center;gap:.75rem;width:100%;height:auto;display:flex;position:absolute;top:-5rem}@media screen and (min-width:1024px){.section--source-of-truth .slider .swiper-navigation{justify-content:end}}.section--source-of-truth .slider .swiper-navigation .swiper-button-prev,.section--source-of-truth .slider .swiper-navigation .swiper-button-next{right:initial;left:initial;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex;position:relative;transform:none}.section--source-of-truth .slider .swiper-navigation .swiper-button-prev svg,.section--source-of-truth .slider .swiper-navigation .swiper-button-next svg{filter:brightness(0)saturate()invert();width:1.5rem;height:1.5rem}.section--source-of-truth .slider .swiper-navigation .swiper-button-disabled{opacity:.25}.section--source-of-truth .slider .swiper-navigation .swiper-button-prev svg{transform:rotate(180deg)}.section--source-of-truth .slider .swiper-wrapper{order:2}.section--source-of-truth .source-of-truth__slide{color:#fff;background-color:#151518;border-radius:1rem;flex-direction:column;justify-content:end;width:20rem;height:25rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}@media screen and (min-width:768px){.section--source-of-truth .source-of-truth__slide{border-radius:1.25rem}}@media screen and (min-width:1024px){.section--source-of-truth .source-of-truth__slide{width:26.25rem;height:33.75rem;padding:2rem}}.section--source-of-truth .source-of-truth__slide img{object-fit:cover;border-radius:1rem;width:100%;height:100%;position:absolute;top:0;left:0}@media screen and (min-width:768px){.section--source-of-truth .source-of-truth__slide img{border-radius:1.25rem}}.section--source-of-truth .source-of-truth__slide__content{z-index:2;position:relative}.section--source-of-truth .source-of-truth__slide__title{max-width:100%;margin-bottom:.75rem;font-family:Reckless,"serif";font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:1024px){.section--source-of-truth .source-of-truth__slide__title{letter-spacing:-.5px;text-wrap:pretty;max-width:80%;font-size:2.25rem;font-weight:500;line-height:2.5rem}}.section--source-of-truth .source-of-truth__slide__blurb{font-size:.8125rem;line-height:1.1875rem}@media screen and (min-width:768px){.section--source-of-truth .source-of-truth__slide__blurb{max-width:90%;font-size:.9375rem;line-height:1.4375rem}}@media screen and (min-width:1024px){.section--source-of-truth .source-of-truth__slide__blurb{font-size:1.0625rem;line-height:1.6875rem}}.source-of-truth__background-wrapper{z-index:0;width:100%;height:100%;position:absolute;bottom:0;left:0;right:0;overflow:hidden}@media screen and (min-width:1220px){.source-of-truth__background-wrapper{border-radius:2.5rem}}.section--versioning{z-index:100;margin-bottom:3rem;position:relative}@media screen and (min-width:1024px){.section--versioning{margin-bottom:3rem}}.section--versioning .section__header{text-align:center;flex-direction:column;align-items:center;max-width:25rem;margin:0 auto 3rem;display:flex}@media screen and (min-width:1220px){.section--versioning .section__header{max-width:37.5rem;margin:0 auto 4.375rem}}.section--versioning .versioning__items{gap:3rem;max-width:25rem;margin:0 auto;display:grid}@media screen and (min-width:768px){.section--versioning .versioning__items{max-width:37.5rem}}@media screen and (min-width:1024px){.section--versioning .versioning__items{grid-template-columns:1fr 1fr;gap:3rem;max-width:none}}.section--versioning .versioning__item{background-color:#d8cfe166;border-radius:1rem;flex-direction:column;display:flex;overflow:hidden}@media screen and (min-width:768px){.section--versioning .versioning__item{border-radius:1.75rem}}.section--versioning .versioning__item:first-child .versioning__item__text{order:1;padding:2rem 2rem 0}@media screen and (min-width:768px){.section--versioning .versioning__item:first-child .versioning__item__text{padding:3rem 3rem 0}}@media screen and (min-width:1024px){.section--versioning .versioning__item:first-child .versioning__item__text{padding:4rem 4rem 0}}.section--versioning .versioning__item:first-child .versioning__item__image-wrapper{order:2}.section--versioning .versioning__item:last-child .versioning__item__text{order:1;padding:0 2rem 2rem}@media screen and (min-width:768px){.section--versioning .versioning__item:last-child .versioning__item__text{padding:0 3rem 3rem}}@media screen and (min-width:1024px){.section--versioning .versioning__item:last-child .versioning__item__text{padding:0 4rem 4rem}}.section--versioning .versioning__item__image-wrapper{justify-content:center;align-items:center;display:flex}.section--versioning .versioning__item__image{aspect-ratio:16/8;object-fit:cover;width:100%;height:100%}.section--versioning .versioning__item__title{margin-bottom:1rem;font-family:Reckless,"serif";font-weight:500}@media screen and (max-width:767px){.section--versioning .versioning__item__title{text-wrap:pretty;max-width:26.25rem;font-size:1.25rem;font-weight:500;line-height:1.5rem}}@media screen and (min-width:768px){.section--versioning .versioning__item__title{letter-spacing:-.5px;text-wrap:pretty;font-size:2.25rem;font-weight:500;line-height:2.5rem}}@media screen and (max-width:767px){.section--versioning .versioning__item__blurb{font-size:.8125rem;line-height:1.1875rem}}@media screen and (min-width:768px){.section--versioning .versioning__item__blurb{max-width:26.25rem;font-size:1.0625rem;font-weight:400;line-height:1.5rem}}.section--organization{z-index:100;position:relative}.section--organization .organization__items{grid-template-columns:1fr;gap:3rem;max-width:25rem;margin:0 auto;display:grid}@media screen and (min-width:768px){.section--organization .organization__items{max-width:37.5rem}}@media screen and (min-width:1024px){.section--organization .organization__items{grid-template-columns:repeat(3,1fr);max-width:none}}@media screen and (min-width:1220px){.section--organization .organization__items{gap:3rem}}.section--organization .organization__item__image-wrapper{aspect-ratio:16/10;background-color:#d8cfe166;border-radius:1rem;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;overflow:hidden}@media screen and (min-width:768px){.section--organization .organization__item__image-wrapper{border-radius:1.75rem}}.section--organization .organization__item__image{object-fit:cover;width:100%;height:100%}.section--organization .organization__item__title{margin-bottom:1rem;font-family:Reckless,"serif";font-weight:500}@media screen and (max-width:767px){.section--organization .organization__item__title{text-wrap:pretty;max-width:25rem;font-size:1.25rem;font-weight:500;line-height:1.5rem}}@media screen and (min-width:768px){.section--organization .organization__item__title{letter-spacing:-.5px;text-wrap:pretty;font-size:2.25rem;font-weight:500;line-height:2.5rem}}@media screen and (max-width:767px){.section--organization .organization__item__blurb{font-size:.8125rem;line-height:1.1875rem}}@media screen and (min-width:768px){.section--organization .organization__item__blurb{max-width:25rem;font-size:1.0625rem;font-weight:400;line-height:1.5rem}}.section--get-started{text-align:center;border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow-x:clip}@media screen and (min-width:1024px){.section--get-started{text-align:left}}.section--get-started .wrapper{z-index:100;width:100%;padding:5.125rem 1.75rem;position:relative}@media screen and (min-width:1220px){.section--get-started .wrapper{padding:11.25rem 8.125rem}}@media screen and (max-width:1023px){.section--get-started .button-new-glow--purple{margin:0 auto;display:block;position:static}}@media screen and (min-width:1024px){.section--get-started .button-new-glow--purple{position:relative;left:1rem}}.section--get-started .get-started__background{z-index:-1;width:auto;max-width:100%;height:92.75rem;position:absolute;top:-30.625rem;left:0}.section--get-started .get-started__app-icon{width:5.5rem;height:5.5rem;margin-bottom:.75rem}@media screen and (min-width:768px){.section--get-started .get-started__app-icon{width:7.5rem;height:7.5rem}}@media screen and (min-width:1220px){.section--get-started .get-started__app-icon{width:12.5rem;height:12.5rem;margin-bottom:1.25rem}}.section--get-started .get-started__title{letter-spacing:-1.5px;margin-bottom:1rem;font-family:Reckless,"serif";font-size:2.75rem;font-weight:500;line-height:2.75rem}@media screen and (max-width:767px){.section--get-started .get-started__title{max-width:16.5625rem;margin:0 auto 1rem}}@media screen and (min-width:1024px){.section--get-started .get-started__title{letter-spacing:-1.5px;text-wrap:pretty;margin-bottom:1.5rem;font-size:3.5rem;font-weight:500;line-height:3.5rem}}@media screen and (min-width:1024px) and (max-width:767px){.section--get-started .get-started__title{letter-spacing:-.5px;font-size:2rem;line-height:2.5rem}}@media screen and (min-width:1024px) and (min-width:768px) and (max-width:1023px){.section--get-started .get-started__title{letter-spacing:-.5px;font-size:2.25rem;line-height:2.5rem}}@media screen and (min-width:1024px) and (min-width:1024px) and (max-width:1219px){.section--get-started .get-started__title{letter-spacing:-1px;font-size:2.75rem;line-height:3rem}}.section--get-started .get-started__description{margin-bottom:1rem;font-size:1.0625rem;font-weight:400;line-height:1.5rem}@media screen and (max-width:1023px){.section--get-started .get-started__description{margin-left:auto;margin-right:auto}}@media screen and (min-width:1024px){.section--get-started .get-started__description{letter-spacing:-.5px;text-wrap:pretty;max-width:34.125rem;margin-bottom:1.75rem;font-size:1.5rem;font-weight:400;line-height:2rem}.section--get-started .get-started__title,.section--get-started .get-started__description{padding-left:1.25rem}}.section--get-started .section__cta{display:block}@media screen and (max-width:1023px){.section--get-started .button-new-glow{margin:0 auto;display:block}}@media screen and (min-width:1024px){.section--get-started .button-new-glow{margin-left:1.25rem}}.section--get-started .hero__gradient__blue{width:130vw;height:130vw;top:-80vh;left:-80vw}.section--get-started .hero__gradient__purple{z-index:0;opacity:.5;width:160vw;height:160vw;position:absolute;top:-60vh;left:-50vw}.get-started__background-wrapper{height:100vh;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.get-started__background-wrapper:before,.get-started__background-wrapper:after{z-index:1;content:"";width:100%;height:30vh;display:block;position:absolute;left:0;right:0}.get-started__background-wrapper:before{background:linear-gradient(#fff,#fff0);top:0}.get-started__background-wrapper:after{background:linear-gradient(#fff0,#fff);bottom:0}body{color:#212123;background-color:#fff;font-family:InterVariable,Inter,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif}.collaborate-page{position:relative;overflow:clip visible}.collaborate-page .entrance.entrance--custom-duration{animation-duration:var(--entrance-animation-duration,1.2s)}::selection{color:#fff;background-color:#4246d5}@media screen and (min-width:1440px){.wrapper,.main-nav__inner{max-width:87.5rem}}.main-footer,.main-footer__footer{background-color:#0000}.wrapper--with-lines{border-left:1px solid #0000000d;border-right:1px solid #0000000d;position:relative}@media screen and (min-width:1024px){.main-nav__inner{padding-left:1.5rem;padding-right:1.5rem}}@media screen and (min-width:1024px) and (max-width:639px){.main-nav__inner{padding-left:1.25rem;padding-right:1.25rem}}.ornament{opacity:.25;fill:#000;display:none;position:absolute}@media screen and (min-width:768px){.ornament{display:block}}.ornament--top-left{top:-.5rem;left:-.5rem}.ornament--bottom-left{bottom:-.5rem;left:-.5rem}.ornament--top-right{top:-.5rem;right:-.5rem}.ornament--bottom-right{bottom:-.5rem;right:-.5rem}.section{margin-bottom:5rem}@media screen and (min-width:768px){.section{margin-bottom:7.5rem}}@media screen and (min-width:1220px){.section{margin-bottom:12.5rem}}.section__header{z-index:1;text-align:center;margin:0 auto 3rem;position:relative}@media screen and (min-width:1220px){.section__header{margin:0 auto 4.375rem}}.section__header>.wrapper{flex-direction:column;align-items:center;display:flex}.section__header__title{font-family:Reckless,"serif";font-weight:500}@media screen and (max-width:767px){.section__header__title{font-size:2.25rem;line-height:2.5rem}}@media screen and (min-width:768px){.section__header__title{letter-spacing:-1.5px;text-wrap:pretty;font-size:3.5rem;font-weight:900;line-height:3.5rem}}@media screen and (min-width:768px) and (max-width:767px){.section__header__title{letter-spacing:-.5px;font-size:2rem;line-height:2.5rem}}@media screen and (min-width:768px) and (min-width:768px) and (max-width:1023px){.section__header__title{letter-spacing:-.5px;font-size:2.25rem;line-height:2.5rem}}@media screen and (min-width:768px) and (min-width:1024px) and (max-width:1219px){.section__header__title{letter-spacing:-1px;font-size:2.75rem;line-height:3rem}}.section__header__blurb{color:#000000d9;margin-top:1.25rem;font-size:1.25rem;font-weight:400;line-height:1.75rem}@media screen and (max-width:767px){.section__header__blurb{max-width:18rem;margin-top:1rem;font-size:1.0625rem;font-weight:400;line-height:1.5rem}}@media screen and (min-width:768px){.section__header__blurb{max-width:25rem}}@media screen and (min-width:1024px){.section__header__blurb{max-width:30.625rem}}.section__icon{width:4.25rem;height:4.25rem;margin-bottom:1rem}@media screen and (min-width:1220px){.section__icon{margin-bottom:2rem}}.section__cta{width:fit-content;margin:0 auto;display:flex}.section__cta.button-new--has-icon-right{gap:.25rem}.sub-heading{letter-spacing:-.5px;text-wrap:pretty;font-family:Reckless,"serif";font-size:2.25rem;font-weight:500;line-height:2.5rem}.blurb{font-size:1.25rem;line-height:2rem}.hero__gradient{z-index:-1;transition:transform 2s ease-in-out,opacity 2s ease-in-out}.hero__gradient__blue{z-index:0;transform-origin:50%;will-change:transform,opacity;background-image:radial-gradient(circle,#cde4ff 0%,#cce4ff00 50%);width:200vw;height:200vw;animation:8s ease-in-out infinite pulse-blue;position:absolute;top:-40vh;left:-80vw}@media screen and (min-width:1024px){.hero__gradient__blue{width:130vw;height:130vw;top:-80vh;left:-40vw}}.hero__gradient__purple{z-index:0;transform-origin:50%;will-change:transform,opacity;background-image:radial-gradient(circle,#e8ccff 0%,#d9ccff80 25%,#e3ceff00 50%);width:250vw;height:250vw;animation:13s ease-in-out infinite pulse-purple;position:absolute;top:-20vh;left:0}@media screen and (min-width:1024px){.hero__gradient__purple{width:160vw;height:160vw;top:-60vh;left:0}}.dark__gradient{z-index:-1;transition:transform 2s ease-in-out,opacity 2s ease-in-out}.dark__gradient__blue,.dark__gradient__purple{z-index:0;transform-origin:50%;will-change:transform,opacity}.dark__gradient__blue{background-image:radial-gradient(circle,#2e2648 0%,#2b264800 50%);width:200vw;height:200vh;position:absolute;top:-100vh;left:-60vw}@media screen and (min-width:1024px){.dark__gradient__blue{width:130vw;height:130vw}}.dark__gradient__purple{background-image:radial-gradient(circle,#2e2648 0%,#2b264800 50%);width:260vw;height:260vw;position:absolute;top:-20vh;left:0}@media screen and (min-width:1024px){.dark__gradient__purple{width:160vw;height:160vw}}.facet{z-index:10;aspect-ratio:320/400;background-image:url(../svg/facet-tint-purple.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100vw;position:absolute;top:0}.facet__left{opacity:.3;top:-60vh;left:-40vw;transform:rotate(-45deg)}.facet__right{opacity:.65;top:-60vh;right:-40vw;transform:rotate(225deg)}.hero__intro{z-index:50;position:relative}.sketch__wrapper{z-index:10;aspect-ratio:1704/834;width:100%;max-width:1704px;margin-bottom:10vh;position:relative;left:-10%}@media screen and (min-width:1024px){.sketch__wrapper{left:-45%}}@media screen and (min-width:1440px){.sketch__wrapper{left:-45%}}.sketch__window{z-index:100;aspect-ratio:1704/834;object-fit:cover;background-image:url(https://cdn.sketch.com/assets/pages/collaborate/2025/collaborate-hero@2x.webp);background-size:cover;width:100%;position:absolute}.sketch__canvas{z-index:5;background:radial-gradient(circle at 68% 0,#fff 0%,#ffffffeb 50%,#fff0 80%);position:absolute;inset:10% 25.8% 1% 23.49%;overflow:hidden;-webkit-mask-image:linear-gradient(#000 0% 50%,#0000 100%);mask-image:linear-gradient(#000 0% 50%,#0000 100%)}.sketch__canvas>img{object-fit:cover;will-change:transform;width:110%;height:110%;transform:translateY(0);-webkit-mask-image:linear-gradient(#000 0% 50%,#0000 100%);mask-image:linear-gradient(#000 0% 50%,#0000 100%)}.section__header__icon{margin-bottom:1.25rem}.collab__entity--avatar-idling-1 .cursor__avatar-wrapper{animation-name:subtlePulse;animation-duration:4s;animation-iteration-count:infinite}