html.hs-inline-edit .dialog{padding:24px;background-color:var(--color-gray)}html.hs-inline-edit .dialog:before{content:"Add a name for the dialog popup";display:inline-block;color:#fff}html.dialog-open{overflow:hidden;touch-action:none}.close-dialog{position:absolute;top:24px;right:24px}.close-dialog:hover{cursor:pointer}.close-dialog:after{content:"";display:block;width:24px;height:24px;background-image:url('data:image/svg+xml;utf8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M23.707 1.707A1 1 0 0 0 22.293.293L12 10.586 1.707.293A1 1 0 0 0 .293 1.707L10.586 12 .293 22.293a1 1 0 1 0 1.414 1.414L12 13.414l10.293 10.293a1 1 0 0 0 1.414-1.414L13.414 12 23.707 1.707Z" fill="%23181646"/></svg>')}html:not(.hs-inline-edit) .dnd-section--dialog{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;padding:0}html:not(.hs-inline-edit) .dnd-section--dialog>div{max-width:1400px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);z-index:10000;width:100%;max-height:100%;padding:0;pointer-events:all;overflow:auto;box-shadow:var(--dialog-shadow,0 1rem 1rem rgba(0,0,0,.25))}html:not(.hs-inline-edit) .dnd-section--dialog>div>div{position:relative;padding:0 16px}html:not(.hs-inline-edit) .dnd-section--dialog.open{display:flex;align-items:center;background:var(--dialog-backdrop-color,rgba(0,0,0,.6))!important}html:not(.hs-inline-edit) .dnd-section--dialog.open>div{animation:fade-in .5s forwards}html:not(.hs-inline-edit) .dnd-section--dialog .backdrop{background:var(--dialog-backdrop-color,rgba(0,0,0,.6));bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity var(--dialog-animation-duration,.5s) var(--easing);z-index:100}html:not(.hs-inline-edit) .dnd-section--dialog.open .backdrop{opacity:1;pointer-events:all}@media (min-width:1024px){html:not(.hs-inline-edit) .dnd-section--dialog>div>div{padding:0 80px}}@media (min-width:768px){html:not(.hs-inline-edit) .dnd-section--dialog{padding:80px 16px}html:not(.hs-inline-edit) .dnd-section--dialog>div{border:16px solid #fff}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}