.dialog{z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;justify-content:center;align-items:center;padding:2rem;animation:.2s dialogFadeIn;display:flex;position:fixed;inset:0}.dialog__panel{background:#fff;border-radius:1.2rem;flex-direction:column;width:100%;max-width:64rem;max-height:80vh;animation:.25s cubic-bezier(.2,.8,.2,1) dialogSlideUp;display:flex;overflow:hidden}.dialog__panel--lg{max-width:96rem;max-height:95vh}.dialog__panel--privacy{border-radius:1.5rem;max-width:80rem}.dialog__panel--privacy .dialog__header{border-bottom:1px solid #cbcfd2;padding:2.3rem 4rem}.dialog__panel--privacy .dialog__title{color:#131313;font-size:2rem;font-weight:700;line-height:2.4rem}.dialog__panel--privacy .dialog__body{padding:4rem}.dialog__panel--privacy .dialog__footer{border-top:1px solid #cbcfd2;justify-content:center;padding:3rem 4rem}.dialog__panel--privacy .dialog__action{border-radius:.4rem;height:4rem;padding:0 3rem;font-size:1.4rem;line-height:1.6rem}.dialog__panel--bare{box-shadow:none;background:0 0;overflow:visible}.dialog__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:1.6rem;padding:2.4rem 3rem;display:flex}.dialog__title{color:#131313;margin:0;font-size:2rem;font-weight:700}.dialog__close{color:#131313;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;transition:background .2s;display:inline-flex}.dialog__close:hover{background:#f6f7f9}.dialog__body{color:#131313;flex:1;padding:3rem;font-size:1.5rem;line-height:1.7;overflow-y:auto}.dialog__footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:1rem;padding:1.6rem 3rem;display:flex}.dialog__action{cursor:pointer;border-radius:.5rem;height:4.8rem;padding:0 2.4rem;font-size:1.5rem;font-weight:700;transition:background .2s,color .2s}.dialog__action--primary{color:#fff;background:#131313;border:none}.dialog__action--primary:hover{background:#212324}.dialog__action--secondary{color:#131313;background:#fff;border:1px solid #cbcfd2}.dialog__action--secondary:hover{background:#f6f7f9}@media (max-width:767px){.dialog{padding:0}.dialog__panel{border-radius:0;max-width:100%;height:100%;max-height:100%}.dialog__header{padding:1.6rem 2rem}.dialog__title{font-size:1.8rem}.dialog__body{padding:2rem;font-size:1.4rem}.dialog__footer{padding:1.2rem 2rem}}@keyframes dialogFadeIn{0%{opacity:0}to{opacity:1}}@keyframes dialogSlideUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}
