<!DOCTYPE html><!-- Last Published: Thu Oct 10 2024 15:57:56 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="%%PUBLISH_URL_REPLACEMENT%%" data-wf-page="640ac19d3a0b752067a51776" data-wf-site="640ac19d3a0b7505c7a51772" lang="en"><head><meta charset="utf-8"/><title>Not Found</title><meta content="Not Found" property="og:title"/><meta content="Not Found" property="twitter:title"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/640ac19d3a0b7505c7a51772/css/hithrive.webflow.2a0714f76.css" rel="stylesheet" type="text/css"/><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/640ac19d3a0b7505c7a51772/6420cf89e50209d324192e71_Favicon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/640ac19d3a0b7505c7a51772/6420cf919a0100361fd267e6_Webclip.jpg" rel="apple-touch-icon"/><link href="https://www.hithrive.com/404" rel="canonical"/><!-- Please keep this css code to improve the font quality-->
<style>
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-appearance:none;
}
textarea { resize: none; }
.page-load {
display: none !important;
}
</style>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W7RB9TB');</script>
<!-- End Google Tag Manager -->
<!-- Text Highlight Color -->
<style>
::selection {color: #fff; background: #FA786B;}
</style>
<link rel="preload" href="https://assets.website-files.com/640ac19d3a0b7505c7a51772/640e1fe666334ed0d204695c_HafferXH-Medium.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://assets.website-files.com/640ac19d3a0b7505c7a51772/640e1f4e045ae2a0cb7aaa5e_GooperSemiCondensed7-Medium.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://assets.website-files.com/640ac19d3a0b7505c7a51772/640e1fe6b79a0902295f5db8_HafferXH-SemiBold.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://assets.website-files.com/640ac19d3a0b7505c7a51772/640e1fa7bc45fd9c7547a207_Gooper7-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://assets.website-files.com/640ac19d3a0b7505c7a51772/640e1f93760bf341e7905ee5_GooperSemiCondensed7-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://assets.website-files.com/640ac19d3a0b7505c7a51772/640e1f844b3f34d4e22b9abd_GooperSemiCondensed7-Bold.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://assets.website-files.com/640ac19d3a0b7505c7a51772/640e1fe65617007564ebb04a_HafferXH-Regular.woff2" as="font" type="font/woff2" crossorigin>
<style>
body {
--nav-height:70px;
}
body.nav--hidden .nav-wrapper {
transform: translateY(calc(-1*var(--nav-height)));
transition: transform 0.3s ease-in-out;
}
</style>
<script>
let lastScrollY = window.scrollY;
window.addEventListener("scroll", () => {
// Scrolling down, hide the navigation bar
if (window.scrollY > lastScrollY + 10) {
document.body.classList.add("nav--hidden");
// Scrolling up, show the navigation bar
} else if(window.scrollY < lastScrollY - 10) {
document.body.classList.remove("nav--hidden");
}
lastScrollY = window.scrollY;
});
</script></head><body><div class="page-wrapper"><div class="global-styles w-embed"><style>
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
margin-bottom: 0 !important;
}
/*
Make the following elements inherit typography styles from the parent and not have hardcoded values.
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
*/
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
pointer-events: auto;
}
/* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/
.div-square::after {
content: "";
display: block;
padding-bottom: 100%;
}
/*Hide focus outline for main content element*/
main:focus-visible {
outline: -webkit-focus-ring-color auto 0px;
}
/* Make sure containers never lose their center alignment*/
.container-medium, .container-small, .container-large {
margin-right: auto !important;
margin-left: auto !important;
}
/*Reset selects, buttons, and links styles*/
.w-input, .w-select, a {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
/*Apply "..." after 3 lines of text */
.text-style-3lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text-style-2lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* Apply "..." at 100% width */
.truncate-width {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Removes native scrollbar */
.no-scrollbar {
-ms-overflow-style: none; // IE 10+
overflow: -moz-scrollbars-none; // Firefox
}
.no-scrollbar::-webkit-scrollbar {
display: none; // Safari and Chrome
}
/* Adds inline flex display */
.display-inlineflex {
display: inline-flex;
}
/* These classes are never overwritten */
.hide {
display: none !important;
}
@media screen and (max-width: 991px) {
.hide, .hide-tablet {
display: none !important;
}
}
@media screen and (max-width: 767px) {
.hide-mobile-landscape{
display: none !important;
}
}
@media screen and (max-width: 479px) {
.hide-mobile{
display: none !important;
}
}
.margin-0 {
margin: 0rem !important;
}
.padding-0 {
padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
margin-right: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-top {
padding-right: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-right {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-right {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-bottom {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-bottom {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-left: 0rem !important;
}
.margin-left {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-left {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-horizontal {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-horizontal {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-vertical {
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-vertical {
padding-right: 0rem !important;
padding-left: 0rem !important;
}
html { font-size: calc(0.625rem + 0.41666666666666663vw); }
@media screen and (max-width:1920px) { html { font-size: calc(0.625rem + 0.41666666666666674vw); } }
@media screen and (max-width:1440px) { html { font-size: calc(0.8126951092611863rem + 0.20811654526534862vw); } }
@media screen and (max-width:479px) { html { font-size: calc(0.7494769874476988rem + 0.8368200836820083vw); } }
@media only screen and (max-width: 1110px) and (min-width: 992px) {
.navbar1_menu-buttons {
display: none !important;
}
.navbar1_menu-buttons.is-sticky {
display: flex !important;
}
}
.slack-howto-list-item::before {
content: "" counter(howToList) ".";
display: block;
width: 2rem;
height: 2rem;
background: rgba(0,0,0,0.1);
border-radius: 100em;
line-height: 2rem;
text-align: center;
font-size: 0.8em;
position: absolute;
left: 0;
top: 0;
}
</style></div><main class="main-wrapper"><div id="nav" data-w-id="db3b2471-0275-886c-2b20-9635060a7ec8" class="nav-wrapper"><div data-collapse="medium" data-animation="default" data-duration="400" data-w-id="db3b2471-0275-886c-2b20-9635060a7ec9" data-easing="ease" data-easing2="ease" role="banner" class="navbar_component w-nav"><div class="container-large navbar_container"><a href="/" class="nav_logo-link w-nav-brand"><div class="logo-primary_wrapper"><div class="logo w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 158.24 29.67"> <path d="M30.8045 0.951172H18.7215C18.2509 0.951172 17.8664 1.33572 17.8664 1.80629V2.04916C17.8664 2.47419 18.1801 2.83344 18.6001 2.89416C20.8568 3.23317 21.4589 4.07311 21.4589 7.44298V10.2866C21.4589 10.7572 21.0743 11.1417 20.6038 11.1417H11.0558C10.5852 11.1417 10.2007 10.7572 10.2007 10.2866V7.44298C10.2007 4.16925 10.737 3.24329 13.0646 2.89416C13.4845 2.82838 13.7932 2.47419 13.7932 2.04916V1.80629C13.7932 1.33572 13.4086 0.951172 12.9381 0.951172H0.855117C0.38455 0.951172 0 1.33572 0 1.80629V2.0441C0 2.46913 0.313712 2.83344 0.73874 2.8891C3.22819 3.22811 3.8708 4.08323 3.8708 7.44298V22.6884C3.8708 25.9823 3.29397 26.8982 0.73874 27.2473C0.318772 27.303 0 27.6673 0 28.0923V28.3301C0 28.8007 0.38455 29.1852 0.855117 29.1852H12.9381C13.4086 29.1852 13.7932 28.8007 13.7932 28.3301V28.0872C13.7932 27.6622 13.4795 27.303 13.0595 27.2422C10.8028 26.9032 10.2007 26.0633 10.2007 22.6934V14.1777C10.2007 13.7071 10.5852 13.3225 11.0558 13.3225H20.5987C21.0693 13.3225 21.4538 13.7071 21.4538 14.1777V22.6934C21.4538 25.9672 20.9175 26.8931 18.5899 27.2422C18.17 27.308 17.8613 27.6622 17.8613 28.0872V28.3301C17.8613 28.8007 18.2459 29.1852 18.7164 29.1852H30.7994C31.27 29.1852 31.6545 28.8007 31.6545 28.3301V28.0923C31.6545 27.6673 31.3408 27.303 30.9158 27.2473C28.4263 26.9083 27.7837 26.0532 27.7837 22.6934V7.44804C27.7837 4.15407 28.3605 3.23823 30.9158 2.8891C31.3357 2.83344 31.6545 2.46913 31.6545 2.0441V1.80629C31.6545 1.33572 31.27 0.951172 30.7994 0.951172H30.8045Z" fill="currentColor"></path> <path d="M145.876 16.2219L157.478 16.1561C157.934 16.1561 158.288 15.7564 158.237 15.306C157.726 10.7066 154.427 8.37402 149.706 8.37402C143.776 8.37402 140.229 12.9734 140.229 19.5462C140.229 25.3954 144.059 29.671 149.706 29.671C154.569 29.671 157.043 26.6199 158.035 23.8876C158.202 23.4221 157.999 22.906 157.559 22.6833C157.164 22.486 156.684 22.5771 156.395 22.911C155.353 24.1254 153.941 24.8287 151.558 24.8287C148.128 24.8287 145.588 22.5315 145.147 17.8107C145.147 17.8107 145.127 17.4211 145.107 17.0315C145.082 16.5912 145.431 16.2219 145.871 16.2219H145.876ZM145.127 13.4744C145.426 11.7237 146.807 10.3878 148.78 10.3878C150.88 10.3878 152.17 11.5162 152.575 13.4339C152.676 13.9146 152.317 14.37 151.821 14.37H145.881C145.405 14.37 145.041 13.9399 145.122 13.4744H145.127Z" fill="currentColor"></path> <path d="M66.0667 10.1905C66.5372 10.1905 66.9218 9.80594 66.9218 9.33537V1.80629C66.9218 1.33572 66.5372 0.951172 66.0667 0.951172H45.1846C44.714 0.951172 44.3295 1.33572 44.3295 1.80629V9.33537C44.3295 9.80594 44.714 10.1905 45.1846 10.1905H45.4679C45.898 10.1905 46.2573 9.87172 46.3129 9.44669C46.8898 5.15086 48.0991 3.41027 51.6511 3.41027H51.6207C52.0913 3.41027 52.4759 3.79482 52.4759 4.26538V22.6934C52.4759 26.2657 51.7422 27.0348 48.3065 27.2827C47.8613 27.3131 47.5172 27.6875 47.5172 28.1328V28.3301C47.5172 28.8007 47.9017 29.1852 48.3723 29.1852H62.8789C63.3495 29.1852 63.7341 28.8007 63.7341 28.3301V28.1328C63.7341 27.6875 63.39 27.3131 62.9397 27.2827C59.5748 27.0398 58.7703 26.3315 58.7703 22.6934V4.26538C58.7703 3.79482 59.1549 3.41027 59.6254 3.41027H59.5951C63.1471 3.41027 64.3564 5.11038 64.9332 9.44163C64.9889 9.86666 65.3532 10.1854 65.7782 10.1854H66.0616L66.0667 10.1905Z" fill="currentColor"></path> <path d="M139.414 9.60863C138.392 22.5771 132.599 27.1461 127.62 29.1802C126.8 29.5141 125.884 29.5243 125.065 29.1852C121.25 27.6167 119.231 23.7965 121.062 20.037C122.069 17.9675 123.78 16.3585 125.247 15.2554C125.981 14.709 125.586 13.5401 124.67 13.5401H120.491C119.949 13.5401 119.58 12.9987 119.772 12.4978L121.047 9.18866C121.189 8.81929 121.543 8.57642 121.938 8.57642H128.667C129.35 8.57642 129.811 9.27468 129.543 9.9021C127.311 15.2099 125.07 23.1337 126.016 27.1664C126.188 27.9051 127.089 28.1176 127.64 27.5965C130.949 24.4998 134.845 17.1529 133.899 9.8262C133.813 9.16336 134.339 8.57642 135.007 8.57642H138.468C139.025 8.57642 139.46 9.05204 139.42 9.60863H139.414Z" fill="currentColor"></path> <path d="M113.23 7.01803C115.289 7.01803 116.736 5.4849 116.736 3.47107C116.736 1.45724 115.284 0 113.23 0C111.175 0 109.723 1.49266 109.723 3.47107C109.723 5.44948 111.175 7.01803 113.23 7.01803Z" fill="currentColor"></path> <path d="M118.983 27.4092C117.359 27.1714 116.711 26.5389 116.711 24.6668V10.5498C116.711 9.63394 115.962 8.89014 115.046 8.89014H114.965C114.783 8.89014 114.601 8.92049 114.429 8.98121L108.352 10.9191C107.988 11.0456 107.714 11.3644 107.684 11.7439C107.639 12.3207 108.109 12.7964 108.676 12.7711C108.787 12.7711 108.888 12.7609 108.974 12.7609C110.184 12.7609 110.831 13.2467 110.831 14.4155V24.8237C110.831 26.5693 110.295 27.1816 108.559 27.4092C108.124 27.4649 107.8 27.8343 107.8 28.2694V28.3048C107.8 28.7855 108.19 29.1751 108.671 29.1751H118.871C119.352 29.1751 119.742 28.7855 119.742 28.3048V28.2593C119.742 27.8242 119.418 27.4598 118.988 27.3991L118.983 27.4092Z" fill="currentColor"></path> <path d="M38.8142 7.01803C40.8736 7.01803 42.3207 5.4849 42.3207 3.47107C42.3207 1.45724 40.8685 0 38.8142 0C36.7599 0 35.3077 1.49266 35.3077 3.47107C35.3077 5.44948 36.7599 7.01803 38.8142 7.01803V7.01803Z" fill="currentColor"></path> <path d="M44.7039 27.4092C43.0797 27.1714 42.432 26.5389 42.432 24.6668V10.5498C42.432 9.63394 41.6832 8.89014 40.7673 8.89014H40.6864C40.5042 8.89014 40.322 8.92049 40.15 8.98121L34.0731 10.9191C33.7088 11.0456 33.4356 11.3644 33.4052 11.7439C33.3597 12.3207 33.8302 12.7964 34.3969 12.7711C34.5083 12.7711 34.6095 12.7609 34.6955 12.7609C35.9048 12.7609 36.5524 13.2467 36.5524 14.4155V24.8237C36.5524 26.5693 36.0161 27.1816 34.2806 27.4092C33.8454 27.4649 33.5216 27.8343 33.5216 28.2694V28.3048C33.5216 28.7855 33.9112 29.1751 34.3919 29.1751H44.5926C45.0733 29.1751 45.4629 28.7855 45.4629 28.3048V28.2593C45.4629 27.8242 45.139 27.4598 44.709 27.3991L44.7039 27.4092Z" fill="currentColor"></path> <path d="M105.792 8.85974H105.316C101.926 8.85974 99.7097 10.6762 99.1025 14.3042C99.057 14.6027 98.6168 14.5673 98.6168 14.2637V10.5143C98.6168 9.59848 97.873 8.85468 96.9571 8.85468H96.8762C96.694 8.85468 96.5119 8.88504 96.3398 8.94576L90.6981 10.8837C90.3338 11.0102 90.0605 11.329 90.0302 11.7084C89.9847 12.2853 90.4552 12.7609 91.0219 12.7356C91.1332 12.7356 91.2344 12.7255 91.3205 12.7255C92.5298 12.7255 93.1774 13.2112 93.1774 14.3801V24.8236C93.1774 26.63 92.5551 27.3637 90.6981 27.4699C90.5311 27.48 90.4856 27.4851 90.2984 27.4851C90.1263 27.4851 90.101 27.4851 89.9492 27.4699C88.1479 27.3637 87.4193 26.6249 87.4193 24.6617V15.1036C87.4193 10.3423 84.8388 8.36893 81.0489 8.36893C78.4684 8.36893 76.4495 9.51247 75.0833 11.5263C74.9467 11.7287 74.6381 11.6325 74.6381 11.3947V4.81691C74.6381 3.44063 75.1339 2.88404 75.9385 2.71201C76.3433 2.62599 76.6367 2.28192 76.6367 1.87207V1.80629C76.6367 1.33572 76.2522 0.951172 75.7816 0.951172H69.6946C69.1734 0.951172 68.7484 1.3762 68.7484 1.89737V24.8236C68.7484 26.5288 68.2171 27.1107 66.4866 27.389C66.0464 27.4598 65.7226 27.8342 65.7226 28.2795C65.7226 28.7754 66.1274 29.1802 66.6233 29.1802H75.9132C76.409 29.1802 76.8138 28.7754 76.8138 28.2795V28.2491C76.8138 27.8292 76.5203 27.4598 76.1105 27.3687C75.0074 27.1208 74.6381 26.5845 74.6381 24.8236V15.8171C74.6381 13.7982 76.2572 12.1436 78.2711 12.1183C78.2964 12.1183 78.3217 12.1183 78.347 12.1183C80.2849 12.1183 81.5347 13.3276 81.5347 15.7867V24.94C81.5347 26.4327 81.135 27.1259 80.0521 27.3789C79.6474 27.475 79.3589 27.8393 79.3589 28.2542V28.2694C79.3589 28.7653 79.7637 29.17 80.2596 29.17H102.321C102.786 29.17 103.191 28.8209 103.221 28.3554C103.252 27.8747 102.887 27.4649 102.412 27.4345C99.9931 27.2726 99.0671 26.8071 99.0671 24.6516V18.7619C99.0671 15.0935 101.202 14.203 103.343 14.203C104.087 14.203 104.673 14.4357 105.164 14.7089C105.24 14.7494 105.321 14.7848 105.407 14.8051C105.964 14.9215 106.455 14.5015 106.455 13.9702V9.49728C106.455 9.13803 106.161 8.84456 105.802 8.84456L105.792 8.85974Z" fill="currentColor"></path> </svg></div></div></a><nav role="navigation" class="navbar-menu w-nav-menu"><div class="navbar-menu-wrap"><a href="/platform" class="navbar_link w-inline-block"><div class="nav-link_text-wrapper"><div>Platform</div><div class="nav-link_underline"></div></div></a><a href="/rewards" class="navbar_link w-inline-block"><div class="nav-link_text-wrapper"><div>Rewards</div><div class="nav-link_underline"></div></div></a><a href="/integrations" class="navbar_link w-inline-block"><div class="nav-link_text-wrapper"><div>Integrations</div><div class="nav-link_underline"></div></div></a><a href="/security" class="navbar_link w-inline-block"><div class="nav-link_text-wrapper"><div>Security</div><div class="nav-link_underline"></div></div></a><a href="/pricing" class="navbar_link w-inline-block"><div class="nav-link_text-wrapper"><div>Pricing</div><div class="nav-link_underline"></div></div></a></div><div data-hover="false" data-delay="200" class="navbar1_menu-dropdown hide w-dropdown"><div class="navbar1_dropdwn-toggle w-dropdown-toggle"><div class="dropdown-icon w-icon-dropdown-toggle"></div><div>Link Four</div></div><nav class="navbar1_dropdown-list w-dropdown-list"><a href="#" class="navbar1_dropdown-link w-dropdown-link">Link Five</a><a href="#" class="navbar1_dropdown-link w-dropdown-link">Link Six</a><a href="#" class="navbar1_dropdown-link w-dropdown-link">Link Seven</a></nav></div><div class="navbar1_menu-buttons"><div class="navbar1_button-wrapper"><a href="https://app.hithrive.com" target="_blank" class="button is-link is-sign-in w-button">Sign in</a></div><div class="navbar1_button-wrapper"><a href="#" class="button is-small is-nav-cta book-demo-btn w-button">Book a demo</a></div></div></nav><div class="navbar4_menu-button w-nav-button"><div class="menu-icon4"><div class="menu-icon4_wrapper"><div class="menu-icon4_line-top"></div><div class="menu-icon4_line-middle"><div class="menu-icon_line-middle-base"></div></div><div class="menu-icon4_line-bottom"></div></div></div></div></div></div><div data-w-id="10d0a5d0-4369-20b6-00c1-2beb26a524cb" class="navbat_trigger"></div><div class="navbar1_menu-buttons is-sticky"><div class="navbar1_button-wrapper"><a href="https://app.hithrive.com" target="_blank" class="button is-link is-sign-in w-button">Sign in</a></div><div class="navbar1_button-wrapper"><a href="#" class="button is-small is-nav-cta book-demo-btn w-button">Book a demo</a></div></div></div><div class="utility_component"><div class="utility_form-block w-form"><div class="_404-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="currentWidth" height="currentHeight" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20 12V5.749a.6.6 0 0 0-.176-.425l-3.148-3.148A.6.6 0 0 0 16.252 2H4.6a.6.6 0 0 0-.6.6v18.8a.6.6 0 0 0 .6.6H11M8 10h8M8 6h4m-4 8h3m9.5 6.5L22 22"></path><path d="M15 18a3 3 0 1 0 6 0a3 3 0 0 0-6 0Zm1-16v3.4a.6.6 0 0 0 .6.6H20"></path></g></svg></div><h3 class="heading-style-h3">Oops! Page Not Found</h3><div class="padding-xxsmall"></div><div>The page you are looking for no longer exists or has been moved</div><div class="padding-xxsmall"></div><a href="/" class="button w-button">Go Home</a></div></div></main><footer id="footer" data-w-id="c70322f1-2695-4890-f2a4-a35ef47a9c9c" class="footer"><div class="footer_component"><div class="page-padding"><div class="container-large"><div class="padding-vertical padding-xxlarge padding-top"><div class="w-layout-grid footer3_top-wrapper"><div class="footer3_left-wrapper"><div class="margin-bottom margin-xsmall"><a href="/" class="footer3_logo-link w-nav-brand"><div class="logo-primary_wrapper"><div class="logo w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 158.24 29.67"> <path d="M30.8045 0.951172H18.7215C18.2509 0.951172 17.8664 1.33572 17.8664 1.80629V2.04916C17.8664 2.47419 18.1801 2.83344 18.6001 2.89416C20.8568 3.23317 21.4589 4.07311 21.4589 7.44298V10.2866C21.4589 10.7572 21.0743 11.1417 20.6038 11.1417H11.0558C10.5852 11.1417 10.2007 10.7572 10.2007 10.2866V7.44298C10.2007 4.16925 10.737 3.24329 13.0646 2.89416C13.4845 2.82838 13.7932 2.47419 13.7932 2.04916V1.80629C13.7932 1.33572 13.4086 0.951172 12.9381 0.951172H0.855117C0.38455 0.951172 0 1.33572 0 1.80629V2.0441C0 2.46913 0.313712 2.83344 0.73874 2.8891C3.22819 3.22811 3.8708 4.08323 3.8708 7.44298V22.6884C3.8708 25.9823 3.29397 26.8982 0.73874 27.2473C0.318772 27.303 0 27.6673 0 28.0923V28.3301C0 28.8007 0.38455 29.1852 0.855117 29.1852H12.9381C13.4086 29.1852 13.7932 28.8007 13.7932 28.3301V28.0872C13.7932 27.6622 13.4795 27.303 13.0595 27.2422C10.8028 26.9032 10.2007 26.0633 10.2007 22.6934V14.1777C10.2007 13.7071 10.5852 13.3225 11.0558 13.3225H20.5987C21.0693 13.3225 21.4538 13.7071 21.4538 14.1777V22.6934C21.4538 25.9672 20.9175 26.8931 18.5899 27.2422C18.17 27.308 17.8613 27.6622 17.8613 28.0872V28.3301C17.8613 28.8007 18.2459 29.1852 18.7164 29.1852H30.7994C31.27 29.1852 31.6545 28.8007 31.6545 28.3301V28.0923C31.6545 27.6673 31.3408 27.303 30.9158 27.2473C28.4263 26.9083 27.7837 26.0532 27.7837 22.6934V7.44804C27.7837 4.15407 28.3605 3.23823 30.9158 2.8891C31.3357 2.83344 31.6545 2.46913 31.6545 2.0441V1.80629C31.6545 1.33572 31.27 0.951172 30.7994 0.951172H30.8045Z" fill="currentColor"></path> <path d="M145.876 16.2219L157.478 16.1561C157.934 16.1561 158.288 15.7564 158.237 15.306C157.726 10.7066 154.427 8.37402 149.706 8.37402C143.776 8.37402 140.229 12.9734 140.229 19.5462C140.229 25.3954 144.059 29.671 149.706 29.671C154.569 29.671 157.043 26.6199 158.035 23.8876C158.202 23.4221 157.999 22.906 157.559 22.6833C157.164 22.486 156.684 22.5771 156.395 22.911C155.353 24.1254 153.941 24.8287 151.558 24.8287C148.128 24.8287 145.588 22.5315 145.147 17.8107C145.147 17.8107 145.127 17.4211 145.107 17.0315C145.082 16.5912 145.431 16.2219 145.871 16.2219H145.876ZM145.127 13.4744C145.426 11.7237 146.807 10.3878 148.78 10.3878C150.88 10.3878 152.17 11.5162 152.575 13.4339C152.676 13.9146 152.317 14.37 151.821 14.37H145.881C145.405 14.37 145.041 13.9399 145.122 13.4744H145.127Z" fill="currentColor"></path> <path d="M66.0667 10.1905C66.5372 10.1905 66.9218 9.80594 66.9218 9.33537V1.80629C66.9218 1.33572 66.5372 0.951172 66.0667 0.951172H45.1846C44.714 0.951172 44.3295 1.33572 44.3295 1.80629V9.33537C44.3295 9.80594 44.714 10.1905 45.1846 10.1905H45.4679C45.898 10.1905 46.2573 9.87172 46.3129 9.44669C46.8898 5.15086 48.0991 3.41027 51.6511 3.41027H51.6207C52.0913 3.41027 52.4759 3.79482 52.4759 4.26538V22.6934C52.4759 26.2657 51.7422 27.0348 48.3065 27.2827C47.8613 27.3131 47.5172 27.6875 47.5172 28.1328V28.3301C47.5172 28.8007 47.9017 29.1852 48.3723 29.1852H62.8789C63.3495 29.1852 63.7341 28.8007 63.7341 28.3301V28.1328C63.7341 27.6875 63.39 27.3131 62.9397 27.2827C59.5748 27.0398 58.7703 26.3315 58.7703 22.6934V4.26538C58.7703 3.79482 59.1549 3.41027 59.6254 3.41027H59.5951C63.1471 3.41027 64.3564 5.11038 64.9332 9.44163C64.9889 9.86666 65.3532 10.1854 65.7782 10.1854H66.0616L66.0667 10.1905Z" fill="currentColor"></path> <path d="M139.414 9.60863C138.392 22.5771 132.599 27.1461 127.62 29.1802C126.8 29.5141 125.884 29.5243 125.065 29.1852C121.25 27.6167 119.231 23.7965 121.062 20.037C122.069 17.9675 123.78 16.3585 125.247 15.2554C125.981 14.709 125.586 13.5401 124.67 13.5401H120.491C119.949 13.5401 119.58 12.9987 119.772 12.4978L121.047 9.18866C121.189 8.81929 121.543 8.57642 121.938 8.57642H128.667C129.35 8.57642 129.811 9.27468 129.543 9.9021C127.311 15.2099 125.07 23.1337 126.016 27.1664C126.188 27.9051 127.089 28.1176 127.64 27.5965C130.949 24.4998 134.845 17.1529 133.899 9.8262C133.813 9.16336 134.339 8.57642 135.007 8.57642H138.468C139.025 8.57642 139.46 9.05204 139.42 9.60863H139.414Z" fill="currentColor"></path> <path d="M113.23 7.01803C115.289 7.01803 116.736 5.4849 116.736 3.47107C116.736 1.45724 115.284 0 113.23 0C111.175 0 109.723 1.49266 109.723 3.47107C109.723 5.44948 111.175 7.01803 113.23 7.01803Z" fill="currentColor"></path> <path d="M118.983 27.4092C117.359 27.1714 116.711 26.5389 116.711 24.6668V10.5498C116.711 9.63394 115.962 8.89014 115.046 8.89014H114.965C114.783 8.89014 114.601 8.92049 114.429 8.98121L108.352 10.9191C107.988 11.0456 107.714 11.3644 107.684 11.7439C107.639 12.3207 108.109 12.7964 108.676 12.7711C108.787 12.7711 108.888 12.7609 108.974 12.7609C110.184 12.7609 110.831 13.2467 110.831 14.4155V24.8237C110.831 26.5693 110.295 27.1816 108.559 27.4092C108.124 27.4649 107.8 27.8343 107.8 28.2694V28.3048C107.8 28.7855 108.19 29.1751 108.671 29.1751H118.871C119.352 29.1751 119.742 28.7855 119.742 28.3048V28.2593C119.742 27.8242 119.418 27.4598 118.988 27.3991L118.983 27.4092Z" fill="currentColor"></path> <path d="M38.8142 7.01803C40.8736 7.01803 42.3207 5.4849 42.3207 3.47107C42.3207 1.45724 40.8685 0 38.8142 0C36.7599 0 35.3077 1.49266 35.3077 3.47107C35.3077 5.44948 36.7599 7.01803 38.8142 7.01803V7.01803Z" fill="currentColor"></path> <path d="M44.7039 27.4092C43.0797 27.1714 42.432 26.5389 42.432 24.6668V10.5498C42.432 9.63394 41.6832 8.89014 40.7673 8.89014H40.6864C40.5042 8.89014 40.322 8.92049 40.15 8.98121L34.0731 10.9191C33.7088 11.0456 33.4356 11.3644 33.4052 11.7439C33.3597 12.3207 33.8302 12.7964 34.3969 12.7711C34.5083 12.7711 34.6095 12.7609 34.6955 12.7609C35.9048 12.7609 36.5524 13.2467 36.5524 14.4155V24.8237C36.5524 26.5693 36.0161 27.1816 34.2806 27.4092C33.8454 27.4649 33.5216 27.8343 33.5216 28.2694V28.3048C33.5216 28.7855 33.9112 29.1751 34.3919 29.1751H44.5926C45.0733 29.1751 45.4629 28.7855 45.4629 28.3048V28.2593C45.4629 27.8242 45.139 27.4598 44.709 27.3991L44.7039 27.4092Z" fill="currentColor"></path> <path d="M105.792 8.85974H105.316C101.926 8.85974 99.7097 10.6762 99.1025 14.3042C99.057 14.6027 98.6168 14.5673 98.6168 14.2637V10.5143C98.6168 9.59848 97.873 8.85468 96.9571 8.85468H96.8762C96.694 8.85468 96.5119 8.88504 96.3398 8.94576L90.6981 10.8837C90.3338 11.0102 90.0605 11.329 90.0302 11.7084C89.9847 12.2853 90.4552 12.7609 91.0219 12.7356C91.1332 12.7356 91.2344 12.7255 91.3205 12.7255C92.5298 12.7255 93.1774 13.2112 93.1774 14.3801V24.8236C93.1774 26.63 92.5551 27.3637 90.6981 27.4699C90.5311 27.48 90.4856 27.4851 90.2984 27.4851C90.1263 27.4851 90.101 27.4851 89.9492 27.4699C88.1479 27.3637 87.4193 26.6249 87.4193 24.6617V15.1036C87.4193 10.3423 84.8388 8.36893 81.0489 8.36893C78.4684 8.36893 76.4495 9.51247 75.0833 11.5263C74.9467 11.7287 74.6381 11.6325 74.6381 11.3947V4.81691C74.6381 3.44063 75.1339 2.88404 75.9385 2.71201C76.3433 2.62599 76.6367 2.28192 76.6367 1.87207V1.80629C76.6367 1.33572 76.2522 0.951172 75.7816 0.951172H69.6946C69.1734 0.951172 68.7484 1.3762 68.7484 1.89737V24.8236C68.7484 26.5288 68.2171 27.1107 66.4866 27.389C66.0464 27.4598 65.7226 27.8342 65.7226 28.2795C65.7226 28.7754 66.1274 29.1802 66.6233 29.1802H75.9132C76.409 29.1802 76.8138 28.7754 76.8138 28.2795V28.2491C76.8138 27.8292 76.5203 27.4598 76.1105 27.3687C75.0074 27.1208 74.6381 26.5845 74.6381 24.8236V15.8171C74.6381 13.7982 76.2572 12.1436 78.2711 12.1183C78.2964 12.1183 78.3217 12.1183 78.347 12.1183C80.2849 12.1183 81.5347 13.3276 81.5347 15.7867V24.94C81.5347 26.4327 81.135 27.1259 80.0521 27.3789C79.6474 27.475 79.3589 27.8393 79.3589 28.2542V28.2694C79.3589 28.7653 79.7637 29.17 80.2596 29.17H102.321C102.786 29.17 103.191 28.8209 103.221 28.3554C103.252 27.8747 102.887 27.4649 102.412 27.4345C99.9931 27.2726 99.0671 26.8071 99.0671 24.6516V18.7619C99.0671 15.0935 101.202 14.203 103.343 14.203C104.087 14.203 104.673 14.4357 105.164 14.7089C105.24 14.7494 105.321 14.7848 105.407 14.8051C105.964 14.9215 106.455 14.5015 106.455 13.9702V9.49728C106.455 9.13803 106.161 8.84456 105.802 8.84456L105.792 8.85974Z" fill="currentColor"></path> </svg></div></div><div class="hide w-embed"><style>
.footer .logo {
color: #D0A694 !important;
}
</style></div></a></div><div class="margin-bottom margin-0"><div class="footer3_details-wrapper"><div class="text-color-dark-salmon text-weight-semibold">Made with gratitude in NYC.</div></div></div></div><div class="w-layout-grid footer3_menu-wrapper"><div class="footer3_link-list"><div class="footer3_link is-heading">Quick links</div><a href="/platform" class="footer3_link">Platform</a><a href="/rewards" class="footer3_link">Rewards</a><a href="/integrations" class="footer3_link">Integrations</a></div><div class="footer3_link-list"><a href="#" class="footer3_link is-heading hide-mobile-portrait"> </a><a href="/security" class="footer3_link">Security</a><a href="/pricing" class="footer3_link">Pricing</a><a href="/blog" class="footer3_link">Blog</a></div><div class="footer3_link-list is-padding-top-mobile"><div class="margin-bottom margin-xxsmall"><p class="footer3_link is-heading">ACCOUNT</p></div><a href="#" class="button is-footer is-dark book-demo-btn w-button">Sign up</a><a href="https://app.hithrive.com" target="_blank" class="button is-footer is-white w-button">Log in</a></div></div></div><div class="footer3_bottom-wrapper"><div class="footer_rotating-image-wrapper"><img src="https://cdn.prod.website-files.com/640ac19d3a0b7505c7a51772/64191720ca3dd1c37ba1048d_Footer-rotate-image_outer.svg" loading="eager" data-w-id="c238042b-2e79-0be5-6736-63b6e5dcfd7e" alt="Recognition has the power to awaken the human spirit." class="footer-rotate-image_outer"/><img src="https://cdn.prod.website-files.com/640ac19d3a0b7505c7a51772/6419171f5d87ef0718fb5779_Footer-rotate-image_inner.svg" loading="eager" alt="flower in a pot with smile" class="footer-rotate-image_inner"/></div><div class="w-layout-grid footer3_legal-list"><div class="footer3_legal-link is-copyright">© Copyright <span class="footer-link-year">{auto update year}</span></div><a href="/legal/cookie-policy" class="footer3_legal-link">Cookie Policy</a><a href="/legal/privacy-policy" class="footer3_legal-link">Privacy Policy</a><a href="/legal/terms-of-use" class="footer3_legal-link">Terms of Use</a><a href="https://help.hithrive.com/hc/en-us/requests/new" target="_blank" class="footer3_legal-link">Contact us</a></div></div></div></div></div></div></footer></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=640ac19d3a0b7505c7a51772" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/640ac19d3a0b7505c7a51772/js/webflow.9d4cf91fb.js" type="text/javascript"></script><!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W7RB9TB"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<script>
$('.footer-link-year').text(new Date().getFullYear());
$( document ).ready(function() {
// $('.page-load').css('opacity',0)
});
</script>
<!-- Start of Async Drift Code -->
<script>
"use strict";
!function() {
var t = window.driftt = window.drift = window.driftt || [];
if (!t.init) {
if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n = Array.prototype.slice.call(arguments);
return n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(o, i);
};
}
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('7724beyvihmi');
window.drift.on('ready',function(api) {
window.drift.on('scheduling:meetingBooked', function() {
window.dataLayer.push({
'event': 'scheduled_demo',
})
})
$('.book-demo-btn').on('click', function(e) {
e.preventDefault()
drift.api.startInteraction({ interactionId: 104529 });
});
$('.book-demo-form').on('submit', function (e) {
e.stopImmediatePropagation()
e.preventDefault();
// Trigger drift widget
var email = $('input[type=email]', this).val();
drift.api.setUserAttributes({ email: email });
// Open convo
drift.api.startInteraction({ interactionId: 104529 });
});
});
</script>
<!-- End of Async Drift Code --></body></html>