:root{--modal-bg:#1f1f1f}.modal{position:fixed;inset:0;z-index:1000;pointer-events:none}.modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.7);opacity:0;transition:opacity .3s ease;will-change:opacity}.modal__dialog{position:fixed;top:50%;left:50%;width:57.5%;max-height:35rem;display:flex;justify-content:space-between;background:var(--modal-bg);border:none;border-radius:1.875rem;outline:none;transform:translate(-50%,-50%) scale(.96);opacity:0;transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.modal[aria-hidden=false]{pointer-events:auto}.modal[aria-hidden=false] .modal__backdrop{opacity:1}.modal[aria-hidden=false] .modal__dialog{opacity:1;transform:translate(-50%,-50%) scale(1)}.modal__content{width:46%;position:relative;padding:3.25rem 0}.modal__close{position:absolute;top:1.75rem;right:1.5rem;width:1rem;height:1rem;cursor:pointer;z-index:1}.modal .form__top{margin-bottom:2.75rem;display:block}.modal__content-wrapper{display:flex;column-gap:2.75rem;background:var(--modal-bg);border-radius:1.875rem;padding:.625rem}.modal__banner{width:45.5%}.modal__banner img{width:100%;height:100%;aspect-ratio:.73}.modal .form__subtitle{margin-bottom:1rem}.modal .form button{margin-top:.75rem;border:none;outline:none}.modal .form__note{margin-top:2rem;max-width:99%}@media (max-width:767px){.modal__banner{display:none}.modal__dialog{width:90%}.modal__content{width:100%;padding-top:0;padding-bottom:0}.modal__content-wrapper{padding:2.25rem;padding-bottom:3.25rem}.modal .form__note{width:100%;font-size:.81rem}}@media (prefers-reduced-motion:reduce){.modal__backdrop,.modal__dialog{transition:none !important}}