.popup[data-v-5f8e28ea]{width:100%;height:100vh;height:calc(var(--vh, 1vh)*100);position:fixed;left:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:100;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;will-change:opacity,background-color;-webkit-transition:opacity .25s ease-in-out,background-color .25s ease-in-out;transition:opacity .25s ease-in-out,background-color .25s ease-in-out;opacity:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:transparent;cursor:pointer}.popup[data-v-5f8e28ea]:not(.open){pointer-events:none}.popup.open[data-v-5f8e28ea]{opacity:1;background-color:rgba(0,0,0,.2)}.popup.open .content[data-v-5f8e28ea]{bottom:0}@media only screen and (min-width:1024px){.popup.open .content[data-v-5f8e28ea]{bottom:unset}}@media only screen and (min-width:1024px){.popup[data-v-5f8e28ea]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.popup .content[data-v-5f8e28ea]{padding:32px;will-change:bottom,border-radius,background,height;-webkit-transition:bottom .2s ease-in-out,border-radius .2s ease-in-out,background .2s ease-in-out,height .2s ease-in-out;transition:bottom .2s ease-in-out,border-radius .2s ease-in-out,background .2s ease-in-out,height .2s ease-in-out;height:calc(100vh - 102px);height:calc(var(--vh, 1vh)*100 - 102px);width:100%;cursor:default;bottom:-100%;position:absolute;overflow:auto;border-radius:45px 45px 0 0}@media only screen and (min-width:1024px){.popup .content[data-v-5f8e28ea]{width:500px;height:auto;--tw-border-opacity:1;border-color:rgba(222,223,227,var(--tw-border-opacity));border-radius:4px;border-width:1px;padding:32px}}.popup .close[data-v-5f8e28ea]{height:14px;position:absolute;right:24px;top:24px}.popup .close path[data-v-5f8e28ea]{fill:#fff;opacity:.8}