.login-popup{background:#fff;border:1px solid #ebebeb;border-radius:8px 8px 0 0;bottom:-100%;-webkit-box-shadow:0 46px 13px 0 transparent,0 29px 12px 0 rgba(0,0,0,.01),0 17px 10px 0 rgba(0,0,0,.02),0 7px 7px 0 rgba(0,0,0,.03),0 2px 4px 0 rgba(0,0,0,.04);box-shadow:0 46px 13px 0 transparent,0 29px 12px 0 rgba(0,0,0,.01),0 17px 10px 0 rgba(0,0,0,.02),0 7px 7px 0 rgba(0,0,0,.03),0 2px 4px 0 rgba(0,0,0,.04);display:none;height:auto;left:0;padding:16px 20px 20px;position:fixed;right:0;top:auto;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:bottom .3s ease,-webkit-transform .3s ease;transition:bottom .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,bottom .3s ease;transition:transform .3s ease,bottom .3s ease,-webkit-transform .3s ease;width:100%;z-index:1000}@media(min-width:1024px){.login-popup{border-radius:8px;bottom:auto;left:50%;padding:16px;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:264px}}.login-popup__top{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.login-popup__close{cursor:pointer;height:20px;width:20px}@media(min-width:1024px){.login-popup__close{display:none}}.login-popup__title{color:#0a0a0a;font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:20px;line-height:calc(20px*var(--type-scale, 1));margin-bottom:10px}.login-popup__desc{color:#a3a3a3;font-size:12px;font-size:calc(12px*var(--type-scale, 1));font-style:normal;font-weight:500;letter-spacing:0;line-height:16px;line-height:calc(16px*var(--type-scale, 1));margin-bottom:24px}@media(min-width:1024px){.login-popup__desc{margin-bottom:20px}}.login-popup__btns{-webkit-box-orient:vertical;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:12px}@media(min-width:1024px){.login-popup__btns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;-ms-flex-direction:row;flex-direction:row;gap:16px;justify-content:space-between}}.login-popup__login,.login-popup__signup{border-radius:999px;cursor:pointer;padding:12px 14px;width:100%}@media(min-width:1024px){.login-popup__login,.login-popup__signup{width:calc(50% - 8px)}}.login-popup__signup{background:#fff;color:#737373}@media(min-width:1024px){.login-popup__signup{border:1px solid #f2f2f2;border:1px solid var(--Neutral-100,#f2f2f2)}}.login-popup__login{background:#0a0a0a;color:#fff}.login-popup.show{bottom:0;display:block}@media(min-width:1024px){.login-popup.show{bottom:auto}}