.button{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:106%;letter-spacing:0;vertical-align:middle;text-transform:uppercase;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;opacity:1;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;outline:none}.button *{font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;text-transform:inherit!important;margin:0!important}.button--primary,.button--primary:hover:not(:disabled){background-color:#d3ebce;color:#1a1a1a}.button--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 25px #d3ebce99}.button--primary:active:not(:disabled){transform:translateY(0)}.button--primary:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.button--medium,.button--small{width:110px;height:30px;font-size:12px}.button--large{height:50px;font-size:16px;padding:12px 24px}.button--regular{width:auto;min-width:120px}.button--extended{width:100%}.button--secondary{background-color:#fff;color:#1a1a1a;border:2px solid #d3ebce}.button--secondary:hover:not(:disabled){background-color:#fff;border-color:#d3ebce;color:#1a1a1a;transform:translateY(-1px);box-shadow:0 8px 25px #d3ebce99}.button--secondary:active:not(:disabled){transform:translateY(0)}.button--secondary:disabled{background-color:#f9fafb;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.button--danger{background-color:#ef4444;color:#fff}.button--danger:hover{background-color:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}.button--danger:active{transform:translateY(0)}.button--loading{position:relative;pointer-events:none}.button__spinner{display:inline-block;width:14px;height:14px;border:2px solid #0000001a;border-top-color:initial;border-radius:50%;animation:button-spinner-spin .6s linear infinite;margin-right:8px}.button__loading-text{opacity:.7}@keyframes button-spinner-spin{to{transform:rotate(1turn)}}.button--large .button__spinner{width:18px;height:18px;border-width:2.5px}.button--small .button__spinner{width:12px;height:12px;border-width:2px}@media (max-width:480px){.button--medium{width:110px;height:30px;font-size:12px}.button--small{width:100px;height:32px;font-size:11px}.button--large{height:48px;font-size:16px;padding:14px 24px}}