@keyframes modal_fadeIn__N7lmS{0%{opacity:0}to{opacity:1}}@keyframes modal_fadeOut__yeXK8{0%{opacity:1}to{opacity:0}}.modal_overlay__s_Gvp{background:var(--black-color-black-20,rgba(0,0,0,.2));position:fixed;z-index:3;inset:0}.modal_overlay__s_Gvp[data-state=open]{animation:modal_fadeIn__N7lmS .25s cubic-bezier(.16,1,.3,1)}.modal_overlay__s_Gvp[data-state=closed]{animation:modal_fadeOut__yeXK8 .25s cubic-bezier(.16,1,.3,1)}.modal_content__9jUDA{background:var(--white-color-white-100,#fff);position:fixed;z-index:4;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);padding:1rem .75rem;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto}.modal_content__9jUDA[data-state=open]{animation:modal_contentShowCentered__Ect9K .25s cubic-bezier(.16,1,.3,1)}.modal_content__9jUDA[data-state=closed]{animation:modal_contentHideCentered__op8z_ .25s cubic-bezier(.16,1,.3,1)}.modal_content__9jUDA:focus{outline:none}@media(min-width:768px){.modal_content__9jUDA{top:3.75rem;left:50%;transform:translateX(-50%);max-width:680px;height:auto;max-height:calc(100vw - 3.75rem - 3rem - 3.75rem);border-radius:16px;border:2px solid var(--white-color-white-100,#fff);padding:1.5rem}.modal_content__9jUDA[data-state=open]{animation:modal_contentShowOffset__s4EaS .25s cubic-bezier(.16,1,.3,1)}.modal_content__9jUDA[data-state=closed]{animation:modal_contentHideOffset__tM0w_ .25s cubic-bezier(.16,1,.3,1)}}@keyframes modal_contentShowCentered__Ect9K{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes modal_contentHideCentered__op8z_{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-48%) scale(.96)}}@keyframes modal_contentShowOffset__s4EaS{0%{opacity:0;transform:translateX(-50%) translateY(-8px) scale(.96)}to{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}}@keyframes modal_contentHideOffset__tM0w_{0%{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}to{opacity:0;transform:translateX(-50%) translateY(-8px) scale(.96)}}.modal_close__PUHhb{position:absolute;top:16px;right:16px;background-color:transparent;cursor:pointer}.modal_close__icon__KQtm7{width:2rem;height:2rem}.modal_title__qGQVH{text-wrap:balance;margin-bottom:.75rem;padding-right:1.25rem}.modal_body__YXAnN{padding:0 .75rem;max-height:100%;overflow:auto}.modal_body_centered__TiN58{text-align:center}@media(min-width:768px){.modal_body__YXAnN{padding:0}}.modal_img__lmytG{margin-bottom:.75rem}.modal_divider__ilbVW{height:1px;background-color:var(--black-color-light-grey,#d8dbe0);margin:1rem 0}.modal_footer__DvhZo{margin-top:1.875rem;display:flex;column-gap:.75rem}.modal_footer_centered__NvE0h{justify-content:center}@media(min-width:768px){.modal_footer__DvhZo{margin-top:2rem}}.modal_button__KwJ0k{width:100%;justify-content:center}@media(min-width:768px){.modal_button__KwJ0k{width:-moz-fit-content;width:fit-content}}