@media(max-width:989.98px){.popup-register .mobile-left{text-align:left}.popup-register .mobile-center{text-align:center}.popup-register .mobile-right{text-align:right}}.register-popup-modal{background:rgba(var(--color-foreground),.2);box-sizing:border-box;height:100%;left:0;margin:0 auto;opacity:0;overflow:auto;position:fixed;top:0;visibility:hidden;width:100%;z-index:-1}.register-popup-modal[open]{opacity:1;visibility:visible;z-index:101}.register-popup-modal__opener{display:inline-block}.register-popup-modal__content-info{padding:0 0 1rem}@media(min-width:750px){.register-popup-modal__content-info{padding:0 4rem 3rem}}.register-popup-modal__content-info>*{height:auto;margin:0 auto;max-width:100%;width:100%}@media screen and (max-width:749px){.register-popup-modal__content-info>*{max-height:100%}}.register-popup-modal__content{background-color:rgb(var(--color-background));border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-radius:var(--popup-corner-radius);border-style:solid;border-width:var(--popup-border-width);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));height:-moz-fit-content;height:fit-content;left:50%;margin:0 auto;min-width:60%;overflow:auto;padding:0 1.5rem;position:absolute;top:50%;transform:translate(-50%,-50%)}@media(max-width:749.98px){.register-popup-modal__content{width:92vw}}@media(min-width:990px){.register-popup-modal__content{padding:0 3rem}}.register-popup-modal__content.focused{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.register-popup-modal__content:focus-visible{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.register-popup-modal__toggle{align-items:center;background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:50%;color:rgba(var(--color-foreground),.55);cursor:pointer;display:flex;justify-content:center;margin:0 0 0 auto;padding:1.2rem;position:sticky;top:1.5rem;width:4rem;z-index:2}.register-popup-modal__toggle .icon{height:auto;margin:0;width:2.2rem}