:root{--modal-bg-color:var(--white)}::backdrop{--modal-backdrop-color:#000000bf}.modal{background:var(--white);background:var(--modal-bg-color);border:none;bottom:0;color:inherit;display:block;height:100%;left:0;margin:auto;overflow-x:hidden;overflow-y:auto;padding:var(--spacing-uul) var(--spacing-m) var(--spacing-m);position:fixed;right:0;width:100vw;z-index:999}.modal:not([open]){display:none}.modal+.backdrop{bottom:0;left:0;position:fixed;right:0;top:0}.modal+.backdrop,.modal::backdrop{background:var(--modal-backdrop-color)}.modal .section__content{height:100%;padding-left:0;padding-right:0}.modal h2:first-child,.modal h3:first-child,.modal h4:first-child{margin-bottom:var(--spacing-xl);margin-top:0;padding-right:var(--spacing-xl)}.modal__close{background:#0000;border:0;position:absolute;right:0;top:var(--spacing-m);z-index:11}@media (min-width:641px){.modal__close{top:var(--spacing-xs)}}.modal--floating{border-radius:var(--spacing-xs);height:-webkit-max-content;height:-moz-max-content;height:max-content;margin-top:0;max-height:80vh;max-width:90vw;overflow:auto;padding:var(--spacing-l);top:10vh;width:895px}@media (min-width:641px){.modal--floating .modal__close{top:var(--spacing-m)}}.body-modal--open{height:100vh;overflow:hidden;position:static}