.ui-modal{display:flex;height:100%;left:0;overflow-y:auto;padding:100px 0;position:fixed;top:0;width:100%;z-index:10000}.ui-modal.fade-in{align-items:flex-start;justify-content:center}@media screen and (min-width:1025px){.ui-modal.fade-in{align-items:center}}.ui-modal.fade-left{justify-content:flex-start}.ui-modal.fade-right{align-items:start;justify-content:flex-end;padding:0}@media screen and (min-width:769px)and (max-width:1025px){.ui-modal.fade-right{align-items:stretch}}@media screen and (min-width:1025px){.ui-modal.fade-right{align-items:stretch}}.ui-modal__mask{background:#000000b3;cursor:pointer;height:100%;left:0;position:fixed;top:0;width:100%}.ui-modal__container{max-width:inherit;position:relative}.ui-modal__close{background:var(--black-primary-black);border:solid #2a2a2a;border-radius:0 16px;border-width:0 0 1px 1px;cursor:pointer;padding:20px;position:absolute;right:20px;top:0;transition:all .3s;z-index:1}@media screen and (max-width:768px){.ui-modal__close{padding:10px;right:10px}}.ui-modal__close svg{fill:#717171;transition:all 0s}.ui-modal__close svg path{fill:inherit;transition:all 0s}.ui-modal__close svg{height:24px;width:24px}.ui-modal--zoom .ui-modal__container{height:auto;width:auto}.fade-in-enter-from,.fade-in-leave-to,.fade-left-enter-from,.fade-left-leave-to,.fade-right-enter-from,.fade-right-leave-to{opacity:0;transform:translate(0)}.fade-in-enter-active,.fade-in-enter-active .ui-modal__container,.fade-in-leave-active,.fade-in-leave-active .ui-modal__container,.fade-left-enter-active,.fade-left-enter-active .ui-modal__container,.fade-left-leave-active,.fade-left-leave-active .ui-modal__container,.fade-right-enter-active,.fade-right-enter-active .ui-modal__container,.fade-right-leave-active,.fade-right-leave-active .ui-modal__container{transition:all .3s ease 0s}.fade-in-enter-from .ui-modal__container,.fade-in-leave-to .ui-modal__container{transform:scale(1.1)}.fade-left-enter-from .ui-modal__container,.fade-left-leave-to .ui-modal__container{transform:translate(-100%)}.fade-right-enter-from .ui-modal__container,.fade-right-leave-to .ui-modal__container{transform:translate(100%)}
