.legalDoc{display:grid;grid-template-columns:1fr;gap:32px;align-items:start}@media screen and (min-width:992px){.legalDoc{grid-template-columns:300px minmax(0,1fr)}}.legalDoc__toc{display:none;position:sticky;top:100px;max-height:calc(100vh - 120px);flex-direction:column;padding:24px;border-radius:24px;background:rgba(73,26,154,.05)}@media screen and (min-width:992px){.legalDoc__toc{display:flex}}.legalDoc__tocHead{flex:0 0 auto;margin-bottom:16px;display:none}.legalDoc__tocTitle{margin:0;font-size:1.25rem;font-weight:700;color:var(--rza-primary)}.legalDoc__tocList{flex:1 1 auto;min-height:0;overflow-y:auto;list-style:none;margin:0;padding:0;scrollbar-width:none;-ms-overflow-style:none}.legalDoc__tocList::-webkit-scrollbar{display:none}.legalDoc__tocItem{margin:0}.legalDoc__tocItem--sub{padding-left:16px}.legalDoc__tocItem.is-active>.legalDoc__tocLink{color:var(--rza-primary);font-weight:600}.legalDoc__tocLink{display:block;width:100%;padding:8px 0;border:0;background:rgba(0,0,0,0);text-align:left;font-size:.82rem;font-weight:500;line-height:1.35;color:var(--rza-dark,#1a1a1a);text-transform:uppercase;letter-spacing:.02em;cursor:pointer;transition:color .15s ease}.legalDoc__tocLink:hover{color:var(--rza-primary)}.legalDoc__main{min-width:0;position:relative;padding:24px;border-radius:24px;background:rgba(73,26,154,.05)}.legalDoc__scrollHint{--legalDoc-scrollHint-height:2.5rem;--legalDoc-scrollHint-bottom:1.5rem;display:none;position:sticky;top:calc(100dvh - var(--legalDoc-scrollHint-height) - var(--legalDoc-scrollHint-bottom));z-index:3;align-items:center;justify-content:center;min-height:var(--legalDoc-scrollHint-height);margin:0 0 calc(-1*var(--legalDoc-scrollHint-height));padding:.5rem 1.25rem;border-top:1px solid hsla(0,0%,100%,.1);border-radius:0;background:var(--rza-darkBlue,#180c2e);color:hsla(0,0%,100%,.7);font-size:.8125rem;font-weight:400;line-height:1.3;text-align:center;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.legalDoc__scrollHint.is-visible{opacity:1;visibility:visible}.legalDoc__endSentinel{width:1px;height:1px;margin:0;pointer-events:none}.legalDoc__updated{margin-bottom:24px;font-size:clamp(.875rem,.825rem + .25vw,1rem)}.legalDoc__updatedLabel{font-weight:600;color:var(--rza-primary)}.legalDoc__updatedDate{color:inherit}.legalDoc__status{text-align:center;padding:48px 24px}.legalDoc__status h3{margin-bottom:8px;color:var(--rza-primary)}.legalDoc__status p{margin:0;max-width:28rem;margin-inline:auto;color:rgba(0,0,0,.7)}.legal-html{font-size:clamp(.875rem,.825rem + .25vw,1.125rem);line-height:1.7}.legal-html h1,.legal-html h2,.legal-html h3,.legal-html h4,.legal-html h5,.legal-html h6{color:var(--rza-primary);margin-top:1.75em;margin-bottom:.75em;scroll-margin-top:calc(var(--header-height) + 24px)}.legal-html h1:first-child,.legal-html h2:first-child,.legal-html h3:first-child,.legal-html h4:first-child,.legal-html h5:first-child,.legal-html h6:first-child{margin-top:0}.legal-html h1{font-size:clamp(1.5rem,1.3rem + .5vw,2rem)}.legal-html h2{font-size:clamp(1.25rem,1.15rem + .35vw,1.5rem)}.legal-html h3{font-size:clamp(1.1rem,1.05rem + .25vw,1.25rem)}.legal-html p{margin-bottom:1em}.legal-html ol,.legal-html ul{margin-bottom:1em;padding-left:1.5em}.legal-html ol li,.legal-html ul li{margin-bottom:.35em}.legal-html a{color:var(--rza-primary)}.legal-html strong{font-weight:600}