html.noscroll{overflow-y:hidden;position:relative}.btp-modal{position:fixed;bottom:0;left:0;right:0;top:0}.btp-modal--show{opacity:1;z-index:1000}.btp-modal--hide{opacity:0;z-index:-1;transition-delay:1.5s}.btp-modal__content{background-color:var(--neutral-color-01);max-height:0;overflow:hidden;padding:24px 16px;position:fixed;width:100%;z-index:11;transition:transform 1.5s ease;bottom:0;right:0}.btp-modal__content::-webkit-scrollbar{width:5px}.btp-modal__content::-webkit-scrollbar-thumb{background:var(--brand-color-01);cursor:pointer}.btp-modal__content::-webkit-scrollbar-track{background:var(--theme-color-retro-white-secundary)}@media (min-width:768px){.btp-modal__content{padding:24px 16px;height:100vh}.btp-modal__content--default{width:474px}.btp-modal__content--full{width:100%}}.btp-modal__content--opened{max-height:calc(100% - 80px);overflow-y:auto}@media (min-width:768px){.btp-modal__content--opened{max-height:inherit}}.btp-modal__content--closed{max-height:calc(100% - 80px);overflow-y:auto;transform:translateY(100%)}@media (min-width:768px){.btp-modal__content--closed{max-height:inherit;transform:translateX(100%)}}.btp-modal__mask{-webkit-backdrop-filter:blur(27.7059px);backdrop-filter:blur(27.7059px);background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)),rgba(0,0,0,.5);background-blend-mode:soft-light,normal;height:100vh}.btp-modal__mask:after,.btp-modal__mask:before{display:none!important}.btp-modal__btn-close{position:absolute;left:21px;top:27px;cursor:pointer;z-index:1;color:var(--neutral-color-04)}.btp-modal__btn-close:hover svg{color:var(--brand-color-01)}@media (min-width:768px){.btp-modal__btn-close{left:inherit;right:29px;top:29px}}