.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:9999}.modal-content{background:black;padding:2rem;border-radius:10px;width:90%;max-width:800px;height:max-content;position:relative;overflow-y:visible;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.modal-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;padding-right:2rem;padding-bottom:0;color:var(--white)}.modal-body{margin-bottom:2rem;padding-bottom:0}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:1.5rem;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:var(--white)}.modal-close:hover{background-color:var(--pink);transform:scale(1.1);opacity:.9}.modal-accept{position:-webkit-sticky;position:sticky;top:100%;bottom:0;background:white;padding-top:1rem;padding-bottom:1rem;margin-top:1rem;border-top:1px solid #eee}.modal-accept button{width:95%;padding:.75rem;background:#000000;color:var(--white);border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s;font-family:inherit}.modal-accept button:hover{background:var(--white);color:var(--faded-black);border:1px solid var(--faded-black)}.modal-section{margin-bottom:1rem}.modal-section h3{font-size:1rem;font-weight:bolder;margin-bottom:.5rem;margin-top:.5rem}.demo-description{font-size:var(--control-font-size);line-height:1.2;color:var(--white);opacity:.9;text-wrap:balance;margin:1rem;padding-left:.5rem}@media (max-width:412px){.demo-description{text-align:left;font-size:.6rem}.modal-title{font-size:1.2rem}}@media (max-width:768px){video{position:relative;top:50%;transform:translateY(-50%,-50%)}}@media (max-width:992px){.modal-content{height:max-content}.modal-title{font-size:1.5rem}.modal-close{top:1rem;right:1rem}.demo-description{font-size:1rem}}@media (max-width:1200px){.modal-content{height:max-content}.modal-title{font-size:1.6rem}.modal-close{top:1rem;right:1rem}.demo-description{font-size:1.2rem}}