:root{--l-ink: #070819;--l-heading: #1a1a20;--l-body: #464651;--l-glass: #ffffffbf;--l-outro: #d7d8f5;--l-tint: rgba(0, 0, 0, .04);--l-page: #ffffff;--l-shell: 75rem;--l-gutter: 1.25rem;--l-radius-pill: 2.5rem;--l-radius-card: 1.25rem;--l-ease: cubic-bezier(.22, .61, .36, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:var(--l-page)}body{min-height:100vh;padding-bottom:1.875rem;font-family:var(--font-family);font-size:1rem;line-height:1.5;color:var(--l-body);background-color:var(--l-page);background-image:linear-gradient(to top,var(--l-outro) 0,var(--l-page) 37.5rem);background-repeat:no-repeat;-webkit-font-smoothing:antialiased}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}img{display:block;max-width:100%}ul{list-style:none}a{color:inherit;text-decoration:none}.legal-skip{position:absolute;top:-4rem;left:.5rem;z-index:10;padding:.5rem .75rem;border-radius:.5rem;background:var(--blue-600);color:#fff;font-weight:600;transition:top .2s var(--l-ease)}.legal-skip:focus{top:.5rem}.legal-shell{width:100%;max-width:77.5rem;margin-inline:auto;padding-inline:var(--l-gutter)}.legal-nav{display:flex;align-items:center;min-height:3.75rem;margin-top:1.875rem;border-radius:var(--l-radius-pill);background:var(--l-glass);box-shadow:0 2px 2px var(--black-a15);backdrop-filter:blur(1.25rem);-webkit-backdrop-filter:blur(1.25rem)}.legal-nav__brand{display:flex;align-items:center;gap:.5rem;min-width:0;padding-inline:1.875rem}.legal-logo{display:block;width:3.75rem;height:1.5625rem;overflow:hidden}.legal-logo img{width:100%;height:auto}.legal-nav__slash{display:grid;place-items:center;flex:none;width:1.2537rem;height:2.9382rem}.legal-nav__slash img{width:3.5rem;height:.125rem;transform:rotate(-65deg)}.legal-nav__section{min-width:0;font-size:1rem;font-weight:600;line-height:1.25;letter-spacing:-.015em;color:var(--l-ink)}.legal{display:grid;gap:2.5rem;margin-top:1.875rem}.legal__main{display:flex;flex-direction:column;gap:1.875rem;min-width:0}.legal__head{display:flex;flex-direction:column;gap:.625rem;padding:1.25rem}.legal__h1{font-size:clamp(1.75rem,1.5rem + 1.1111vw,2.5rem);font-weight:700;line-height:1.2;color:var(--l-heading)}.legal__updated{font-size:.875rem;line-height:1.2;letter-spacing:-.01em;color:var(--peach-600)}.legal__toc-fold{margin-top:.625rem;border-top:2px solid var(--l-outro);border-bottom:2px solid var(--l-outro)}.legal__toc-summary{padding:.75rem 0;font-size:1rem;font-weight:700;line-height:1.2;color:var(--l-heading);cursor:pointer;list-style:none}.legal__toc-summary::-webkit-details-marker{display:none}.legal__toc-summary:after{content:"";float:right;width:.5rem;height:.5rem;margin-top:.375rem;border-right:2px solid var(--peach-600);border-bottom:2px solid var(--peach-600);transform:rotate(45deg);transition:transform .2s var(--l-ease)}.legal__toc-fold[open] .legal__toc-summary:after{transform:rotate(-135deg);margin-top:.625rem}.legal__toc-inline{display:flex;flex-direction:column;padding-bottom:.75rem}.legal__toc-chip{padding:.375rem 0;font-size:.9375rem;font-weight:600;line-height:1.4;letter-spacing:-.01em;color:var(--l-body);transition:color .2s var(--l-ease)}.legal__toc-chip:hover{color:var(--blue-600)}.legal__rail{min-width:0}.legal__toc{display:none;position:sticky;top:1.25rem;flex-direction:column;max-height:calc(100vh - 2.5rem);padding-left:1rem;overflow-y:auto;overscroll-behavior:contain;border-left:.25rem solid var(--peach-600);border-radius:.25rem}.legal__toc-link{padding:.4375rem 0;font-size:.9375rem;font-weight:600;line-height:1.35;letter-spacing:-.01em;color:var(--l-body);transition:color .2s var(--l-ease)}.legal__toc-link:hover{color:var(--blue-600)}.legal-prose{padding-inline:1.25rem;font-size:1.0625rem;line-height:1.6;color:var(--l-body);overflow-wrap:break-word}.legal-prose__p{margin-bottom:1.125rem}.legal-prose>:last-child{margin-bottom:0}.legal-prose__h2{margin:2.5rem 0 1rem;font-size:1.5rem;font-weight:700;line-height:1.25;letter-spacing:-.01em;color:var(--l-heading);scroll-margin-top:1.25rem}.legal-prose__h2:first-child{margin-top:0}.legal-prose__h3{margin:1.75rem 0 .75rem;font-size:1.1875rem;font-weight:600;line-height:1.3;letter-spacing:-.01em;color:var(--l-heading);scroll-margin-top:1.25rem}.legal-prose__h4{margin:1.5rem 0 .625rem;font-size:1.0625rem;font-weight:700;line-height:1.3;color:var(--l-heading)}.legal-prose strong{font-weight:700;color:var(--l-heading)}.legal-prose__link{color:var(--blue-600);text-decoration:underline}.legal-prose__list{margin-bottom:1.125rem;padding-left:1.5625rem;list-style:none}.legal-prose__list li{position:relative;margin-bottom:.75rem}.legal-prose__list li:last-child{margin-bottom:0}.legal-prose__list li:before{content:"";position:absolute;top:.6875rem;left:-1.0625rem;width:.4375rem;height:.4375rem;border-radius:50%;background:var(--peach-600)}ol.legal-prose__list{counter-reset:legal-item}ol.legal-prose__list>li{counter-increment:legal-item}ol.legal-prose__list>li:before{content:counter(legal-item) ".";top:0;left:-1.5625rem;width:auto;height:auto;border-radius:0;background:none;font-weight:700;color:var(--peach-600)}.legal-prose__list .legal-prose__list{margin-top:.75rem;margin-bottom:0}.legal-prose__table-scroll{margin:1.5rem 0;overflow-x:auto;border-radius:var(--l-radius-card);border:1px solid var(--l-outro);-webkit-overflow-scrolling:touch}.legal-prose__table{width:100%;min-width:34rem;border-collapse:collapse;font-size:.9375rem;line-height:1.5}.legal-prose__table th,.legal-prose__table td{padding:.875rem 1rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--l-outro)}.legal-prose__table tr:last-child td{border-bottom:0}.legal-prose__table th{font-weight:700;color:var(--l-heading);background:var(--l-tint)}.legal-prose__table td p+p{margin-top:.5rem}.legal-prose__table-group th{background:none;border-bottom-width:2px}.legal-other{margin-top:4rem}.legal-other__title{padding-inline:1.25rem;font-size:1.25rem;font-weight:700;line-height:1.2;color:var(--l-heading)}.legal-other__list{display:grid;gap:.625rem;margin-top:1.25rem}.legal-other__link{display:flex;flex-direction:column;gap:.25rem;height:100%;padding:1.125rem 1.25rem;border-radius:var(--l-radius-card);background:var(--l-glass);box-shadow:0 2px 2px var(--black-a15);transition:transform .2s var(--l-ease),box-shadow .2s var(--l-ease)}.legal-other__link:hover{transform:translateY(-2px);box-shadow:0 6px 12px var(--black-a15)}.legal-other__name{font-size:1rem;font-weight:700;line-height:1.2;color:var(--l-heading)}.legal-other__note{font-size:.875rem;line-height:1.3;color:var(--l-body)}.legal-footer{display:flex;flex-direction:column;align-items:center;margin-top:2.5rem;border-radius:var(--l-radius-pill);background:var(--l-glass);box-shadow:0 2px 2px var(--black-a15);backdrop-filter:blur(1.25rem);-webkit-backdrop-filter:blur(1.25rem)}.legal-footer__brand{display:flex;align-items:center;justify-content:center;min-height:5rem;padding-inline:1.875rem}.legal-footer__legal{display:flex;align-items:center;justify-content:center;min-height:5rem;padding-inline:1.25rem;font-size:.875rem;line-height:1.2;color:var(--l-heading)}@media(min-width:900px){.legal{grid-template-columns:minmax(0,50rem) minmax(0,1fr);gap:2.5rem;align-items:start}.legal__head,.legal-prose{padding-inline:0}.legal__toc-fold{display:none}.legal__toc{display:flex}.legal-other{margin-top:5rem}.legal-other__title{padding-inline:0}.legal-other__list{grid-template-columns:repeat(2,minmax(0,1fr))}.legal-footer{flex-direction:row;justify-content:space-between;min-height:5rem;margin-top:4rem}.legal-footer__legal{padding-right:1.875rem;font-size:1rem}}@media(min-width:1200px){.legal-other__list{grid-template-columns:repeat(4,minmax(0,1fr))}}
