.custom-btn{padding:12px 24px;border-radius:24px;font-family:var(--font-source-sans);font-size:16px;line-height:24px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent}.custom-btn.primary{background:var(--blue-500);color:white}.custom-btn.primary:hover{background:var(--blue-700)}.custom-btn.secondary{background:white;color:var(--blue-500);border-color:var(--blue-500)}.custom-btn.outline{background:#ffffff;color:var(--orange-700);border-color:var(--orange-700)}.custom-btn.outline:hover{background:var(--orange-50);border-color:white}.custom-btn.outline-blue{background:#ffffff;color:var(--blue-500)}.custom-btn.whatsappBtn{background:#075E54;color:white;border:1px solid transparent}.arrow img{height:24px;width:24px;object-fit:contain}.custom-btn.outline-blue .arrow img{filter:brightness(0)}.custom-btn.outline .arrow img{filter:brightness(0) saturate(100%) invert(42%) sepia(61%) saturate(2465%) hue-rotate(336deg) brightness(87%) contrast(85%)}