:root{--nav:0;--sidebar:280px;--top:var(--space);--ease-1:cubic-bezier(0.495,0.010,0.235,1.000);--ease-2:cubic-bezier(0.190,1.000,0.220,1.000)}.is-phone body,:root.is-phone{height:100vh;overflow:hidden}#hidden-image{display:none}#main{padding:var(--space)}:root.has-navbar #main{padding-top:0}:root.is-phone.is-mobile #scroller{padding-bottom:115px}:root.is-phone #scroller{overflow-y:auto;position:relative;-webkit-overflow-scrolling:touch;height:100%}.block{margin-bottom:var(--space);scroll-margin-top:var(--top)}.block-content{border-radius:var(--radius);overflow:hidden}.full-width{margin-left:calc(var(--space)*-1);margin-right:calc(var(--space)*-1)}.hide-scroll{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.hide-scroll::-webkit-scrollbar{display:none}.btn{border-radius:2rem;font-size:1.8rem;line-height:1;padding:1rem 3rem}.btn,.pill{font-weight:600;white-space:nowrap}.pill{align-items:center;border-radius:22px;display:inline-flex;flex-direction:row;font-size:14px;height:22px;justify-content:center;line-height:.9;outline:1px solid;outline-color:currentColor;outline-offset:-1px;padding:0 20px;text-transform:uppercase}.scrollbar{--sb-height:1rem;background:var(--neutral-100);height:var(--controls-height);margin-top:var(--space);overflow:hidden}.scrollbar,.scrollbar .bar{border-radius:var(--sb-height);position:relative}.scrollbar .bar{background:var(--dark);cursor:grab;height:var(--sb-height);z-index:1}.is-dark .scrollbar .bar{background:var(--light)}.scrollbar .bar:active{cursor:grabbing}#loader{background:var(--bg);display:none;height:100%;inset:0;position:fixed;width:100%;z-index:100}#loader .wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}#loader .loading{aspect-ratio:1;width:50px;--_c:no-repeat radial-gradient(farthest-side,var(--color) 92%,transparent);animation:l7 1s infinite;background:var(--_c) top,var(--_c) left,var(--_c) right,var(--_c) bottom;background-size:12px 12px}@keyframes l7{to{transform:rotate(.5turn)}}