*,html{margin:0;padding:0;font-family:Inter,sans-serif;font-style:normal;box-sizing:border-box;color:#000}h1{font-size:20px}h2{font-size:18px}h3{font-size:16px}p,a,strong,ul,ol,li{font-size:14px;line-height:20px}:root{--primary-color: #FFBE00;--primary-hover-color: #e0a500;--red-color: #DE0101;--red-hover-color: #b50000;--green-color: #077F21;--green-hover-color: #056c1c;--background-color: #F1F1F1;--gray-background: #E5E5E5;--gray-text: #7A7A7A;--black-light: #000000DE;--link-color: #0169CD}a{color:var(--link-color)}button.primary,button.secondary,button.delete{display:inline-block;position:relative;padding:.5em 1em;font-size:1rem;font-family:inherit;font-weight:700;font-size:14px;border-radius:.25rem;text-align:center;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;height:50px;max-width:288px;width:100%;border-radius:24px;transition:background-color .2s,border-color .2s}button.primary{color:#000;background-color:var(--primary-color);border:1px solid var(--primary-color)}button.secondary{color:#000;background-color:#fff;border:1px solid black}button.delete{color:#fff;background-color:var(--red-color);border:1px solid var(--red-color)}button.primary:hover{background-color:var(--primary-hover-color);border-color:var(--primary-hover-color)}button.primary:focus{outline:2px solid var(--primary-color);outline-offset:2px}button.secondary:hover{background-color:var(--background-color);border-color:#000}button.secondary:focus{outline:2px solid white;outline-offset:2px}button.delete:hover{background-color:var(--red-hover-color);border-color:var(--red-hover-color)}button.delete:focus{outline:2px solid var(--red-color);outline-offset:2px}button.primary:disabled,button.secondary:disabled,button.delete:disabled{background-color:var(--gray-background);border-color:var(--gray-background);color:var(--gray-text);cursor:not-allowed;opacity:.65}button.primary:disabled:hover,button.secondary:disabled:hover,button.delete:disabled:hover{background-color:var(--gray-background);border-color:var(--gray-background)}button.primary:disabled:active,button.secondary:disabled:active,button.delete:disabled:active{background-color:var(--gray-background);border-color:var(--gray-background)}button.primary:disabled:focus,button.secondary:disabled:focus,button.delete:disabled:focus{outline:none}button.mobile{position:fixed;bottom:72px;border-radius:8px 8px 0 0;max-width:none;width:100vw}.buttons-center{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:32px;padding-right:32px;width:80vw;flex:1}.buttons-bottom{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-left:32px;padding-right:32px;padding-bottom:32px;width:80vw;flex:1}.overlay-padding-top{padding-top:64px}.overlay-text{font-size:20px;text-align:center;padding-left:32px;padding-right:32px;width:80vw}.button-margin{margin-bottom:16px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}
