.checkpoint-buttons{display:flex;gap:8px}.checkpoint-buttons .custom-button{align-items:center;border-radius:5px;cursor:pointer;display:flex;gap:8px;margin:16px 0;padding:12px 20px;text-decoration:none;transition:opacity .3s ease;width:fit-content}.custom-button.primary{background:#bf4c22;fill:#fff;color:#fff}.custom-button.secondary{background:#3166a9;fill:#fff;color:#fff}.custom-button:hover{background:#fff;fill:#3166a9;color:#3166a9}.custom-button__icon{height:1rem;width:1rem}@media only screen and (max-width:990px){.custom-button__icon{display:none}.checkpoint-buttons .custom-button{font-size:14px;gap:0;padding:12px 20px}}