.spec-button{min-width:5rem;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;padding:.375rem .75rem;border-radius:.25rem;border-width:1px;border-style:solid;text-align:center;text-decoration:none;overflow:hidden;white-space:nowrap;transition:all .2s;cursor:pointer;font-family:proximanova-bold;font-size:1rem;font-weight:400}@media(min-width:1280px){.spec-button{font-size:.875rem}}.spec-button:disabled{opacity:.5;pointer-events:none;cursor:not-allowed}@media(min-width:1280px){.spec-button{padding:.25rem .75rem}}.spec-button--primary{border-color:#3681cb;background-color:#3681cb;color:#fff}.spec-button--primary:hover:not(:disabled){border-color:#2b67a2;background-color:#2b67a2}.spec-button--primary:focus:not(:disabled){border-color:#204d7a;background-color:#204d7a}.spec-button--secondary{border-color:#e0e0e0;background-color:#e0e0e0;color:initial}.spec-button--secondary:hover:not(:disabled){border-color:silver;background-color:silver}.spec-button--secondary:focus:not(:disabled){border-color:#a0a0a0;background-color:#a0a0a0}.spec-button--text-only{border-color:#fff;background-color:#fff;color:initial}.spec-button--text-only:hover:not(:disabled){border-color:#d7e6f5;background-color:#d7e6f5;color:#3681cb}.spec-button--text-only:focus:not(:disabled){border-color:#afcdea;background-color:#afcdea;color:#204d7a}.spec-button--text-only:disabled{border-color:#fff;background-color:#fff;color:#3681cb}.spec-button--danger{border-color:#f44336;background-color:#f44336;color:#fff}.spec-button--danger:hover:not(:disabled){border-color:#c3362b;background-color:#c3362b}.spec-button--danger:focus:not(:disabled){border-color:#922820;background-color:#922820}.spec-input{display:flex;flex:1 1 auto;padding:.375rem .75rem;border-width:1px;border-style:solid;border-color:#e0e0e0;border-radius:.25rem;background-color:#fff;color:initial;transition:all .2s;font-family:OpenSans-Bold;font-size:1rem;font-weight:400}@media(min-width:1280px){.spec-input{font-size:.875rem}}@media(min-width:1280px){.spec-input{padding:.25rem .75rem}}.spec-input::placeholder{font-style:italic;font-family:OpenSans-Light;font-size:10pt;font-weight:400}@media(min-width:1280px){.spec-input::placeholder{font-size:9.75pt}}.spec-input:hover{border-color:#86b3e0}.spec-input:focus-visible{border-color:#3681cb;outline:none}.spec-input:focus-visible.spec-input--invalid{border-color:#c3362b;outline:1px solid #c3362b}.spec-input:disabled,.spec-input--disabled{background-color:#fff;pointer-events:none;opacity:.5}.spec-input--invalid{border-color:#f44336}.spec-input--readonly{border-color:transparent;background-color:transparent}input[type=number]{-moz-appearance:textfield;appearance:textfield;margin:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=checkbox]{cursor:pointer}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{border-radius:10px;border-radius:1rem;background:#e0e0e0}::-webkit-scrollbar-thumb{background:silver;border-radius:1rem}::-webkit-scrollbar-thumb:hover{background:#a0a0a0}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{height:100vh;overflow-x:hidden;color:#000000e6;font-family:OpenSans-Regular;font-size:1rem;font-weight:400}@media(min-width:1280px){body{font-size:.875rem}}ul{list-style-type:none}.form-error{margin-top:.25rem;color:#f44336;font-weight:600;font-family:OpenSans-Light;font-size:10pt;font-weight:400}@media(min-width:1280px){.form-error{font-size:9.75pt}}
