/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
.primary-btn{color:#fff;letter-spacing:.1em;text-transform:uppercase;background:#e06b1f;border:1px solid #d45a1a;align-items:center;gap:14px;margin-top:-2rem;padding:8px 22px;font-family:DM Mono,DM Mono Fallback,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;text-decoration:none;transition:all .25s;display:inline-flex;position:relative;font-weight:700!important}.primary-btn:before,.primary-btn:after{content:"";border:1px solid #fff;width:8px;height:8px;transition:all .25s;position:absolute}.primary-btn:before{border-bottom:none;border-right:none;top:-1px;left:-1px}.primary-btn:after{border-top:none;border-left:none;bottom:-1px;right:-1px}.primary-btn:hover{transform:translateY(-1px)}.primary-btn:hover:before{top:-4px;left:-4px}.primary-btn:hover:after{bottom:-4px;right:-4px}.btnArrow{font-size:20px}.secondary-btn{color:#fff;letter-spacing:.05em;text-transform:uppercase;background:0 0;border-bottom:1px solid #ffffff80;padding-bottom:3px;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-block}@media (max-width:768px){.secondary-btn{font-weight:500!important}}.secondary-btn:hover{color:#e8873a;border-bottom-color:#e8873a}