@-webkit-keyframes htw-popup-fade-in{from{opacity:0}to{opacity:1}}@keyframes htw-popup-fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes htw-popup-fade-out{from{opacity:1}to{opacity:0}}@keyframes htw-popup-fade-out{from{opacity:1}to{opacity:0}}@-webkit-keyframes htw-popup-slide-up-in{from{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes htw-popup-slide-up-in{from{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes htw-popup-slide-up-out{from{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}}@keyframes htw-popup-slide-up-out{from{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}}@-webkit-keyframes htw-popup-zoom-in{from{opacity:0;-webkit-transform:scale(0.85);transform:scale(0.85)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes htw-popup-zoom-in{from{opacity:0;-webkit-transform:scale(0.85);transform:scale(0.85)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes htw-popup-zoom-out{from{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(0.85);transform:scale(0.85)}}@keyframes htw-popup-zoom-out{from{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(0.85);transform:scale(0.85)}}.htw-html-popup{display:none;position:fixed;inset:0;z-index:9999;background-color:rgba(0, 0, 0, var(--htw-popup-overlay-opacity, 0.5));-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.htw-html-popup__position-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.htw-html-popup__position-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:24px}.htw-html-popup__position-bottom-left{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:24px}.htw-html-popup--show{display:-webkit-box;display:-ms-flexbox;display:flex}.htw-html-popup--show .htw-html-popup__container{-webkit-animation-fill-mode:both;animation-fill-mode:both}.htw-html-popup__anim-fade.htw-html-popup--show .htw-html-popup__container{-webkit-animation:htw-popup-fade-in .35s ease-out;animation:htw-popup-fade-in .35s ease-out}.htw-html-popup__anim-fade.htw-html-popup--hide .htw-html-popup__container{-webkit-animation:htw-popup-fade-out .35s ease-in;animation:htw-popup-fade-out .35s ease-in}.htw-html-popup__anim-slide-up.htw-html-popup--show .htw-html-popup__container{-webkit-animation:htw-popup-slide-up-in .35s ease-out;animation:htw-popup-slide-up-in .35s ease-out}.htw-html-popup__anim-slide-up.htw-html-popup--hide .htw-html-popup__container{-webkit-animation:htw-popup-slide-up-out .35s ease-in;animation:htw-popup-slide-up-out .35s ease-in}.htw-html-popup__anim-zoom.htw-html-popup--show .htw-html-popup__container{-webkit-animation:htw-popup-zoom-in .35s cubic-bezier(0.34, 1.56, 0.64, 1);animation:htw-popup-zoom-in .35s cubic-bezier(0.34, 1.56, 0.64, 1)}.htw-html-popup__anim-zoom.htw-html-popup--hide .htw-html-popup__container{-webkit-animation:htw-popup-zoom-out .35s ease-in;animation:htw-popup-zoom-out .35s ease-in}.htw-html-popup__anim-none.htw-html-popup--show .htw-html-popup__container{-webkit-animation:none;animation:none}.htw-html-popup__anim-none.htw-html-popup--hide .htw-html-popup__container{-webkit-animation:none;animation:none}.htw-html-popup--hide{display:-webkit-box;display:-ms-flexbox;display:flex}.htw-html-popup__container{position:relative;background:#fff;border-radius:8px;-webkit-box-shadow:0 8px 32px rgba(0,0,0,.2);box-shadow:0 8px 32px rgba(0,0,0,.2);max-width:100%;overflow-y:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.htw-html-popup__close{position:absolute;top:10px;right:12px;background:rgba(0,0,0,0);border:none;cursor:pointer;font-size:28px;line-height:1;padding:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:28px;height:28px}.htw-html-popup__close:hover{opacity:.7}.htw-html-popup__close:focus-visible{outline:2px solid currentColor;outline-offset:2px;border-radius:4px}.htw-html-popup__close--outside{position:absolute;top:12px;right:12px;background:hsla(0,0%,100%,.9);border-radius:50%;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.3);box-shadow:0 2px 8px rgba(0,0,0,.3);z-index:10000}.htw-html-popup__content{padding:32px 24px 24px}.htw-html-popup__content>*:last-child{margin-bottom:0}