@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);:root{--primary-color:#0a0a0a;--secondary-color:#e9e9e9;--hover-primary-color:#1f1f1f;--text-color:#0a0a0a;--border-color:#ccc;--success-color:#4efc77;--warning-color:#ffc107;--danger-color:#f16666;--gold-color:#fdf7cc;--hover-link-color:#9a9a9a;--border-radius-sm:2px;--border-radius-default:6px;--border-radius-rounded:50px;--box-shadow:0 0 5px hsla(0,0%,4%,.115);--primary-box-shadow:0 0 10px var(--primary-color);--font-xs:0.75rem;--font-sm:0.875rem;--font-base:1rem;--font-md:1.25rem;--font-lg:1.5rem;--font-xl:1.75rem;--font-xxl:2rem;--font-xxxl:2.5rem;--font-title:"Montserrat",sans-serif;--font-body:"Roboto",sans-serif;--font-focus:"Arial Black",sans-serif;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--mask-image:linear-gradient(90deg,transparent 0%,#000 30%,#000 70%,transparent)}.legal{font-family:var(--font-body);padding:3rem 2rem}.legal__container{background:var(--secondary-color);border-radius:1rem;box-shadow:var(--box-shadow);margin:0 auto;max-width:1000px;padding:2rem}.legal__title{color:var(--primary-color);font-size:2rem;margin-bottom:1.5rem;text-align:center}.legal__section{margin-bottom:2rem}.legal__section h2{color:var(--primary-color);font-size:1.3rem;margin-bottom:.5rem}.legal__section p,.legal__section ul{font-size:1rem;line-height:1.6}.legal__section ul{list-style:disc;padding-left:1.5rem}.legal__section a{color:var(--primary-color);text-decoration:underline}.legal__section a:hover{color:var(--hover-link-color)}@media screen and (min-width:1024px){.legal{padding:5rem 4.5rem}}