.loader-box{width:100%;height:100%;background-color:white;position:absolute;top:0;z-index:999}.loader-box>.center-spin{position:fixed;left:calc(50% - 40px);top:calc(50% - 40px);width:80px;height:80px;border-radius:50%}.loader-box>.center-spin>div{position:absolute;width:100%;height:100%;box-sizing:border-box;border-radius:50%}.loader-box>.center-spin>div.a{left:0%;top:0%;animation:spin-a 1.3s linear infinite;border-bottom:6px solid red}.loader-box>.center-spin>div.b{right:0%;top:0%;animation:spin-b 1.3s linear infinite;border-right:6px solid green}.loader-box>.center-spin>div.c{right:0%;bottom:0%;animation:spin-c 1.3s linear infinite;border-top:6px solid blue}.loader-box>.outer-circle{border-top:16px solid blue;border-right:16px solid green;border-bottom:16px solid red;border-left:16px solid #ffffff00;border-radius:50%;width:120px;height:120px;animation:spin 2.75s linear infinite;position:fixed;left:calc(50% - 120px / 2);top:calc(50% - 120px / 2)}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes spin-a{0%{transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}100%{transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@keyframes spin-b{0%{transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}100%{transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@keyframes spin-c{0%{transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}100%{transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}#content{flex:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:auto}#content>.page{flex:1;align-self:stretch}*{margin:0;padding:0;box-sizing:border-box;position:relative}:root{color-scheme:only light}html{width:100%;min-height:100%;overflow-x:hidden}body{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;overflow-x:hidden;color:#191919;background:white;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body>header{width:100%;flex:0 0 auto;background:white;border-bottom:1px solid #eeeeee}body>header>.inner{width:100%;max-width:75rem;min-height:3rem;margin-inline:auto;padding:.375rem clamp(1rem, 4vw, 2rem);display:flex;align-items:center;justify-content:space-between;gap:1rem}body>header>.inner>.brand{font-weight:700}body>header>.inner>.language{margin:0;padding:0;border:0}body>header>.inner>.language>.options{display:flex;gap:.25rem}body>header>.inner>.language>.options>.option{min-width:2.5rem;min-height:2.25rem;padding:.3rem .45rem;background:white;border:1px solid transparent;cursor:pointer}body>header>.inner>.language>.options>.option:hover,body>header>.inner>.language>.options>.option.is-active{background:rgba(67,173,255,0.25)}body>header>.inner>.language>.options>.option.is-active{border-color:rgba(0,47,228,0.66);font-weight:700}body>#content{width:100%;min-height:0;flex:1 0 auto}button{color:inherit;font:inherit}button:focus-visible{outline:3px solid blue;outline-offset:3px}.visually-hidden{width:1px;height:1px;padding:0;margin:-1px;position:absolute;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}#content>.page-form{width:100%;min-height:calc(100vh - 3rem);min-height:calc(100dvh - 3rem);padding:clamp(1rem, 4vw, 2rem);display:flex;align-items:center;justify-content:center}#content>.page-form>h1{font-size:clamp(2.5rem, 10vw, 6rem);line-height:1}