CINXE.COM
monday.com for Enterprise | monday.com
<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Thu Apr 03 2025 14:10:30 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="websitepages.monday.com" data-wf-page="6673f752e2326cc1ec8d7310" data-wf-site="656da6fea306219773d04208" lang="en" data-wf-locale="en"><head><meta charset="utf-8"/><title>monday.com for Enterprise | monday.com</title><link rel="alternate" hrefLang="x-default" href="https://monday.com/w/enterprise"/><link rel="alternate" hrefLang="en" href="https://monday.com/w/enterprise"/><link rel="alternate" hrefLang="fr" href="https://monday.com/w/fr/enterprise"/><link rel="alternate" hrefLang="ja" href="https://monday.com/w/ja/enterprise"/><link rel="alternate" hrefLang="es" href="https://monday.com/w/es/enterprise"/><link rel="alternate" hrefLang="de" href="https://monday.com/w/de/enterprise"/><link rel="alternate" hrefLang="pt" href="https://monday.com/w/pt/enterprise"/><meta content="Make strategic decisions with confidence on the enterprise work platform trusted by leaders and loved by teams." name="description"/><meta content="monday.com for Enterprise | monday.com" property="og:title"/><meta content="Make strategic decisions with confidence on the enterprise work platform trusted by leaders and loved by teams." property="og:description"/><meta content="https://s3.amazonaws.com/general-assets/monday-1200x628.png" property="og:image"/><meta content="monday.com for Enterprise | monday.com" property="twitter:title"/><meta content="Make strategic decisions with confidence on the enterprise work platform trusted by leaders and loved by teams." property="twitter:description"/><meta content="https://s3.amazonaws.com/general-assets/monday-1200x628.png" property="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><meta content="Webflow" name="generator"/><link href="https://cdn.prod.website-files.com/656da6fea306219773d04208/css/websitepages.webflow.70f4c8a08.min.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/656da6fea306219773d04208/65af6bd29fc8bb3d3d4ea39a_6464d702c3ac5c56000c2438_favicon-monday5-32.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/656da6fea306219773d04208/65af6bd6e742d497b5f23f69_645898132bbaac20f1963919_256x256.png" rel="apple-touch-icon"/><link href="https://monday.com/w/enterprise" rel="canonical"/><script> { const currentDomain = window.location.hostname; let scriptSrc = 'https://monday.com/webflow-scripts/w/w.head.bundle.js'; // DO NOT TOUCH if (currentDomain.includes('mondaystaging.com')) { // scriptSrc = 'http://localhost:5000/webflow-scripts/w/w.head.bundle.js'; // For debugging scriptSrc = 'https://mondaystaging.com/webflow-scripts/w/w.head.bundle.js'; } else if (currentDomain.includes('webflow.io')) { // scriptSrc = 'http://localhost:5000/webflow-scripts/w/w.head.bundle.js'; // For Webflow branch tests scriptSrc = 'https://mondaystaging.com/webflow-scripts/w/w.head.bundle.js'; } const script = document.createElement('script'); script.src = scriptSrc; document.head.appendChild(script); } </script><!--//--> <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@splidejs/splide@3.2.2/dist/css/splide-core.min.css"> <style> /* Overide default styles so all slides are visible */ .splide__track { overflow: visible1; } /* Change button style when disabled */ .splide-images button:disabled { opacity: 0.2; cursor: none; } .splide-images button:disabled { opacity: 0.2; cursor: none; } .splide__arrow.splide__arrow--next, .splide__arrow.splide__arrow--prev, .splide__pagination { display: none; } </style> <script src="https://cdn.prod.website-files.com/656da6fea306219773d04208%2F6544eda5f000985a163a8687%2F67d00404e205e87cf850b63d%2Ffinsweetcomponentsconfig-1.0.6.js" type="module" async="" siteId="656da6fea306219773d04208" finsweet="components"></script></head><body data-scroll-time="0.25"><div class="m_mandatory-css w-embed"><style> a { color: inherit; } nav { position: relative; } .hide-all{ display: none; } nav label{ display: flex; justify-content:center; align-items: center; font-weight:500; width: 33.3333%; text-align: center; cursor: pointer; position: relative; z-index: 1; color: #000; font-size: 1.125rem; padding: 1.25rem; transition: all 0.2s ease; margin:0; border-radius: 4rem; opacity: .4; } nav label:hover{ color: var(--purple); opacity: .6; } #tab-01:checked ~ nav label.tab-01, #tab-02:checked ~ nav label.tab-02, #tab-03:checked ~ nav label.tab-03{ color: var(--dark); opacity: 1; } input[type="radio"]{ display: none; } #tab-02:checked ~ nav .carousel-moving{ left: -100%; } #tab-03:checked ~ nav .carousel-moving{ left: -200%; } #tab-02:checked ~ nav .tab-line{ left: 33.3333%; } #tab-03:checked ~ nav .tab-line{ left: 66.6666%; } #tab-01:checked ~ section .content-1, #tab-02:checked ~ section .content-2, #tab-03:checked ~ section .content-3{ opacity: 1; transform: translate(0px, 0rem); } /* -buttons arrow -- */ .m_button:hover .m_button-arrow{ transform: translateX(.25rem); } .m_button-outline:hover .m_button-arrow{ transform: translateX(.25rem); } .m_button-link:hover .m_button-arrow{ transform: translateX(.25rem); } .m_button-link:hover .m_link-underline{ width: 100%; } .m_button-link-small:hover .m_link-underline{ width: 100%; } /* --- brand colors --- */ .m_color-primary{ color: var(--purple); } .m_color-wm-contrast{ color: var(--brand--contrast); } .m_color-white{ color: var(--white); } .m_color-crm-contrast{ color: var(--products--crm-contrast); } /* --- Backgrounds --- */ .m_bg_primary{ background-color: var(--purple); } .m_bg-wm-contrast{ background-color: var(--wm-contrast); } .m_bg-white{ background-color: var(--brand--white); } .max-16ch{ max-width: 16ch; } .max-17ch{ max-width: 17ch; } .max-18ch{ max-width: 18ch; } .max-19ch{ max-width: 19ch; } .max-20ch{ max-width: 20ch; } .max-32ch{ max-width: 32ch; } /* --- Radius --- */ .m_radius-8{ border-radius: var(--radius--8); } .m_radius-16{ border-radius: var(--radius--16); } /* --- enterprise --- */ .ent_hero-card:hover .ent_card-arrow-moving{ margin-bottom: -100%; } .for-ent-card{ opacity: 0; transition: opacity 0.3s ease-out; } .ent_hero-card:hover .for-ent-card{ opacity: 1; } .ent-platform-card:hover .ent-plus-parent{ transform: rotate(90deg); } .ent-platform-card:hover .ent-platform-card-bottom{ margin-bottom: 0rem; } .retail_cards_mobile-mask, .m_overflow-x-outo { -webkit-overflow-scrolling: touch; &::-webkit-scrollbar { display: none; } } .carousel-slide:first-child{ border-top-left-radius: 1rem; border-bottom-left-radius: 1rem; } .carousel-slide:last-child{ border-top-right-radius: 1rem; border-bottom-right-radius: 1rem; border-right-style: solid; border-right-width: 1px; border-right-color: hsla(0, 0.00%, 100.00%, 0.20); } .mobile_menu-group-h.is-active { color: var(--purple); } .chevron.is-active { color: var(--purple); transform: rotate(180deg); } .media_team-card:hover .media_card-content-mask{ height: 11.25rem; } .m_button-link:hover .m_link-underline{ width: 100%; } @media only screen and (max-width: 1342px){ .m_logo-wrapper{ max-width: 40rem; } } @media only screen and (max-width: 1230px){ .nav-full{ display: none; } .mobile-nav{ display: block; } .m_p-style-16.min-height-1230{ min-height: 5rem; } .m_heading-style-22{ font-size: 1.125rem; } .m_p-style-16.min-height-1230{ font-size: .875rem; } .media_team-card{ padding: 1.125rem 1rem 1rem 1rem; } .media-label{ font-size: .75rem; } .card_tags-wrapper.is-narrow{ max-width: 70%; } .comp_secondary-nav { top: 86px; } } @media only screen and (max-width: 767px){ ..comp_secondary-nav { top: 78px; } } @media only screen and (max-width: 479px){ ..comp_secondary-nav { top: 62px; } } </style></div><div class="w-embed"><style> .nav_link-full.is-drop.w--open .chevron-down { transform: rotate(180deg); } .sub__dd-list-abs, .sub__dd-list-teams, .sub__dd-list-platform { width: calc(100% - 18.5rem); } .sec__btn-underline:hover .underline-after{ width: 100% } .sec__btn-underline:hover .arrow-embed-full{ transform: translate(0.25rem,0); } .dd-blur{ pointer-events: none; } @media only screen and (min-width: 1440px){ .sub__dd-list-abs, .sub__dd-list-teams, .sub__dd-list-platform { width: calc(100% - 20rem); left: 20rem; } .nav_sub-list{ width: 20rem; } .sub-list-end{ padding-left: 3rem; } @media only screen and (min-width: 1360px){ .nav_link-full-list { height: 34.25rem; } .nav_full-list-wrapper{ height: 37rem; } .sub-list-start { padding-left: 3rem; } } </style></div><div class="w-embed"><style> @media only screen and (max-width: 1230px){ .minisite-nav { display: none; } .minisite-nav-mb { display: block; } } </style></div><div class="w-embed"><style> /* --- Accordion --- */ .m_acc-item.is-open .acc-item-body1{ opacity: 1; } .m_acc-item.is-open .acc-item-chevron{ transform: rotate(180deg); } .vert-tabs-item.is-open .vert-tab-content{ opacity: 1; } .dif-tabs-item.is-open .group_difference-content{ opacity: 1; } .dif-tabs-item.is-open .dif-tabs-item-body{ height: 4rem; } .group_acc-item-white.is-open .acc-item-content-full{ opacity: 1; } .m_acc-item:last-child{ border-bottom: none; } .splide__slide.is-active .splide-testi-img { transform: scale(1); } .group_pro-services-card-mb.is-open .pro-services-mb-body{ max-height: 40rem; } .group_pro-services-card-mb.is-open .pro-services-chevron{ transform: rotate(180deg); } @media only screen and (max-width: 991px){ .vert-tabs-item.is-open .vert-tabs-item-body{ max-height: 100rem; } } </style></div><div data-wf--global-header-desktop-full--variant="base" data-animation="default" data-collapse="all" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="nav-full w-nav"><div class="m_mandatory-css w-embed"><style> .m_dt-nav-link:hover .m_dt-nav-link-icon-parent{ color: var(--purple); } .m_nav_link-full.is-open .chevron-down { transform: rotate(180deg); } .m_nav_link-full.is-open ~ .group_nav-full-wrap { display: flex; } .m_button-link:hover .m_button-arrow{ transform: translateX(.25rem); } </style></div><article data-header="" class="m_nav-container-full"><a data-picture-with-link="" href="http://www.monday.com" class="m_header-logo-desktop w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/64d0dd4b31aeec4c6cd8e685/64d0dd4b31aeec4c6cd8e6f4_monday.com.png" alt=""/></a><div class="group_nav-full-content"><div class="nav-full-content-start"><div class="m_nav_link-full-parent"><div data-link-item-with-menu="" class="m_nav_link-full"><div data-link-item-text="">Products</div><div class="chevron-down w-embed"><svg width="10" height="7" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" class="link-with-menu-title-icon"><path d="M0 66.73c0 2.66.981 5.33 2.955 7.41l117.332 123.323a10.64 10.64 0 0 0 7.712 3.314c2.912 0 5.696-1.19 7.712-3.314L253.043 74.14c4.074-4.278 3.914-11.077-.331-15.163a10.627 10.627 0 0 0-15.083.333L128 174.536 18.379 59.32c-4.075-4.279-10.827-4.429-15.083-.343A10.76 10.76 0 0 0 0 66.73z" fill="currentcolor" fill-rule="nonzero"></path></svg></div></div><div class="group_nav-full-wrap"><div data-header-item-menu="" class="group_nav-full-child"><div class="shadow-on-list"></div><div class="group-nav-content-top"><div class="group_nav-col-parent"><div class="nav-group-col-h">The platform</div><div class="group_nav-col"><a data-header-sub-menu-link="" href="https://monday.com/features/dashboards" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="2.32292" y="3.23966" width="15.3542" height="13.5208" rx="1.26042" stroke="currentcolor" stroke-width="1.14583"></rect><line x1="1.75" y1="6.67708" x2="18.25" y2="6.67708" stroke="currentcolor" stroke-width="1.14583"></line><path d="M14.2399 10C14.2399 9.68359 13.9834 9.42708 13.667 9.42708C13.3506 9.42708 13.0941 9.68359 13.0941 10L14.2399 10ZM13.0941 10L13.0941 16.4167L14.2399 16.4167L14.2399 10L13.0941 10Z" fill="currentcolor"></path><path d="M10.5729 10.9167C10.5729 10.6003 10.3164 10.3438 10 10.3438C9.68359 10.3438 9.42708 10.6003 9.42708 10.9167L10.5729 10.9167ZM9.42708 10.9167L9.42708 16.4167L10.5729 16.4167L10.5729 10.9167L9.42708 10.9167Z" fill="currentcolor"></path><path d="M6.90592 12.75C6.90592 12.4336 6.64942 12.1771 6.33301 12.1771C6.01659 12.1771 5.76009 12.4336 5.76009 12.75L6.90592 12.75ZM5.76009 12.75L5.76009 16.4167L6.90592 16.4167L6.90592 12.75L5.76009 12.75Z" fill="currentcolor"></path></svg></div><div>Dashboards & reporting</div></a><a data-header-sub-menu-link="" href="https://monday.com/integrations" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_589_3100)"><path d="M3.84863 12.293L8.18694 16.5269C8.84001 17.1643 9.88612 17.1516 10.5235 16.4985L13.2608 13.6938L15.9981 10.889C16.6355 10.2359 16.6227 9.18982 15.9697 8.55246L11.6314 4.31848" stroke="currentcolor" stroke-width="1.25"></path><path d="M2.65137 13.5205L12.8288 3.09233" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round"></path><path d="M6.5918 2.11961C6.34477 1.87852 5.94908 1.88333 5.70799 2.13036C5.4669 2.37739 5.47171 2.77309 5.71874 3.01418L6.5918 2.11961ZM5.71874 3.01418L9.39928 6.60621L10.2723 5.71163L6.5918 2.11961L5.71874 3.01418Z" fill="currentcolor"></path><path d="M12.9609 14.0007L16.6415 17.5928" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round"></path><path d="M2.40137 6.41404C2.15434 6.17295 1.75865 6.17777 1.51756 6.4248C1.27647 6.67183 1.28128 7.06753 1.52831 7.30862L2.40137 6.41404ZM1.52831 7.30862L5.20885 10.9006L6.08191 10.0061L2.40137 6.41404L1.52831 7.30862Z" fill="currentcolor"></path></g><defs><clipPath id="clip0_589_3100"><rect width="20" height="20" fill="white"></rect></clipPath></defs></svg></div><div>Integrations</div></a><a data-header-sub-menu-link="" href="https://monday.com/features/automations" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="4.3329" y="6.55556" width="11.3333" height="9.55556" rx="1.22222" stroke="currentcolor" stroke-width="1.11111"></rect><path d="M15.333 9.55542H16.2219C17.2037 9.55542 17.9997 10.3514 17.9997 11.3332V12.2221C17.9997 13.2039 17.2037 13.9999 16.2219 13.9999H15.333" stroke="currentcolor" stroke-width="1.11111"></path><path d="M4.66699 9.55542H3.7781C2.79626 9.55542 2.00032 10.3514 2.00032 11.3332V12.2221C2.00032 13.2039 2.79626 13.9999 3.7781 13.9999H4.66699" stroke="currentcolor" stroke-width="1.11111"></path><path d="M12.2227 10.4443L12.2227 11.7777" stroke="currentcolor" stroke-width="1.11111" stroke-linecap="round"></path><path d="M7.77734 10.4443L7.77734 11.7777" stroke="currentcolor" stroke-width="1.11111" stroke-linecap="round"></path><path d="M10.5556 3.33325C10.5556 3.02643 10.3068 2.7777 10 2.7777C9.69318 2.7777 9.44444 3.02643 9.44444 3.33325L10.5556 3.33325ZM9.44444 3.33325L9.44444 6.88881L10.5556 6.88881L10.5556 3.33325L9.44444 3.33325Z" fill="currentcolor"></path></svg></div><div>Automations</div></a><a data-header-sub-menu-link="" href="https://monday.com/w/ai" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-inside-1_589_3088" fill="white"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.7196 3.83214L17.0691 4.2596C17.1738 4.29261 17.2451 4.38989 17.2451 4.49985C17.2451 4.60981 17.1738 4.7068 17.0691 4.74011L15.7196 5.16786C15.5737 5.21414 15.4594 5.32852 15.4131 5.47444L14.9854 6.82401C14.9523 6.92866 14.8551 7 14.7451 7C14.6352 7 14.5382 6.92866 14.5049 6.82401L14.0772 5.47444C14.0309 5.32852 13.9165 5.21414 13.7706 5.16786L12.4211 4.74011C12.3165 4.70709 12.2451 4.60952 12.2451 4.49985C12.2451 4.39019 12.3165 4.29291 12.4211 4.2596L13.7706 3.83214C13.9165 3.78586 14.0309 3.67148 14.0772 3.52556L14.5049 2.17599C14.5379 2.07134 14.6352 2 14.7451 2C14.8551 2 14.952 2.07134 14.9854 2.17599L15.4131 3.52556C15.4594 3.67148 15.5737 3.78586 15.7196 3.83214ZM11.4327 10.0881L14.8032 11.1557C15.0645 11.2381 15.2427 11.4811 15.2427 11.7557C15.2427 12.0304 15.0645 12.2726 14.8032 12.3558L11.4327 13.4241C11.0683 13.5397 10.7827 13.8254 10.6671 14.1898L9.5988 17.5605C9.51635 17.8218 9.27339 18 8.99878 18C8.72417 18 8.48196 17.8218 8.39877 17.5605L7.33051 14.1898C7.21492 13.8254 6.92926 13.5397 6.56483 13.4241L3.19441 12.3558C2.93305 12.2733 2.75488 12.0296 2.75488 11.7557C2.75488 11.4818 2.93305 11.2389 3.19441 11.1557L6.56483 10.0881C6.92926 9.97251 7.21492 9.68683 7.33051 9.32238L8.39877 5.95176C8.48122 5.69038 8.72417 5.51221 8.99878 5.51221C9.27339 5.51221 9.51561 5.69038 9.5988 5.95176L10.6671 9.32238C10.7827 9.68683 11.0683 9.97251 11.4327 10.0881Z"></path></mask><path d="M17.0691 4.2596L16.6917 5.45125L16.693 5.45167L17.0691 4.2596ZM15.7196 3.83214L15.3417 5.02364L15.3422 5.02379L15.7196 3.83214ZM17.0691 4.74011L17.4468 5.93168L17.4483 5.93122L17.0691 4.74011ZM15.7196 5.16786L15.342 3.97628L15.3417 3.97636L15.7196 5.16786ZM15.4131 5.47444L14.2216 5.09655L14.2215 5.09679L15.4131 5.47444ZM14.9854 6.82401L13.7938 6.44635L13.7933 6.44794L14.9854 6.82401ZM14.5049 6.82401L13.3133 7.20166L13.3138 7.20312L14.5049 6.82401ZM14.0772 5.47444L15.2687 5.09679L15.2687 5.09654L14.0772 5.47444ZM13.7706 5.16786L14.1485 3.97636L14.1483 3.97628L13.7706 5.16786ZM12.4211 4.74011L12.7988 3.54853L12.7972 3.54804L12.4211 4.74011ZM12.4211 4.2596L12.0436 3.06795L12.0419 3.06849L12.4211 4.2596ZM13.7706 3.83214L14.148 5.02379L14.1485 5.02364L13.7706 3.83214ZM14.0772 3.52556L15.2687 3.90346L15.2687 3.90321L14.0772 3.52556ZM14.5049 2.17599L15.6965 2.55364L15.697 2.55206L14.5049 2.17599ZM14.9854 2.17599L16.1769 1.79834L16.1765 1.79687L14.9854 2.17599ZM15.4131 3.52556L14.2215 3.90321L14.2216 3.90345L15.4131 3.52556ZM14.8032 11.1557L14.4257 12.3473L14.4271 12.3478L14.8032 11.1557ZM11.4327 10.0881L11.0548 11.2796L11.0553 11.2797L11.4327 10.0881ZM14.8032 12.3558L15.1809 13.5474L15.1823 13.5469L14.8032 12.3558ZM11.4327 13.4241L11.055 12.2325L11.0548 12.2326L11.4327 13.4241ZM10.6671 14.1898L9.47555 13.8119L9.47548 13.8122L10.6671 14.1898ZM9.5988 17.5605L8.40722 17.1828L8.40672 17.1844L9.5988 17.5605ZM8.39877 17.5605L7.20718 17.9381L7.20765 17.9396L8.39877 17.5605ZM7.33051 14.1898L8.52209 13.8122L8.52202 13.8119L7.33051 14.1898ZM6.56483 13.4241L6.94277 12.2326L6.94253 12.2325L6.56483 13.4241ZM3.19441 12.3558L3.5721 11.1642L3.57052 11.1637L3.19441 12.3558ZM3.19441 11.1557L2.81695 9.96403L2.81524 9.96458L3.19441 11.1557ZM6.56483 10.0881L6.94229 11.2797L6.94277 11.2796L6.56483 10.0881ZM7.33051 9.32238L8.52202 9.70027L8.52209 9.70003L7.33051 9.32238ZM8.39877 5.95176L9.59035 6.32941L9.59085 6.32783L8.39877 5.95176ZM9.5988 5.95176L10.7904 5.57411L10.7899 5.57263L9.5988 5.95176ZM10.6671 9.32238L9.47548 9.70003L9.47555 9.70027L10.6671 9.32238ZM17.4466 3.06795L16.0971 2.6405L15.3422 5.02379L16.6917 5.45124L17.4466 3.06795ZM18.4951 4.49985C18.4951 3.84494 18.0706 3.26482 17.4453 3.06752L16.693 5.45167C16.277 5.3204 15.9951 4.93484 15.9951 4.49985H18.4951ZM17.4483 5.93122C18.0687 5.73371 18.4951 5.15708 18.4951 4.49985H15.9951C15.9951 4.06254 16.2788 3.67988 16.69 3.549L17.4483 5.93122ZM16.0973 6.35943L17.4468 5.93168L16.6914 3.54854L15.342 3.97628L16.0973 6.35943ZM16.6046 5.85233C16.528 6.09371 16.339 6.28278 16.0976 6.35935L15.3417 3.97636C14.8085 4.1455 14.3907 4.56333 14.2216 5.09655L16.6046 5.85233ZM16.1769 7.20166L16.6047 5.85209L14.2215 5.09679L13.7938 6.44636L16.1769 7.20166ZM14.7451 8.25C15.4001 8.25 15.9802 7.82535 16.1774 7.20007L13.7933 6.44794C13.9245 6.03197 14.31 5.75 14.7451 5.75V8.25ZM13.3138 7.20312C13.5112 7.82349 14.0878 8.25 14.7451 8.25V5.75C15.1826 5.75 15.5652 6.03383 15.696 6.44489L13.3138 7.20312ZM12.8856 5.85209L13.3133 7.20166L15.6965 6.44636L15.2687 5.09679L12.8856 5.85209ZM13.3927 6.35935C13.1512 6.28278 12.9622 6.09371 12.8856 5.85234L15.2687 5.09654C15.0996 4.56333 14.6818 4.1455 14.1485 3.97636L13.3927 6.35935ZM12.0434 5.93168L13.3929 6.35943L14.1483 3.97628L12.7988 3.54854L12.0434 5.93168ZM10.9951 4.49985C10.9951 5.15361 11.4188 5.73463 12.045 5.93218L12.7972 3.54804C13.2141 3.67956 13.4951 4.06542 13.4951 4.49985H10.9951ZM12.0419 3.06849C11.4207 3.26625 10.9951 3.84377 10.9951 4.49985H13.4951C13.4951 4.93661 13.2122 5.31956 12.8003 5.4507L12.0419 3.06849ZM13.3931 2.6405L12.0436 3.06795L12.7986 5.45124L14.148 5.02379L13.3931 2.6405ZM12.8856 3.14766C12.9622 2.90629 13.1512 2.71722 13.3927 2.64065L14.1485 5.02364C14.6818 4.8545 15.0996 4.43667 15.2687 3.90346L12.8856 3.14766ZM13.3133 1.79834L12.8856 3.14791L15.2687 3.90321L15.6965 2.55364L13.3133 1.79834ZM14.7451 0.75C14.0901 0.75 13.51 1.17467 13.3128 1.79993L15.697 2.55206C15.5657 2.96801 15.1802 3.25 14.7451 3.25V0.75ZM16.1765 1.79687C15.979 1.17649 15.4024 0.75 14.7451 0.75V3.25C14.3077 3.25 13.9251 2.96619 13.7942 2.55512L16.1765 1.79687ZM16.6047 3.14791L16.1769 1.79834L13.7938 2.55364L14.2215 3.90321L16.6047 3.14791ZM16.0976 2.64065C16.339 2.71722 16.528 2.90629 16.6046 3.14767L14.2216 3.90345C14.3907 4.43667 14.8085 4.8545 15.3417 5.02364L16.0976 2.64065ZM15.1806 9.96404L11.8102 8.89645L11.0553 11.2797L14.4257 12.3473L15.1806 9.96404ZM16.4927 11.7557C16.4927 10.9362 15.9613 10.2104 15.1793 9.96361L14.4271 12.3478C14.1677 12.2659 13.9927 12.0261 13.9927 11.7557H16.4927ZM15.1823 13.5469C15.9595 13.2995 16.4927 12.5776 16.4927 11.7557H13.9927C13.9927 11.4831 14.1696 11.2457 14.424 11.1647L15.1823 13.5469ZM11.8104 14.6157L15.1809 13.5474L14.4255 11.1642L11.055 12.2325L11.8104 14.6157ZM11.8586 14.5677C11.8513 14.5906 11.8336 14.6084 11.8107 14.6156L11.0548 12.2326C10.303 12.4711 9.71397 13.0602 9.47555 13.8119L11.8586 14.5677ZM10.7904 17.9381L11.8587 14.5675L9.47548 13.8122L8.40722 17.1828L10.7904 17.9381ZM8.99878 19.25C9.81845 19.25 10.5442 18.7185 10.7909 17.9365L8.40672 17.1844C8.4885 16.9251 8.72834 16.75 8.99878 16.75V19.25ZM7.20765 17.9396C7.45499 18.7167 8.17677 19.25 8.99878 19.25V16.75C9.27157 16.75 9.50893 16.927 9.58989 17.1813L7.20765 17.9396ZM6.13892 14.5675L7.20718 17.9381L9.59035 17.1828L8.52209 13.8122L6.13892 14.5675ZM6.1869 14.6156C6.164 14.6084 6.14624 14.5906 6.139 14.5677L8.52202 13.8119C8.2836 13.0602 7.69452 12.4711 6.94277 12.2326L6.1869 14.6156ZM2.81671 13.5474L6.18714 14.6157L6.94253 12.2325L3.5721 11.1642L2.81671 13.5474ZM1.50488 11.7557C1.50488 12.5737 2.03544 13.3009 2.81829 13.5479L3.57052 11.1637C3.83065 11.2458 4.00488 11.4855 4.00488 11.7557H1.50488ZM2.81524 9.96458C2.03728 10.2122 1.50488 10.9354 1.50488 11.7557H4.00488C4.00488 12.0283 3.82881 12.2655 3.57357 12.3468L2.81524 9.96458ZM6.18738 8.89645L2.81695 9.96404L3.57186 12.3473L6.94229 11.2797L6.18738 8.89645ZM6.139 8.94449C6.14624 8.92165 6.164 8.90386 6.1869 8.8966L6.94277 11.2796C7.69452 11.0411 8.2836 10.452 8.52202 9.70027L6.139 8.94449ZM7.20718 5.57411L6.13892 8.94473L8.52209 9.70003L9.59035 6.32941L7.20718 5.57411ZM8.99878 4.26221C8.17909 4.26221 7.45337 4.79372 7.20668 5.57568L9.59085 6.32783C9.50908 6.58705 9.26925 6.76221 8.99878 6.76221V4.26221ZM10.7899 5.57263C10.5426 4.79553 9.82077 4.26221 8.99878 4.26221V6.76221C8.72602 6.76221 8.48864 6.58523 8.40769 6.33088L10.7899 5.57263ZM11.8587 8.94473L10.7904 5.57411L8.40722 6.32941L9.47548 9.70003L11.8587 8.94473ZM11.8107 8.8966C11.8336 8.90386 11.8513 8.92165 11.8586 8.94449L9.47555 9.70027C9.71397 10.452 10.303 11.0411 11.0548 11.2796L11.8107 8.8966Z" fill="currentcolor" mask="url(#path-1-inside-1_589_3088)"></path></svg></div><div>AI</div></a><a data-header-sub-menu-link="" href="https://monday.com/w/mondaydb" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.75 6.25007C3.75 6.91313 4.4085 7.54904 5.58064 8.01789C6.75277 8.48675 8.34253 8.75015 10.0002 8.75015C11.6578 8.75015 13.2476 8.48675 14.4197 8.01789C15.5919 7.54904 16.2504 6.91313 16.2504 6.25007C16.2504 5.58701 15.5919 4.95111 14.4197 4.48225C13.2476 4.0134 11.6578 3.75 10.0002 3.75C8.34253 3.75 6.75277 4.0134 5.58064 4.48225C4.4085 4.95111 3.75 5.58701 3.75 6.25007Z" stroke="currentcolor" stroke-width="1.25004" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.75 6.25V9.99955C3.75 11.3802 6.54842 12.4996 10.0002 12.4996C13.452 12.4996 16.2504 11.3807 16.2504 9.99955V6.25" stroke="currentcolor" stroke-width="1.25004" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.75 9.99951V13.7496C3.75 15.1302 6.54842 16.2497 10.0002 16.2497C13.452 16.2497 16.2504 15.1302 16.2504 13.7496V9.99951" stroke="currentcolor" stroke-width="1.25004" stroke-linecap="round" stroke-linejoin="round"></path></svg></div><div>Our infrastructure</div></a></div></div><div class="group_nav-col-parent is-products-end"><div class="nav-group-col-h for-product">Products</div><div class="group_nav-col"></div><div class="w-layout-grid grid_nav-products"><a data-header-sub-menu-link="" href="https://monday.com/work-management" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent is-product w-embed"><svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="48" height="48" rx="8.08909" fill="#6C6CFF"></rect><path d="M23.6134 27.0611C25.382 27.0611 26.8158 25.6274 26.8158 23.8588C26.8158 22.0902 25.382 20.6565 23.6134 20.6565C21.8449 20.6565 20.4111 22.0902 20.4111 23.8588C20.4111 25.6274 21.8449 27.0611 23.6134 27.0611Z" fill="white"></path><path d="M23.6134 16.078C25.382 16.078 26.8158 14.6442 26.8158 12.8757C26.8158 11.1071 25.382 9.67334 23.6134 9.67334C21.8449 9.67334 20.4111 11.1071 20.4111 12.8757C20.4111 14.6442 21.8449 16.078 23.6134 16.078Z" fill="white"></path><path d="M13.1652 23.669C14.9338 23.669 16.3675 22.2353 16.3675 20.4667C16.3675 18.6981 14.9338 17.2644 13.1652 17.2644C11.3966 17.2644 9.96289 18.6981 9.96289 20.4667C9.96289 22.2353 11.3966 23.669 13.1652 23.669Z" fill="white"></path><path d="M17.1545 35.9488C18.9231 35.9488 20.3568 34.5151 20.3568 32.7465C20.3568 30.9779 18.9231 29.5442 17.1545 29.5442C15.3859 29.5442 13.9521 30.9779 13.9521 32.7465C13.9521 34.5151 15.3859 35.9488 17.1545 35.9488Z" fill="white"></path><path d="M30.0656 35.9488C31.8342 35.9488 33.2679 34.5151 33.2679 32.7465C33.2679 30.9779 31.8342 29.5442 30.0656 29.5442C28.297 29.5442 26.8633 30.9779 26.8633 32.7465C26.8633 34.5151 28.297 35.9488 30.0656 35.9488Z" fill="white"></path><path d="M34.0597 23.669C35.8283 23.669 37.2621 22.2353 37.2621 20.4667C37.2621 18.6981 35.8283 17.2644 34.0597 17.2644C32.2911 17.2644 30.8574 18.6981 30.8574 20.4667C30.8574 22.2353 32.2911 23.669 34.0597 23.669Z" fill="white"></path></svg></div><div><div class="m_dt-nav-link-title">monday work management</div><div class="m_dt-nav-link-sub">For projects & tasks</div></div></a><a data-header-sub-menu-link="" href="https://monday.com/crm" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent is-product w-embed"><svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="48" height="48" rx="8" fill="#00D2D2"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M24.1191 33.3844C23.4528 32.8913 22.8451 32.3152 22.3121 31.6657C21.0172 30.0879 20.233 28.1619 20.0508 26.1428L30.1529 26.1427C30.6563 26.1424 31.0642 25.7343 31.0642 25.2309C31.0642 23.1705 30.5318 21.1326 29.5028 19.321C28.6751 17.8636 27.5569 16.6074 26.23 15.6224C27.2036 15.3011 28.2443 15.1272 29.3257 15.1272C34.7769 15.1272 39.1959 19.5463 39.1959 24.9975C39.1959 30.4487 34.7769 34.8677 29.3257 34.8677C27.4147 34.8677 25.6305 34.3246 24.1191 33.3844Z" fill="white"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M8.87793 25.2303C8.87793 19.6285 13.4191 15.0874 19.0208 15.0874C20.8485 15.0874 22.5608 15.57 24.0401 16.4142C24.0569 16.4254 24.0741 16.4362 24.0918 16.4463C25.6464 17.3439 26.9437 18.6434 27.8397 20.2208C28.5597 21.4884 28.9928 22.8867 29.122 24.3186H19.0204C18.5168 24.3186 18.1087 24.7268 18.1087 25.2304C18.1087 27.9988 19.0686 30.6817 20.8249 32.8218C21.3919 33.5127 22.0306 34.1332 22.727 34.675C21.5796 35.1256 20.3298 35.3732 19.0208 35.3732C13.4191 35.3732 8.87793 30.8321 8.87793 25.2303Z" fill="white"></path></svg></div><div><div class="m_dt-nav-link-title">monday CRM</div><div class="m_dt-nav-link-sub">For customer-facing teams</div></div></a><a data-header-sub-menu-link="" href="https://monday.com/w/dev" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent is-product w-embed"><svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="48" height="48" rx="8" fill="#00C875"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M23.0823 18.6854C20.5179 18.735 18.4564 20.8272 18.4564 23.4035C18.4564 25.9776 20.5142 28.0683 23.0754 28.1215V28.1265H36.7881V28.1226H37.3272V28.1318C37.6002 28.1415 37.8758 28.2482 38.1023 28.4736L40.3903 30.7488C40.8499 31.2059 40.8499 31.9497 40.3903 32.4069L38.1023 34.6821C37.8288 34.9541 37.4838 35.0534 37.1581 35.0175H23.1755C23.1434 35.0175 23.1113 35.0174 23.0793 35.0171L23.0184 35.0174L22.9874 35.0175H22.1198C15.174 34.1911 12.5243 28.596 11.9373 26.2484L11.9138 26.2543C11.6837 25.3422 11.5615 24.3872 11.5615 23.4035C11.5615 17.1265 16.5381 12.0145 22.7619 11.7968C22.8364 11.792 22.9116 11.7896 22.9874 11.7896C23.0195 11.7896 23.0516 11.7897 23.0837 11.7899C23.1142 11.7897 23.1448 11.7896 23.1755 11.7896C23.2504 11.7896 23.3248 11.792 23.3986 11.7967C29.6235 12.0132 34.6014 17.1257 34.6014 23.4035C34.6014 24.3701 34.4833 25.309 34.261 26.2068H26.7847C27.364 25.4231 27.7064 24.4535 27.7064 23.4035C27.7064 20.8277 25.6459 18.7359 23.0823 18.6854ZM10.5349 28.1225H10.1848C8.28079 28.1225 6.7373 29.666 6.7373 31.57C6.7373 33.474 8.28079 35.0175 10.1848 35.0175H16.2326C13.0984 33.1003 11.3599 30.2109 10.5349 28.1225Z" fill="white"></path></svg></div><div><div class="m_dt-nav-link-title">monday dev</div><div class="m_dt-nav-link-sub">For product & dev teams</div></div></a><a data-header-sub-menu-link="" href="https://monday.com/w/service" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent is-product w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><rect width="48" height="48" rx="8" fill="#FA4270"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M15.661 14.8509C13.2565 15.8638 12.084 18.3982 13.1735 20.9858C14.5822 24.3309 20.7807 26.2303 21.0722 26.2728C21.334 26.3133 21.6404 26.1622 21.6404 25.8728C21.6404 25.5834 21.0722 23.1797 21.0722 23.0094C21.0722 22.8392 21.168 22.686 21.3318 22.6179C21.4957 22.5498 28.6837 19.5026 31.0669 18.5003C33.4502 17.4981 34.5801 14.7999 33.5544 12.3655C32.5288 9.93115 29.8157 8.86931 27.4197 9.87795C25.0237 10.8866 18.0655 13.8402 15.661 14.8509Z" fill="white"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M32.3122 33.1464C34.7167 32.1335 35.8892 29.5992 34.7997 27.0116C33.391 23.6665 27.1925 21.7795 26.901 21.7369C26.6392 21.6965 26.3328 21.8476 26.3328 22.1369C26.3328 22.4263 26.901 24.8177 26.901 24.9879C26.901 25.1582 26.8052 25.3114 26.6414 25.3795C26.4775 25.4476 19.2895 28.4948 16.9063 29.497C14.523 30.4993 13.3931 33.1975 14.4188 35.6319C15.4444 38.0684 18.1575 39.1281 20.5535 38.1194C22.9516 37.1108 29.9077 34.1572 32.3122 33.1464Z" fill="white"></path></svg></div><div><div class="m_dt-nav-link-title">monday service </div><div class="m_dt-nav-link-sub">For IT & support</div></div></a></div></div></div><div class="group-nav-content-footer"><div class="group_header-buttons"><a data-button-type="signup" href="#" class="m_button-link in-headre w-inline-block"><div>Get Started</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div></a><div class="header-links-divider"></div><a data-button-type="homepage-contact-sales" href="https://monday.com/sales/contact-us" class="m_button-link in-headre w-inline-block"><div>Contact sales</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div></a></div></div></div><div class="close-trig"></div></div></div><div class="m_nav_link-full-parent"><div data-link-item-with-menu="" class="m_nav_link-full"><div data-link-item-text="">Solutions</div><div class="chevron-down w-embed"><svg width="10" height="7" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" class="link-with-menu-title-icon"><path d="M0 66.73c0 2.66.981 5.33 2.955 7.41l117.332 123.323a10.64 10.64 0 0 0 7.712 3.314c2.912 0 5.696-1.19 7.712-3.314L253.043 74.14c4.074-4.278 3.914-11.077-.331-15.163a10.627 10.627 0 0 0-15.083.333L128 174.536 18.379 59.32c-4.075-4.279-10.827-4.429-15.083-.343A10.76 10.76 0 0 0 0 66.73z" fill="currentcolor" fill-rule="nonzero"></path></svg></div></div><div class="group_nav-full-wrap"><div data-header-item-menu="" class="group_nav-full-child"><div class="shadow-on-list"></div><div class="group-nav-content-top"><div class="group_nav-col-parent is-solutions-start"><div class="nav-group-col-h">Company size</div><div class="group_nav-col"></div><div class="w-layout-grid grid_nav-products _w-one-col"><a data-header-sub-menu-link="" href="/w/enterprise" aria-current="page" class="m_dt-nav-link w-inline-block w--current"><div class="m_dt-nav-link-icon-parent is-product w-embed"><svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="48" height="48" rx="6.73684" fill="#6C6CFF"></rect><g clip-path="url(#clip0_506_4041)"><path d="M19.4766 19.6274V20.4603" stroke="white" stroke-width="1.24925" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.4766 22.959V23.7918" stroke="white" stroke-width="1.24925" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.4766 26.2903V27.1231" stroke="white" stroke-width="1.24925" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M23.8486 19.6274V20.4603" stroke="white" stroke-width="1.24925" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M23.8486 22.959V23.7918" stroke="white" stroke-width="1.24925" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M23.8486 26.2903V27.1231" stroke="white" stroke-width="1.24925" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M28.2207 19.6274V20.4603" stroke="white" stroke-width="1.24925" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M28.2207 22.959V23.7918" stroke="white" stroke-width="1.24925" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M28.2207 26.2903V27.1231" stroke="white" stroke-width="1.24925" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M31.3445 17.1292V33.3693H16.3535V17.1292" stroke="white" stroke-width="1.24925" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M29.2623 17.1291V14.6306H18.4355V17.1291" stroke="white" stroke-width="1.24925" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M33.2182 33.3691H14.4795" stroke="white" stroke-width="1.24925" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M32.3855 17.1292H15.3125" stroke="white" stroke-width="1.24925" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.4766 29.6216V30.4544" stroke="white" stroke-width="1.24925" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M28.2207 29.6216V30.4544" stroke="white" stroke-width="1.24925" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M25.5149 33.3693V31.2872C25.5149 30.3711 24.7654 29.6216 23.8493 29.6216C22.9331 29.6216 22.1836 30.3711 22.1836 31.2872V33.3693" stroke="white" stroke-width="1.24925" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_506_4041"><rect width="19.9879" height="19.9879" fill="white" transform="translate(13.8545 14.0059)"></rect></clipPath></defs></svg></div><div><div class="m_dt-nav-link-title is-compani-size">Enterprise</div><div class="m_dt-nav-link-sub _w-br">Gain visibility and control at scale</div></div></a><a data-header-sub-menu-link="" href="https://monday.com/smb" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent is-product w-embed"><svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="48" height="48" rx="6.73684" fill="#6C6CFF"></rect><g clip-path="url(#clip0_506_4029)"><path d="M31.5694 22.9025L29.7935 21.5225V17.09H26.4215V18.98L23.4241 16.73L15.2789 22.9025C15.1091 23.0574 15.0068 23.2729 14.9941 23.5025V32.855C14.9941 33.0539 15.0731 33.2447 15.2136 33.3853C15.3541 33.5259 15.5447 33.605 15.7435 33.605H31.1198C31.3186 33.605 31.5091 33.5259 31.6497 33.3853C31.7902 33.2447 31.8691 33.0539 31.8691 32.855V23.465C31.8432 23.2465 31.7362 23.0457 31.5694 22.9025Z" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_506_4029"><rect width="18" height="18" fill="white" transform="translate(14.4316 16.1675)"></rect></clipPath></defs></svg></div><div><div class="m_dt-nav-link-title is-compani-size">SMB</div><div class="m_dt-nav-link-sub _w-br">Run your entire business in one place</div></div></a></div></div><div class="group_nav-col-parent is-solutions-center"><div class="nav-group-col-h">Teams</div><div class="w-layout-grid grid_nav-teams"><a data-header-sub-menu-link="" href="https://monday.com/work-management/marketing" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_589_3129)"><path d="M11.0518 1.37988L17.1317 11.9105" stroke="currentcolor" stroke-width="1.43882" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16.8157 11.3578L1.8281 14.8379L0.868164 13.1751L11.3759 1.93555" stroke="currentcolor" stroke-width="1.43882" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.08789 14.0794L5.91317 15.5088C6.21256 16.022 6.70352 16.3952 7.27807 16.5463C7.85259 16.6973 8.46364 16.6141 8.97676 16.3146C9.4899 16.0153 9.86308 15.5244 10.0142 14.9498C10.1653 14.3753 10.0821 13.7642 9.78267 13.2511L9.6505 13.0222" stroke="currentcolor" stroke-width="1.43882" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_589_3129"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg></div><div>Marketing</div></a><a data-header-sub-menu-link="" href="https://monday.com/work-management/pmo" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1 3.37903C1 2.93252 1.36196 2.57056 1.80847 2.57056H10.2397C10.6862 2.57056 11.0481 2.93252 11.0481 3.37903C11.0481 3.82553 10.6862 4.1875 10.2397 4.1875H1.80847C1.36196 4.1875 1 3.82553 1 3.37903ZM4.23353 8.99982C4.23353 8.55332 4.5955 8.19135 5.042 8.19135H13.4732C13.9197 8.19135 14.2817 8.55332 14.2817 8.99982C14.2817 9.44633 13.9197 9.80829 13.4732 9.80829H5.042C4.5955 9.80829 4.23353 9.44633 4.23353 8.99982ZM6.3898 14.6208C6.3898 14.1742 6.75176 13.8123 7.19827 13.8123H16.1915C16.638 13.8123 17 14.1742 17 14.6208C17 15.0673 16.638 15.4292 16.1915 15.4292H7.19827C6.75176 15.4292 6.3898 15.0673 6.3898 14.6208Z" fill="currentcolor"></path></svg></div><div>PMO</div></a><a data-header-sub-menu-link="" href="https://monday.com/crm" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_562_1754)"><path d="M0.5625 17.4375H17.4375" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M4.5 12.1875H2.25C2.10142 12.1894 1.95947 12.2493 1.8544 12.3544C1.74933 12.4595 1.68944 12.6014 1.6875 12.75V17.4375H5.0625V12.75C5.06056 12.6014 5.00067 12.4595 4.8956 12.3544C4.79053 12.2493 4.64858 12.1894 4.5 12.1875Z" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10.125 9.1875H7.875C7.72642 9.18944 7.58447 9.24933 7.4794 9.3544C7.37433 9.45947 7.31444 9.60142 7.3125 9.75V17.4375H10.6875V9.75C10.6856 9.60142 10.6257 9.45947 10.5206 9.3544C10.4155 9.24933 10.2736 9.18944 10.125 9.1875Z" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.75 6.1875H13.5C13.3514 6.18944 13.2095 6.24933 13.1044 6.3544C12.9993 6.45947 12.9394 6.60142 12.9375 6.75V17.4375H16.3125V6.75C16.3106 6.60142 16.2507 6.45947 16.1456 6.3544C16.0405 6.24933 15.8986 6.18944 15.75 6.1875Z" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.13525 6.93008L15.1878 1.45508" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14.2947 3.8475L15.1872 1.455L12.8022 0.5625" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_562_1754"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg></div><div>Sales</div></a><a data-header-sub-menu-link="" href="https://monday.com/operations" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_562_1783)"><path d="M7.90944 1.8284C8.04707 1.98118 8.21526 2.10333 8.40312 2.18694C8.59098 2.27055 8.79431 2.31376 8.99994 2.31376C9.20557 2.31376 9.4089 2.27055 9.59676 2.18694C9.78461 2.10333 9.95281 1.98118 10.0904 1.8284L10.7999 1.0499C11.0033 0.82486 11.2713 0.66826 11.5672 0.601599C11.8631 0.534938 12.1723 0.561483 12.4525 0.677589C12.7327 0.793696 12.9701 0.993674 13.1321 1.25008C13.2942 1.50648 13.3729 1.80674 13.3574 2.10965L13.3042 3.15965C13.2939 3.36448 13.3266 3.5692 13.4002 3.76062C13.4739 3.95203 13.5868 4.1259 13.7317 4.27103C13.8766 4.41615 14.0503 4.52932 14.2416 4.60323C14.4329 4.67714 14.6376 4.71015 14.8424 4.70015L15.8924 4.6469C16.1952 4.63198 16.4951 4.71104 16.7511 4.87325C17.0071 5.03545 17.2067 5.27287 17.3225 5.55295C17.4384 5.83304 17.4647 6.14209 17.398 6.43774C17.3313 6.73339 17.1748 7.00118 16.9499 7.2044L16.1684 7.9094C16.0159 8.04723 15.8939 8.21553 15.8104 8.40343C15.7269 8.59134 15.6838 8.79466 15.6838 9.00028C15.6838 9.20589 15.7269 9.40922 15.8104 9.59713C15.8939 9.78503 16.0159 9.95333 16.1684 10.0912L16.9499 10.7962C17.175 10.9995 17.3316 11.2675 17.3982 11.5634C17.4649 11.8593 17.4384 12.1685 17.3223 12.4487C17.2061 12.7289 17.0062 12.9663 16.7498 13.1284C16.4934 13.2904 16.1931 13.3691 15.8902 13.3537L14.8402 13.3004C14.6349 13.2898 14.4297 13.3225 14.2378 13.3963C14.046 13.47 13.8717 13.5832 13.7264 13.7286C13.581 13.8739 13.4678 14.0482 13.394 14.24C13.3203 14.4319 13.2876 14.6371 13.2982 14.8424L13.3514 15.8924C13.3649 16.1938 13.2852 16.492 13.1232 16.7465C12.9613 17.0011 12.7249 17.1996 12.4462 17.3151C12.1675 17.4306 11.86 17.4575 11.5655 17.3922C11.2709 17.3268 11.0037 17.1724 10.7999 16.9499L10.0942 16.1692C9.95643 16.0166 9.7882 15.8946 9.60036 15.8111C9.41251 15.7277 9.20924 15.6845 9.00369 15.6845C8.79813 15.6845 8.59487 15.7277 8.40702 15.8111C8.21918 15.8946 8.05094 16.0166 7.91319 16.1692L7.20444 16.9499C7.00105 17.1735 6.73366 17.3289 6.43872 17.3949C6.14379 17.461 5.83566 17.4344 5.55635 17.319C5.27703 17.2035 5.04012 17.0047 4.87792 16.7497C4.71571 16.4947 4.6361 16.1958 4.64994 15.8939L4.70394 14.8439C4.7145 14.6386 4.68184 14.4334 4.60809 14.2415C4.53433 14.0497 4.42111 13.8754 4.27576 13.7301C4.13041 13.5847 3.95617 13.4715 3.7643 13.3978C3.57244 13.324 3.36722 13.2913 3.16194 13.3019L2.11194 13.3552C1.80915 13.371 1.5089 13.2927 1.25239 13.131C0.99589 12.9693 0.795715 12.7322 0.679351 12.4522C0.562987 12.1723 0.536139 11.8631 0.602492 11.5673C0.668845 11.2714 0.825147 11.0034 1.04994 10.7999L1.83069 10.0949C1.98327 9.95708 2.10525 9.78878 2.18873 9.60088C2.27222 9.41297 2.31535 9.20964 2.31535 9.00403C2.31535 8.79841 2.27222 8.59509 2.18873 8.40718C2.10525 8.21928 1.98327 8.05098 1.83069 7.91315L1.04994 7.2044C0.825876 7.00116 0.670051 6.73367 0.603765 6.43851C0.537479 6.14334 0.563966 5.83491 0.679606 5.55538C0.795246 5.27584 0.994395 5.03883 1.24983 4.87676C1.50527 4.71469 1.80452 4.63546 2.10669 4.6499L3.15669 4.70315C3.36236 4.71397 3.56801 4.6814 3.76027 4.60756C3.95254 4.53372 4.12712 4.42027 4.27268 4.27456C4.41824 4.12886 4.53153 3.95417 4.60518 3.76183C4.67883 3.56949 4.7112 3.36382 4.70019 3.15815L4.64994 2.1074C4.63577 1.80535 4.71514 1.50628 4.87722 1.25101C5.0393 0.995735 5.2762 0.796687 5.55559 0.681026C5.83498 0.565366 6.14325 0.538727 6.43834 0.604744C6.73343 0.670761 7.00097 0.826218 7.20444 1.0499L7.90944 1.8284Z" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.625 9.00073C5.625 9.89584 5.98058 10.7543 6.61351 11.3872C7.24645 12.0202 8.10489 12.3757 9 12.3757C9.89511 12.3757 10.7535 12.0202 11.3865 11.3872C12.0194 10.7543 12.375 9.89584 12.375 9.00073C12.375 8.10563 12.0194 7.24718 11.3865 6.61425C10.7535 5.98131 9.89511 5.62573 9 5.62573C8.10489 5.62573 7.24645 5.98131 6.61351 6.61425C5.98058 7.24718 5.625 8.10563 5.625 9.00073Z" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_562_1783"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg></div><div>Operations</div></a><a data-header-sub-menu-link="" href="https://monday.com/dev" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_562_1764)"><path d="M5.81348 14.925H2.06348C1.66565 14.925 1.28412 14.767 1.00282 14.4858C0.721512 14.2044 0.563477 13.8229 0.563477 13.425V2.07983C0.563477 1.68201 0.721512 1.30048 1.00282 1.01918C1.28412 0.737869 1.66565 0.579834 2.06348 0.579834H15.5635C15.9613 0.579834 16.3428 0.737869 16.6241 1.01918C16.9055 1.30048 17.0635 1.68201 17.0635 2.07983V7.05008" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M0.563477 4.16626H17.0635" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.4385 15.4921L12.9385 17.4204V12.2776L17.4385 10.3494V15.4921Z" stroke="#676879" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.43799 15.4921L12.938 17.4204V12.2776L8.43799 10.3494V15.4921Z" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.938 8.42017L17.438 10.3492L12.938 12.2774L8.43799 10.3492L12.938 8.42017Z" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_562_1764"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg></div><div>Product</div></a><a data-header-sub-menu-link="" href="https://monday.com/w/service" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_562_1788)"><path d="M17.3569 10.2858V13.5001C17.3569 13.6706 17.2891 13.8341 17.1686 13.9547C17.048 14.0752 16.8845 14.143 16.714 14.143H1.28544C1.11494 14.143 0.951426 14.0752 0.830867 13.9547C0.710307 13.8341 0.642578 13.6706 0.642578 13.5001V3.21439C0.642578 3.04389 0.710307 2.88037 0.830867 2.75983C0.951426 2.63926 1.11494 2.57153 1.28544 2.57153H3.85686" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.71443 14.1428L6.42871 17.3571" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10.2852 14.1428L11.5709 17.3571" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.14258 17.3572H12.8569" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.07129 7.07139H10.9284V9.64282L14.7856 7.07139H17.357V0.642822H7.07129V7.07139Z" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_562_1788"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg></div><div>IT</div></a><a data-header-sub-menu-link="" href="https://monday.com/dev" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_562_1772)"><path d="M16.875 16.3147C16.875 16.6131 16.7565 16.8992 16.5455 17.1102C16.3345 17.3212 16.0484 17.4397 15.75 17.4397H2.25C1.95163 17.4397 1.66548 17.3212 1.4545 17.1102C1.24353 16.8992 1.125 16.6131 1.125 16.3147V1.6897C1.125 1.39133 1.24353 1.10518 1.4545 0.894202C1.66548 0.683224 1.95163 0.564697 2.25 0.564697H13.5338C13.8275 0.564732 14.1096 0.67967 14.3198 0.884947L16.536 3.04645C16.6434 3.15131 16.7287 3.2766 16.7869 3.41493C16.8451 3.55327 16.8751 3.70186 16.875 3.85195V16.3147Z" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10.7212 6.7522L13.5337 9.5647L10.7212 12.3772" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.34619 6.7522L4.53369 9.5647L7.34619 12.3772" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_562_1772"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg></div><div>R&D</div></a><a data-header-sub-menu-link="" href="https://monday.com/use-cases/hr-management-software" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.42864 8.35679C8.20384 8.35679 9.64293 6.91771 9.64293 5.14251C9.64293 3.36731 8.20384 1.92822 6.42864 1.92822C4.65344 1.92822 3.21436 3.36731 3.21436 5.14251C3.21436 6.91771 4.65344 8.35679 6.42864 8.35679Z" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M0.643066 17.3569H12.2145V16.6599C12.2043 15.6799 11.9458 14.7185 11.4633 13.8655C10.9808 13.0124 10.2899 12.2957 9.45526 11.782C8.6206 11.2684 7.66938 10.9747 6.69045 10.9283C6.60317 10.9242 6.51593 10.9221 6.42878 10.9219C6.34163 10.9221 6.25439 10.9242 6.16711 10.9283C5.18818 10.9747 4.23696 11.2684 3.4023 11.782C2.56765 12.2957 1.8768 13.0124 1.39427 13.8655C0.911751 14.7185 0.653302 15.6799 0.643066 16.6599V17.3569Z" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.5718 8.35679C13.347 8.35679 14.7861 6.91771 14.7861 5.14251C14.7861 3.36731 13.347 1.92822 11.5718 1.92822" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14.786 17.3568H17.3574V16.6596C17.3471 15.6797 17.0887 14.7182 16.6062 13.8653C16.1237 13.0122 15.4328 12.2954 14.5982 11.7818C14.0587 11.4498 13.4703 11.2097 12.8574 11.0688" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path></svg></div><div>HR</div></a></div><div class="group_nav-col"></div></div><div class="group_nav-col-parent is-solutions-end"><div class="nav-group-col-h">Industries</div><div class="group_nav-col"><a data-header-sub-menu-link="" href="https://monday.com/w/industries/retail" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_562_1809)"><path d="M13.5 14.625H6.06C5.79405 14.6251 5.53657 14.5311 5.33332 14.3594C5.13015 14.1878 4.99432 13.9497 4.95 13.6875L3 2.06243C2.95492 1.795 2.81467 1.55286 2.6052 1.3806C2.39572 1.20833 2.13112 1.11754 1.86 1.12493H1.11" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.1396 16.8823C12.295 16.8823 12.4209 16.7564 12.4209 16.6011C12.4209 16.4457 12.295 16.3198 12.1396 16.3198" stroke="#676879" stroke-width="1.25"></path><path d="M12.1396 16.8823C11.9843 16.8823 11.8584 16.7564 11.8584 16.6011C11.8584 16.4457 11.9843 16.3198 12.1396 16.3198" stroke="currentcolor" stroke-width="1.25"></path><path d="M6.46094 16.8823C6.61626 16.8823 6.74219 16.7564 6.74219 16.6011C6.74219 16.4457 6.61626 16.3198 6.46094 16.3198" stroke="currentcolor" stroke-width="1.25"></path><path d="M6.46094 16.8823C6.30561 16.8823 6.17969 16.7564 6.17969 16.6011C6.17969 16.4457 6.30561 16.3198 6.46094 16.3198" stroke="currentcolor" stroke-width="1.25"></path><path d="M4.4996 11.25H13.5896C14.0872 11.2451 14.5692 11.0753 14.96 10.7672C15.3508 10.4591 15.6285 10.0302 15.7496 9.5475L16.8596 5.1975C16.8785 5.11469 16.8788 5.02874 16.8607 4.94578C16.8425 4.8628 16.8063 4.78486 16.7546 4.7175C16.7022 4.65002 16.6351 4.59537 16.5584 4.55768C16.4818 4.52 16.3975 4.50027 16.3121 4.5H3.3896" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M4.50014 4.50022L7.31264 1.68772C7.57806 1.42483 7.93657 1.27734 8.31014 1.27734C8.68372 1.27734 9.04222 1.42483 9.30764 1.68772L12.1201 4.50022" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10.1175 2.50477L13.4175 1.53727C13.5943 1.48451 13.7798 1.46734 13.9632 1.48675C14.1467 1.50616 14.3245 1.56176 14.4863 1.65035C14.6481 1.73893 14.7908 1.85874 14.906 2.00283C15.0212 2.14691 15.1067 2.31242 15.1575 2.48977L15.75 4.49977" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_562_1809"><rect width="18" height="18" fill="white" transform="matrix(-1 0 0 1 18 0)"></rect></clipPath></defs></svg></div><div>Retail</div></a><a data-header-sub-menu-link="" href="https://monday.com/w/industries/media" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_595_3598)"><path d="M2.5 1.5H15.5C15.5 1.5 16.5 1.5 16.5 2.5V15.5C16.5 15.5 16.5 16.5 15.5 16.5H2.5C2.5 16.5 1.5 16.5 1.5 15.5V2.5C1.5 2.5 1.5 1.5 2.5 1.5Z" stroke="currentcolor" stroke-width="1.17647" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.82533 11.44C7.73833 11.4833 7.64169 11.5038 7.54457 11.4993C7.44745 11.4949 7.35307 11.4657 7.2704 11.4146C7.18773 11.3634 7.11949 11.292 7.07217 11.2071C7.02485 11.1221 7.00001 11.0265 7 10.9293V7.07064C7.00001 6.97342 7.02485 6.87781 7.07217 6.79288C7.11949 6.70796 7.18773 6.63653 7.2704 6.58538C7.35307 6.53422 7.44745 6.50504 7.54457 6.5006C7.64169 6.49615 7.73833 6.51658 7.82533 6.55997L11.6847 8.49C11.7795 8.53726 11.8591 8.61006 11.9149 8.70013C11.9706 8.7902 12.0001 8.89406 12.0001 9C12.0001 9.10586 11.9706 9.20973 11.9149 9.2998C11.8591 9.38986 11.7795 9.46266 11.6847 9.51L7.82533 11.44Z" stroke="currentcolor" stroke-width="1.17647" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1.5 4H16.5" stroke="currentcolor" stroke-width="1.17647" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1.5 14H16.5" stroke="currentcolor" stroke-width="1.17647" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_595_3598"><rect width="16" height="16" fill="white" transform="translate(1 1)"></rect></clipPath></defs></svg></div><div>Media</div></a><a data-header-sub-menu-link="" href="https://monday.com/construction" class="m_dt-nav-link w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_589_3199)"><path d="M15.5 17.4999C14.5787 14.8211 12.0197 12.8635 9.05118 12.8635C6.08268 12.8635 3.42126 14.8211 2.5 17.4999" stroke="currentcolor" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.94837 3.59091V0.5M3.31836 6.57878H14.5782M4.75143 7.71212C4.85379 9.97879 6.6963 11.8333 8.94827 11.8333C11.3026 11.8333 13.1451 9.97879 13.1451 7.60909V5.75455C13.1451 3.38485 11.3026 1.5303 8.94827 1.5303C6.6963 1.5303 4.85379 3.38485 4.75143 5.65152V7.71212Z" stroke="currentcolor" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_589_3199"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg></div><div>Construction</div></a></div></div></div><div class="group-nav-content-footer"><div class="group_header-buttons"><a data-button-type="signup" href="#" class="m_button-link in-headre w-inline-block"><div>Get Started</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div></a><div class="header-links-divider"></div><a data-button-type="homepage-contact-sales" href="https://monday.com/sales/contact-us" class="m_button-link in-headre w-inline-block"><div>Contact sales</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div></a></div></div></div><div class="close-trig"></div></div></div><div class="m_nav_link-full-parent"><div data-link-item-with-menu="" class="m_nav_link-full"><div data-link-item-text="">Resources</div><div class="chevron-down w-embed"><svg width="10" height="7" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" class="link-with-menu-title-icon"><path d="M0 66.73c0 2.66.981 5.33 2.955 7.41l117.332 123.323a10.64 10.64 0 0 0 7.712 3.314c2.912 0 5.696-1.19 7.712-3.314L253.043 74.14c4.074-4.278 3.914-11.077-.331-15.163a10.627 10.627 0 0 0-15.083.333L128 174.536 18.379 59.32c-4.075-4.279-10.827-4.429-15.083-.343A10.76 10.76 0 0 0 0 66.73z" fill="currentcolor" fill-rule="nonzero"></path></svg></div></div><div class="group_nav-full-wrap"><div data-header-item-menu="" class="group_nav-full-child"><div class="shadow-on-list"></div><div class="group-nav-content-top"><div class="group_nav-col-parent"><div class="nav-group-col-h">Learn</div><div class="group_nav-col _w-big-gap"><a data-header-sub-menu-link="" href="https://monday.com/p/about/" class="m_dt-nav-link less-line-height w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.48346 14.2369C2.67081 14.2361 1.92258 13.813 1.52927 13.1316C1.13596 12.4503 1.15953 11.6182 1.59083 10.9583L5.61505 4.80302C6.02839 4.13279 6.78876 3.73021 7.601 3.75154C8.41324 3.77287 9.14944 4.21477 9.52383 4.90569C9.89822 5.59661 9.85184 6.42775 9.40269 7.07648L5.38086 13.2318C4.9718 13.858 4.25458 14.238 3.48346 14.2369Z" stroke="currentcolor" stroke-width="1.25"></path><path d="M9.84016 14.2369C9.02884 14.2361 8.28183 13.814 7.88916 13.1343C7.4965 12.4546 7.52003 11.6244 7.95063 10.9661L11.9671 4.82543C12.3739 4.14542 13.137 3.7332 13.9553 3.75131C14.7736 3.76941 15.516 4.21493 15.8896 4.9122C16.2632 5.60947 16.2081 6.44659 15.7461 7.09349L11.7297 13.2342C11.3222 13.8576 10.6083 14.2364 9.84016 14.2369V14.2369Z" stroke="currentcolor" stroke-width="1.25"></path><path d="M16.5247 14.2495C17.7538 14.2495 18.7501 13.2549 18.7501 12.0279C18.7501 10.801 17.7538 9.8064 16.5247 9.8064C15.2957 9.8064 14.2993 10.801 14.2993 12.0279C14.2993 13.2549 15.2957 14.2495 16.5247 14.2495Z" stroke="currentcolor" stroke-width="1.25"></path></svg></div><div>About us</div></a><a data-header-sub-menu-link="" href="https://monday.com/whats-new" class="m_dt-nav-link less-line-height w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_562_1921)"><path d="M2.25 11.8125V6.1875L4.5 11.8125V6.1875" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9 11.8125H7.875C7.57663 11.8125 7.29048 11.694 7.0795 11.483C6.86853 11.272 6.75 10.9859 6.75 10.6875V7.3125C6.75 7.01413 6.86853 6.72798 7.0795 6.517C7.29048 6.30603 7.57663 6.1875 7.875 6.1875H9" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.75 9.5625H9" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.25 6.1875V7.70025C11.2498 8.5589 11.4137 9.40967 11.733 10.2068L12.375 11.8125L13.5 7.875L14.625 11.8125L15.267 10.2068C15.586 9.40957 15.7499 8.55887 15.75 7.70025V6.1875" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.4375 14.0625V16.3125C17.4375 16.6109 17.319 16.897 17.108 17.108C16.897 17.319 16.6109 17.4375 16.3125 17.4375H1.6875C1.38913 17.4375 1.10298 17.319 0.892005 17.108C0.681026 16.897 0.5625 16.6109 0.5625 16.3125V14.0625" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M0.5625 3.9375V1.6875C0.5625 1.38913 0.681026 1.10298 0.892005 0.892005C1.10298 0.681026 1.38913 0.5625 1.6875 0.5625H16.3125C16.6109 0.5625 16.897 0.681026 17.108 0.892005C17.319 1.10298 17.4375 1.38913 17.4375 1.6875V3.9375" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_562_1921"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg></div><div>What's new</div></a><a data-header-sub-menu-link="" href="https://monday.com/blog" class="m_dt-nav-link less-line-height w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_562_1930)"><path d="M14.8861 13.7731L8.4308 8.89062L7.4873 6.18237L10.3501 6.35262L16.8046 11.2351C16.9707 11.3608 17.1105 11.5179 17.2159 11.6976C17.3214 11.8773 17.3904 12.076 17.419 12.2824C17.4476 12.4888 17.4353 12.6987 17.3828 12.9003C17.3302 13.1019 17.2385 13.2912 17.1128 13.4574L17.1068 13.4649C16.8532 13.8002 16.4767 14.0211 16.0603 14.0789C15.6438 14.1367 15.2214 14.0267 14.8861 13.7731Z" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.8096 4.53149V2.28149C11.8096 1.98313 11.691 1.69698 11.4801 1.486C11.2691 1.27502 10.9829 1.15649 10.6846 1.15649H1.68457C1.3862 1.15649 1.10005 1.27502 0.889075 1.486C0.678097 1.69698 0.55957 1.98313 0.55957 2.28149V13.5315C0.55957 13.8299 0.678097 14.116 0.889075 14.327C1.10005 14.538 1.3862 14.6565 1.68457 14.6565H6.93457L9.55957 16.9065V14.6565H10.6846C10.8935 14.6566 11.0984 14.5984 11.2761 14.4886C11.4539 14.3788 11.5976 14.2216 11.6911 14.0347" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.80957 3.40649H6.18457" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M4.49707 3.40649V6.78149" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.80957 9.59399H5.62207" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.80957 11.844H7.30957" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_562_1930"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg></div><div>Blog</div></a><a data-header-sub-menu-link="" href="https://monday.com/p/certificate/" class="m_dt-nav-link less-line-height w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_562_1939)"><path d="M16.2628 7.04254C16.1938 7.29575 16.0534 7.5238 15.8585 7.69954L15.1295 8.35804C14.9871 8.48658 14.8733 8.64359 14.7953 8.8189C14.7174 8.99422 14.6771 9.18393 14.6771 9.37579C14.6771 9.56764 14.7174 9.75736 14.7953 9.93267C14.8733 10.108 14.9871 10.265 15.1295 10.3935L15.8585 11.052C16.0689 11.2417 16.2153 11.4919 16.2776 11.7682C16.34 12.0445 16.3153 12.3333 16.2069 12.595C16.0984 12.8566 15.9116 13.0783 15.6721 13.2295C15.4326 13.3807 15.1521 13.454 14.8693 13.4393L13.8883 13.389C13.6967 13.3793 13.5053 13.4099 13.3263 13.4789C13.1474 13.5478 12.9849 13.6535 12.8493 13.7891C12.7137 13.9247 12.6081 14.0873 12.5393 14.2663C12.4705 14.4453 12.44 14.6368 12.4498 14.8283L12.5 15.8093C12.5152 16.0924 12.4423 16.3733 12.2912 16.6133C12.1401 16.8533 11.9183 17.0405 11.6564 17.1491C11.3945 17.2578 11.1053 17.2826 10.8287 17.2201C10.5521 17.1575 10.3017 17.0108 10.112 16.8L9.45353 16.071C9.32498 15.9286 9.16798 15.8148 8.99266 15.7368C8.81735 15.6589 8.62763 15.6186 8.43578 15.6186C8.24393 15.6186 8.05421 15.6589 7.87889 15.7368C7.70358 15.8148 7.54657 15.9286 7.41803 16.071L6.75953 16.8C6.56975 17.0105 6.31942 17.157 6.04298 17.2193C5.76654 17.2817 5.47757 17.2568 5.21583 17.1482C4.95409 17.0396 4.73244 16.8525 4.58138 16.6127C4.43032 16.373 4.35727 16.0923 4.37228 15.8093L4.42478 14.8283C4.43458 14.6367 4.40406 14.4452 4.3352 14.2661C4.26634 14.0871 4.16066 13.9245 4.02501 13.7888C3.88936 13.6531 3.72675 13.5475 3.54769 13.4786C3.36864 13.4098 3.17712 13.3792 2.98553 13.389L2.00453 13.4393C1.72167 13.454 1.44121 13.3807 1.2017 13.2295C0.962181 13.0783 0.77537 12.8566 0.66694 12.595C0.55851 12.3333 0.533783 12.0445 0.596158 11.7682C0.658533 11.4919 0.804948 11.2417 1.01528 11.052L1.74428 10.3935C1.8867 10.265 2.00056 10.108 2.07848 9.93267C2.15641 9.75736 2.19668 9.56764 2.19668 9.37579C2.19668 9.18393 2.15641 8.99422 2.07848 8.8189C2.00056 8.64359 1.8867 8.48658 1.74428 8.35804L1.01528 7.69954C0.805136 7.50996 0.658814 7.25999 0.596395 6.98394C0.533975 6.70789 0.558518 6.41928 0.666653 6.15774C0.774789 5.89619 0.961218 5.67452 1.20035 5.52315C1.43949 5.37177 1.71961 5.29812 2.00228 5.31229L2.98328 5.36254C3.17505 5.37266 3.36682 5.34239 3.54614 5.27367C3.72547 5.20496 3.88836 5.09933 4.02426 4.96364C4.16016 4.82796 4.26604 4.66523 4.33503 4.48601C4.40403 4.30679 4.43461 4.11508 4.42478 3.92329L4.37228 2.94229C4.35693 2.65917 4.42974 2.37826 4.58067 2.13824C4.73161 1.89822 4.95324 1.7109 5.21506 1.60207C5.47688 1.49325 5.766 1.46828 6.0426 1.53059C6.3192 1.59291 6.56967 1.73945 6.75953 1.95004L7.41803 2.67904C7.54645 2.82167 7.70341 2.93571 7.87874 3.01377C8.05407 3.09184 8.24386 3.13218 8.43578 3.13218C8.6277 3.13218 8.81748 3.09184 8.99281 3.01377C9.16814 2.93571 9.32511 2.82167 9.45353 2.67904L10.112 1.95004C10.3022 1.7404 10.5525 1.59472 10.8287 1.53295C11.1049 1.47119 11.3935 1.49637 11.6548 1.60504" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.7002 7.98073L7.58495 10.494C7.68654 10.6294 7.81737 10.7401 7.96769 10.8179C8.11801 10.8957 8.28394 10.9385 8.45313 10.9433C8.62232 10.948 8.7904 10.9146 8.94486 10.8453C9.09931 10.7761 9.23616 10.6729 9.3452 10.5435L17.4362 0.938232" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_562_1939"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg></div><div>Get certified</div></a><a data-header-sub-menu-link="" href="https://monday.com/w/customer-stories" class="m_dt-nav-link less-line-height w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_562_1944)"><path d="M8.4375 11.8125H10.6875V15.1875L14.0625 11.8125H16.3125C16.6108 11.8125 16.897 11.694 17.108 11.483C17.319 11.2721 17.4375 10.9858 17.4375 10.6875V1.6875C17.4375 1.38914 17.319 1.10298 17.108 0.892005C16.897 0.681026 16.6108 0.5625 16.3125 0.5625H7.3125C7.01414 0.5625 6.72798 0.681026 6.517 0.892005C6.30603 1.10298 6.1875 1.38914 6.1875 1.6875" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1.125 5.0625C1.125 5.65924 1.36205 6.23153 1.78401 6.65349C2.20597 7.07545 2.77826 7.3125 3.375 7.3125C3.97174 7.3125 4.54403 7.07545 4.96599 6.65349C5.38795 6.23153 5.625 5.65924 5.625 5.0625C5.625 4.46576 5.38795 3.89347 4.96599 3.47151C4.54403 3.04955 3.97174 2.8125 3.375 2.8125C2.77826 2.8125 2.20597 3.04955 1.78401 3.47151C1.36205 3.89347 1.125 4.46576 1.125 5.0625Z" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M13.7153 4.18188L11.5403 7.08738C11.4919 7.15179 11.4302 7.20507 11.3595 7.24359C11.2887 7.28212 11.2106 7.305 11.1302 7.3107C11.0498 7.31638 10.9692 7.30475 10.8937 7.27657C10.8182 7.24839 10.7497 7.20434 10.6927 7.14738L9.56775 6.02238M6.1875 12.9374V11.2499C6.1875 10.504 5.89118 9.78856 5.36374 9.26116C4.83629 8.73369 4.12092 8.43736 3.375 8.43736C2.62908 8.43736 1.91371 8.73369 1.38626 9.26116C0.858818 9.78856 0.5625 10.504 0.5625 11.2499V12.9374H1.6875L2.25 17.4374H4.5L5.0625 12.9374H6.1875Z" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_562_1944"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg></div><div>Customer stories</div></a></div></div><div class="group_nav-col-parent"><div class="nav-group-col-h">Support</div><div class="group_nav-col _w-big-gap"><a data-header-sub-menu-link="" href="https://monday.com/helpcenter/" class="m_dt-nav-link less-line-height w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_595_3565)"><path d="M16.3125 11.8125V14.0625" stroke="#676879" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1.6875 14.0625V6.1875C1.6875 5.88914 1.80603 5.60298 2.01701 5.39201C2.22798 5.18103 2.51414 5.0625 2.8125 5.0625H5.625" stroke="currentcolor" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10.938 14.0625C10.7428 14.4042 10.4607 14.6882 10.1204 14.8857C9.78 15.0833 9.39352 15.1873 9 15.1873C8.60648 15.1873 8.22 15.0833 7.87965 14.8857C7.5393 14.6882 7.25721 14.4042 7.062 14.0625H0.5625V15.1875C0.5625 15.7842 0.799553 16.3565 1.22151 16.7785C1.64347 17.2004 2.21576 17.4375 2.8125 17.4375H15.1875C15.7842 17.4375 16.3565 17.2004 16.7785 16.7785C17.2004 16.3565 17.4375 15.7842 17.4375 15.1875V14.0625H10.938Z" stroke="currentcolor" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14.0666 0.762293C13.184 0.498585 12.2441 0.495875 11.3602 0.754485C10.4762 1.0131 9.68596 1.52199 9.08476 2.21975C8.48356 2.91752 8.09716 3.77433 7.97206 4.68683C7.84704 5.59934 7.98871 6.52853 8.38006 7.36229L6.83203 10.5041L10.3743 9.53655C10.6868 9.71558 11.0186 9.85823 11.3636 9.9618C12.5764 10.2972 13.8725 10.1422 14.9721 9.53033C16.0718 8.91848 16.8867 7.89878 17.2412 6.69135C17.5955 5.4839 17.461 4.18551 16.8665 3.0764C16.272 1.96729 15.2653 1.1364 14.0636 0.763043L14.0666 0.762293Z" stroke="currentcolor" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.3281 4.24683C11.3281 3.96869 11.4106 3.69681 11.5651 3.46556C11.7196 3.2343 11.9393 3.05405 12.1962 2.94762C12.4532 2.84119 12.736 2.81333 13.0087 2.8676C13.2815 2.92186 13.5321 3.0558 13.7287 3.25246C13.9255 3.44913 14.0593 3.6997 14.1136 3.97248C14.1679 4.24526 14.14 4.52801 14.0336 4.78498C13.9272 5.04194 13.7469 5.26156 13.5157 5.41608C13.2844 5.5706 13.0125 5.65307 12.7344 5.65307" stroke="currentcolor" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.7344 7.90311C12.579 7.90311 12.4531 7.77719 12.4531 7.62186C12.4531 7.4665 12.579 7.34058 12.7344 7.34058" stroke="currentcolor" stroke-width="1.24528"></path><path d="M12.7344 7.90311C12.8897 7.90311 13.0156 7.77719 13.0156 7.62186C13.0156 7.4665 12.8897 7.34058 12.7344 7.34058" stroke="currentcolor" stroke-width="1.24528"></path></g><defs><clipPath id="clip0_595_3565"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg></div><div>Help center</div></a><a data-header-sub-menu-link="" href="https://monday.com/helpcenter/contact-support" class="m_dt-nav-link less-line-height w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_595_3573)"><path d="M3.375 13.5H2.8125C2.21576 13.5 1.64347 13.2629 1.22151 12.841C0.799553 12.419 0.5625 11.8467 0.5625 11.25V9C0.5625 8.4033 0.799553 7.83098 1.22151 7.40901C1.64347 6.98705 2.21576 6.75 2.8125 6.75H3.375C3.52418 6.75 3.66726 6.80927 3.77275 6.91475C3.87824 7.02024 3.9375 7.16332 3.9375 7.3125V12.9375C3.9375 13.0867 3.87824 13.2298 3.77275 13.3352C3.66726 13.4408 3.52418 13.5 3.375 13.5Z" stroke="currentcolor" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.1875 13.5H14.625C14.4758 13.5 14.3327 13.4408 14.2273 13.3352C14.1217 13.2298 14.0625 13.0867 14.0625 12.9375V7.3125C14.0625 7.16332 14.1217 7.02024 14.2273 6.91475C14.3327 6.80927 14.4758 6.75 14.625 6.75H15.1875C15.7842 6.75 16.3565 6.98705 16.7785 7.40901C17.2004 7.83098 17.4375 8.4033 17.4375 9V11.25C17.4375 11.8467 17.2004 12.419 16.7785 12.841C16.3565 13.2629 15.7842 13.5 15.1875 13.5Z" stroke="currentcolor" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.8125 6.75C2.8125 5.10897 3.46439 3.53515 4.62478 2.37478C5.78515 1.21439 7.35897 0.5625 9 0.5625C10.641 0.5625 12.2149 1.21439 13.3752 2.37478C14.5356 3.53515 15.1875 5.10897 15.1875 6.75" stroke="currentcolor" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.25 16.3125H12.9375C13.5342 16.3125 14.1065 16.0754 14.5285 15.6535C14.9504 15.2315 15.1875 14.6592 15.1875 14.0625V13.5" stroke="currentcolor" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10.125 17.4375H9C8.70165 17.4375 8.41545 17.319 8.20447 17.108C7.9935 16.897 7.875 16.6108 7.875 16.3125C7.875 16.0142 7.9935 15.728 8.20447 15.517C8.41545 15.306 8.70165 15.1875 9 15.1875H10.125C10.4233 15.1875 10.7096 15.306 10.9205 15.517C11.1315 15.728 11.25 16.0142 11.25 16.3125C11.25 16.6108 11.1315 16.897 10.9205 17.108C10.7096 17.319 10.4233 17.4375 10.125 17.4375Z" stroke="currentcolor" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.75 6.18756C6.75008 5.77508 6.86354 5.37056 7.07799 5.01821C7.29244 4.66586 7.5996 4.37924 7.96597 4.18967C8.33227 4.00011 8.74372 3.91489 9.15517 3.94335C9.5667 3.9718 9.96247 4.11282 10.2992 4.351C10.636 4.58917 10.9008 4.91534 11.0647 5.29385C11.2286 5.67236 11.2853 6.08865 11.2286 6.49721C11.1719 6.90577 11.0041 7.2909 10.7433 7.6105C10.4825 7.93008 10.1389 8.1718 9.75 8.30928C9.53055 8.3869 9.34057 8.5306 9.20625 8.72065C9.07192 8.91078 8.99985 9.1378 9 9.37053V9.56253" stroke="currentcolor" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9 12.375C8.84467 12.375 8.71875 12.2491 8.71875 12.0938C8.71875 11.9384 8.84467 11.8125 9 11.8125" stroke="currentcolor" stroke-width="1.24528"></path><path d="M9 12.375C9.15533 12.375 9.28125 12.2491 9.28125 12.0938C9.28125 11.9384 9.15533 11.8125 9 11.8125" stroke="currentcolor" stroke-width="1.24528"></path></g><defs><clipPath id="clip0_595_3573"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg></div><div>24/7 support</div></a><a data-header-sub-menu-link="" href="https://monday.com/w/partnership" class="m_dt-nav-link less-line-height w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_595_3558)"><path d="M8.4375 16.875C6.34892 16.875 4.34588 16.0454 2.86904 14.5685C1.39219 13.0916 0.5625 11.0886 0.5625 9C0.5625 6.91142 1.39219 4.90838 2.86904 3.43153C4.34588 1.95469 6.34892 1.125 8.4375 1.125" stroke="currentcolor" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.4375 1.125C8.4375 1.125 4.5 3.375 4.5 9C4.5 14.625 8.4375 16.875 8.4375 16.875" stroke="currentcolor" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.43707 5.625H1.32031" stroke="currentcolor" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.43707 12.375H1.32031" stroke="currentcolor" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.8125 3.375C11.8125 3.97174 12.0496 4.54403 12.4715 4.96599C12.8935 5.38795 13.4658 5.625 14.0625 5.625C14.6592 5.625 15.2315 5.38795 15.6535 4.96599C16.0754 4.54403 16.3125 3.97174 16.3125 3.375C16.3125 2.77826 16.0754 2.20597 15.6535 1.78401C15.2315 1.36205 14.6592 1.125 14.0625 1.125C13.4658 1.125 12.8935 1.36205 12.4715 1.78401C12.0496 2.20597 11.8125 2.77826 11.8125 3.375Z" stroke="currentcolor" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16.02 7.38452L14.0625 10.125L12.105 7.38452C11.6672 7.69516 11.3102 8.10594 11.0636 8.58271C10.817 9.05941 10.688 9.58824 10.6875 10.125V12.375C10.6875 12.6734 10.806 12.9596 11.017 13.1705C11.2279 13.3815 11.5142 13.5 11.8125 13.5H12.375V15.75C12.375 16.0484 12.4935 16.3346 12.7045 16.5455C12.9155 16.7565 13.2017 16.875 13.5 16.875H14.625C14.9233 16.875 15.2095 16.7565 15.4205 16.5455C15.6315 16.3346 15.75 16.0484 15.75 15.75V13.5H16.3125C16.6108 13.5 16.897 13.3815 17.108 13.1705C17.319 12.9596 17.4375 12.6734 17.4375 12.375V10.125C17.437 9.58824 17.308 9.05941 17.0614 8.58271C16.8149 8.10594 16.4578 7.69516 16.02 7.38452Z" stroke="currentcolor" stroke-width="1.24528" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_595_3558"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg></div><div>Partners</div></a></div></div><div class="group_nav-col-parent is-products-end"><div class="nav-group-col-h">Build</div><div class="group_nav-col _w-big-gap"><a data-header-sub-menu-link="" href="https://monday.com/templates" class="m_dt-nav-link less-line-height w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_595_3582)"><path d="M2.25 1.1228H15.75C15.75 1.1228 16.875 1.1228 16.875 2.2478V15.7478C16.875 15.7478 16.875 16.8728 15.75 16.8728H2.25C2.25 16.8728 1.125 16.8728 1.125 15.7478V2.2478C1.125 2.2478 1.125 1.1228 2.25 1.1228Z" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1.125 5.6228H16.875" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9 16.8728V5.6228" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1.125 11.2478H16.875" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_595_3582"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg></div><div>Template center</div></a><a data-header-sub-menu-link="" href="https://monday.com/appdeveloper" class="m_dt-nav-link less-line-height w-inline-block"><div class="m_dt-nav-link-icon-parent w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_562_1968)"><path d="M10.1496 12.2625L15.8084 11.8313C16.0139 11.8155 16.22 11.8546 16.4056 11.9445C16.5912 12.0344 16.7496 12.1719 16.8647 12.343C16.9797 12.5141 17.0473 12.7127 17.0606 12.9185C17.0738 13.1242 17.0323 13.3298 16.9401 13.5143C16.8081 13.7773 16.5818 13.9808 16.3064 14.0843L8.48085 17.0183C7.99885 17.1994 7.46922 17.2092 6.98085 17.046L0.985352 15.048" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M4.92285 12.798H9.26385C9.47386 12.798 9.67853 12.7319 9.84893 12.6092C10.0193 12.4864 10.1468 12.3132 10.2134 12.114C10.2563 11.9849 10.2724 11.8484 10.2609 11.7128C10.2493 11.5773 10.2102 11.4455 10.1459 11.3255C10.0817 11.2056 9.99372 11.1 9.88732 11.0152C9.78092 10.9304 9.65835 10.8681 9.5271 10.8323L5.0736 9.61803C4.60361 9.48943 4.11139 9.46384 3.6306 9.54303L0.985352 9.98403" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.54735 2.22461L3.79785 4.28711L6.54735 6.34961" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M13.4229 2.22461L16.1731 4.28711L13.4229 6.34961" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10.6726 0.849121L9.29785 7.72437" stroke="currentcolor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_562_1968"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg></div><div>App development</div></a></div></div></div><div class="group-nav-content-footer"><div class="group_header-buttons"><a data-button-type="signup" href="#" class="m_button-link in-headre w-inline-block"><div>Get Started</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div></a><div class="header-links-divider"></div><a data-button-type="homepage-contact-sales" href="https://monday.com/sales/contact-us" class="m_button-link in-headre w-inline-block"><div>Contact sales</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div></a></div></div></div><div class="close-trig"></div></div></div><a href="/w/enterprise" data-header-link="" aria-current="page" class="nav_link-full w-nav-link w--current">Enterprise</a></div><div class="nav-full-content-end"><a href="https://monday.com/pricing" data-header-link="" class="nav_link-full w-nav-link">Pricing</a><a href="https://monday.com/sales/contact-us?from=enterprise" data-button-type="homepage-contact-sales" class="nav_link-full is-header-cs w-nav-link">Contact sales</a><a data-existing-account-url-override="/" data-button-type="signup" data-existing-account-cta-override="Go to my account" href="#" class="primary-button-10 _w-arrow in-nav w-inline-block"><div data-signup-button-text="">Get Started</div><div class="arrow-embed-full w-embed"><svg class="btn-arrow" width="12" height="auto" fill="currentcolor" viewBox="0 0 9 7" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.628.616a.5.5 0 1 0-.64.768L6.203 3.23H.5a.5.5 0 0 0 0 1h5.612L3.988 6a.5.5 0 1 0 .64.769l3.23-2.693a.5.5 0 0 0 0-.768L4.628.616z"></path></svg></div></a><div data-hover="false" data-delay="0" data-wf--comp-switcher--variant="light" class="comp_switcher w-dropdown"><div class="switcher-toggle w-dropdown-toggle"><div class="icon_switcher w-embed"><img alt="switcher icon hp" class="" src="https://dapulse-res.cloudinary.com/image/upload/remote_mondaycom_static/uploads/Yotam_Ron/switcher-icon-hp.png"></div></div><nav class="switcher-list w-dropdown-list"><div class="switcher-h">Explore featured products</div><a href="https://monday.com/work-management" class="switcher-product-link w-inline-block"><div class="switcher-app-icon w-embed"><img alt="Work Management" class="" src="https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/Homepage%20-%202024/WM.png"></div><div>Work management</div></a><a href="https://monday.com/crm" class="switcher-product-link w-inline-block"><div class="switcher-app-icon w-embed"><img alt="CRM" class="" src="https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/Homepage%20-%202024/CRM.png"></div><div>CRM</div></a><a href="https://monday.com/w/dev" class="switcher-product-link w-inline-block"><div class="switcher-app-icon w-embed"><img alt="Dev" class="" src="https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/Homepage%20-%202024/DEV.png"></div><div>Dev</div></a><a href="https://monday.com/w/service" class="switcher-product-link w-inline-block"><div class="switcher-app-icon w-embed"><img alt="Service" class="" src="https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/Homepage%20-%202024/Services.png"></div><div>Service </div></a><div class="group_switcher-bottom"><div class="switcher-h is--grey w-variant-a27f62ed-9b8f-eff0-b81e-2ebbb5e2f636">More products</div><div class="switcher-bottom-end"><a href="https://workforms.com/" class="switcher-product-link w-inline-block"><div class="switcher-app-icon-small w-embed"><img alt="WorkForms" class="" src="https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/Homepage%20-%202024/forms.png"></div><div>WorkForms</div></a><a href="https://workcanvas.com/" class="switcher-product-link w-inline-block"><div class="switcher-app-icon-small w-embed"><img alt="WorkCanvas" class="" src="https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/Homepage%20-%202024/canvas.png"></div><div>WorkCanvas</div></a></div></div></nav></div></div></div><div class="mobile-menu-trigger is-shown"><div class="hamburger-dash-2 is-top"></div><div class="hamburger-dash-2 is-middle"></div><div class="hamburger-dash-2 is-bottom"></div></div></article><div class="shadow-on-nav"></div><div class="nav-breakpoint w-embed"><style> @media only screen and (max-width: 1230px){ .nav-ap{ display: none; } .mobile-nav{ display: block; } } </style></div></div><div data-animation="default" data-collapse="all" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="mobile-nav w-nav"><div class="nav-container-lp-2"><a href="http://www.monday.com" class="footer-logo-link in-nav w-inline-block"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/658290685ff5e03443593ec3_monday.com.avif" loading="lazy" alt="monday.com logo"/></a><div class="nav_menu-mobile"><div class="nav_menu-mobile-content"><div class="mobile_menu-group"><div class="mobile_menu-group-h"><div class="mobile_menu-group-h-text">Products</div><div class="chevron w-embed"><svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" class="link-with-menu-title-icon"><path d="M0 66.73c0 2.66.981 5.33 2.955 7.41l117.332 123.323a10.64 10.64 0 0 0 7.712 3.314c2.912 0 5.696-1.19 7.712-3.314L253.043 74.14c4.074-4.278 3.914-11.077-.331-15.163a10.627 10.627 0 0 0-15.083.333L128 174.536 18.379 59.32c-4.075-4.279-10.827-4.429-15.083-.343A10.76 10.76 0 0 0 0 66.73z" fill="currentcolor" fill-rule="nonzero"></path></svg></div></div><div class="group-child _23-rem"><div class="sub-group bottom-margin"><div class="mobile-link is-title _w-line-break">Tailored to your teams' needs</div><a href="https://monday.com/work-management" class="mobile-link _w-icon w-inline-block"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb4487_wm-icon.svg" loading="lazy" alt="" class="mobile-menu-ucon"/><div>monday work management</div></a><a href="https://monday.com/crm" class="mobile-link _w-icon w-inline-block"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb4488_crm-icon.svg" loading="lazy" alt="" class="mobile-menu-ucon"/><div>monday sales CRM</div></a><a href="https://monday.com/w/dev" class="mobile-link _w-icon w-inline-block"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb4486_dev-icon.svg" loading="lazy" alt="" class="mobile-menu-ucon"/><div>monday dev</div></a><a href="/w/service" class="mobile-link _w-icon w-inline-block"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66851851add4786765774ddf_service-logo-icon.svg" loading="lazy" alt="" class="mobile-menu-ucon"/><div>monday service</div></a></div><div class="sub-group bottom-margin"><div class="mobile-link is-title">More by monday.com</div><a href="https://www.workforms.com/?_ga=2.124165891.827666054.1693836768-799758699.1693508767" target="_blank" class="mobile-link">WorkForms</a><a href="https://workcanvas.com/" target="_blank" class="mobile-link">WorkCanvas</a></div></div></div><div class="mobile_menu-group"><div class="mobile_menu-group-h"><div class="mobile_menu-group-h-text">Teams</div><div class="chevron w-embed"><svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" class="link-with-menu-title-icon"><path d="M0 66.73c0 2.66.981 5.33 2.955 7.41l117.332 123.323a10.64 10.64 0 0 0 7.712 3.314c2.912 0 5.696-1.19 7.712-3.314L253.043 74.14c4.074-4.278 3.914-11.077-.331-15.163a10.627 10.627 0 0 0-15.083.333L128 174.536 18.379 59.32c-4.075-4.279-10.827-4.429-15.083-.343A10.76 10.76 0 0 0 0 66.73z" fill="currentcolor" fill-rule="nonzero"></path></svg></div></div><div class="group-child _28-rem"><div class="sub-group bottom-margin"><div class="mobile-link is-title">By team</div><a href="https://monday.com/work-management/marketing" class="mobile-link">Marketing</a><a href="https://monday.com/work-management/pmo" class="mobile-link">Project management</a><a href="https://monday.com/crm" class="mobile-link">Sales</a><a href="https://monday.com/dev" class="mobile-link">Product development</a><a href="https://monday.com/operations" class="mobile-link">Operations</a><a href="https://monday.com/use-cases/it-operations" class="mobile-link">IT</a><a href="https://monday.com/use-cases/hr-management-software" class="mobile-link">HR</a></div><div class="sub-group bottom-margin"><div class="mobile-link is-title">By business size</div><a href="/w/enterprise" aria-current="page" class="mobile-link w--current">Enterprise</a><a href="https://monday.com/smb" class="mobile-link">Small business</a><a href="https://monday.com/nonprofits" class="mobile-link">Nonprofit</a></div><div class="sub-group bottom-margin"><div class="mobile-link is-title">By industry</div><a href="https://monday.com/w/industries/retail" class="mobile-link">Retail</a><a href="https://monday.com/w/industries/media" class="mobile-link">Media</a><a href="https://monday.com/construction" class="mobile-link">Construction</a></div></div></div><div class="mobile_menu-group"><div class="mobile_menu-group-h"><div class="mobile_menu-group-h-text">Features</div><div class="chevron w-embed"><svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" class="link-with-menu-title-icon"><path d="M0 66.73c0 2.66.981 5.33 2.955 7.41l117.332 123.323a10.64 10.64 0 0 0 7.712 3.314c2.912 0 5.696-1.19 7.712-3.314L253.043 74.14c4.074-4.278 3.914-11.077-.331-15.163a10.627 10.627 0 0 0-15.083.333L128 174.536 18.379 59.32c-4.075-4.279-10.827-4.429-15.083-.343A10.76 10.76 0 0 0 0 66.73z" fill="currentcolor" fill-rule="nonzero"></path></svg></div></div><div class="group-child _24-rem"><div class="sub-group bottom-margin"><a href="https://monday.com/features/dashboards" class="mobile-link">Dashboards</a><a href="https://monday.com/integrations" class="mobile-link">Integrations</a><a href="https://monday.com/features/automations" class="mobile-link">Automations</a><a href="/w/ai" class="mobile-link">AI</a><a href="https://monday.com/features/gantt" class="mobile-link">Gantt</a><a href="https://monday.com/features/kanban" class="mobile-link">Kanban</a><a href="https://monday.com/workdocs" class="mobile-link">Docs</a><a href="https://monday.com/features/forms" class="mobile-link">Forms</a></div></div></div><div class="mobile_menu-group"><div class="mobile_menu-group-h"><div class="mobile_menu-group-h-text">Resources</div><div class="chevron w-embed"><svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" class="link-with-menu-title-icon"><path d="M0 66.73c0 2.66.981 5.33 2.955 7.41l117.332 123.323a10.64 10.64 0 0 0 7.712 3.314c2.912 0 5.696-1.19 7.712-3.314L253.043 74.14c4.074-4.278 3.914-11.077-.331-15.163a10.627 10.627 0 0 0-15.083.333L128 174.536 18.379 59.32c-4.075-4.279-10.827-4.429-15.083-.343A10.76 10.76 0 0 0 0 66.73z" fill="currentcolor" fill-rule="nonzero"></path></svg></div></div><div class="group-child _50-rem"><div class="sub-group bottom-margin"><div class="mobile-link is-title">Learn</div><a href="https://monday.com/helpcenter/" class="mobile-link">Help center</a><a href="https://monday.com/whats-new" class="mobile-link">What's new</a><a href="https://monday.com/p/about/" class="mobile-link">About us</a><a href="https://monday.com/blog" class="mobile-link">Blog</a><a href="https://monday.com/p/certificate/" class="mobile-link">Certifications</a></div><div class="sub-group bottom-margin"><div class="mobile-link is-title">Connect</div><a href="https://monday.com/helpcenter/contact-support" class="mobile-link">24/7 support</a><a href="https://monday.com/w/partnership" class="mobile-link">Partners</a><a href="https://monday.com/p/events-hub/" class="mobile-link">Global events</a><a href="https://community.monday.com/?_ga=2.124818435.827666054.1693836768-799758699.1693508767" class="mobile-link">Community</a></div><div class="sub-group bottom-margin"><div class="mobile-link is-title">Build</div><a href="https://monday.com/appdeveloper" class="mobile-link">App development</a><a href="https://monday.com/templates" class="mobile-link">Template center</a><a href="https://mondayspaces.com/" class="mobile-link">Spaces</a></div></div></div><a href="https://monday.com/pricing" class="mobile_menu-group-h-standalone _w-border-bottom">Pricing</a><a data-button-type="homepage-contact-sales" href="https://monday.com/sales/contact-us?from=header&source=Website%20-%20Contact%20Sales" class="mobile_menu-group-h-standalone _w-border-bottom">Contact sales</a><a href="https://auth.monday.com/login" class="mobile_menu-group-h-standalone _w-border-bottom">Log in</a><div class="appstore-wrap"><div class="badges-wrap"><a href="https://apps.apple.com/us/app/monday-com-work-management/id1290128888" target="_blank" class="appstore-badge w-inline-block"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/658290685ff5e03443593ec9_appstore.svg" loading="lazy" alt="" class="appstore-badge-img"/></a><a href="https://play.google.com/store/apps/details?id=com.monday.monday&hl=en&gl=US" target="_blank" class="appstore-badge w-inline-block"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/658290685ff5e03443593ec8_Play.svg" loading="lazy" alt="" class="appstore-badge-img"/></a></div><a href="https://monday.com/" class="go-to-hp-btn w-inline-block"><div class="go-to-hp-logo w-embed"><img alt="Monday" class="jsx-4212101279" src="https://dapulse-res.cloudinary.com/image/upload/mobile_menu/Monday.png"></div><div>Go to homepage</div><div class="go-to-hp-arrow w-embed"><svg width="12" height="14" viewBox="0 0 9 7" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.628.616a.5.5 0 1 0-.64.768L6.203 3.23H.5a.5.5 0 0 0 0 1h5.612L3.988 6a.5.5 0 1 0 .64.769l3.23-2.693a.5.5 0 0 0 0-.768L4.628.616z" fill="currentcolor"></path></svg></div></a></div></div></div><div data-w-id="d30525c8-f8ec-8b75-339b-17b033c06a96" class="full_mobile-menu-trigger"><div class="hamburger-dash-full is-top"></div><div class="hamburger-dash-full is-middle"></div><div class="hamburger-dash-full is-bottom"></div></div></div></div><header class="comp_secondary-nav is-sec-menu"><div class="stack_ent-secondary-nav-links"><a href="#connected-strategy-execution" class="ent-secondary-nav-link ent-nav-link-001">Connected strategy & execution</a><a href="#operational-efficiency" class="ent-secondary-nav-link ent-nav-link-002">Operational efficiency</a><a href="#real-time-risk-identification" class="ent-secondary-nav-link ent-nav-link-003">Real-time risk identification</a></div><div data-hover="false" data-delay="0" class="ent-mobile-dd-parent w-dropdown"><div class="ent-mobile-dd w-dropdown-toggle"><div class="icon-8 w-icon-dropdown-toggle"></div><div class="dd-header">Connected strategy & execution</div></div><nav class="ent-mobile-dd-list w-dropdown-list"><a href="#connected-strategy-execution" class="ent-secondary-nav-link ent-nav-link-001">Connected strategy & execution</a><a href="#operational-efficiency" class="ent-secondary-nav-link ent-nav-link-002">Operational efficiency</a><a href="#real-time-risk-identification" class="ent-secondary-nav-link ent-nav-link-003">Real-time risk identification</a></nav></div></header><main class="m_main-wrapper"><section class="comp_ent-hero"><div class="m_padding-global is--small-on-mobile"><div class="m_container-xl-w"><div class="group_ent-hero-title"><div class="group-ent-hero-content"><p class="spec_ent-hero-topic">monday.com for Enterprise<br/></p><h1 class="spec_ent-hero-h">Make strategic decisions with confidence</h1><p class="spec_ent-hero-sub">Explore the enterprise solution that leaders trust and teams love.<br/></p></div><div class="m_spacer-1rem"></div><a href="#contact-sales-form" class="m_button w-inline-block"><div>Contact sales</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div></a></div><div data-w-id="a3774172-e4e5-d633-cc57-a895f027d32b" class="ent-hero-cards editable"><div class="w-layout-grid stack_ent-cards-grid"><a href="#connected-strategy-execution" class="ent_hero-card wm-secondery-01 w-inline-block"><div class="ent_hero-card-title"><div class="ent-card-h">Connected strategy & execution</div></div><div class="stack_labels-wrap"><div class="ent_tag is-black"><div>Portfolio management</div></div><div class="ent_tag is-black"><div>Standardized processes</div></div><div class="ent_tag is-black"><div>Agile platform infrastructure</div></div></div><div class="ent_hero-card-bottom"><div class="ent_card-arrow-parent"><div class="ent_card-arrow-moving"><div class="ent_card-arrow is-black w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div><div class="ent_card-arrow is-black w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div></div></div><div class="ent_hero-card-bottom-text">Explore</div></div></a><a id="w-node-e9f3c475-a723-09f6-3c54-9f6fcf4e530c-ec8d7310" href="#operational-efficiency" class="ent_hero-card dev-secondery-02 w-inline-block"><div class="ent_hero-card-title is-narrow"><div class="ent-card-h">Operational efficiency</div></div><div class="stack_labels-wrap"><div class="ent_tag is-black"><div>AI-powered workflows</div></div><div class="ent_tag is-black"><div>Resource management</div></div><div class="ent_tag is-black"><div>Automations</div></div></div><div class="ent_hero-card-bottom"><div class="ent_card-arrow-parent"><div class="ent_card-arrow-moving"><div class="ent_card-arrow is-black w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div><div class="ent_card-arrow is-black w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div></div></div><div class="ent_hero-card-bottom-text">Explore</div></div></a><a href="#real-time-risk-identification" class="ent_hero-card dark-surface w-inline-block"><div class="ent_hero-card-title"><div class="ent-card-h m_text-color-white">Real-time risk identification</div></div><div class="stack_labels-wrap keep-2lines"><div class="ent_tag"><div>Dashboards</div></div><div class="ent_tag"><div>Portfolio management</div></div><div class="ent_tag"><div>Gantt View</div></div></div><div class="ent_hero-card-bottom"><div class="ent_card-arrow-parent"><div class="ent_card-arrow-moving"><div class="ent_card-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div><div class="ent_card-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div></div></div><div class="ent_hero-card-bottom-text m_text-color-white">Explore</div></div></a></div></div></div></div></section><div class="ent-sticky-wrap is-trigger"><section id="connected-strategy-execution"><div data-w-id="16281562-f0f9-91eb-6f3b-168837bb380d" class="enterprise-running-logos"><div class="group_logos-7items enterprise-logos"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675eee15d9a570a89e369c2c_citizen_bank_2x.avif" loading="lazy" alt="" class="m_client-logo height-3rem"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675eee2f25ff5aab4c59034c_coca_cola_2x.avif" loading="lazy" alt="" class="m_client-logo height-3rem"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6761928b82145e7c7446231d_nasdaqlogo.avif" loading="lazy" alt="" class="m_client-logo height-3rem"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675eee569a0b0363848546e1_lionsgate_2x.avif" loading="lazy" alt="" class="m_client-logo height-3rem"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675eee67e54de359f99fb94a_carrefour.avif" loading="lazy" alt="" class="m_client-logo height-3rem"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675eee679a0b03638485551b_bd.avif" loading="lazy" alt="" class="m_client-logo height-3rem"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675eee6725ff5aab4c5927a6_indosuez.avif" loading="lazy" alt="" class="m_client-logo height-3rem"/></div><div class="group_logos-7items enterprise-logos mobile-only"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675eee15d9a570a89e369c2c_citizen_bank_2x.avif" loading="lazy" alt="" class="m_client-logo height-3rem"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675eee2f25ff5aab4c59034c_coca_cola_2x.avif" loading="lazy" alt="" class="m_client-logo height-3rem"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6761928b82145e7c7446231d_nasdaqlogo.avif" loading="lazy" alt="" class="m_client-logo height-3rem"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675eee569a0b0363848546e1_lionsgate_2x.avif" loading="lazy" alt="" class="m_client-logo height-3rem"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675eee67e54de359f99fb94a_carrefour.avif" loading="lazy" alt="" class="m_client-logo height-3rem"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675eee679a0b03638485551b_bd.avif" loading="lazy" alt="" class="m_client-logo height-3rem"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675eee6725ff5aab4c5927a6_indosuez.avif" loading="lazy" alt="" class="m_client-logo height-3rem"/></div></div><div class="m_padding-global-big-cards"><div class="m_container-xlarge"><div class="group_sec-h-center"><div class="m_spacer-5rem"></div><h2 class="m_heading-56 m_font-weight-xlight">Connected strategy & execution<br/></h2><p class="m_par-18 ent-sec-sub">Set cross-organizational goals and OKRs with clear ownership and execute them effectively across business units.</p></div><div class="m_acc-comp ent-desktop"><div class="m_acc-layout"><div class="group_vert-tabs"><div class="group-vert-tabs-items"><div class="vert-tabs-item vert-tab-first is-open"><div class="vert-tabs-item-h"><div class="vert-tabs-item-text">Portfolio management</div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f5247a41c62cb69991c302_ScrollDownArrow_light.svg" alt="" class="vert-item-chevron"/></div><div class="vert-tabs-item-body"><p class="vert-tabs-item-par">Connect projects and stakeholders across the organization</p><div class="vert-tab-content"><div class="vert-content-img-parent fixed-size-card wm-secondery-01"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67693167ba4b046a9376073e_connected-strategy_porfolio-management.avif" alt="" class="vert-content-img"/><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675ef1e00eafc1c024f8bca8_portfolio_management_mobile_2x.avif" alt="" class="vert-content-img-mobile"/></div></div></div></div><div class="vert-tabs-item vert-tab-first"><div class="vert-tabs-item-h"><div class="vert-tabs-item-text">Standardized processes</div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f5247a41c62cb69991c302_ScrollDownArrow_light.svg" alt="" class="vert-item-chevron"/></div><div class="vert-tabs-item-body"><p class="vert-tabs-item-par">Align your organization's processes and data for reliable reporting</p><div class="vert-tab-content"><div class="vert-content-img-parent fixed-size-card wm-secondery-01"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673b3e31b717a37a5a13b60b_asset-standardized-processes-v2.avif" alt="" class="vert-content-img"/><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675ef71eea96bdc6760f714a_standardized_processes_mobile_2x.avif" alt="" class="vert-content-img-mobile"/></div></div></div></div><div id="vert-tab-003" class="vert-tabs-item vert-tab-first"><div class="vert-tabs-item-h"><div class="vert-tabs-item-text">Agile platform infrastructure</div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f5247a41c62cb69991c302_ScrollDownArrow_light.svg" alt="" class="vert-item-chevron"/></div><div class="vert-tabs-item-body"><p class="vert-tabs-item-par">Quickly adapt plans and execution to market changes</p><div class="vert-tab-content"><div class="vert-video-parent fixed-size-card wm-secondery-01"><div class="vert-content-img w-embed"><div data-poster-url="https://dapulse-res.cloudinary.com/video/upload/v1734609645/Generator_featured%20images/Enterprise%20minisite/updated-2024_12_19_Agile_platform_infrastructure.jpg" data-video-urls="https://dapulse-res.cloudinary.com/video/upload/v1734609645/Generator_featured%20images/Enterprise%20minisite/updated-2024_12_19_Agile_platform_infrastructure.mp4" data-autoplay="true" data-loop="true" data-wf-ignore="true" class="vert-content-video w-background-video w-background-video-atom"> <video id="video-001" loop="" class="ent-video" style="background-image:url("https://dapulse-res.cloudinary.com/video/upload/v1734609645/Generator_featured%20images/Enterprise%20minisite/updated-2024_12_19_Agile_platform_infrastructure.jpg" data-video-urls="https://dapulse-res.cloudinary.com/video/upload/v1734609645/Generator_featured%20images/Enterprise%20minisite/updated-2024_12_19_Agile_platform_infrastructure.mp4" muted="" playsinline="" data-wf-ignore="true" data-object-fit="cover"> <source src="https://dapulse-res.cloudinary.com/video/upload/v1734609645/Generator_featured%20images/Enterprise%20minisite/updated-2024_12_19_Agile_platform_infrastructure.mp4" data-wf-ignore="true"> </video> </div></div><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675ef6f4156f4295880c11ae_agile_platform_infrastructure_mobile_2x.avif" alt="" class="vert-content-img-mobile"/></div></div></div></div></div><a href="#contact-sales-form" class="m_button w-inline-block"><div>Contact sales</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div></a></div></div></div></div></div></section><section id="operational-efficiency"><div class="m_padding-global-big-cards"><div class="m_container-xlarge"><div class="group_sec-h-center for--ent-sticky"><h2 class="m_heading-56 m_font-weight-xlight">Operational efficiency<br/></h2><p class="m_par-18 ent-sec-sub">Accelerate time-to-market by breaking down cross-team siloes, streamlining workflows, and uniting systems.</p></div><div class="m_acc-comp ent-desktop"><div class="m_acc-layout"><div class="group_vert-tabs"><div class="group-vert-tabs-items"><div class="vert-tabs-item vert-tab-second is-open"><div class="vert-tabs-item-h"><div class="vert-tabs-item-text">AI-powered workflows</div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f5247a41c62cb69991c302_ScrollDownArrow_light.svg" alt="" class="vert-item-chevron"/></div><div class="vert-tabs-item-body"><p class="vert-tabs-item-par">Work smarter across every use case with built-in AI</p><div class="vert-tab-content"><div class="vert-video-parent fixed-size-card dev-secondery-02"><div class="vert-content-img w-embed"><div data-poster-url="https://dapulse-res.cloudinary.com/video/upload/v1734609629/Generator_featured%20images/Enterprise%20minisite/updated-2024_12_19_Powerfull_ai.jpg" data-video-urls="https://dapulse-res.cloudinary.com/video/upload/v1734609629/Generator_featured%20images/Enterprise%20minisite/updated-2024_12_19_Powerfull_ai.mp4" data-autoplay="true" data-loop="true" data-wf-ignore="true" class="vert-content-video w-background-video w-background-video-atom"> <video id="video-001" loop="" class="ent-video" style="background-image:url("https://dapulse-res.cloudinary.com/video/upload/v1734609629/Generator_featured%20images/Enterprise%20minisite/updated-2024_12_19_Powerfull_ai.jpg" data-video-urls="https://dapulse-res.cloudinary.com/video/upload/v1734609629/Generator_featured%20images/Enterprise%20minisite/updated-2024_12_19_Powerfull_ai.mp4" muted="" autoplay="" playsinline="" data-wf-ignore="true" data-object-fit="cover"> <source src="https://dapulse-res.cloudinary.com/video/upload/v1734609629/Generator_featured%20images/Enterprise%20minisite/updated-2024_12_19_Powerfull_ai.mp4" data-wf-ignore="true"> </video> </div></div><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675ef8a5b0486ab0bfc5594c_ai_mobile.avif" alt="" class="vert-content-img-mobile"/></div></div></div></div><div class="vert-tabs-item vert-tab-second"><div class="vert-tabs-item-h"><div class="vert-tabs-item-text">Resource management</div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f5247a41c62cb69991c302_ScrollDownArrow_light.svg" alt="" class="vert-item-chevron"/></div><div class="vert-tabs-item-body"><p class="vert-tabs-item-par">Allocate resources based on skills and availability</p><div class="vert-tab-content"><div class="vert-content-img-parent fixed-size-card dev-secondery-02"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6734a190bfaa76e574b0d0c5_asset-portfolio-management-2.avif" alt="" class="vert-content-img"/><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675ef9331226bad10c5032f9_reaource_management_mobile.avif" alt="" class="vert-content-img-mobile"/></div></div></div></div><div class="vert-tabs-item vert-tab-second"><div class="vert-tabs-item-h"><div class="vert-tabs-item-text">Automations</div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f5247a41c62cb69991c302_ScrollDownArrow_light.svg" alt="" class="vert-item-chevron"/></div><div class="vert-tabs-item-body"><p class="vert-tabs-item-par">Automate workflows and reduce manual work</p><div class="vert-tab-content"><div class="vert-content-img-parent fixed-size-card dev-secondery-02"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6764121358ba96ad6276771b_updated_automations.avif" alt="" class="vert-content-img"/><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675ef9f04314f55d5e88c917_automations_mobile.avif" alt="" class="vert-content-img-mobile"/></div></div></div></div></div><a href="#contact-sales-form" class="m_button w-inline-block"><div>Contact sales</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div></a></div></div><div class="w-embed"><style> /* --- Accordion --- */ .m_acc-item.is-open .acc-item-body1{ opacity: 1; } .m_acc-item.is-open .acc-item-chevron{ transform: rotate(180deg); } .vert-tabs-item.is-open .vert-tab-content{ opacity: 1; } .group_acc-item-white.is-open .acc-item-content-full{ opacity: 1; } .m_acc-item:last-child{ border-bottom: none; } .splide__slide.is-active .splide-testi-img { transform: scale(1); } </style></div></div></div></div></section><section id="real-time-risk-identification"><div class="m_padding-global-big-cards"><div class="m_container-xlarge"><div class="group_sec-h-center for--ent-sticky"><h2 class="m_heading-56 m_font-weight-xlight">Real-time risk identification<br/></h2><p class="m_par-18 ent-sec-sub">Consolidate high volumes of data across the organization to inform immediate action when execution is at risk.</p></div><div class="m_acc-comp ent-desktop"><div class="m_acc-layout"><div class="group_vert-tabs"><div class="group-vert-tabs-items"><div class="vert-tabs-item vert-tab-third is-open"><div class="vert-tabs-item-h"><div class="vert-tabs-item-text">Dashboards</div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f5247a41c62cb69991c302_ScrollDownArrow_light.svg" alt="" class="vert-item-chevron"/></div><div class="vert-tabs-item-body"><p class="vert-tabs-item-par">Easily visualize data for accurate decision-making</p><div class="vert-tab-content"><div class="vert-content-img-parent fixed-size-card dark-surface"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/676190c9ec8b3cc9967669bc_okr_dashboard_3.avif" alt="" class="vert-content-img"/><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675efbbf79db0accf3756ee6_dashboards%20mobile.avif" alt="" class="vert-content-img-mobile"/></div></div></div></div><div class="vert-tabs-item vert-tab-third"><div class="vert-tabs-item-h"><div class="vert-tabs-item-text">Portfolio management</div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f5247a41c62cb69991c302_ScrollDownArrow_light.svg" alt="" class="vert-item-chevron"/></div><div class="vert-tabs-item-body"><p class="vert-tabs-item-par">Identify and mitigate risks across your organization</p><div class="vert-tab-content"><div class="vert-content-img-parent fixed-size-card dark-surface"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673b35b8f2d9fcf76dd7d39b_asset-portfolio-management-v4.avif" alt="" class="vert-content-img"/><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675efc4abee91b289f742184_portfolio_management_2_mobile.avif" alt="" class="vert-content-img-mobile"/></div></div></div></div><div class="vert-tabs-item vert-tab-third"><div class="vert-tabs-item-h"><div class="vert-tabs-item-text">Gantt View</div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f5247a41c62cb69991c302_ScrollDownArrow_light.svg" alt="" class="vert-item-chevron"/></div><div class="vert-tabs-item-body"><p class="vert-tabs-item-par">Visualize tasks, dependencies, and milestones across project timelines</p><div class="vert-tab-content"><div class="vert-content-img-parent fixed-size-card dark-surface"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673b36e6bbea0b608b323b64_asset-gantt-management-v3.avif" alt="" class="vert-content-img"/><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/675efcd36879da4dadb2d792_gantt_mobile.avif" alt="" class="vert-content-img-mobile"/></div></div></div></div></div><a href="#contact-sales-form" class="m_button w-inline-block"><div>Contact sales</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div></a></div></div><div class="w-embed"><style> /* --- Accordion --- */ .m_acc-item.is-open .acc-item-body1{ opacity: 1; } .m_acc-item.is-open .acc-item-chevron{ transform: rotate(180deg); } .vert-tabs-item.is-open .vert-tab-content{ opacity: 1; } .group_acc-item-white.is-open .acc-item-content-full{ opacity: 1; } .m_acc-item:last-child{ border-bottom: none; } .splide__slide.is-active .splide-testi-img { transform: scale(1); } </style></div></div></div></div></section></div><section><div class="comp_diff-desktop"><div class="m_padding-global-big-cards m_padding-section-card"><div class="m_spacer-4rem"></div><div class="big-bg-card"><div class="m_container-large"><div class="group_sec-h-center"><h2 class="m_heading-56 m_font-weight-xlight">The monday.com difference<br/></h2><div class="m_spacer-5rem"></div></div><div class="comp_difference-layout"><div class="group_difference-left"><div class="group-difference-items"><div class="dif-tabs-item is-open"><div>Intuitive customization</div><div class="dif-tabs-item-h-parent"><div class="dif-tabs-item-h">Flexible yet standardized</div></div><div class="dif-tabs-item-body"><p class="dif-tabs-item-par">Easily build any workflows that match your requirements with a no-code, drag-and-drop interface.</p></div><div class="group_difference-content"><div class="group_diff-quote"><div class="diff-quote-top"><div class="dif-tabs-item-number">6,970</div><div>hours saved per month</div></div><div class="m_avatar-group-3"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65fc08bf612a6f271c7308d8_avatar-002.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-3"><div class="diff-quote-avatar-name">Chris Funk</div><div class="diff-quote-avatar-title">Senior Director of Product Innovation</div></div></div><div class="m_spacer-2rem"></div><div class="diff-quote">“<strong>It's customizable to your needs. It's like water.</strong> It’ll take its shape and wrap around whatever you need it to do.”</div><div class="m_spacer-2rem"></div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673af32b936505e198f35e67_quote-logo-zippo-v2.avif" alt="" class="splide-numbers-card-logo-2"/></div></div></div><div class="dif-tabs-item"><div>Designed with everyone in mind</div><div class="dif-tabs-item-h-parent"><div class="dif-tabs-item-h">People love to use it</div></div><div class="dif-tabs-item-body"><p class="dif-tabs-item-par">Onboard your entire organization to an intuitive platform they will love from the first click.</p></div><div class="group_difference-content"><div class="group_diff-quote"><div class="splide-numbers-card-bottom"><div class="m_avatar-group-3"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67349858bfaa76e574a7d8ee_Tom%20Mitchell.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-3"><div class="diff-quote-avatar-name">Tom Mitchell</div><div class="diff-quote-avatar-title">Digital Business Change Manager</div></div></div></div><div class="m_spacer-2rem"></div><div class="diff-quote">“We have digital operations managers who have never touched a capital spreadsheet in their lives, and <strong>they absolutely love this.</strong> But they look at this and say, ‘This is so easy.’”</div><div class="m_spacer-2rem"></div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673af2c69be92307a9a7566d_quote-logo-nhs-v2.avif" alt="" class="splide-numbers-card-logo-2"/></div></div></div><div class="dif-tabs-item"><div>Smooth cross-org adoption</div><div class="dif-tabs-item-h-parent"><div class="dif-tabs-item-h">Fast time to value</div></div><div class="dif-tabs-item-body"><p class="dif-tabs-item-par">Gain instant value with a platform that is quick to implement and easy to learn.</p></div><div class="group_difference-content"><div class="group_diff-quote"><div class="m_avatar-group-3"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67349926bbb5c071b5fcb000_%C2%A0Anastasia%20Blaylock.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-3"><div class="diff-quote-avatar-name">Anastasia Blaylock</div><div class="diff-quote-avatar-title">Director of Treasury Management</div></div></div><div class="m_spacer-2rem"></div><div class="diff-quote">"<strong>Everyone onboarded really, really fast.</strong> It's like an iPhone in a way in that you just know how and what you want to do next.”</div><div class="splide-numbers-card-bottom"></div><div class="m_spacer-2rem"></div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6738f0396ccbf2bcc1223a37_quote-logo-citizen-bank.avif" alt="" class="splide-numbers-card-logo-2"/></div></div></div><div class="dif-tabs-item"><div>Connect your entire organization</div><div class="dif-tabs-item-h-parent"><div class="dif-tabs-item-h">Alignment at every level</div></div><div class="dif-tabs-item-body"><p class="dif-tabs-item-par">Break down siloes with centralized cross-team communication that aligns goals with execution.</p></div><div class="group_difference-content"><div class="group_diff-quote"><div class="diff-quote-top"><div class="dif-tabs-item-number">40%</div><div>improvement in cross-team collaboration</div></div><div class="m_avatar-group-3"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673499e8dc862ae7c595c662_Sarah%20Pharr.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-3"><div class="diff-quote-avatar-name">Sarah Pharr</div><div class="diff-quote-avatar-title">AVP Marketing</div></div></div><div class="m_spacer-2rem"></div><div class="diff-quot-edit">“We just rolled out a GTM calendar that shows the marketing programs, campaigns, and activations across the team. <strong>This layer of visibility allows for greater cross-team collaboration and alignment. </strong>”</div><div class="splide-numbers-card-bottom"></div><div class="m_spacer-2rem"></div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6738f039e5de7d952470abe7_quote-logo-genpact.avif" alt="" class="splide-numbers-card-logo-2"/></div></div></div></div></div></div></div></div></div></div><div class="comp_diff-mobile mobile-container-padding"><div class="group_sec-h-center"><h2 class="ent_difference-header">The monday.com difference<br/></h2></div><div data-delay="4000" data-animation="slide" class="diff-mobilr-slider w-slider" data-autoplay="false" data-easing="ease" data-hide-arrows="false" data-disable-swipe="false" data-autoplay-limit="0" data-nav-spacing="3" data-duration="500" data-infinite="false"><div class="slider-mask w-slider-mask"><div class="diff-mb-slide w-slide"><div class="diff-mobile-card"><div class="diff-mobile-card-top"><div>Intuitive customization</div><div class="dif-tabs-item-h">Flexible yet standardized</div><p class="dif-tabs-item-par">Easily build any workflows that match your requirements with a no-code, drag-and-drop interface.</p></div><div class="group_diff-quote-mb"><div class="diff-quote-top-mobile"><div class="dif-tabs-item-number-mb">6,970</div><div>hours saved per month</div></div><div class="m_avatar-group-mb"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65fc08bf612a6f271c7308d8_avatar-002.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-3"><div class="diff-quote-avatar-name">Chris Funk</div><div class="diff-quote-avatar-title">Senior Director of Product Innovation</div></div></div><div class="diff-quote">“<strong>It's customizable to your needs. It's like water.</strong> It’ll take its shape and wrap around whatever you need it to do.”</div><div class="diff-mobile-card-bottom"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673af32b936505e198f35e67_quote-logo-zippo-v2.avif" alt="" class="splide-numbers-card-logo-2"/></div></div></div></div><div class="diff-mb-slide w-slide"><div class="diff-mobile-card"><div class="diff-mobile-card-top"><div>Designed with everyone in mind</div><div class="dif-tabs-item-h">People love to use it</div><p class="dif-tabs-item-par">Onboard your entire organization to an intuitive platform they will love from the first click.</p></div><div class="group_diff-quote-mb"><div class="m_avatar-group-mb"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67349858bfaa76e574a7d8ee_Tom%20Mitchell.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-3"><div class="diff-quote-avatar-name">Tom Mitchell</div><div class="diff-quote-avatar-title">Digital Business Change Manager</div></div></div><div class="diff-quote">“We have digital operations managers who have never touched a capital spreadsheet in their lives, and <strong>they absolutely love this. But they look at this and say, ‘This is so easy.’</strong>”</div><div class="diff-mobile-card-bottom"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673af2c69be92307a9a7566d_quote-logo-nhs-v2.avif" alt="" class="splide-numbers-card-logo-2"/></div></div></div></div><div class="diff-mb-slide w-slide"><div class="diff-mobile-card"><div class="diff-mobile-card-top"><div>Smooth cross-org adoption</div><div class="dif-tabs-item-h">Fast time to value</div><p class="dif-tabs-item-par">Gain instant value with a platform that is quick to implement and easy to learn.</p></div><div class="group_diff-quote-mb"><div class="m_avatar-group-mb"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67349926bbb5c071b5fcb000_%C2%A0Anastasia%20Blaylock.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-3"><div class="diff-quote-avatar-name">Anastasia Blaylock</div><div class="diff-quote-avatar-title">Director of Treasury Management</div></div></div><div class="diff-quote">"<strong>Everyone onboarded really, really fast.</strong> It's like an iPhone in a way in that you just know how and what you want to do next.”</div><div class="diff-mobile-card-bottom"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6738f0396ccbf2bcc1223a37_quote-logo-citizen-bank.avif" alt="" class="splide-numbers-card-logo-2"/></div></div></div></div><div class="diff-mb-slide w-slide"><div class="diff-mobile-card"><div class="diff-mobile-card-top"><div>Intuitive customization</div><div class="dif-tabs-item-h">Alignment at every level</div><p class="dif-tabs-item-par">Break down siloes with centralized cross-team communication that aligns goals with execution.</p></div><div class="group_diff-quote-mb"><div class="diff-quote-top-mobile"><div class="dif-tabs-item-number-mb">6,970</div><div>hours saved per month</div></div><div class="m_avatar-group-mb"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673499e8dc862ae7c595c662_Sarah%20Pharr.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-3"><div class="diff-quote-avatar-name">Sarah Pharr</div><div class="diff-quote-avatar-title">AVP Marketing</div></div></div><div class="diff-quote">“Since adopting monday.com, <strong>our global marketing department has seen a 40% improvement in cross-team collaboration</strong> for successful end-to-end campaign planning and execution.”</div><div class="diff-mobile-card-bottom"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6738f039e5de7d952470abe7_quote-logo-genpact.avif" alt="" class="splide-numbers-card-logo-2"/></div></div></div></div></div><div class="diff-slide-arrow w-slider-arrow-left"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f7bd1479f6a633f40c454a_carousel-arrow-prev.svg" alt=""/></div><div class="diff-slide-arrow is--next w-slider-arrow-right"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f7bd314e0406042717dcd8_carousel-arrow-next.svg" alt=""/></div><div class="slide-nav-5 w-slider-nav w-round w-num"></div></div><div class="splide-diff splide-container"><div class="splide__track"><div class="splide__list"><div class="splide__slide"><div class="diff-mobile-card"><div class="diff-mobile-card-top"><div>Intuitive customization</div><div class="dif-tabs-item-h m_font-weight-xlight">Flexible yet standardized</div><p class="dif-tabs-item-par">Easily build any workflows that match your requirements with a no-code, drag-and-drop interface.</p></div><div class="group_diff-quote-mb"><div class="diff-quote-top-mobile"><div class="dif-tabs-item-number-mb">6,970</div><div>hours saved per month</div></div><div class="m_avatar-group-mb"><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65fc08bf612a6f271c7308d8_avatar-002.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-3"><div class="diff-quote-avatar-name">Chris Funk</div><div class="diff-quote-avatar-title">Senior Director of Product Innovation</div></div></div><div class="diff-quote">“<strong>It's customizable to your needs. It's like water.</strong> It’ll take its shape and wrap around whatever you need it to do.”</div><div class="diff-mobile-card-bottom"><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673af32b936505e198f35e67_quote-logo-zippo-v2.avif" alt="" class="splide-numbers-card-logo-2"/></div></div></div></div><div class="splide__slide"><div class="diff-mobile-card"><div class="diff-mobile-card-top"><div>Designed with everyone in mind</div><div class="dif-tabs-item-h m_font-weight-xlight">People love to use it</div><p class="dif-tabs-item-par">Onboard your entire organization to an intuitive platform they will love from the first click.</p></div><div class="group_diff-quote-mb"><div class="m_avatar-group-mb"><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67349858bfaa76e574a7d8ee_Tom%20Mitchell.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-3"><div class="diff-quote-avatar-name">Tom Mitchell</div><div class="diff-quote-avatar-title">Digital Business Change Manager</div></div></div><div class="diff-quote">“We have digital operations managers who have never touched a capital spreadsheet in their lives, and <strong>they absolutely love this.</strong> But they look at this and say, ‘This is so easy.’”</div><div class="diff-mobile-card-bottom"><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673af2c69be92307a9a7566d_quote-logo-nhs-v2.avif" alt="" class="splide-numbers-card-logo-2"/></div></div></div></div><div class="splide__slide"><div class="diff-mobile-card"><div class="diff-mobile-card-top"><div>Smooth cross-org adoption</div><div class="dif-tabs-item-h m_font-weight-xlight">Fast time to value</div><p class="dif-tabs-item-par">Gain instant value with a platform that is quick to implement and easy to learn.</p></div><div class="group_diff-quote-mb"><div class="m_avatar-group-mb"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67349926bbb5c071b5fcb000_%C2%A0Anastasia%20Blaylock.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-3"><div class="diff-quote-avatar-name">Anastasia Blaylock</div><div class="diff-quote-avatar-title">Director of Treasury Management</div></div></div><div class="diff-quote">"<strong>Everyone onboarded really, really fast.</strong> It's like an iPhone in a way in that you just know how and what you want to do next.”</div><div class="diff-mobile-card-bottom"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6738f0396ccbf2bcc1223a37_quote-logo-citizen-bank.avif" alt="" class="splide-numbers-card-logo-2"/></div></div></div></div><div class="splide__slide"><div class="diff-mobile-card"><div class="diff-mobile-card-top"><div>Connect your entire organization</div><div class="dif-tabs-item-h m_font-weight-xlight">Alignment at every level</div><p class="dif-tabs-item-par">Break down siloes with centralized cross-team communication that aligns goals with execution.</p></div><div class="group_diff-quote-mb"><div class="diff-quote-top-mobile"><div class="dif-tabs-item-number-mb">40%</div><div>improvement in cross-team collaboration</div></div><div class="m_avatar-group-mb"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673499e8dc862ae7c595c662_Sarah%20Pharr.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-3"><div class="diff-quote-avatar-name">Sarah Pharr</div><div class="diff-quote-avatar-title">AVP Marketing</div></div></div><div class="diff-quote">“We just rolled out a GTM calendar that shows the marketing programs, campaigns, and activations across the team. <strong>This layer of visibility allows for greater cross-team collaboration and alignment.</strong>”</div><div class="diff-mobile-card-bottom"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6738f039e5de7d952470abe7_quote-logo-genpact.avif" alt="" class="splide-numbers-card-logo-2"/></div></div></div></div></div></div><div class="carousel-controls for--diff"><button class="carousel-arrow prev-splide"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f7bd1479f6a633f40c454a_carousel-arrow-prev.svg" alt="" class="carousel-arrow-img"/></button><button class="carousel-arrow next-splide"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f7bd314e0406042717dcd8_carousel-arrow-next.svg" alt="" class="carousel-arrow-img"/></button></div></div></div></section><section><div class="m_padding-global m_padding-section-medium"><div class="m_container-large"><div class="m_section-content-9"><div class="group_sec-h-left for--gartner"><div class="ent_gartner-title-parent"><h2 class="m_heading-56 m_font-weight-xlight">Recognized as a Leader<br/></h2></div><a href="#contact-sales-form" class="m_button-outline hide-on-mobile w-inline-block"><div>Contact sales</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div></a></div><div data-delay="4000" data-animation="slide" class="slider-gartner w-slider" data-autoplay="true" data-easing="ease" data-hide-arrows="false" data-disable-swipe="false" data-autoplay-limit="0" data-nav-spacing="3" data-duration="800" data-infinite="true"><div class="mask-6 w-slider-mask"><div class="slider1_slide w-slide"><div class="ent_slide-wrapper"><div class="ent_slide-text-wrapper"><div class="ent_slide-logo w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" style="" viewBox="0 0 148 35" fill="none" height="100%" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <g clip-path="url(#Gartner-logo-2-2_clip0-1523-103405)"> <mask id="Gartner-logo-2-2_mask0-1523-103405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-265" y="-71" width="523" height="393"> <path d="M-264.819 321.525H257.755V-70.4059H-264.819V321.525Z" fill="currentColor"/> </mask> <g mask="url(#Gartner-logo-2-2_mask0-1523-103405)"> <path d="M146.966 11.7368L146.542 16.828H144.463C141.143 16.828 139.418 19.489 139.418 22.0392V33.5378H133.534V11.7368H139.107L139.234 14.4579C140.403 12.5919 142.449 11.7368 144.972 11.7368H146.966ZM106.176 33.5376H100.287V22.0126C100.287 19.599 100.079 16.5612 96.6839 16.5612C93.4145 16.5612 92.112 18.9207 92.112 21.6682V33.5376H86.2251V11.7366H91.6832L91.8078 14.5237C92.9777 12.6577 95.1564 11.2048 98.3704 11.2048C104.303 11.2048 106.176 15.4408 106.176 19.849V33.5376ZM83.6574 28.4449L83.2457 33.4054C81.8337 33.7842 80.58 33.9201 79.0631 33.9201C73.5147 33.9201 71.9054 31.3759 71.9054 26.2623V5.58891H77.7936V11.7371H83.6528L83.2457 16.8276H77.7936V25.8195C77.7936 27.8716 78.3564 28.98 80.4612 28.98C81.3764 28.98 82.3945 28.8699 83.6574 28.4449ZM69.972 11.7368L69.5161 16.828H67.916C64.6031 16.828 62.9555 19.4857 62.9555 22.0392V33.5378H57.0667V11.7368H62.6421L62.7582 14.4579C63.934 12.5919 65.9801 11.7368 68.5066 11.7368H69.972ZM30.4943 31.1223C26.5004 33.2588 22.5112 34.4914 17.2419 34.3383C7.47328 34.04 0.425781 27.9743 0.425781 17.7287C0.425781 7.52796 7.54125 1.01031 17.2465 0.857235C22.1661 0.782016 26.5684 2.03039 30.0093 5.06687L25.8644 9.25999C23.7351 7.44483 20.6023 6.38385 16.8585 6.55343C10.7506 6.83781 7.07013 11.2764 6.98897 17.379C6.90913 23.991 10.9637 28.5477 17.3019 28.714C20.2843 28.7886 22.4208 28.3881 24.2696 27.558V20.7995H17.682L18.1267 15.2564H30.4943V31.1223ZM130.905 24.7091H114.761C115.221 27.4948 117.411 29.1707 120.138 29.2466C122.789 29.3185 124.272 28.5175 126.211 26.5539L130.053 29.4835C127.323 32.8466 124.046 34.0705 120.314 34.0705C113.749 34.0705 108.83 29.4802 108.83 22.6366C108.83 15.8002 113.724 11.2046 120.068 11.2046C127.061 11.2046 130.905 15.4406 130.905 22.9599V24.7091ZM125.006 20.151C124.825 17.397 122.762 15.6557 119.92 15.7666C117.06 15.8748 115.155 17.7374 114.761 20.151H125.006ZM53.3597 19.2618V33.5375H48.1683L48.0396 31.3879C46.4468 33.3607 43.861 34.0707 41.1986 34.0707C37.1896 34.0707 33.4016 32.0939 33.3224 27.4897C33.203 20.2528 41.4672 19.7388 46.6573 19.7388H47.6945V19.4524C47.6945 17.0593 46.1109 15.7667 43.1292 15.7667C40.9888 15.7667 38.876 16.6251 37.3136 18.0899L33.9162 14.6384C37.0009 12.1377 40.2102 11.2047 43.6294 11.2047C50.3826 11.2047 53.3597 14.3257 53.3597 19.2618ZM47.6945 24.0302H46.8757C44.0879 24.0362 39.1915 24.1734 39.2099 27.0885C39.2363 31.1952 47.6945 29.8901 47.6945 24.9375V24.0302ZM142.373 31.0016C142.373 29.614 143.42 28.5682 144.763 28.5682C146.089 28.5682 147.138 29.614 147.138 31.0016C147.138 32.4136 146.089 33.4561 144.763 33.4561C143.42 33.4561 142.373 32.4136 142.373 31.0016ZM144.763 33.9437C146.361 33.9437 147.725 32.7019 147.725 31.0016C147.725 29.3184 146.361 28.0793 144.763 28.0793C143.149 28.0793 141.784 29.3184 141.784 31.0016C141.784 32.7019 143.149 33.9437 144.763 33.9437ZM144.142 31.2365H144.732L145.622 32.7019H146.198L145.236 31.2127C145.733 31.152 146.113 30.8855 146.113 30.2804C146.113 29.614 145.717 29.3184 144.918 29.3184H143.631V32.7019H144.142V31.2365ZM144.142 30.8003V29.7545H144.839C145.197 29.7545 145.577 29.8317 145.577 30.2507C145.577 30.77 145.189 30.8003 144.756 30.8003H144.142Z" fill="currentColor"/> </g> </g> <defs> <clipPath id="Gartner-logo-2-2_clip0-1523-103405"> <rect width="148" height="34.04" fill="currentColor" transform="translate(0 0.47998)"/> </clipPath> </defs> </svg></div><p class="ent_slide-p"><strong>monday.com</strong> recognized as <strong>a Leader</strong> in the 2024 Magic Quadrant™ for <span class="text-span-164-2"><strong>Adaptive Project Management and Reporting</strong></span></p></div><img sizes="(max-width: 696px) 100vw, 696px" srcset="https://cdn.prod.website-files.com/656da6fea306219773d04208/6746d4354d14bec5e1cfeafa_gartner-quadrant-V2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/6746d4354d14bec5e1cfeafa_gartner-quadrant-V2.avif 696w" alt="" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6746d4354d14bec5e1cfeafa_gartner-quadrant-V2.avif" loading="eager" class="leaders-crousel-img editable"/></div></div><div class="slider1_slide w-slide"><div class="ent_slide-wrapper"><div class="ent_slide-text-wrapper"><div class="ent_slide-logo forrester w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" style="" viewBox="0 0 181 27" fill="none" height="100%" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path fill-rule="evenodd" clip-rule="evenodd" d="M3.45592 21.8491C3.45592 23.5145 3.45592 24.5409 1.40801 24.6679C0.639894 24.7962 0 24.7962 0 25.3094C0 25.9484 0.511668 25.9484 0.896344 25.9484C2.17736 25.9484 4.22527 25.8201 5.50506 25.8201C6.91307 25.8201 8.96098 25.9484 10.369 25.9484C10.6254 25.9484 11.1371 25.9484 11.1371 25.3094C11.1371 24.7962 10.6254 24.7962 9.47265 24.6679C7.68119 24.5396 7.68119 23.3862 7.68119 21.8491V15.1899C7.68119 13.2692 7.68119 13.2692 10.4972 13.2692C11.5218 13.2692 14.0814 13.2692 14.5943 15.4465C14.7225 15.5748 14.9777 16.727 15.1059 16.9824C15.1059 17.2402 15.2342 17.6239 15.6176 17.6239C16.1305 17.6239 16.1305 17.1132 16.1305 16.8553L16.0023 14.9346C15.8741 14.0377 15.8741 13.3962 15.8741 13.0126C15.8741 12.3723 16.0023 9.81007 16.0023 9.16982C16.0023 8.78492 16.0023 8.52956 15.6176 8.52956C15.1059 8.52956 14.9777 8.91446 14.9777 9.16982C14.3378 11.2189 13.8261 12.1157 10.6254 12.1157C10.1138 12.1157 8.83275 12.1157 8.32109 11.9874C7.80942 11.9874 7.68119 11.8591 7.68119 9.81007V4.55974C7.68119 2.63774 8.32109 2.63773 9.60088 2.63773C15.4894 2.63773 16.1293 3.91825 17.0256 6.0956C17.1538 6.2239 17.4091 6.86416 17.7937 6.86416C18.1784 6.86416 18.1784 6.2239 18.1784 6.0956V1.86919C18.1784 1.35723 18.1784 1.22893 17.5385 1.22893H16.3857C15.3612 1.35723 13.3132 1.35723 9.21743 1.35723H8.83276C4.86517 1.35723 2.94425 1.35723 1.92092 1.22893H0.769353C0.512902 1.22893 0.00123226 1.22893 0.00123226 1.74089C0.00123226 2.25284 0.641126 2.38114 1.40925 2.38114C3.45715 2.50944 3.45715 3.66289 3.45715 5.19876L3.45592 21.8491ZM176.009 1.10187C176.393 0.716977 177.032 0.588679 177.674 0.588679C178.315 0.588679 178.825 0.716977 179.338 1.10187C179.979 1.61506 180.361 2.51067 180.361 3.40752C180.361 5.07292 179.21 6.35343 177.674 6.35343C176.137 6.35343 174.856 5.07292 174.856 3.40752C174.855 2.51067 175.241 1.61383 176.009 1.10187ZM180.105 1.10187C179.459 0.455734 178.586 0.0878497 177.672 0.0767212C176.647 0.0767212 175.75 0.461616 175.24 1.10187C174.599 1.74212 174.216 2.51068 174.216 3.53582C174.216 5.32829 175.75 6.86539 177.672 6.86539C179.592 6.86539 181 5.32829 181 3.53582C181 2.51068 180.615 1.74212 180.105 1.10187ZM176.52 4.30314C176.52 4.9434 176.52 5.07169 176.136 5.07169H176.008V5.32828C176.263 5.19999 176.518 5.19999 176.776 5.19999C177.159 5.19999 177.286 5.19999 177.672 5.32828V5.07169H177.544C177.159 5.07169 177.159 4.9434 177.159 4.30314V3.79119C177.159 3.66289 177.159 3.66288 177.288 3.66288C177.416 3.66288 177.545 3.79119 177.672 3.79119C177.801 4.04778 177.928 4.43144 178.056 4.55974C178.44 5.0717 178.697 5.32828 179.21 5.32828H179.593V5.19999C179.465 5.19999 179.338 5.07169 179.21 5.07169C178.952 4.81509 178.697 4.30314 178.313 3.66288L178.184 3.53459C178.442 3.40629 178.952 3.14969 178.952 2.63773C178.952 1.86918 178.184 1.74089 177.416 1.74089H176.137C176.009 1.74089 176.009 1.86919 176.137 1.99748C176.521 1.99748 176.521 2.12578 176.521 2.63773V4.30314H176.52ZM177.159 2.12578C177.159 1.99748 177.288 1.99748 177.415 1.99748C177.928 1.99748 178.183 2.25408 178.183 2.76604C178.183 3.02263 178.055 3.15093 178.055 3.27923C177.926 3.40753 177.671 3.40752 177.544 3.40752C177.159 3.40752 177.159 3.40753 177.159 3.27923V2.12578ZM163.079 20.1849V16.3446C163.079 15.8314 163.079 15.5761 163.72 15.5761C165.127 15.5761 165.385 15.7044 166.153 17.2415L167.687 20.1861L170.119 24.9257C170.504 25.5672 170.632 25.9497 171.273 25.9497C171.529 25.9497 172.81 25.8214 173.065 25.8214C173.578 25.8214 175.753 25.9497 176.266 25.9497C176.521 25.9497 176.778 25.8214 176.778 25.4389C176.778 25.054 176.521 25.054 175.369 24.9257C174.473 24.7974 173.96 23.9018 173.32 22.7472L171.913 20.1861L170.119 16.9836C169.354 15.5761 168.841 15.3182 168.455 15.0629C169.609 14.8075 173.064 14.0377 173.064 10.0679C173.064 8.91445 172.551 4.81633 166.663 4.81633C165.64 4.81633 161.161 4.94463 160.263 4.94463C159.753 4.94463 158.217 4.81633 157.831 4.81633C156.679 4.81633 156.552 4.81633 156.552 5.20122C156.552 5.71441 157.065 5.71441 157.831 5.84147C159.498 5.84147 159.498 6.73833 159.498 8.14713V22.4918C159.498 23.9018 159.498 24.7974 157.831 24.9257C157.065 24.9257 156.552 24.9257 156.552 25.4389C156.552 25.9497 157.065 25.9497 157.32 25.9497C157.831 25.9497 160.648 25.8214 161.161 25.8214C161.289 25.8214 164.617 25.9497 165.254 25.9497C165.512 25.9497 165.895 25.9497 165.895 25.4389C165.895 24.9257 165.512 24.9257 164.744 24.9257C163.079 24.7974 163.079 23.9018 163.079 22.4918V20.1849ZM163.079 7.88931C163.079 6.4805 163.079 5.71195 164.615 5.71195C168.84 5.71195 169.222 9.29811 169.222 10.5786C169.222 14.8063 165.894 14.8063 164.743 14.8063C163.078 14.8063 163.078 14.678 163.078 13.5245V7.88931H163.079ZM140.807 22.3623C140.807 23.7723 140.808 24.6679 139.143 24.7962C138.375 24.9245 137.862 24.9245 137.862 25.4377C137.862 25.9484 138.375 25.9484 138.63 25.9484C138.885 25.9484 139.143 25.8201 139.653 25.8201H146.568C148.487 25.8201 150.792 25.9484 152.583 25.9484C153.48 25.9484 153.864 25.5648 153.864 24.9245C153.993 23.6452 154.375 21.4666 154.375 21.0818C154.375 20.8264 154.247 20.571 153.991 20.571C153.607 20.571 153.607 20.6993 152.965 21.8503C151.559 24.6692 149.383 24.6691 147.973 24.6691C145.159 24.6691 144.39 24.2843 144.39 21.9798V16.2138C144.39 15.1899 144.646 15.1899 146.31 15.1899C149 15.1899 150.024 15.1899 150.664 17.7509C150.919 18.3924 151.047 18.5195 151.302 18.5195C151.687 18.5195 151.687 18.1358 151.687 17.8805V16.2126C151.687 15.4453 151.815 11.9874 151.815 11.6025C151.815 11.2176 151.687 11.0906 151.56 11.0906C151.302 11.0906 151.175 11.0906 151.047 11.6025C150.406 13.395 150.151 14.1636 146.31 14.1636C144.39 14.1636 144.39 13.7787 144.39 12.7547V7.88807C144.39 6.22267 144.519 5.96608 146.182 5.96608C151.046 5.96608 151.814 7.24782 152.2 8.14344C152.838 9.29688 152.839 9.42394 153.223 9.42394C153.607 9.42394 153.607 9.04029 153.607 8.91199V5.83778C153.607 5.06922 153.607 4.81263 153.223 4.81263H152.2C151.301 4.81263 149.51 4.94093 146.055 4.94093H144.519C141.573 4.94093 140.168 4.81263 139.399 4.81263H138.631C138.376 4.81263 137.863 4.81263 137.863 5.19752C137.863 5.71071 138.376 5.83778 139.144 5.83778C140.809 5.96607 140.809 6.86292 140.809 8.27173V22.3623H140.807ZM128.006 7.12075C128.006 5.96731 128.134 5.96731 130.053 5.96731C132.23 5.96731 133.893 5.96731 134.534 9.16982C134.663 9.93837 134.918 9.93836 135.047 9.93836C135.431 9.93836 135.558 9.55348 135.558 8.91322L135.815 4.6868C135.815 3.91825 135.815 3.40629 135.302 3.40629C135.047 3.40629 134.918 3.53459 134.918 3.91825C134.663 4.43144 134.407 4.94339 130.951 4.94339H120.197C119.428 4.94339 118.79 4.8151 118.663 3.91825C118.663 3.66288 118.533 3.53459 118.278 3.53459C118.023 3.53459 117.895 3.66289 117.765 4.04778L116.358 8.91445C116.358 9.04275 116.23 9.17105 116.23 9.42641C116.23 9.55471 116.485 9.8113 116.741 9.8113C116.996 9.8113 117.125 9.68301 117.509 9.17105C119.173 5.96854 121.478 5.96854 123.396 5.96854C124.164 5.96854 124.422 5.96854 124.422 6.86539V22.4906C124.422 23.7723 124.422 24.6692 122.755 24.7962C121.989 24.9245 121.476 24.9245 121.476 25.4377C121.476 25.9484 121.989 25.9484 122.244 25.9484C122.886 25.9484 125.572 25.8201 126.213 25.8201C127.237 25.8201 129.028 25.9484 130.182 25.9484C130.437 25.9484 130.821 25.9484 130.821 25.4377C130.821 24.9245 130.437 24.7962 129.669 24.7962C128.005 24.6679 128.005 23.7723 128.005 22.3623V7.12075H128.006ZM115.59 19.1598C115.59 15.4453 112.005 13.7799 110.213 13.0126C107.526 11.8591 105.476 10.9635 105.476 8.65786C105.476 7.24905 106.373 5.32705 109.19 5.32705C112.005 5.32705 112.646 7.24905 113.031 8.65786C113.286 9.68301 113.414 9.81007 113.799 9.81007C114.309 9.81007 114.309 9.55348 114.309 8.91322C114.309 5.83901 114.309 5.58365 113.926 5.32705C113.413 5.07046 111.366 4.5585 109.444 4.5585C105.22 4.5585 102.789 7.24782 102.789 10.322C102.789 13.9082 105.476 15.1887 108.166 16.4704C110.598 17.6227 112.9 18.9044 112.9 21.4654C112.9 24.1547 110.34 25.1786 108.934 25.1786C106.501 25.1786 104.197 23.1308 103.557 20.0566C103.557 19.8012 103.429 19.5459 103.172 19.5459C102.662 19.5459 102.662 20.0566 102.662 20.1849C102.533 21.3396 102.533 23.0037 102.533 23.132C102.533 24.0289 102.662 24.5421 103.044 24.7975C103.557 25.1811 105.734 26.0767 108.294 26.0767C112.773 26.0755 115.59 23.0038 115.59 19.1598ZM86.7876 22.3623C86.7876 23.7723 86.7876 24.6679 85.1232 24.7962C84.355 24.9245 83.8421 24.9245 83.8421 25.4377C83.8421 25.9484 84.355 25.9484 84.6103 25.9484C84.8655 25.9484 85.1232 25.8201 85.6348 25.8201H92.5491C94.4688 25.8201 96.7732 25.9484 98.5646 25.9484C99.461 25.9484 99.8456 25.5648 99.8456 24.9245C99.9739 23.6452 100.356 21.4666 100.356 21.0818C100.356 20.8264 100.228 20.571 99.9726 20.571C99.588 20.571 99.588 20.6993 98.9468 21.8503C97.4131 24.6692 95.3639 24.6691 93.9547 24.6691C91.1399 24.6691 90.3718 24.2843 90.3718 21.9798V16.2138C90.3718 15.1899 90.627 15.1899 92.2915 15.1899C94.9817 15.1899 96.0051 15.1899 96.645 17.7509C96.9002 18.3924 97.0284 18.5195 97.2836 18.5195C97.6683 18.5195 97.6683 18.1358 97.6683 17.8805V16.2126C97.6683 15.4453 97.7965 11.9874 97.7965 11.6025C97.7965 11.2176 97.6683 11.0906 97.4131 11.0906C97.2836 11.0906 97.1554 11.0906 97.0284 11.6025C96.3873 13.395 96.0051 14.1636 92.2915 14.1636C90.3718 14.1636 90.3718 13.7787 90.3718 12.7547V7.88807C90.3718 6.22267 90.5 5.96608 92.1632 5.96608C97.0272 5.96608 97.7953 7.24782 98.1787 8.14344C98.8198 9.29688 98.8198 9.42394 99.2045 9.42394C99.588 9.42394 99.588 9.04029 99.588 8.91199V5.83778C99.588 5.06922 99.588 4.81263 99.2045 4.81263H98.1787C97.2824 4.81263 95.4909 4.94093 92.0362 4.94093H90.5C87.5557 4.94093 86.1477 4.81263 85.3796 4.81263H84.6115C84.355 4.81263 83.8434 4.81263 83.8434 5.19752C83.8434 5.71071 84.3563 5.83778 85.1244 5.83778C86.7889 5.96607 86.7889 6.86292 86.7889 8.27173L86.7876 22.3623ZM69.2516 20.1849V16.3446C69.2516 15.8314 69.2516 15.5761 69.8915 15.5761C71.4277 15.5761 71.5559 15.7044 72.324 17.2415L73.8603 20.1861L76.4199 24.9257C76.6763 25.5672 76.9315 25.9497 77.4444 25.9497C77.8291 25.9497 78.9807 25.8214 79.2371 25.8214C79.7488 25.8214 82.0531 25.9497 82.4366 25.9497C82.693 25.9497 82.9495 25.8214 82.9495 25.4389C82.9495 25.054 82.693 25.054 81.6697 24.9257C80.6464 24.7974 80.2617 23.9018 79.4936 22.7472L78.0856 20.1861L76.2941 16.9836C75.526 15.5761 75.1413 15.3182 74.6296 15.0629C75.7812 14.8075 79.2371 14.0377 79.2371 10.0679C79.2371 8.91445 78.7254 4.81633 72.8369 4.81633C71.8136 4.81633 67.3331 4.94463 66.4368 4.94463C66.0521 4.94463 64.3889 4.81633 64.0042 4.81633C62.8526 4.81633 62.7244 4.81633 62.7244 5.20122C62.7244 5.71441 63.2361 5.71441 64.0042 5.84147C65.6686 5.84147 65.6687 6.73833 65.6687 8.14713V22.4918C65.6687 23.9018 65.6686 24.7974 64.0042 24.9257C63.2361 24.9257 62.7244 24.9257 62.7244 25.4389C62.7244 25.9497 63.2361 25.9497 63.4925 25.9497C64.1324 25.9497 66.8202 25.8214 67.3331 25.8214C67.4613 25.8214 70.789 25.9497 71.4289 25.9497C71.6854 25.9497 72.0688 25.9497 72.0688 25.4389C72.0688 24.9257 71.6854 24.9257 70.9173 24.9257C69.2528 24.7974 69.2528 23.9018 69.2528 22.4918L69.2516 20.1849ZM69.2516 7.88931C69.2516 6.4805 69.2516 5.71195 70.7878 5.71195C75.0118 5.71195 75.3965 9.29811 75.3965 10.5786C75.3965 14.8063 72.0676 14.8063 70.916 14.8063C69.2516 14.8063 69.2516 14.678 69.2516 13.5245V7.88931ZM47.6185 20.1849V16.3446C47.6185 15.8314 47.6185 15.5761 48.2584 15.5761C49.7946 15.5761 49.9228 15.7044 50.6909 17.2415L52.2272 20.1861L54.7868 24.9257C55.0432 25.5672 55.1714 25.9497 55.8113 25.9497C56.196 25.9497 57.3476 25.8214 57.604 25.8214C58.1157 25.8214 60.2918 25.9497 60.8035 25.9497C61.0599 25.9497 61.3164 25.8214 61.3164 25.4389C61.3164 25.054 61.0599 25.054 60.0366 24.9257C59.0133 24.7974 58.6286 23.9018 57.8605 22.7472L56.4525 20.1861L54.661 16.9836C53.8929 15.5761 53.5082 15.3182 52.9965 15.0629C54.1481 14.8075 57.604 14.0377 57.604 10.0679C57.604 8.91445 57.0924 4.81633 51.2038 4.81633C50.1805 4.81633 45.7 4.94463 44.8037 4.94463C44.419 4.94463 42.7558 4.81633 42.3711 4.81633C41.2195 4.81633 41.0913 4.81633 41.0913 5.20122C41.0913 5.71441 41.6042 5.71441 42.3711 5.84147C44.0356 5.84147 44.0356 6.73833 44.0356 8.14713V22.4918C44.0356 23.9018 44.0356 24.7974 42.3711 24.9257C41.603 24.9257 41.0913 24.9257 41.0913 25.4389C41.0913 25.9497 41.6042 25.9497 41.8594 25.9497C42.4993 25.9497 45.1871 25.8214 45.7 25.8214C45.8282 25.8214 49.1559 25.9497 49.7958 25.9497C50.0523 25.9497 50.4357 25.9497 50.4357 25.4389C50.4357 24.9257 50.0523 24.9257 49.2842 24.9257C47.6197 24.7974 47.6197 23.9018 47.6197 22.4918L47.6185 20.1849ZM47.6185 7.88931C47.6185 6.4805 47.6185 5.71195 49.1547 5.71195C53.3787 5.71195 53.7634 9.29811 53.7634 10.5786C53.7634 14.8063 50.4345 14.8063 49.2829 14.8063C47.6185 14.8063 47.6185 14.678 47.6185 13.5245V7.88931ZM23.8092 20.4427C23.0411 18.6478 22.5294 16.6 22.5294 14.5509C22.5294 9.81131 25.0903 5.45659 29.6977 5.45659C35.0746 5.45659 37.5059 11.0918 37.5059 15.0629C37.4998 16.9041 37.1524 18.7283 36.4814 20.4427C35.3298 23.1321 33.2819 25.1799 30.3376 25.1799C27.5216 25.1786 25.2172 23.2591 23.8092 20.4427ZM40.0655 20.4427C40.9618 18.7773 41.4735 16.9824 41.4735 14.9346C41.4735 9.17105 36.4814 4.55974 30.2094 4.55974C23.681 4.55974 18.5606 9.16981 18.5606 15.317C18.5606 17.2402 19.0735 18.9044 19.8404 20.4415C21.8883 23.8994 25.8571 26.0743 30.0812 26.0743C34.0488 26.0755 38.0176 23.8994 40.0655 20.4427Z" fill="currentColor"/> </svg></div><p class="ent_slide-p">Forrester Total Economic Impact™ research: <strong>Motorola sees 346% ROI with monday.com</strong></p></div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/676174d43c592e0b3eb3d50e_forrester-motorola-V2.avif" alt="" class="leaders-crousel-img"/></div></div><div class="slider1_slide w-slide"><div class="ent_slide-wrapper"><div class="ent_slide-text-wrapper"><div class="ent_slide-logo w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" style="" viewBox="0 0 148 35" fill="none" height="100%" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <g clip-path="url(#Gartner-logo-2-2_clip0-1523-103405)"> <mask id="Gartner-logo-2-2_mask0-1523-103405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-265" y="-71" width="523" height="393"> <path d="M-264.819 321.525H257.755V-70.4059H-264.819V321.525Z" fill="currentColor"/> </mask> <g mask="url(#Gartner-logo-2-2_mask0-1523-103405)"> <path d="M146.966 11.7368L146.542 16.828H144.463C141.143 16.828 139.418 19.489 139.418 22.0392V33.5378H133.534V11.7368H139.107L139.234 14.4579C140.403 12.5919 142.449 11.7368 144.972 11.7368H146.966ZM106.176 33.5376H100.287V22.0126C100.287 19.599 100.079 16.5612 96.6839 16.5612C93.4145 16.5612 92.112 18.9207 92.112 21.6682V33.5376H86.2251V11.7366H91.6832L91.8078 14.5237C92.9777 12.6577 95.1564 11.2048 98.3704 11.2048C104.303 11.2048 106.176 15.4408 106.176 19.849V33.5376ZM83.6574 28.4449L83.2457 33.4054C81.8337 33.7842 80.58 33.9201 79.0631 33.9201C73.5147 33.9201 71.9054 31.3759 71.9054 26.2623V5.58891H77.7936V11.7371H83.6528L83.2457 16.8276H77.7936V25.8195C77.7936 27.8716 78.3564 28.98 80.4612 28.98C81.3764 28.98 82.3945 28.8699 83.6574 28.4449ZM69.972 11.7368L69.5161 16.828H67.916C64.6031 16.828 62.9555 19.4857 62.9555 22.0392V33.5378H57.0667V11.7368H62.6421L62.7582 14.4579C63.934 12.5919 65.9801 11.7368 68.5066 11.7368H69.972ZM30.4943 31.1223C26.5004 33.2588 22.5112 34.4914 17.2419 34.3383C7.47328 34.04 0.425781 27.9743 0.425781 17.7287C0.425781 7.52796 7.54125 1.01031 17.2465 0.857235C22.1661 0.782016 26.5684 2.03039 30.0093 5.06687L25.8644 9.25999C23.7351 7.44483 20.6023 6.38385 16.8585 6.55343C10.7506 6.83781 7.07013 11.2764 6.98897 17.379C6.90913 23.991 10.9637 28.5477 17.3019 28.714C20.2843 28.7886 22.4208 28.3881 24.2696 27.558V20.7995H17.682L18.1267 15.2564H30.4943V31.1223ZM130.905 24.7091H114.761C115.221 27.4948 117.411 29.1707 120.138 29.2466C122.789 29.3185 124.272 28.5175 126.211 26.5539L130.053 29.4835C127.323 32.8466 124.046 34.0705 120.314 34.0705C113.749 34.0705 108.83 29.4802 108.83 22.6366C108.83 15.8002 113.724 11.2046 120.068 11.2046C127.061 11.2046 130.905 15.4406 130.905 22.9599V24.7091ZM125.006 20.151C124.825 17.397 122.762 15.6557 119.92 15.7666C117.06 15.8748 115.155 17.7374 114.761 20.151H125.006ZM53.3597 19.2618V33.5375H48.1683L48.0396 31.3879C46.4468 33.3607 43.861 34.0707 41.1986 34.0707C37.1896 34.0707 33.4016 32.0939 33.3224 27.4897C33.203 20.2528 41.4672 19.7388 46.6573 19.7388H47.6945V19.4524C47.6945 17.0593 46.1109 15.7667 43.1292 15.7667C40.9888 15.7667 38.876 16.6251 37.3136 18.0899L33.9162 14.6384C37.0009 12.1377 40.2102 11.2047 43.6294 11.2047C50.3826 11.2047 53.3597 14.3257 53.3597 19.2618ZM47.6945 24.0302H46.8757C44.0879 24.0362 39.1915 24.1734 39.2099 27.0885C39.2363 31.1952 47.6945 29.8901 47.6945 24.9375V24.0302ZM142.373 31.0016C142.373 29.614 143.42 28.5682 144.763 28.5682C146.089 28.5682 147.138 29.614 147.138 31.0016C147.138 32.4136 146.089 33.4561 144.763 33.4561C143.42 33.4561 142.373 32.4136 142.373 31.0016ZM144.763 33.9437C146.361 33.9437 147.725 32.7019 147.725 31.0016C147.725 29.3184 146.361 28.0793 144.763 28.0793C143.149 28.0793 141.784 29.3184 141.784 31.0016C141.784 32.7019 143.149 33.9437 144.763 33.9437ZM144.142 31.2365H144.732L145.622 32.7019H146.198L145.236 31.2127C145.733 31.152 146.113 30.8855 146.113 30.2804C146.113 29.614 145.717 29.3184 144.918 29.3184H143.631V32.7019H144.142V31.2365ZM144.142 30.8003V29.7545H144.839C145.197 29.7545 145.577 29.8317 145.577 30.2507C145.577 30.77 145.189 30.8003 144.756 30.8003H144.142Z" fill="currentColor"/> </g> </g> <defs> <clipPath id="Gartner-logo-2-2_clip0-1523-103405"> <rect width="148" height="34.04" fill="currentColor" transform="translate(0 0.47998)"/> </clipPath> </defs> </svg></div><p class="ent_slide-p"><strong>monday.com</strong> recognized as <strong>a Leader</strong> in the 2024 Gartner® Magic Quadrant™ for <strong>Collaborative Work Management</strong><br/></p></div><img sizes="(max-width: 696px) 100vw, 696px" srcset="https://cdn.prod.website-files.com/656da6fea306219773d04208/676174fe346db05ca78c4d50_gartner-quadrant-collaborative-V2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/676174fe346db05ca78c4d50_gartner-quadrant-collaborative-V2.avif 696w" alt="" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/676174fe346db05ca78c4d50_gartner-quadrant-collaborative-V2.avif" loading="lazy" class="leaders-crousel-img editable"/></div></div></div><div class="leaders-arrow w-slider-arrow-left"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67332be8b6f650433c13886a_left-arrow.avif" alt="" class="ent-slider-arrow is--flipped"/></div><div class="leaders-arrow is--next w-slider-arrow-right"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67332be8b6f650433c13886a_left-arrow.avif" alt="" class="ent-slider-arrow"/></div><div class="slider1_nav w-slider-nav"></div></div></div></div></div></section><section><div class="m_padding-full m_padding-section-large"><div class="m_container-xxlarge"><div class="group_sec-h-center"><h2 class="ent_security-header">Every business need, covered<br/></h2></div><div class="group_marguee"><div class="comp_teams-marquee"><div class="w-embed"><style> .card_team-ent:hover .ent-team-card-before{ opacity: 0; } .card_team-ent:hover .ent-team-card-after{ opacity: 1; } /* Animation for the second left to right marquee */ @keyframes marquee { 0% { transform: translateX(0rem); } 100% { transform: translateX(-168rem); } } .teams-marquee-moving { animation: marquee 40s infinite linear; /* Adjust the seconds for a slower or faster animation animation-direction: reverse;*/ } .teams-marquee-moving:hover { animation-play-state: paused; } @media only screen and (max-width: 991px){ .teams-marquee-moving { animation: marquee 0s infinite linear; /* Adjust the seconds for a slower or faster animation animation-direction: reverse;*/ } .comp_group-marquee { -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS devices */ } } </style></div><div class="teams-marquee-moving"><div class="stack_teams-slide"><div class="card_team-ent is--primary"><div class="ent-team-card-before"><div class="ent-team-card-h">Projects & Tasks</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div></div><div class="ent-team-card-after"><div class="ent-team-card-after-top"><div class="ent-team-card-after-label">Recommended product</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div><div class="ent-team-card-h-mobile">Projects & Tasks</div></div><ul role="list" class="ent-teams-ul"><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Portfolio management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Project management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Resource management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Goals & OKRs</div></li></ul></div></div><div class="card_team-ent is--crm"><div class="ent-team-card-before"><div class="ent-team-card-h">Sales & CRM</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured%20images/Homepage%20-%202024/Products-%20logos/CRM-outline.png"></div></div><div class="ent-team-card-after"><div class="ent-team-card-after-top"><div class="ent-team-card-after-label">Recommended product</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured%20images/Homepage%20-%202024/Products-%20logos/CRM-outline.png"></div><div class="ent-team-card-h-mobile">CRM & Sales</div></div><ul role="list" class="ent-teams-ul"><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Sales forecasting</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Account management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Deal management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Outreach & nurturing</div></li></ul></div></div><div class="card_team-ent is--red"><div class="ent-team-card-before"><div class="ent-team-card-h">IT & Support</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured%20images/Homepage%20-%202024/Products-%20logos/Service-outline.png"></div></div><div class="ent-team-card-after"><div class="ent-team-card-after-top"><div class="ent-team-card-after-label">Recommended product</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured%20images/Homepage%20-%202024/Products-%20logos/Service-outline.png"></div><div class="ent-team-card-h-mobile">IT & Support</div></div><ul role="list" class="ent-teams-ul"><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">IT service desk</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Incident management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Ticket management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">SLA tracking</div></li></ul></div></div><div class="card_team-ent is--green"><div class="ent-team-card-before"><div class="ent-team-card-h">Product & Software</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured%20images/Homepage%20-%202024/Products-%20logos/Dev-outline.png"></div></div><div class="ent-team-card-after"><div class="ent-team-card-after-top"><div class="ent-team-card-after-label">Recommended product</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured%20images/Homepage%20-%202024/Products-%20logos/Dev-outline.png"></div><div class="ent-team-card-h-mobile">Product & Software</div></div><ul role="list" class="ent-teams-ul"><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Roadmap planning</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Sprint management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Feature backlog</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Bug tracking</div></li></ul></div></div><div class="card_team-ent is--lavender"><div class="ent-team-card-before"><div class="ent-team-card-h">Operations</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div></div><div class="ent-team-card-after"><div class="ent-team-card-after-top"><div class="ent-team-card-after-label">Recommended product</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div><div class="ent-team-card-h-mobile">Operations</div></div><ul role="list" class="ent-teams-ul"><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Facility management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Supply management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Finance requests</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Event management</div></li></ul></div></div><div class="card_team-ent is--contrast"><div class="ent-team-card-before"><div class="ent-team-card-h">Marketing</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div></div><div class="ent-team-card-after"><div class="ent-team-card-after-top"><div class="ent-team-card-after-label">Recommended product</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div><div class="ent-team-card-h-mobile">Marketing</div></div><ul role="list" class="ent-teams-ul"><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Marketing performance</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Marketing strategy</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Content calendar</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Campaign planning</div></li></ul></div></div><div class="card_team-ent is--primary"><div class="ent-team-card-before"><div class="ent-team-card-h">HR & Recruiting</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div></div><div class="ent-team-card-after"><div class="ent-team-card-after-top"><div class="ent-team-card-after-label">Recommended product</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div><div class="ent-team-card-h-mobile">HR &<br/>Recruiting</div></div><ul role="list" class="ent-teams-ul"><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Recruitment pipeline</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Engagement survey</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Headcount planning</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Onboarding & offboarding</div></li></ul></div></div><div class="card_team-ent is--obergine"><div class="ent-team-card-before"><div class="ent-team-card-h">Design & Creative</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div></div><div class="ent-team-card-after"><div class="ent-team-card-after-top"><div class="ent-team-card-after-label">Recommended product</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div><div class="ent-team-card-h-mobile">Design & Creative</div></div><ul role="list" class="ent-teams-ul"><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Digital Asset Management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Client campaigns</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Brand alignment</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Creative requests</div></li></ul></div></div><div class="card_team-ent is--primary"><div class="ent-team-card-before"><div class="ent-team-card-h">Projects & Tasks</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div></div><div class="ent-team-card-after"><div class="ent-team-card-after-top"><div class="ent-team-card-after-label">Recommended product</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div><div class="ent-team-card-h-mobile">Projects & Tasks</div></div><ul role="list" class="ent-teams-ul"><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Portfolio management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Project management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Resource management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Goals & OKRs</div></li></ul></div></div><div class="card_team-ent is--crm"><div class="ent-team-card-before"><div class="ent-team-card-h">Sales & CRM</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured%20images/Homepage%20-%202024/Products-%20logos/CRM-outline.png"></div></div><div class="ent-team-card-after"><div class="ent-team-card-after-top"><div class="ent-team-card-after-label">Recommended product</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured%20images/Homepage%20-%202024/Products-%20logos/CRM-outline.png"></div><div class="ent-team-card-h-mobile">CRM & Sales</div></div><ul role="list" class="ent-teams-ul"><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Sales forecasting</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Account management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Deal management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Outreach & nurturing</div></li></ul></div></div><div class="card_team-ent is--red"><div class="ent-team-card-before"><div class="ent-team-card-h">IT & Support</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured%20images/Homepage%20-%202024/Products-%20logos/Service-outline.png"></div></div><div class="ent-team-card-after"><div class="ent-team-card-after-top"><div class="ent-team-card-after-label">Recommended product</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured%20images/Homepage%20-%202024/Products-%20logos/Service-outline.png"></div><div class="ent-team-card-h-mobile">IT & Support</div></div><ul role="list" class="ent-teams-ul"><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">IT service desk</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Incident management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Ticket management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">SLA tracking</div></li></ul></div></div><div class="card_team-ent is--green"><div class="ent-team-card-before"><div class="ent-team-card-h">Product & Software</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured%20images/Homepage%20-%202024/Products-%20logos/Dev-outline.png"></div></div><div class="ent-team-card-after"><div class="ent-team-card-after-top"><div class="ent-team-card-after-label">Recommended product</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured%20images/Homepage%20-%202024/Products-%20logos/Dev-outline.png"></div><div class="ent-team-card-h-mobile">Product & Software</div></div><ul role="list" class="ent-teams-ul"><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Roadmap planning</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Sprint management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Feature backlog</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Bug tracking</div></li></ul></div></div><div class="card_team-ent is--lavender"><div class="ent-team-card-before"><div class="ent-team-card-h">Operations</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div></div><div class="ent-team-card-after"><div class="ent-team-card-after-top"><div class="ent-team-card-after-label">Recommended product</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div><div class="ent-team-card-h-mobile">Operations</div></div><ul role="list" class="ent-teams-ul"><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Facility management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Supply management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Finance requests</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Event management</div></li></ul></div></div><div class="card_team-ent is--contrast"><div class="ent-team-card-before"><div class="ent-team-card-h">Marketing</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div></div><div class="ent-team-card-after"><div class="ent-team-card-after-top"><div class="ent-team-card-after-label">Recommended product</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div><div class="ent-team-card-h-mobile">Marketing</div></div><ul role="list" class="ent-teams-ul"><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Marketing performance</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Marketing strategy</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Content calendar</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Campaign planning</div></li></ul></div></div><div class="card_team-ent is--primary"><div class="ent-team-card-before"><div class="ent-team-card-h">HR & Recruiting</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div></div><div class="ent-team-card-after"><div class="ent-team-card-after-top"><div class="ent-team-card-after-label">Recommended product</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div><div class="ent-team-card-h-mobile">HR &<br/>Recruiting</div></div><ul role="list" class="ent-teams-ul"><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Recruitment pipeline</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Engagement survey</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Headcount planning</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Onboarding & offboarding</div></li></ul></div></div><div class="card_team-ent is--obergine"><div class="ent-team-card-before"><div class="ent-team-card-h">Design & Creative</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div></div><div class="ent-team-card-after"><div class="ent-team-card-after-top"><div class="ent-team-card-after-label">Recommended product</div><div class="w-embed"><img alt="wm outline" class="team-ent-product-logo" src="https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/Generator_featured images/Homepage - 2024/Products- logos/wm-outline.png"></div><div class="ent-team-card-h-mobile">Design & Creative</div></div><ul role="list" class="ent-teams-ul"><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Digital Asset Management</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Client campaigns</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Brand alignment</div></li><li class="ent-teams-li"><div class="orc-check w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM6.71298 11.8921L12.5494 6.05573L11.4937 5L6.71298 9.78067L4.05573 7.12341L3 8.17914L6.71298 11.8921Z" fill="white"/> </svg></div><div class="ent-teams-li-text">Creative requests</div></li></ul></div></div><div class="marquee-end-spacer"></div></div></div><div class="teams-gredient-fade"></div><div class="teams-gredient-fade is-flipped"></div></div><div class="m_spacer-3rem"></div><a href="#contact-sales-form" class="m_button w-inline-block"><div>Contact sales</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div></a></div></div></div></section><section><div class="m_padding-global-big-cards"><div class="m_container-large"><div class="ent_sec-wrapper"><div class="group_sec-h-center"><h2 class="ent_security-header">Enterprise-grade security & control<br/></h2></div><div class="int_tabs_security-cards-wrapper"><div class="ent_sec-card"><div class="ent_sec-head">World-class security solutions</div><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6733ae982b5a14284e7fbb0d_advanced-admin-control-v2-1.avif" loading="eager" sizes="(max-width: 1208px) 100vw, 1208px" srcset="https://cdn.prod.website-files.com/656da6fea306219773d04208/6733ae982b5a14284e7fbb0d_advanced-admin-control-v2-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/6733ae982b5a14284e7fbb0d_advanced-admin-control-v2-1.avif 1208w" alt="" class="ent_security-image"/><div class="ent_sec-text-wrapper"><div class="ent_sec-listtext-wrapper"><div class="ent_sec-list-headline">Tenant-level encryption</div><div class="ent_sec-list-text">Segregate and safeguard your data with a dedicated encryption key for your account.</div></div><div class="ent_sec-listtext-wrapper"><div class="ent_sec-list-headline">Bring Your Own Key</div><div class="ent_sec-list-text">Maintain total data governance by bringing your own encryption key.</div></div><div class="ent_sec-listtext-wrapper"><div class="ent_sec-list-headline">Multiple SSO</div><div class="ent_sec-list-text">Ensure secured access across your org by implementing multiple SSO vendors.</div></div><a href="https://monday.com/trustcenter" target="_blank" class="m_button-link security-link w-inline-block"><div>Learn more</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div><div class="m_link-underline"></div></a></div></div><div class="ent_sec-card"><div class="ent_sec-head">Advanced admin control</div><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6733ae9871878b693d6c8e9a_advanced-admin-control-v2.avif" loading="eager" sizes="(max-width: 1208px) 100vw, 1208px" srcset="https://cdn.prod.website-files.com/656da6fea306219773d04208/6733ae9871878b693d6c8e9a_advanced-admin-control-v2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/6733ae9871878b693d6c8e9a_advanced-admin-control-v2.avif 1208w" alt="" class="ent_security-image"/><div class="ent_sec-text-wrapper"><div class="ent_sec-listtext-wrapper"><div class="ent_sec-list-headline">Top-down governance</div><div class="ent_sec-list-text">Design, define, and control processes while allowing your team to adjust and optimize workflows within a set framework.</div></div><div class="ent_sec-listtext-wrapper"><div class="ent_sec-list-headline">Audit log API</div><div class="ent_sec-list-text">Log and monitor user actions to protect against unwanted access and investigate any suspicious behavior.</div></div><div class="ent_sec-listtext-wrapper"><div class="ent_sec-list-headline">Advanced account permissions</div><div class="ent_sec-list-text">Manage everything from who can view or access certain information to who can perform certain actions.</div></div><a href="https://support.monday.com/hc/en-us/categories/115000834125-Profile-administration" target="_blank" class="m_button-link security-link w-inline-block"><div>Learn more</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div><div class="m_link-underline"></div></a></div></div></div></div><div class="ent_int-wrapper"><div id="w-node-c211f718-de22-b129-75c9-c510762d9d69-ec8d7310" class="ent_int-header-wrapper"><div class="int-heading">Integrations & apps</div><div class="m_spacer-2rem"></div><div class="text-max-width-18"><p class="m_par-16 m_font-weight-light">Connect your stack or build your own with open API</p></div><div class="m_spacer-1rem"></div><a href="https://monday.com/integrations" target="_blank" class="m_button-link security-link w-inline-block"><div>Explore integrations</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div><div class="m_link-underline"></div></a></div><div class="ent_int-motion-wrapper"><div class="ent-integ-vid w-embed"><video autoplay loop muted playsinline poster="poster-image.jpg" preload="none" style="width: 100%; height: 100%;"> <!-- Provide multiple video formats for browser compatibility --> <source src="https://dapulse-res.cloudinary.com/video/upload/v1734279101/Generator_featured%20images/Enterprise%20minisite/2024_12_11_Integrations_apps.mp4" type="video/mp4"> <!-- Fallback content for unsupported browsers --> Your browser does not support the video tag. </video> <style> /* Optional: Make the video responsive */ video { margin: 0 auto; } </style></div><div class="ent-integ-vid"></div></div></div></div></div></section><div class="ai-section"><section class="ai-desktop hide-on-mb"><div class="m_padding-global-big-cards m_padding-section-big-card"><div class="m_container-xxl"><div class="comp-ent-ai-vid corner-radius-2"><div class="ent-big-vid-parent play-video-onscroll w-embed"><video class="ai-tab-video" id="" playsinline muted loop poster="https://dapulse-res.cloudinary.com/video/upload/v1739447653/Generator_featured%20images/Homepage%20-%202024/Ai%20banner/05_monday_ai_for_HP_Higher.jpg"> <source src="https://dapulse-res.cloudinary.com/video/upload/v1739447653/Generator_featured%20images/Homepage%20-%202024/Ai%20banner/05_monday_ai_for_HP_Higher.mp4" type="video/mp4"> <source src="video.webm" type="video/webm"> <source src="video.ogg" type="video/ogg"> Your browser does not support the video tag. </video></div><div class="group_ent-ai-glass-wrapper-copy"><p class="ent-ai-sub color-white">Discover monday.com’s AI offering — designed to elevate your work and help you achieve more than humanly possible</p><a href="/w/ai" class="m_button-link m_button-link-white w-inline-block"><div>Explore monday AI</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div><div class="m_link-underline bg-color-white"></div></a></div></div></div></div></section><section id="AI-mobile" class="ai-mobile hide-on-desktop"><div class="m_padding-global-big-cards m_padding-section-big-card"><div class="m_container-xxlarge-copy"><div class="comp-ent-ai-vid-mobile corner-radius-1-5"><div class="group_ent-ai-glass-wrapper-mobilecopy"><p class="ent-ai-sub-copy">AI that works for you</p><p class="ent-ai-sub color-white">Discover monday.com’s AI offering — designed to elevate your work and help you achieve more than humanly possible</p><a href="/w/ai" class="m_button-link m_button-link-white w-inline-block"><div>Explore monday AI</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div><div class="m_link-underline bg-color-white"></div></a></div><div class="ent-big-vid-parent is--mb-copy play-video-onscroll w-embed"><video class="ai-tab-video" id="" playsinline muted loop poster="https://dapulse-res.cloudinary.com/video/upload/v1739887856/Generator_featured%20images/Homepage%20-%202024/Ai%20banner/05_monday_ai_for_mobile_HP_online-video-cutter.com.jpg"> <source src="https://dapulse-res.cloudinary.com/video/upload/v1739887856/Generator_featured%20images/Homepage%20-%202024/Ai%20banner/05_monday_ai_for_mobile_HP_online-video-cutter.com.mp4" type="video/mp4"> <source src="video.webm" type="video/webm"> <source src="video.ogg" type="video/ogg"> Your browser does not support the video tag. </video></div></div></div></div></section></div><section><div class="m_padding-global-big-cards"><div class="big-bg-card for--services"><div class="m_container-large"><div class="w-layout-grid comp_pro-services"><div class="group_pro-services-h-parent"><h2 class="ent_services-header">Expert services<br/>for lasting success<br/></h2><div class="hide-on-mobile"><a href="#contact-sales-form" class="m_button w-inline-block"><div>Contact sales</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div></a></div></div><div class="group_pro-services-cards"><div class="stack_pro-services-cards"><div class="group_pro-services-card"><div class="ent_cards-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" style="" viewBox="0 0 46 45" fill="none" height="100%" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M4.79922 13.3635H23.2559" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.3459 5.45337V13.3634" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M23.2559 23.91V5.45337H7.43588C6.73659 5.45337 6.06595 5.73116 5.57148 6.22563C5.07701 6.7201 4.79922 7.39075 4.79922 8.09003V37.0933C4.79922 37.7926 5.07701 38.4633 5.57148 38.9577C6.06595 39.4522 6.73659 39.73 7.43588 39.73H39.0759C39.7751 39.73 40.4458 39.4522 40.9403 38.9577C41.4347 38.4633 41.7125 37.7926 41.7125 37.0933V23.91H23.2559Z" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M23.2559 10.7268H41.7125" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M23.2559 17.3186H41.7125" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M29.8475 5.45337V23.91" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M37.7575 5.45337V23.91" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div class="pro-services-cards-h">Implementation packages</div><div class="pro-services-cards-par">Experience top-priority implementation, optimization, and handover with a choice of 60-90 hour packages</div></div><div class="group_pro-services-card"><div class="ent_cards-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" style="" viewBox="0 0 46 46" fill="none" height="100%" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <rect width="44.7907" height="44.7907" transform="translate(0.860497 0.429199)" fill="white"/> <path d="M5.45663 32.7121C5.45663 33.9358 5.94276 35.1094 6.80808 35.9748C7.67341 36.8401 8.84704 37.3262 10.0708 37.3262C11.2945 37.3262 12.4682 36.8401 13.3335 35.9748C14.1988 35.1094 14.685 33.9358 14.685 32.7121C14.685 32.1061 14.5656 31.5061 14.3337 30.9463C14.1018 30.3865 13.762 29.8778 13.3335 29.4494C12.905 29.0209 12.3964 28.681 11.8366 28.4491C11.2767 28.2173 10.6767 28.0979 10.0708 28.0979C9.46485 28.0979 8.86484 28.2173 8.30503 28.4491C7.74521 28.681 7.23655 29.0209 6.80808 29.4494C6.37962 29.8778 6.03974 30.3865 5.80786 30.9463C5.57598 31.5061 5.45663 32.1061 5.45663 32.7121Z" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16.6624 42.5995C16.0253 41.4048 15.0754 40.4058 13.9144 39.7091C12.7533 39.0125 11.4248 38.6445 10.0708 38.6445C8.7168 38.6445 7.38826 39.0125 6.22722 39.7091C5.06618 40.4058 4.1163 41.4048 3.47913 42.5995" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M31.8233 32.7121C31.8233 33.318 31.9426 33.918 32.1745 34.4778C32.4064 35.0376 32.7463 35.5463 33.1747 35.9748C33.6032 36.4032 34.1119 36.7431 34.6717 36.975C35.2315 37.2069 35.8315 37.3262 36.4374 37.3262C37.0434 37.3262 37.6434 37.2069 38.2032 36.975C38.763 36.7431 39.2717 36.4032 39.7001 35.9748C40.1286 35.5463 40.4685 35.0376 40.7004 34.4778C40.9322 33.918 41.0516 33.318 41.0516 32.7121C41.0516 32.1061 40.9322 31.5061 40.7004 30.9463C40.4685 30.3865 40.1286 29.8778 39.7001 29.4494C39.2717 29.0209 38.763 28.681 38.2032 28.4491C37.6434 28.2172 37.0434 28.0979 36.4374 28.0979C35.8315 28.0979 35.2315 28.2172 34.6717 28.4491C34.1119 28.681 33.6032 29.0209 33.1747 29.4494C32.7463 29.8778 32.4064 30.3865 32.1745 30.9463C31.9426 31.5061 31.8233 32.1061 31.8233 32.7121Z" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M43.0291 42.5995C42.3919 41.4048 41.442 40.4058 40.281 39.7091C39.12 39.0125 37.7914 38.6445 36.4374 38.6445C35.0834 38.6445 33.7549 39.0125 32.5939 39.7091C31.4328 40.4058 30.4829 41.4048 29.8458 42.5995" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M18.64 7.66372C18.64 8.26966 18.7593 8.86967 18.9912 9.42949C19.2231 9.9893 19.5629 10.498 19.9914 10.9264C20.4199 11.3549 20.9285 11.6948 21.4884 11.9267C22.0482 12.1585 22.6482 12.2779 23.2541 12.2779C23.8601 12.2779 24.4601 12.1585 25.0199 11.9267C25.5797 11.6948 26.0884 11.3549 26.5168 10.9264C26.9453 10.498 27.2852 9.9893 27.517 9.42949C27.7489 8.86967 27.8683 8.26966 27.8683 7.66372C27.8683 7.05778 27.7489 6.45778 27.517 5.89796C27.2852 5.33814 26.9453 4.82948 26.5168 4.40102C26.0884 3.97255 25.5797 3.63268 25.0199 3.40079C24.4601 3.16891 23.8601 3.04956 23.2541 3.04956C22.6482 3.04956 22.0482 3.16891 21.4884 3.40079C20.9285 3.63268 20.4199 3.97255 19.9914 4.40102C19.5629 4.82948 19.2231 5.33814 18.9912 5.89796C18.7593 6.45778 18.64 7.05778 18.64 7.66372Z" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M28.9651 16.2329C28.2607 15.4058 27.385 14.7415 26.3987 14.2859C25.4123 13.8304 24.3388 13.5945 23.2524 13.5945C22.1659 13.5945 21.0924 13.8304 20.106 14.2859C19.1197 14.7415 18.244 15.4058 17.5396 16.2329" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M18.0704 36.3717C21.437 37.6552 25.16 37.644 28.5187 36.3401" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.3209 12.2778C11.8778 13.6294 10.7276 15.2628 9.9415 17.077C9.15536 18.8911 8.75007 20.8473 8.7507 22.8245C8.7507 23.2692 8.77707 23.7034 8.81749 24.1428" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M37.689 24.1428C37.7276 23.7069 37.7558 23.2639 37.7558 22.8245C37.7567 20.8473 37.3516 18.891 36.5654 17.0768C35.7793 15.2626 34.6289 13.6292 33.1856 12.2778" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div class="pro-services-cards-h">Continued success plan</div><div class="pro-services-cards-par">Receive strategic guidance from a dedicated customer success manager to ensure smooth adoption and long-term success</div></div></div><div class="stack_pro-services-cards"><div class="group_pro-services-card"><div class="ent_cards-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" style="" viewBox="0 0 45 46" fill="none" height="100%" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M29.8757 32.0477H39.5435C40.2427 32.0477 40.9134 31.77 41.4079 31.2755C41.9023 30.781 42.1801 30.1104 42.1801 29.4111V5.6811C42.1801 4.98181 41.9023 4.31117 41.4079 3.81669C40.9134 3.32222 40.2427 3.04443 39.5435 3.04443H7.90348C7.20419 3.04443 6.53355 3.32222 6.03908 3.81669C5.54461 4.31117 5.26682 4.98181 5.26682 5.6811V19.7433" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.26682 10.9543H42.1801" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.26682 25.0166H21.9657C21.9657 25.0166 24.6024 25.0166 24.6024 27.6533V39.9577C24.6024 39.9577 24.6024 42.5944 21.9657 42.5944H5.26682C5.26682 42.5944 2.63016 42.5944 2.63016 39.9577V27.6533C2.63016 27.6533 2.63016 25.0166 5.26682 25.0166Z" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M2.63016 32.0479H24.6024" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M7.90347 37.321H10.5401" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16.6924 37.321H19.329" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.5402 19.7433V17.5461C10.5447 17.1979 10.6851 16.8652 10.9313 16.6189C11.1776 16.3727 11.5103 16.2323 11.8585 16.2278H19.7685C20.1167 16.2323 20.4494 16.3727 20.6957 16.6189C20.9419 16.8652 21.0823 17.1979 21.0868 17.5461V19.7433" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M26.3601 19.7433V17.5461C26.3647 17.1979 26.505 16.8652 26.7513 16.6189C26.9976 16.3727 27.3302 16.2323 27.6785 16.2278H35.5885C35.9367 16.2323 36.2694 16.3727 36.5156 16.6189C36.7619 16.8652 36.9022 17.1979 36.9068 17.5461V25.4561C36.9022 25.8043 36.7619 26.137 36.5156 26.3833C36.2694 26.6295 35.9367 26.7699 35.5885 26.7744H29.8757" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div class="pro-services-cards-h">Managed services</div><div class="pro-services-cards-par">Leverage ongoing, hands-on sessions with our experts to help you best utilize the platform as your needs evolve</div></div><div class="group_pro-services-card"><div class="ent_cards-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" style="" viewBox="0 0 45 46" fill="none" height="100%" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M10.5281 22.708V14.895C10.5513 13.3593 10.8773 11.8432 11.4875 10.4336C12.0976 9.02407 12.9799 7.74877 14.0838 6.68077C15.1877 5.61279 16.4914 4.7731 17.9204 4.20985C19.3493 3.64659 20.8753 3.37083 22.411 3.39836C23.9467 3.37083 25.4728 3.64659 26.9017 4.20985C28.3306 4.7731 29.6344 5.61279 30.7382 6.68077C31.8422 7.74877 32.7245 9.02407 33.3347 10.4336C33.9445 11.8432 34.2707 13.3593 34.2939 14.895V22.708" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.0689 18.252H9.03962C9.43356 18.252 9.81138 18.4085 10.0899 18.687C10.3685 18.9656 10.525 19.3434 10.525 19.7373V28.6495C10.525 29.0434 10.3685 29.4212 10.0899 29.6998C9.81138 29.9783 9.43356 30.1348 9.03962 30.1348H6.0689C5.281 30.1348 4.5254 29.8218 3.96828 29.2647C3.41116 28.7076 3.09818 27.952 3.09818 27.1641V21.2227C3.09818 20.4348 3.41116 19.6792 3.96828 19.122C4.5254 18.5649 5.281 18.252 6.0689 18.252Z" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M38.7523 30.1348H35.7816C35.3877 30.1348 35.0098 29.9783 34.7312 29.6998C34.4528 29.4212 34.2963 29.0434 34.2963 28.6495V19.7373C34.2963 19.3434 34.4528 18.9656 34.7312 18.687C35.0098 18.4085 35.3877 18.252 35.7816 18.252H38.7523C39.5402 18.252 40.2959 18.5649 40.8529 19.122C41.4099 19.6792 41.7231 20.4348 41.7231 21.2227V27.1641C41.7231 27.952 41.4099 28.7076 40.8529 29.2647C40.2959 29.8218 39.5402 30.1348 38.7523 30.1348Z" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M28.3481 38.304C29.9239 38.304 31.435 37.6781 32.5493 36.5638C33.6637 35.4495 34.2896 33.9383 34.2896 32.3626V25.6785" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M28.3448 38.3042C28.3448 39.289 27.9536 40.2337 27.2572 40.93C26.5608 41.6264 25.6163 42.0176 24.6314 42.0176H20.1753C19.1905 42.0176 18.246 41.6264 17.5496 40.93C16.8532 40.2337 16.4619 39.289 16.4619 38.3042C16.4619 37.3194 16.8532 36.3747 17.5496 35.6784C18.246 34.9821 19.1905 34.5908 20.1753 34.5908H24.6314C25.6163 34.5908 26.5608 34.9821 27.2572 35.6784C27.9536 36.3747 28.3448 37.3194 28.3448 38.3042Z" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div class="pro-services-cards-h">24/7 Premium support</div><div class="pro-services-cards-par">Work with a designated technical support team who knows your workflows, inside and out for super fast SLAs </div></div><div class="group_pro-services-card"><div class="ent_cards-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" style="" viewBox="0 0 45 45" fill="none" height="100%" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M20.6755 22.3488L28.0001 15.0242" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M28.0002 15.0243L28.9986 8.4326L34.7078 2.82178L35.5902 7.43418L40.2026 8.31659L34.5918 14.0258L28.0002 15.0243Z" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M38.3218 18.2251C39.2534 21.7565 39.0325 25.4933 37.6912 28.8904C36.35 32.2875 33.9586 35.1673 30.8657 37.1098C27.7728 39.0523 24.1403 39.956 20.4978 39.6891C16.8552 39.4221 13.3933 37.9985 10.6166 35.6258C7.84001 33.2532 5.89398 30.0555 5.06231 26.4992C4.23065 22.9428 4.55684 19.2138 5.99334 15.8559C7.42983 12.4979 9.90148 9.68672 13.0479 7.83216C16.1943 5.9776 19.8509 5.17669 23.4844 5.54622" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M30.7053 20.3767C31.1677 22.2411 31.0369 24.2034 30.3311 25.99C29.6253 27.7765 28.3796 29.2984 26.7678 30.3434C25.1559 31.3883 23.2582 31.9044 21.3391 31.8196C19.4201 31.7348 17.5753 31.0533 16.0619 29.8702C14.5485 28.6871 13.442 27.0613 12.8965 25.2194C12.351 23.3776 12.3938 21.4114 13.0189 19.595C13.644 17.7786 14.8202 16.2025 16.3836 15.0863C17.947 13.9702 19.8197 13.3697 21.7407 13.3684" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12.7655 37.0981L11.4471 42.3715" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M31.2221 37.0981L32.5405 42.3715" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div class="pro-services-cards-h">Tailored services</div><div class="pro-services-cards-par">Hire certified experts for bespoke technical code or no-code projects for your account</div></div></div></div><div class="group_pro-services-cards-mobile"><div class="group_pro-services-card-mb is-open"><div class="pro-services-mb-header"><div class="ent_cards-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" style="" viewBox="0 0 46 45" fill="none" height="100%" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M4.79922 13.3635H23.2559" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.3459 5.45337V13.3634" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M23.2559 23.91V5.45337H7.43588C6.73659 5.45337 6.06595 5.73116 5.57148 6.22563C5.07701 6.7201 4.79922 7.39075 4.79922 8.09003V37.0933C4.79922 37.7926 5.07701 38.4633 5.57148 38.9577C6.06595 39.4522 6.73659 39.73 7.43588 39.73H39.0759C39.7751 39.73 40.4458 39.4522 40.9403 38.9577C41.4347 38.4633 41.7125 37.7926 41.7125 37.0933V23.91H23.2559Z" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M23.2559 10.7268H41.7125" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M23.2559 17.3186H41.7125" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M29.8475 5.45337V23.91" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M37.7575 5.45337V23.91" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div class="pro-services-cards-h">Implementation packages</div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f5247a41c62cb69991c302_ScrollDownArrow_light.svg" alt="" class="pro-services-chevron"/></div><div class="pro-services-mb-body"><div class="pro-services-cards-par">Experience top-priority implementation, optimization, and handover with a choice of 60-90 hour packages</div></div></div><div class="group_pro-services-card-mb"><div class="pro-services-mb-header"><div class="ent_cards-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" style="" viewBox="0 0 46 46" fill="none" height="100%" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <rect width="44.7907" height="44.7907" transform="translate(0.860497 0.429199)" fill="white"/> <path d="M5.45663 32.7121C5.45663 33.9358 5.94276 35.1094 6.80808 35.9748C7.67341 36.8401 8.84704 37.3262 10.0708 37.3262C11.2945 37.3262 12.4682 36.8401 13.3335 35.9748C14.1988 35.1094 14.685 33.9358 14.685 32.7121C14.685 32.1061 14.5656 31.5061 14.3337 30.9463C14.1018 30.3865 13.762 29.8778 13.3335 29.4494C12.905 29.0209 12.3964 28.681 11.8366 28.4491C11.2767 28.2173 10.6767 28.0979 10.0708 28.0979C9.46485 28.0979 8.86484 28.2173 8.30503 28.4491C7.74521 28.681 7.23655 29.0209 6.80808 29.4494C6.37962 29.8778 6.03974 30.3865 5.80786 30.9463C5.57598 31.5061 5.45663 32.1061 5.45663 32.7121Z" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16.6624 42.5995C16.0253 41.4048 15.0754 40.4058 13.9144 39.7091C12.7533 39.0125 11.4248 38.6445 10.0708 38.6445C8.7168 38.6445 7.38826 39.0125 6.22722 39.7091C5.06618 40.4058 4.1163 41.4048 3.47913 42.5995" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M31.8233 32.7121C31.8233 33.318 31.9426 33.918 32.1745 34.4778C32.4064 35.0376 32.7463 35.5463 33.1747 35.9748C33.6032 36.4032 34.1119 36.7431 34.6717 36.975C35.2315 37.2069 35.8315 37.3262 36.4374 37.3262C37.0434 37.3262 37.6434 37.2069 38.2032 36.975C38.763 36.7431 39.2717 36.4032 39.7001 35.9748C40.1286 35.5463 40.4685 35.0376 40.7004 34.4778C40.9322 33.918 41.0516 33.318 41.0516 32.7121C41.0516 32.1061 40.9322 31.5061 40.7004 30.9463C40.4685 30.3865 40.1286 29.8778 39.7001 29.4494C39.2717 29.0209 38.763 28.681 38.2032 28.4491C37.6434 28.2172 37.0434 28.0979 36.4374 28.0979C35.8315 28.0979 35.2315 28.2172 34.6717 28.4491C34.1119 28.681 33.6032 29.0209 33.1747 29.4494C32.7463 29.8778 32.4064 30.3865 32.1745 30.9463C31.9426 31.5061 31.8233 32.1061 31.8233 32.7121Z" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M43.0291 42.5995C42.3919 41.4048 41.442 40.4058 40.281 39.7091C39.12 39.0125 37.7914 38.6445 36.4374 38.6445C35.0834 38.6445 33.7549 39.0125 32.5939 39.7091C31.4328 40.4058 30.4829 41.4048 29.8458 42.5995" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M18.64 7.66372C18.64 8.26966 18.7593 8.86967 18.9912 9.42949C19.2231 9.9893 19.5629 10.498 19.9914 10.9264C20.4199 11.3549 20.9285 11.6948 21.4884 11.9267C22.0482 12.1585 22.6482 12.2779 23.2541 12.2779C23.8601 12.2779 24.4601 12.1585 25.0199 11.9267C25.5797 11.6948 26.0884 11.3549 26.5168 10.9264C26.9453 10.498 27.2852 9.9893 27.517 9.42949C27.7489 8.86967 27.8683 8.26966 27.8683 7.66372C27.8683 7.05778 27.7489 6.45778 27.517 5.89796C27.2852 5.33814 26.9453 4.82948 26.5168 4.40102C26.0884 3.97255 25.5797 3.63268 25.0199 3.40079C24.4601 3.16891 23.8601 3.04956 23.2541 3.04956C22.6482 3.04956 22.0482 3.16891 21.4884 3.40079C20.9285 3.63268 20.4199 3.97255 19.9914 4.40102C19.5629 4.82948 19.2231 5.33814 18.9912 5.89796C18.7593 6.45778 18.64 7.05778 18.64 7.66372Z" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M28.9651 16.2329C28.2607 15.4058 27.385 14.7415 26.3987 14.2859C25.4123 13.8304 24.3388 13.5945 23.2524 13.5945C22.1659 13.5945 21.0924 13.8304 20.106 14.2859C19.1197 14.7415 18.244 15.4058 17.5396 16.2329" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M18.0704 36.3717C21.437 37.6552 25.16 37.644 28.5187 36.3401" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.3209 12.2778C11.8778 13.6294 10.7276 15.2628 9.9415 17.077C9.15536 18.8911 8.75007 20.8473 8.7507 22.8245C8.7507 23.2692 8.77707 23.7034 8.81749 24.1428" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M37.689 24.1428C37.7276 23.7069 37.7558 23.2639 37.7558 22.8245C37.7567 20.8473 37.3516 18.891 36.5654 17.0768C35.7793 15.2626 34.6289 13.6292 33.1856 12.2778" stroke="#6161FF" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div class="pro-services-cards-h">Continued success plan</div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f5247a41c62cb69991c302_ScrollDownArrow_light.svg" alt="" class="pro-services-chevron"/></div><div class="pro-services-mb-body"><div class="pro-services-cards-par">Receive strategic guidance from a dedicated customer success manager to ensure smooth adoption and long-term success</div></div></div><div class="group_pro-services-card-mb"><div class="pro-services-mb-header"><div class="ent_cards-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" style="" viewBox="0 0 45 46" fill="none" height="100%" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M29.8757 32.0477H39.5435C40.2427 32.0477 40.9134 31.77 41.4079 31.2755C41.9023 30.781 42.1801 30.1104 42.1801 29.4111V5.6811C42.1801 4.98181 41.9023 4.31117 41.4079 3.81669C40.9134 3.32222 40.2427 3.04443 39.5435 3.04443H7.90348C7.20419 3.04443 6.53355 3.32222 6.03908 3.81669C5.54461 4.31117 5.26682 4.98181 5.26682 5.6811V19.7433" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.26682 10.9543H42.1801" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.26682 25.0166H21.9657C21.9657 25.0166 24.6024 25.0166 24.6024 27.6533V39.9577C24.6024 39.9577 24.6024 42.5944 21.9657 42.5944H5.26682C5.26682 42.5944 2.63016 42.5944 2.63016 39.9577V27.6533C2.63016 27.6533 2.63016 25.0166 5.26682 25.0166Z" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M2.63016 32.0479H24.6024" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M7.90347 37.321H10.5401" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16.6924 37.321H19.329" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.5402 19.7433V17.5461C10.5447 17.1979 10.6851 16.8652 10.9313 16.6189C11.1776 16.3727 11.5103 16.2323 11.8585 16.2278H19.7685C20.1167 16.2323 20.4494 16.3727 20.6957 16.6189C20.9419 16.8652 21.0823 17.1979 21.0868 17.5461V19.7433" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M26.3601 19.7433V17.5461C26.3647 17.1979 26.505 16.8652 26.7513 16.6189C26.9976 16.3727 27.3302 16.2323 27.6785 16.2278H35.5885C35.9367 16.2323 36.2694 16.3727 36.5156 16.6189C36.7619 16.8652 36.9022 17.1979 36.9068 17.5461V25.4561C36.9022 25.8043 36.7619 26.137 36.5156 26.3833C36.2694 26.6295 35.9367 26.7699 35.5885 26.7744H29.8757" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div class="pro-services-cards-h">Managed services</div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f5247a41c62cb69991c302_ScrollDownArrow_light.svg" alt="" class="pro-services-chevron"/></div><div class="pro-services-mb-body"><div class="pro-services-cards-par">Leverage ongoing, hands-on sessions with our experts to help you best utilize the platform as your needs evolve</div></div></div><div class="group_pro-services-card-mb"><div class="pro-services-mb-header"><div class="ent_cards-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" style="" viewBox="0 0 45 46" fill="none" height="100%" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M10.5281 22.708V14.895C10.5513 13.3593 10.8773 11.8432 11.4875 10.4336C12.0976 9.02407 12.9799 7.74877 14.0838 6.68077C15.1877 5.61279 16.4914 4.7731 17.9204 4.20985C19.3493 3.64659 20.8753 3.37083 22.411 3.39836C23.9467 3.37083 25.4728 3.64659 26.9017 4.20985C28.3306 4.7731 29.6344 5.61279 30.7382 6.68077C31.8422 7.74877 32.7245 9.02407 33.3347 10.4336C33.9445 11.8432 34.2707 13.3593 34.2939 14.895V22.708" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.0689 18.252H9.03962C9.43356 18.252 9.81138 18.4085 10.0899 18.687C10.3685 18.9656 10.525 19.3434 10.525 19.7373V28.6495C10.525 29.0434 10.3685 29.4212 10.0899 29.6998C9.81138 29.9783 9.43356 30.1348 9.03962 30.1348H6.0689C5.281 30.1348 4.5254 29.8218 3.96828 29.2647C3.41116 28.7076 3.09818 27.952 3.09818 27.1641V21.2227C3.09818 20.4348 3.41116 19.6792 3.96828 19.122C4.5254 18.5649 5.281 18.252 6.0689 18.252Z" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M38.7523 30.1348H35.7816C35.3877 30.1348 35.0098 29.9783 34.7312 29.6998C34.4528 29.4212 34.2963 29.0434 34.2963 28.6495V19.7373C34.2963 19.3434 34.4528 18.9656 34.7312 18.687C35.0098 18.4085 35.3877 18.252 35.7816 18.252H38.7523C39.5402 18.252 40.2959 18.5649 40.8529 19.122C41.4099 19.6792 41.7231 20.4348 41.7231 21.2227V27.1641C41.7231 27.952 41.4099 28.7076 40.8529 29.2647C40.2959 29.8218 39.5402 30.1348 38.7523 30.1348Z" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M28.3481 38.304C29.9239 38.304 31.435 37.6781 32.5493 36.5638C33.6637 35.4495 34.2896 33.9383 34.2896 32.3626V25.6785" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M28.3448 38.3042C28.3448 39.289 27.9536 40.2337 27.2572 40.93C26.5608 41.6264 25.6163 42.0176 24.6314 42.0176H20.1753C19.1905 42.0176 18.246 41.6264 17.5496 40.93C16.8532 40.2337 16.4619 39.289 16.4619 38.3042C16.4619 37.3194 16.8532 36.3747 17.5496 35.6784C18.246 34.9821 19.1905 34.5908 20.1753 34.5908H24.6314C25.6163 34.5908 26.5608 34.9821 27.2572 35.6784C27.9536 36.3747 28.3448 37.3194 28.3448 38.3042Z" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div class="pro-services-cards-h">24/7 Premium support</div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f5247a41c62cb69991c302_ScrollDownArrow_light.svg" alt="" class="pro-services-chevron"/></div><div class="pro-services-mb-body"><div class="pro-services-cards-par">Work with a designated technical support team who knows your workflows, inside and out for super fast SLAs</div></div></div><div class="group_pro-services-card-mb"><div class="pro-services-mb-header"><div class="ent_cards-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" style="" viewBox="0 0 45 45" fill="none" height="100%" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M20.6755 22.3488L28.0001 15.0242" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M28.0002 15.0243L28.9986 8.4326L34.7078 2.82178L35.5902 7.43418L40.2026 8.31659L34.5918 14.0258L28.0002 15.0243Z" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M38.3218 18.2251C39.2534 21.7565 39.0325 25.4933 37.6912 28.8904C36.35 32.2875 33.9586 35.1673 30.8657 37.1098C27.7728 39.0523 24.1403 39.956 20.4978 39.6891C16.8552 39.4221 13.3933 37.9985 10.6166 35.6258C7.84001 33.2532 5.89398 30.0555 5.06231 26.4992C4.23065 22.9428 4.55684 19.2138 5.99334 15.8559C7.42983 12.4979 9.90148 9.68672 13.0479 7.83216C16.1943 5.9776 19.8509 5.17669 23.4844 5.54622" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M30.7053 20.3767C31.1677 22.2411 31.0369 24.2034 30.3311 25.99C29.6253 27.7765 28.3796 29.2984 26.7678 30.3434C25.1559 31.3883 23.2582 31.9044 21.3391 31.8196C19.4201 31.7348 17.5753 31.0533 16.0619 29.8702C14.5485 28.6871 13.442 27.0613 12.8965 25.2194C12.351 23.3776 12.3938 21.4114 13.0189 19.595C13.644 17.7786 14.8202 16.2025 16.3836 15.0863C17.947 13.9702 19.8197 13.3697 21.7407 13.3684" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12.7655 37.0981L11.4471 42.3715" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> <path d="M31.2221 37.0981L32.5405 42.3715" stroke="currentColor" stroke-width="1.9907" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div class="pro-services-cards-h">Tailored services</div><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f5247a41c62cb69991c302_ScrollDownArrow_light.svg" alt="" class="pro-services-chevron"/></div><div class="pro-services-mb-body"><div class="pro-services-cards-par">Hire certified experts for bespoke technical code or no-code projects for your account</div></div></div></div></div></div></div></div></section><section><div class="m_padding-global-big-cards m_padding-section-large hide-on-tb"><div class="group_sec-h-left"><div class="sec-h-break"><h2 class="m_heading-56 m_font-weight-xlight">Trusted by top Fortune 500 companies<br/></h2></div></div><div class="splide-comp"><div id="thumbnail_slider" class="splide-images splide-container"><div class="carousel-controls for--testi"><button class="carousel-arrow prev-splide"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f7bd1479f6a633f40c454a_carousel-arrow-prev.svg" alt="" class="carousel-arrow-img"/></button><button class="carousel-arrow next-splide"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f7bd314e0406042717dcd8_carousel-arrow-next.svg" alt="" class="carousel-arrow-img"/></button></div><div class="pagination-styles"><div class="splide__pagination-2"><div class="splide__pagination__page-2"></div><div class="splide__pagination__page-2 is-active"></div></div></div><div class="splide__track"><div class="splide__list"><div class="splide__slide"><div class="splide-card-testi"><img sizes="(max-width: 2534px) 100vw, 2534px" srcset="https://cdn.prod.website-files.com/656da6fea306219773d04208/6739a8b3d8b2c3539d1840f9_vml-testi-bg-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/6739a8b3d8b2c3539d1840f9_vml-testi-bg-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/6739a8b3d8b2c3539d1840f9_vml-testi-bg-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/6739a8b3d8b2c3539d1840f9_vml-testi-bg.avif 2534w" alt="" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6739a8b3d8b2c3539d1840f9_vml-testi-bg.avif" loading="lazy" class="splide-testi-img"/><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f9b0e580f0169f8d1f35ff_holt-cat-img-mb.avif" alt="" class="splide-testi-img testi-img-mobile"/></div></div><div class="splide__slide"><div class="splide-card-testi"><div data-poster-url="https://cdn.prod.website-files.com/656da6fea306219773d04208%2F66fa5678f207f846cdf48f29_Zippo%20-%20FC12%20-%20Clean_dark-poster-00001.jpg" data-video-urls="https://cdn.prod.website-files.com/656da6fea306219773d04208%2F66fa5678f207f846cdf48f29_Zippo%20-%20FC12%20-%20Clean_dark-transcode.mp4,https://cdn.prod.website-files.com/656da6fea306219773d04208%2F66fa5678f207f846cdf48f29_Zippo%20-%20FC12%20-%20Clean_dark-transcode.webm" data-autoplay="true" data-loop="true" data-wf-ignore="true" class="splide-testi-img is-vid w-background-video w-background-video-atom"><video id="3510d2b1-0f55-a28b-8bb7-9c8bfc55c64a-video" autoplay="" loop="" style="background-image:url("https://cdn.prod.website-files.com/656da6fea306219773d04208%2F66fa5678f207f846cdf48f29_Zippo%20-%20FC12%20-%20Clean_dark-poster-00001.jpg")" muted="" playsinline="" data-wf-ignore="true" data-object-fit="cover"><source src="https://cdn.prod.website-files.com/656da6fea306219773d04208%2F66fa5678f207f846cdf48f29_Zippo%20-%20FC12%20-%20Clean_dark-transcode.mp4" data-wf-ignore="true"/><source src="https://cdn.prod.website-files.com/656da6fea306219773d04208%2F66fa5678f207f846cdf48f29_Zippo%20-%20FC12%20-%20Clean_dark-transcode.webm" data-wf-ignore="true"/></video></div></div></div><div class="splide__slide"><div class="splide-card-testi"><div class="code-embed-5 w-embed"><div data-poster-url="https://dapulse-res.cloudinary.com/video/upload/so_0p/Generator_featured%20images/Homepage%20-%202024/enterprise/Bravado_dark.jpg" data-video-urls="https://dapulse-res.cloudinary.com/video/upload/q_auto,f_auto,cs_copy/Generator_featured images/Homepage - 2024/enterprise/Bravado_dark.mp4" data-autoplay="true" data-loop="true" data-wf-ignore="true" class="splide-testi-img is-vid w-background-video w-background-video-atom"><video id="8d963371-9cb7-bc7b-8d07-fac0e4e67d7f-video" autoplay="" loop="" style="background-image:url("https://dapulse-res.cloudinary.com/video/upload/so_0p/Generator_featured%20images/Homepage%20-%202024/enterprise/Bravado_dark.jpg")" muted="" playsinline="" data-wf-ignore="true" data-object-fit="cover"><source src="https://dapulse-res.cloudinary.com/video/upload/q_auto,f_auto,cs_copy/Generator_featured images/Homepage - 2024/enterprise/Bravado_dark.mp4" data-wf-ignore="true"><source src="https://dapulse-res.cloudinary.com/video/upload/q_auto,f_auto,cs_copy/Generator_featured images/Homepage - 2024/enterprise/Bravado_dark.mp4" data-wf-ignore="true"></video></div></div></div></div><div class="splide__slide"><div class="splide-card-testi"><img sizes="100vw" srcset="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f937d5d57b38ea8bb54185_moto4-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/66f937d5d57b38ea8bb54185_moto4-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/66f937d5d57b38ea8bb54185_moto4-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/66f937d5d57b38ea8bb54185_moto4.avif 3746w" alt="" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f937d5d57b38ea8bb54185_moto4.avif" loading="lazy" class="splide-testi-img"/><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f9b0e59382462fb2e62a2c_motorola-img-mb.avif" alt="" class="splide-testi-img testi-img-mobile"/></div></div></div></div></div><div id="primary_slider" class="splide-testi splide-container"><div class="splide__track"><div class="splide__list"><div class="splide__slide"><div class="splide-numbers-card _w-o-numbers"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f70105ad5fd845e76826eb_vml-black-logo.svg" alt="" class="splide-numbers-card-logo"/><div class="group_testi-slide-content-top"><div class="stack_testi-numbers-3cols"><div class="testi-numbers-col"><div class="testi-number">50%</div><div class="testi-caption">Reduction in meetings and emails</div></div><div class="testi-numbers-col"><div class="testi-number">$250k</div><div class="testi-caption">Saved annually to reinvest elsewhere</div></div><div class="testi-numbers-col"><div class="testi-number">20%</div><div class="testi-caption">Increase in customer satisfaction score</div></div></div><div class="splide-numbers-card-quote is--18">“All the different teams across the client portfolio are reporting in the same place... it helps us prioritize and make decisions faster.”</div></div><div class="splide-numbers-card-bottom push-to-bottom"><div class="m_avatar-group"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6739aa4aa6ff68067b3b8f5a_headshot-kristina-muller.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-2"><div class="m_text-style-16 m_font-weight-bold">Kristina Muller</div><div class="m_text-style-16 m_font-weight-light">SVP Delivery Operations & PMO</div></div></div><div class="hide-on-mobile m_spacer-1-5rem"></div><a href="https://monday.com/customers/vml" class="m_button-link w-inline-block"><div>Watch the case study</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div><div class="m_link-underline"></div></a></div></div></div><div class="splide__slide"><div class="splide-numbers-card _w-o-numbers"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65fb556e627a50f4ea228f20_ZIPPO_Logo.avif" alt="" class="splide-numbers-card-logo"/><div class="group_testi-slide-content-top"><div class="stack_testi-numbers-3cols"><div class="testi-numbers-col"><div class="testi-number">8x</div><div class="testi-caption">ROI</div></div><div class="testi-numbers-col"><div class="testi-number">$351,336</div><div class="testi-caption">account growth year-over-year</div></div></div><div class="splide-numbers-card-quote is--18">“monday.com has enabled our group to launch more product categories and expand into more markets in way less time.” </div></div><div class="splide-numbers-card-bottom push-to-bottom"><div class="m_avatar-group-2"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f931c735c5306033b82337_image%20631.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-2"><div class="m_text-style-16 m_font-weight-bold">Chris Funk</div><div class="m_text-style-16 m_font-weight-light">Senior Director of Product Innovation</div></div></div><div class="m_spacer-1-5rem"></div><a href="https://monday.com/customers/zippo" target="_blank" class="m_button-link w-inline-block"><div>Watch the case study</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div><div class="m_link-underline"></div></a></div></div></div><div class="splide__slide"><div class="splide-numbers-card"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/664ddf2598bee29293a42110_UNIVERSAL.svg" alt="" class="splide-numbers-card-logo"/><div class="group_testi-slide-content-top"><div class="stack_testi-numbers-3cols"><div class="testi-numbers-col"><div class="testi-number">517%</div><div class="testi-caption">account growth year-over-year</div></div><div class="testi-numbers-col"><div class="testi-number">73</div><div class="testi-caption">cross-department workspaces actively used</div></div></div><div class="splide-numbers-card-quote is--18">“In a business that’s 80% quick turnaround and 20% forecasting, monday.com has allowed us to maximize our efforts with lanes of visibility into short forecasting windows that help drive and stimulate opportunistic sales.”</div></div><div class="splide-numbers-card-bottom push-to-bottom"><div class="m_avatar-group-2"><div class="avatar-names-group-2"><div class="m_text-style-16 m_font-weight-bold">Jacob Thomas</div><div class="m_text-style-16 m_font-weight-light">Senior VP of Global Sourcing & Supply Chain</div></div></div><div class="m_spacer-1-5rem"></div><a href="https://www.youtube.com/watch?v=qytqG3VwLlg" target="_blank" class="m_button-link w-inline-block"><div>Watch UMG’s Elevate talk</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div><div class="m_link-underline"></div></a></div></div></div><div class="splide__slide"><div class="splide-numbers-card _w-o-numbers"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f932e135c5306033b90cf6_Motorola.avif" alt="" class="splide-numbers-card-logo"/><div class="group_testi-slide-content-top"><div class="stack_testi-numbers-3cols"><div class="testi-numbers-col"><div class="testi-number">346%</div><div class="testi-caption">ROI over 3 years</div></div><div class="testi-numbers-col"><div class="testi-number">$121K</div><div class="testi-caption">in value due to increased team productivity</div></div><div class="testi-numbers-col"><div class="testi-number">$123K</div><div class="testi-caption">saved due to reduced administration time</div></div></div><div class="splide-numbers-card-quote is--18"><strong>The Total Economic Impact™ of monday.com</strong></div><div class="splide-numbers-card-quote is--18">"From the time that we started to the time that people became comfortable with it, I would say two weeks to a month."</div></div><div class="splide-numbers-card-bottom push-to-bottom"><div class="m_avatar-group-2"><div class="avatar-names-group-2"><div class="m_text-style-16 m_font-weight-bold">Global CRM Director</div></div></div><div class="m_spacer-1-5rem"></div><a href="https://monday.com/lp/motorola-forrester-report" target="_blank" class="m_button-link w-inline-block"><div>Get the report</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div><div class="m_link-underline"></div></a></div></div></div></div></div></div></div></div><div class="comp_testi-mb"><div class="group_sec-h-center"><h2 class="ent_quotes-header">Trusted by top Fortune 500 companies<br/></h2></div><div data-delay="4000" data-animation="slide" class="diff-mobilr-slider w-slider" data-autoplay="false" data-easing="ease" data-hide-arrows="false" data-disable-swipe="false" data-autoplay-limit="0" data-nav-spacing="3" data-duration="500" data-infinite="false"><div class="slider-mask w-slider-mask"><div class="diff-mb-slide w-slide"><div class="diff-mobile-card"><div class="diff-mobile-card-top"><div>Intuitive customization</div><div class="dif-tabs-item-h">Flexible yet standardized</div><p class="dif-tabs-item-par">Easily build any workflows that match your requirements with a no-code, drag-and-drop interface.</p></div><div class="group_diff-quote-mb"><div class="diff-quote-top-mobile"><div class="dif-tabs-item-number-mb">6,970</div><div>hours saved per month</div></div><div class="m_avatar-group-mb"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65fc08bf612a6f271c7308d8_avatar-002.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-3"><div class="diff-quote-avatar-name">Chris Funk</div><div class="diff-quote-avatar-title">Senior Director of Product Innovation</div></div></div><div class="diff-quote">“<strong>It's customizable to your needs. It's like water.</strong> It’ll take its shape and wrap around whatever you need it to do.”</div><div class="diff-mobile-card-bottom"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673af32b936505e198f35e67_quote-logo-zippo-v2.avif" alt="" class="splide-numbers-card-logo-2"/></div></div></div></div><div class="diff-mb-slide w-slide"><div class="diff-mobile-card"><div class="diff-mobile-card-top"><div>Designed with everyone in mind</div><div class="dif-tabs-item-h">People love to use it</div><p class="dif-tabs-item-par">Onboard your entire organization to an intuitive platform they will love from the first click.</p></div><div class="group_diff-quote-mb"><div class="m_avatar-group-mb"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67349858bfaa76e574a7d8ee_Tom%20Mitchell.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-3"><div class="diff-quote-avatar-name">Tom Mitchell</div><div class="diff-quote-avatar-title">Digital Business Change Manager</div></div></div><div class="diff-quote">“We have digital operations managers who have never touched a capital spreadsheet in their lives, and <strong>they absolutely love this. But they look at this and say, ‘This is so easy.’</strong>”</div><div class="diff-mobile-card-bottom"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673af2c69be92307a9a7566d_quote-logo-nhs-v2.avif" alt="" class="splide-numbers-card-logo-2"/></div></div></div></div><div class="diff-mb-slide w-slide"><div class="diff-mobile-card"><div class="diff-mobile-card-top"><div>Smooth cross-org adoption</div><div class="dif-tabs-item-h">Fast time to value</div><p class="dif-tabs-item-par">Gain instant value with a platform that is quick to implement and easy to learn.</p></div><div class="group_diff-quote-mb"><div class="m_avatar-group-mb"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67349926bbb5c071b5fcb000_%C2%A0Anastasia%20Blaylock.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-3"><div class="diff-quote-avatar-name">Anastasia Blaylock</div><div class="diff-quote-avatar-title">Director of Treasury Management</div></div></div><div class="diff-quote">"<strong>Everyone onboarded really, really fast.</strong> It's like an iPhone in a way in that you just know how and what you want to do next.”</div><div class="diff-mobile-card-bottom"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6738f0396ccbf2bcc1223a37_quote-logo-citizen-bank.avif" alt="" class="splide-numbers-card-logo-2"/></div></div></div></div><div class="diff-mb-slide w-slide"><div class="diff-mobile-card"><div class="diff-mobile-card-top"><div>Intuitive customization</div><div class="dif-tabs-item-h">Alignment at every level</div><p class="dif-tabs-item-par">Break down siloes with centralized cross-team communication that aligns goals with execution.</p></div><div class="group_diff-quote-mb"><div class="diff-quote-top-mobile"><div class="dif-tabs-item-number-mb">6,970</div><div>hours saved per month</div></div><div class="m_avatar-group-mb"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673499e8dc862ae7c595c662_Sarah%20Pharr.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-3"><div class="diff-quote-avatar-name">Sarah Pharr</div><div class="diff-quote-avatar-title">AVP Marketing</div></div></div><div class="diff-quote">“Since adopting monday.com, <strong>our global marketing department has seen a 40% improvement in cross-team collaboration</strong> for successful end-to-end campaign planning and execution.”</div><div class="diff-mobile-card-bottom"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6738f039e5de7d952470abe7_quote-logo-genpact.avif" alt="" class="splide-numbers-card-logo-2"/></div></div></div></div></div><div class="diff-slide-arrow w-slider-arrow-left"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f7bd1479f6a633f40c454a_carousel-arrow-prev.svg" alt=""/></div><div class="diff-slide-arrow is--next w-slider-arrow-right"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f7bd314e0406042717dcd8_carousel-arrow-next.svg" alt=""/></div><div class="slide-nav-5 w-slider-nav w-round w-num"></div></div><div class="splide-quotes splide-container"><div class="splide__track"><div class="splide__list"><div class="splide__slide"><div class="splide-numbers-card is--mobile"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f70105ad5fd845e76826eb_vml-black-logo.svg" alt="" class="splide-numbers-card-logo-mb"/><img sizes="(max-width: 2534px) 100vw, 2534px" srcset="https://cdn.prod.website-files.com/656da6fea306219773d04208/6739a8b3d8b2c3539d1840f9_vml-testi-bg-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/6739a8b3d8b2c3539d1840f9_vml-testi-bg-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/6739a8b3d8b2c3539d1840f9_vml-testi-bg-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/6739a8b3d8b2c3539d1840f9_vml-testi-bg.avif 2534w" alt="" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6739a8b3d8b2c3539d1840f9_vml-testi-bg.avif" loading="lazy" class="splide-testi-img-mb"/><div class="group_testi-slide-content-top-mb"><div class="stack_testi-numbers-mb"><div class="testi-numbers-row"><div class="testi-number is--mb">50%</div><div id="w-node-_62343802-f744-c630-7c69-30116f04f4ae-ec8d7310" class="testi-caption">Reduction in meetings and emails</div></div><div class="testi-numbers-row"><div class="testi-number is--mb">$250k</div><div class="testi-caption">Saved annually to reinvest elsewhere</div></div><div class="testi-numbers-row"><div class="testi-number is--mb">20%</div><div class="testi-caption">Increase in customer satisfaction score</div></div></div><div class="splide-numbers-card-quote is--18">“All the different teams across the client portfolio are reporting in the same place... it helps us prioritize and make decisions faster.”</div></div><div class="splide-numbers-card-bottom-mb push-to-bottom"><div class="m_avatar-group is-mb"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/6739aa4aa6ff68067b3b8f5a_headshot-kristina-muller.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-2"><div class="m_text-style-16 m_font-weight-bold">Kristina Muller</div><div class="m_text-style-16 m_font-weight-light">SVP Delivery Operations & PMO</div></div></div><a href="https://monday.com/customers/vml" class="m_button-link w-inline-block"><div>Watch the case study</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div><div class="m_link-underline"></div></a></div></div></div><div class="splide__slide"><div class="splide-numbers-card is--mobile"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65fb556e627a50f4ea228f20_ZIPPO_Logo.avif" alt="" class="splide-numbers-card-logo-mb"/><div data-poster-url="https://cdn.prod.website-files.com/656da6fea306219773d04208%2F66fa5678f207f846cdf48f29_Zippo%20-%20FC12%20-%20Clean_dark-poster-00001.jpg" data-video-urls="https://cdn.prod.website-files.com/656da6fea306219773d04208%2F66fa5678f207f846cdf48f29_Zippo%20-%20FC12%20-%20Clean_dark-transcode.mp4,https://cdn.prod.website-files.com/656da6fea306219773d04208%2F66fa5678f207f846cdf48f29_Zippo%20-%20FC12%20-%20Clean_dark-transcode.webm" data-autoplay="true" data-loop="true" data-wf-ignore="true" class="splide-testi-img is-mb w-background-video w-background-video-atom"><video id="ecaaa03e-1b86-6a90-a1c4-11c58058ed08-video" autoplay="" loop="" style="background-image:url("https://cdn.prod.website-files.com/656da6fea306219773d04208%2F66fa5678f207f846cdf48f29_Zippo%20-%20FC12%20-%20Clean_dark-poster-00001.jpg")" muted="" playsinline="" data-wf-ignore="true" data-object-fit="cover"><source src="https://cdn.prod.website-files.com/656da6fea306219773d04208%2F66fa5678f207f846cdf48f29_Zippo%20-%20FC12%20-%20Clean_dark-transcode.mp4" data-wf-ignore="true"/><source src="https://cdn.prod.website-files.com/656da6fea306219773d04208%2F66fa5678f207f846cdf48f29_Zippo%20-%20FC12%20-%20Clean_dark-transcode.webm" data-wf-ignore="true"/></video></div><div class="group_testi-slide-content-top-mb"><div class="stack_testi-numbers-mb"><div class="testi-numbers-row"><div class="testi-number is--mb">8x</div><div id="w-node-ecaaa03e-1b86-6a90-a1c4-11c58058ed0e-ec8d7310" class="testi-caption">ROI</div></div><div class="testi-numbers-row"><div class="testi-number is--mb">$351,336</div><div class="testi-caption">account growth year-over-year</div></div></div><div class="splide-numbers-card-quote is--18">“monday.com has enabled our group to launch more product categories and expand into more markets in way less time.” </div></div><div class="splide-numbers-card-bottom-mb push-to-bottom"><div class="m_avatar-group-2"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f931c735c5306033b82337_image%20631.avif" alt="" class="m_avatar-64"/><div class="avatar-names-group-2"><div class="m_text-style-16 m_font-weight-bold">Chris Funk</div><div class="m_text-style-16 m_font-weight-light">Senior Director of Product Innovation</div></div></div><div class="m_spacer-1-5rem"></div><a href="https://monday.com/customers/zippo" target="_blank" class="m_button-link w-inline-block"><div>Watch the case study</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div><div class="m_link-underline"></div></a></div></div></div><div class="splide__slide"><div class="splide-numbers-card is--mobile"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/664ddf2598bee29293a42110_UNIVERSAL.svg" alt="" class="splide-numbers-card-logo-mb"/><div class="code-embed-5 w-embed"><div data-poster-url="https://dapulse-res.cloudinary.com/video/upload/so_0p/Generator_featured%20images/Homepage%20-%202024/enterprise/Bravado_dark.jpg" data-video-urls="https://dapulse-res.cloudinary.com/video/upload/q_auto,f_auto,cs_copy/Generator_featured images/Homepage - 2024/enterprise/Bravado_dark.mp4" data-autoplay="true" data-loop="true" data-wf-ignore="true" class="splide-testi-img is-mb w-background-video w-background-video-atom"><video id="8d963371-9cb7-bc7b-8d07-fac0e4e67d7f-video" autoplay="" loop="" style="background-image:url("https://dapulse-res.cloudinary.com/video/upload/so_0p/Generator_featured%20images/Homepage%20-%202024/enterprise/Bravado_dark.jpg")" muted="" playsinline="" data-wf-ignore="true" data-object-fit="cover"><source src="https://dapulse-res.cloudinary.com/video/upload/q_auto,f_auto,cs_copy/Generator_featured images/Homepage - 2024/enterprise/Bravado_dark.mp4" data-wf-ignore="true"><source src="https://dapulse-res.cloudinary.com/video/upload/q_auto,f_auto,cs_copy/Generator_featured images/Homepage - 2024/enterprise/Bravado_dark.mp4" data-wf-ignore="true"></video></div></div><div class="group_testi-slide-content-top-mb"><div class="stack_testi-numbers-mb"><div class="testi-numbers-row"><div class="testi-number is--mb">517%</div><div id="w-node-_6e6c354b-93a8-f7ab-19f5-e82da4b6cd7b-ec8d7310" class="testi-caption">account growth year-over-year</div></div><div class="testi-numbers-row"><div class="testi-number is--mb">73</div><div class="testi-caption">cross-department workspaces actively used</div></div></div><div class="splide-numbers-card-quote is--18">“In a business that’s 80% quick turnaround and 20% forecasting, monday.com has allowed us to maximize our efforts with lanes of visibility into short forecasting windows that help drive and stimulate opportunistic sales.”</div></div><div class="splide-numbers-card-bottom-mb push-to-bottom"><div class="m_avatar-group-2"><div class="avatar-names-group-2"><div class="m_text-style-16 m_font-weight-bold">Jacob Thomas</div><div class="m_text-style-16 m_font-weight-light">Senior VP of Global Sourcing & Supply Chain</div></div></div><div class="m_spacer-1-5rem"></div><a href="https://www.youtube.com/watch?v=qytqG3VwLlg" target="_blank" class="m_button-link w-inline-block"><div>Watch UMG’s Elevate talk</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div><div class="m_link-underline"></div></a></div></div></div><div class="splide__slide"><div class="splide-numbers-card is--mobile"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f932e135c5306033b90cf6_Motorola.avif" alt="" class="splide-numbers-card-logo-mb"/><img sizes="100vw" srcset="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f937d5d57b38ea8bb54185_moto4-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/66f937d5d57b38ea8bb54185_moto4-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/66f937d5d57b38ea8bb54185_moto4-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/66f937d5d57b38ea8bb54185_moto4.avif 3746w" alt="" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f937d5d57b38ea8bb54185_moto4.avif" loading="lazy" class="splide-testi-img-mb"/><div class="group_testi-slide-content-top-mb"><div class="stack_testi-numbers-mb"><div class="testi-numbers-row"><div class="testi-number is--mb">346%</div><div id="w-node-_44cd60be-3231-72c3-18d8-2671f4e82795-ec8d7310" class="testi-caption">ROI over 3 years</div></div><div class="testi-numbers-row"><div class="testi-number is--mb">$121K</div><div class="testi-caption">in value due to increased team productivity</div></div><div class="testi-numbers-row"><div class="testi-number is--mb">$123K</div><div class="testi-caption">saved due to reduced administration time</div></div></div><div class="splide-numbers-card-quote is--18"><strong>The Total Economic Impact™ of monday.com</strong></div><div class="splide-numbers-card-quote is--18">"From the time that we started to the time that people became comfortable with it, I would say two weeks to a month."</div></div><div class="splide-numbers-card-bottom-mb push-to-bottom"><div class="m_avatar-group-2"><div class="avatar-names-group-2"><div class="m_text-style-16 m_font-weight-bold">Global CRM Director</div></div></div><div class="m_spacer-1-5rem"></div><a href="https://monday.com/lp/motorola-forrester-report" target="_blank" class="m_button-link w-inline-block"><div>Get the report</div><div class="m_button-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <g clip-path="url(#clip0_2450_390)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75H8.93934L5.96967 8.71967C5.67678 9.01256 5.67678 9.48744 5.96967 9.78033C6.26256 10.0732 6.73744 10.0732 7.03033 9.78033L11.6339 5.17678C11.7315 5.07915 11.7315 4.92085 11.6339 4.82322L7.03033 0.21967Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_2450_390"> <rect width="12" height="10" fill="currentcolor"/> </clipPath> </defs> </svg></div><div class="m_link-underline"></div></a></div></div></div></div></div><div class="carousel-controls for--quotes"><button class="carousel-arrow prev-splide"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f7bd1479f6a633f40c454a_carousel-arrow-prev.svg" alt="" class="carousel-arrow-img"/></button><button class="carousel-arrow next-splide"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66f7bd314e0406042717dcd8_carousel-arrow-next.svg" alt="" class="carousel-arrow-img"/></button></div></div></div></section><section><div class="m_padding-global-big-cards"><div class="m_container-large"><h2 class="ent_sec-head">Our customer reviews speak for themselves<br/></h2><div class="m_spacer-3rem"></div><div class="ent_badges-wrapper"><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673ae7cb83fe9aac4058566e_g2-badge-006.avif" alt="" class="ent_badge"/><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673ae7cb0bd08e57a76fe360_g2-badge-008.avif" alt="" class="ent_badge"/><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673ae7cb7d43a03e88e3ef96_g2-badge-003.avif" alt="" class="ent_badge"/><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673ae7cb6a0fd50da1e06894_g2-badge-002.avif" alt="" class="ent_badge"/><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673ae7cb3ca59de43533e752_g2-badge-005.avif" alt="" class="ent_badge"/><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673ae7cbd9f374dfe3b46178_g2-badge-001.avif" alt="" class="ent_badge"/><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673ae7cb50ede140433a4dd1_g2-badge-004.avif" alt="" class="ent_badge"/><img loading="eager" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/673ae7cb58b08d9552466ea3_g2-badge-007.avif" alt="" class="ent_badge"/></div></div><div class="m_spacer-6rem"></div></div></section><section id="contact-sales-form" class="_12-rem-padding-bottom"><div class="m_padding-global-big-cards m_padding-section-big-card"><div class="m_container-xxlarge"><div class="big-bg-card warm-purple-bg ent-form-comp"><div class="m_container-large"><div class="comp-ent-form"><div class="w-layout-vflex enterprise-form-content-wrapper"><div class="w-layout-vflex enterprise-form-comp-content"><h2 class="m_heading-52 m_font-weight-medium">Ready to hear more about our <span class="cro_purple-text">enterprise</span> solutions?</h2><div class="m_spacer-1-5rem"></div><div class="max-width-30rem"><p class="m_par-22 m_font-weight-light">Request a callback from our sales team to explore custom pricing plans based on your unique needs and goals.</p></div></div><div class="w-layout-vflex enterprise-form-comp-content mobile-hide"><div class="ent-logos-animation-holder"><div class="ent-form-logos-wrapper"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d423ed5a7db18926d8b_Logo%20-%20canva.png" loading="eager" alt="" class="ent-form-ogo"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d41e561b53b97303a9a_Logo%20-%20universal.png" loading="eager" alt="" class="ent-form-ogo"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d4101731f1825cac270_Logo%20-%20lionsgate.png" loading="eager" alt="" class="ent-form-ogo"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d4189c9e02f3dd3ec64_Logo%20-%20cocacola.png" loading="eager" alt="" class="ent-form-ogo"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d412dd5b206a6e7df76_Logo%20-%20universal-1.png" loading="eager" alt="" class="ent-form-ogo"/></div><div class="ent-form-logos-wrapper"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d423ed5a7db18926d8b_Logo%20-%20canva.png" loading="lazy" alt="" class="ent-form-ogo"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d41e561b53b97303a9a_Logo%20-%20universal.png" loading="lazy" alt="" class="ent-form-ogo"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d4101731f1825cac270_Logo%20-%20lionsgate.png" loading="lazy" alt="" class="ent-form-ogo"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d4189c9e02f3dd3ec64_Logo%20-%20cocacola.png" loading="lazy" alt="" class="ent-form-ogo"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d412dd5b206a6e7df76_Logo%20-%20universal-1.png" loading="lazy" alt="" class="ent-form-ogo"/></div><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0e038c2df610d713f8fd_Rectangle%204.png" loading="lazy" alt="" class="gradient-absolute-cover-logos-enterprise"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0e037732527fcf6a034d_Rectangle%2034626224.png" loading="lazy" alt="" class="gradient-absolute-cover-logos-enterprise right"/></div><div class="m_spacer-1rem"></div><div class="ent-form-comp-testimonial"><p class="m_par-16 m_font-weight-light">“Now that all the different teams across the portfolio are reporting in the same place, our leadership gets a live 10,000-foot view.”</p><div class="w-layout-hflex ent-form-comp-testi-wrapper"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67a9eeec007fa50ecbd0fb68_Kristina-Muller.png" loading="eager" alt="" class="ent-form-comp-testi-img"/><div class="m_par-16 m_font-weight-light"><span class="m_font-weight-semibold">Kristina Muller</span><br/>SVP Delivery Operations & PMO | VML</div></div></div></div></div><div class="w-layout-vflex ent-comp-form-wrapper"><div class="m_iframe-contact-sales"><h2 class="ent-form-title">Contact our sales team</h2><div id="Form" class="ent_form_iframe w-node-_83814bd7-7a2c-5d6a-2259-01ad556881a0-ec8d7310 w-embed w-iframe"><iframe width="100%" height="110%" frameBorder="0" marginwidth="0" marginheight="0" hspace="0" vspace="0" src="https://monday.com/test/enterprise-minisite-contact-sales"></iframe></div></div><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0bc87825d8393f81191a_ent-form-users-image.png" loading="eager" alt="" class="users-form-img"/></div><div class="w-layout-vflex enterprise-form-comp-content mobile-only"><div class="ent-logos-animation-holder"><div class="ent-form-logos-wrapper"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d423ed5a7db18926d8b_Logo%20-%20canva.png" loading="eager" alt="" class="ent-form-ogo"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d41e561b53b97303a9a_Logo%20-%20universal.png" loading="eager" alt="" class="ent-form-ogo"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d4101731f1825cac270_Logo%20-%20lionsgate.png" loading="eager" alt="" class="ent-form-ogo"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d4189c9e02f3dd3ec64_Logo%20-%20cocacola.png" loading="eager" alt="" class="ent-form-ogo"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d412dd5b206a6e7df76_Logo%20-%20universal-1.png" loading="eager" alt="" class="ent-form-ogo"/></div><div class="ent-form-logos-wrapper"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d423ed5a7db18926d8b_Logo%20-%20canva.png" loading="lazy" alt="" class="ent-form-ogo"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d41e561b53b97303a9a_Logo%20-%20universal.png" loading="lazy" alt="" class="ent-form-ogo"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d4101731f1825cac270_Logo%20-%20lionsgate.png" loading="lazy" alt="" class="ent-form-ogo"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d4189c9e02f3dd3ec64_Logo%20-%20cocacola.png" loading="lazy" alt="" class="ent-form-ogo"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0d412dd5b206a6e7df76_Logo%20-%20universal-1.png" loading="lazy" alt="" class="ent-form-ogo"/></div><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0e038c2df610d713f8fd_Rectangle%204.png" loading="lazy" alt="" class="gradient-absolute-cover-logos-enterprise"/><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67aa0e037732527fcf6a034d_Rectangle%2034626224.png" loading="lazy" alt="" class="gradient-absolute-cover-logos-enterprise right"/></div><div class="m_spacer-1rem"></div><div class="ent-form-comp-testimonial"><p class="m_par-16 m_font-weight-light">“Now that all the different teams across the portfolio are reporting in the same place, our leadership gets a live 10,000-foot view.”</p><div class="w-layout-hflex ent-form-comp-testi-wrapper"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/67a9eeec007fa50ecbd0fb68_Kristina-Muller.png" loading="eager" alt="" class="ent-form-comp-testi-img"/><div class="m_par-16 m_font-weight-light"><span class="m_font-weight-semibold">Kristina Muller</span><br/>SVP Delivery Operations & PMO | VML</div></div></div></div></div></div></div></div></div></section></main><div class="section---mobile-footer"><div class="mobile-menu-parent"><div class="footer-links-wrap full-w-lang"><a id="w-node-afa4f7b7-b14b-9df9-1fbd-7598781d03c2-781d03bf" href="http://www.monday.com" class="footer-logo-link w-inline-block"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/658290685ff5e03443593ec3_monday.com.avif" loading="lazy" alt="monday.com logo"/></a></div><div class="mobile-menu-col"><div class="footer-links-wrap"><div class="footer_column-h">Products</div><div class="footer-product-link"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb4487_wm-icon.svg" loading="lazy" alt="" class="footer-link-icon"/><a href="https://monday.com/work-management" class="footer-link-transter mobile">Work Management</a></div><div class="footer-product-link"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb4488_crm-icon.svg" loading="lazy" alt="" class="footer-link-icon"/><a href="https://monday.com/crm" class="footer-link-transter mobile">CRM</a></div><div class="footer-product-link"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66002bb3ceef867665939464_header-dev-logo-icon-v1.svg" loading="lazy" alt="" class="footer-link-icon"/><a href="https://monday.com/w/dev" class="footer-link-transter mobile">Dev</a></div><div class="footer-product-link"><img src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66851851add4786765774ddf_service-logo-icon.svg" loading="lazy" alt="" class="footer-link-icon"/><a href="/w/service" class="footer-link-transter mobile">Service </a></div></div><div class="footer-links-wrap"><div class="footer_column-h">Features</div><a href="https://monday.com/features/dashboards" class="footer-link-transter mobile">Dashboards</a><a href="https://monday.com/integrations/" target="_blank" class="footer-link-transter mobile">Integrations</a><a href="https://monday.com/pricing/" class="footer-link-transter mobile">Automations</a><a href="/w/ai" target="_blank" class="footer-link-transter mobile">AI</a><a href="https://monday.com/features/gantt" target="_blank" class="footer-link-transter mobile">Gantt</a><a href="https://monday.com/features/kanban" class="footer-link-transter mobile">Kanban</a><a href="https://monday.com/workdocs" target="_blank" class="footer-link-transter mobile">Docs</a><a href="https://workforms.monday.com" class="footer-link-transter mobile">Forms</a></div><div class="footer-links-wrap"><div class="footer_column-h">Company</div><a href="https://monday.com/p/about/" target="_blank" class="footer-link-transter mobile">About us</a><a href="https://monday.com/careers/" target="_blank" class="footer-link-transter mobile">Careers</a><a href="https://ir.monday.com/" class="footer-link-transter mobile">Investor relations</a><a href="https://monday.com/w/partnership/" class="footer-link-transter mobile">Become a partner</a><a href="https://monday.com/w/insights" class="footer-link-transter mobile">Insights for leaders</a></div><div class="footer-links-wrap"><div class="footer_column-h">Resources</div><a href="https://monday.com/blog" class="footer-link-transter mobile">Blog</a><a href="https://monday.com/whats-new" target="_blank" class="footer-link-transter mobile">What's new</a><a href="https://www.mondayspaces.com/://monday.com/pricing/" target="_blank" class="footer-link-transter mobile">monday spaces</a></div></div><div class="mobile-menu-col-br"><div class="mobile-menu-col break-tb"><div class="footer-links-wrap break"><div class="footer_column-h">Teams</div><a href="https://monday.com/project-management" class="footer-link-transter mobile">Project management</a><a href="https://monday.com/marketing" class="footer-link-transter mobile">Marketing</a><a href="https://monday.com/crm" class="footer-link-transter mobile">Sales</a><a href="https://monday.com/dev" class="footer-link-transter mobile">Product development</a><a href="https://monday.com/operations" class="footer-link-transter mobile">Operations</a><a href="https://monday.com/use-cases/it-operations" class="footer-link-transter mobile">IT</a><a href="https://monday.com/use-cases/hr-management-software" class="footer-link-transter mobile">HR</a></div><div id="w-node-afa4f7b7-b14b-9df9-1fbd-7598781d040e-781d03bf" class="footer-links-wrap break"><div class="footer_column-h">Company size</div><a href="/w/enterprise" target="_blank" aria-current="page" class="footer-link-transter mobile w--current">Enterprise</a><a href="https://monday.com/smb/" target="_blank" class="footer-link-transter mobile">Small business</a><a href="https://monday.com/nonprofits" class="footer-link-transter mobile">Nonprofit</a></div><div class="footer-links-wrap break"><a href="https://monday.com/pricing/" class="footer-link-transter mobile highlighted">Pricing</a><a href="https://monday.com/sales/contact-us?from=footer" class="footer-link-transter mobile highlighted">Contact sales</a><a href="https://monday.com/help" class="footer-link-transter mobile highlighted">Contact us</a></div></div></div><div class="footer-links-wrap full-w"><div class="copyright-text">All Rights Reserved © monday.com</div><div class="footer_social-links-wrap"><div class="social-icon-in-footer-3 w-embed"><div class="jsx-3692625068 social-media-icon"><a target="_blank" href="https://twitter.com/mondaydotcom" title="twitter" class="jsx-3692625068"><div class="jsx-3692625068 regular-icon-container"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3692625068"><path d="M14.23 10.892L21.878 2h-1.813l-6.642 7.72L8.119 2H2l8.022 11.675L2 23h1.813l7.014-8.153L16.43 23h6.118l-8.32-12.108h.001zm-2.484 2.886l-.813-1.162-6.467-9.251H7.25l5.22 7.465.813 1.163 6.784 9.704h-2.785l-5.536-7.918z" fill="#535768"></path></svg></div></a></div></div><div class="social-icon-in-footer-3 w-embed"><div class="jsx-4139997252 single-social-icon-wrapper"><div class="jsx-3692625068 social-media-icon"><a target="_blank" href="https://www.linkedin.com/company/2525169/" title="LinkedIn" class="jsx-3692625068"><div class="jsx-3692625068 regular-icon-container"><svg width="30" height="30" viewBox="0 0 90 90" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3692625068"><path fill-rule="evenodd" clip-rule="evenodd" d="M29.647 18.724C29.562 14.907 26.82 12 22.366 12S15 14.907 15 18.724c0 3.738 2.826 6.729 7.197 6.729h.083c4.54 0 7.367-2.991 7.367-6.729zm-.858 12.041h-13.02v38.929h13.02V30.765zm31.962-.913c8.567 0 14.99 5.565 14.99 17.522v22.321H62.72V48.868c0-5.231-1.883-8.8-6.596-8.8-3.597 0-5.74 2.406-6.68 4.73-.345.833-.43 1.994-.43 3.157v21.741h-13.02s.171-35.276 0-38.929h13.02v5.514c1.728-2.65 4.823-6.429 11.736-6.429z" fill="#535768"></path></svg></div></a></div></div></div><div class="social-icon-in-footer-3 w-embed"><div class="jsx-4139997252 single-social-icon-wrapper"><div class="jsx-3692625068 social-media-icon"><a target="_blank" href="https://www.facebook.com/mondaydotcom" title="Facebook" class="jsx-3692625068"><div class="jsx-3692625068 regular-icon-container"><svg width="30 " height="30" viewBox="0 0 90 90" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3692625068"><path d="M76.134 45.067C76.134 27.907 62.227 14 45.067 14S14 27.907 14 45.067c0 15.51 11.359 28.36 26.213 30.69v-21.71h-7.888v-8.98h7.888v-6.844c0-7.785 4.636-12.087 11.735-12.087 3.398 0 6.954.606 6.954.606v7.646h-3.92c-3.86 0-5.06 2.397-5.06 4.854v5.825h8.616l-1.378 8.98h-7.239v21.71c14.854-2.33 26.213-15.18 26.213-30.69z" fill="#535768"></path></svg></div></a></div></div></div><div class="social-icon-in-footer-3 w-embed"><div class="jsx-4139997252 single-social-icon-wrapper"><div class="jsx-3692625068 social-media-icon"><a target="_blank" href="https://www.youtube.com/channel/UCA9UvBiKHly15rN8u_Km3BQ" title="Youtube" class="jsx-3692625068"><div class="jsx-3692625068 regular-icon-container"><svg width="30" height="30 " viewBox="0 0 90 90" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3692625068"><path d="M83.82 24.928a10.211 10.211 0 0 0-7.184-7.183C70.26 16 44.75 16 44.75 16s-25.51 0-31.888 1.678c-3.423.94-6.243 3.76-7.183 7.25C4 31.306 4 44.532 4 44.532s0 13.292 1.678 19.602a10.211 10.211 0 0 0 7.183 7.184c6.445 1.745 31.888 1.745 31.888 1.745s25.51 0 31.887-1.678A10.211 10.211 0 0 0 83.82 64.2c1.678-6.378 1.678-19.603 1.678-19.603s.067-13.292-1.678-19.67zm-47.194 31.82V32.314L57.84 44.531 36.626 56.749z" fill="#535768"></path></svg></div></a></div></div></div><div class="social-icon-in-footer-3 w-embed"><svg width="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3692625068"><path d="M9.593 12c-.602 0-1.093.491-1.093 1.093s.491 1.093 1.093 1.093 1.093-.491 1.093-1.093S10.195 12 9.593 12zM12.012 16.777c.418 0 1.843-.049 2.592-.798.11-.11.11-.282.024-.405a.289.289 0 0 0-.405 0c-.479.466-1.474.638-2.198.638-.725 0-1.732-.172-2.198-.638a.289.289 0 0 0-.406 0 .289.289 0 0 0 0 .405c.737.737 2.174.798 2.591.798zM13.314 13.093c0 .602.492 1.093 1.093 1.093.602 0 1.093-.491 1.093-1.093S15.01 12 14.407 12c-.601 0-1.093.491-1.093 1.093z" fill="#535768"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M22.5 12c0 5.799-4.701 10.5-10.5 10.5S1.5 17.799 1.5 12 6.201 1.5 12 1.5 22.5 6.201 22.5 12zm-5.035-1.535c.848 0 1.535.688 1.535 1.535a1.59 1.59 0 0 1-.884 1.412c.025.148.037.295.037.455 0 2.357-2.739 4.261-6.128 4.261-3.39 0-6.128-1.904-6.128-4.261 0-.16.012-.32.037-.467a1.536 1.536 0 0 1 .626-2.935c.405 0 .786.172 1.056.43 1.056-.774 2.518-1.253 4.15-1.302l.775-3.66a.299.299 0 0 1 .122-.172.306.306 0 0 1 .21-.036l2.541.54c.172-.369.54-.614.97-.614.602 0 1.093.491 1.093 1.093s-.49 1.093-1.093 1.093c-.589 0-1.068-.467-1.093-1.044l-2.271-.479-.7 3.279c1.596.061 3.045.553 4.089 1.302.27-.27.639-.43 1.056-.43z" fill="#535768"></path></svg></div><div class="social-icon-in-footer-3 w-embed"><div class="jsx-4139997252 single-social-icon-wrapper"><div class="jsx-3692625068 social-media-icon"><a target="_blank" href="https://www.instagram.com/mondaydotcom" title="Instagram" class="jsx-3692625068"><div class="jsx-3692625068 regular-icon-container"><svg width="30" height="30 " viewBox="0 0 90 90" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3692625068"><path d="M44.994 19.586c8.28 0 9.252.037 12.525.185 3.027.135 4.664.64 5.759 1.07 1.452.566 2.485 1.23 3.568 2.313 1.083 1.083 1.76 2.116 2.313 3.568.418 1.095.935 2.732 1.07 5.759.148 3.273.185 4.244.185 12.525 0 8.28-.037 9.253-.185 12.526-.135 3.026-.64 4.663-1.07 5.758-.566 1.452-1.23 2.485-2.313 3.568-1.083 1.083-2.117 1.76-3.568 2.313-1.095.419-2.732.935-5.759 1.07-3.273.148-4.244.185-12.525.185-8.28 0-9.253-.037-12.526-.184-3.026-.136-4.663-.64-5.758-1.07-1.452-.567-2.485-1.231-3.568-2.314-1.083-1.083-1.76-2.116-2.313-3.568-.419-1.095-.935-2.732-1.07-5.758-.148-3.273-.185-4.245-.185-12.526 0-8.28.037-9.252.184-12.525.136-3.027.64-4.664 1.07-5.759.567-1.452 1.231-2.485 2.314-3.568 1.083-1.083 2.116-1.76 3.568-2.313 1.095-.418 2.732-.935 5.758-1.07 3.273-.16 4.257-.185 12.526-.185zm0-5.586c-8.416 0-9.474.037-12.784.185-3.297.147-5.55.676-7.518 1.44-2.042.787-3.765 1.857-5.487 3.58-1.723 1.722-2.781 3.457-3.58 5.487-.764 1.969-1.293 4.22-1.44 7.53C14.037 35.52 14 36.578 14 44.994s.037 9.474.185 12.784c.147 3.297.676 5.549 1.44 7.53.787 2.042 1.857 3.765 3.58 5.487 1.722 1.723 3.457 2.781 5.487 3.58 1.969.764 4.22 1.293 7.53 1.44 3.31.148 4.356.185 12.784.185s9.474-.037 12.784-.185c3.297-.147 5.55-.676 7.53-1.44 2.043-.787 3.765-1.857 5.488-3.58 1.722-1.722 2.78-3.457 3.58-5.487.763-1.969 1.292-4.22 1.44-7.53.147-3.31.184-4.356.184-12.784s-.037-9.474-.184-12.784c-.148-3.297-.677-5.55-1.44-7.53-.787-2.043-1.858-3.765-3.58-5.488-1.723-1.722-3.458-2.78-5.488-3.58-1.968-.763-4.22-1.292-7.53-1.44-3.322-.135-4.38-.172-12.796-.172z" fill="#535768"></path><path d="M44.995 29.085c-8.785 0-15.922 7.124-15.922 15.921s7.124 15.922 15.922 15.922c8.797 0 15.921-7.124 15.921-15.922 0-8.797-7.124-15.921-15.921-15.921zm0 26.244c-5.71 0-10.336-4.626-10.336-10.335 0-5.71 4.627-10.336 10.336-10.336 5.709 0 10.335 4.627 10.335 10.336 0 5.709-4.626 10.335-10.335 10.335zM61.544 32.16a3.716 3.716 0 1 0 0-7.43 3.716 3.716 0 0 0 0 7.43z" fill="#535768"></path></svg></div></a></div></div></div><div class="social-icon-in-footer-3 w-embed"><div class="jsx-4139997252 single-social-icon-wrapper"><div class="jsx-3692625068 social-media-icon"><a target="_blank" href="https://www.tiktok.com/@mondaydotcom" title="TikTok" class="jsx-3692625068"><div class="jsx-3692625068 regular-icon-container"><svg width="30" height="30" viewBox="0 0 90 90" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3692625068"><path d="M71.883 29.343c-3.85-.116-7.338-1.961-9.968-4.426a14.4 14.4 0 0 1-4.466-10.638H46.73v41.284c0 6.744-4.042 10.718-9.008 10.718a9.013 9.013 0 1 1 2.912-17.506V37.873a13.216 13.216 0 0 0-2.912-.308 19.722 19.722 0 0 0-18.22 12.169 19.717 19.717 0 1 0 37.933 7.549v-22.22c4.154 2.872 9.115 4.23 14.412 4.324l.036-10.044z" fill="#535768"></path></svg></div></a></div></div></div></div><div class="footer-bottom is-grid"><div id="w-node-afa4f7b7-b14b-9df9-1fbd-7598781d042a-781d03bf" class="footer_link-accesabilty-wrap in-grid"><div class="html-embed-19 w-embed"><svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg" class="accessibility-icon"><path d="M6 8l4.035.913v3.155L8.142 17M15.216 8l-4.035.913v3.155L13.074 17" stroke="#000" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><circle cx="10.5" cy="10.5" r="9.5" stroke="#000" stroke-linecap="round"></circle><circle cx="10.5" cy="5.5" r="1.5" stroke="#000"></circle></svg></div><a href="https://monday.com/accessibility-statement/" class="footer-link-transter mobile underline">Accessibility statement</a></div><a href="https://monday.com/l/" class="footer-link-transter mobile underline">Terms and privacy</a><div class="footer-link-transter mobile underline w-embed"><a class="footer-link-transter mobile underline" href="javascript:void 0" onclick="window.cookiehub.openSettings()">Cookie Settings</a></div></div></div></div></div><div class="section-footer"><div data-monday-footer="" class="footer-container"><div class="m_footer--grid"><div class="footer_category-container"><a aria-label="Go to monday.com website" href="http://www.monday.com" class="footer_link w-inline-block"><img width="107" loading="lazy" alt="monday.com logo" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb4483_monday.com.webp" class="image-83"/></a><a href="https://monday.com/pricing" class="footer-link">Pricing</a><a href="https://monday.com/help" class="footer-link">Contact us</a><a href="https://monday.com/templates/" class="footer-link">Templates</a><a href="https://monday.com/smb/" class="footer-link">SMB</a><a href="https://monday.com/w/enterprise/" class="footer-link">Enterprise</a><a href="https://monday.com/nonprofits" class="footer-link">Nonprofits</a><a href="https://monday.com/marketplace" class="footer-link">App marketplace</a><a href="https://monday.com/helpcenter" class="footer-link">24/7 support</a></div><div class="footer_category-container"><div class="footer_column-head">Features</div><a href="https://monday.com/workdocs" class="footer-link">Docs</a><a href="https://monday.com/integrations/" class="footer-link">Integrations</a><a href="https://monday.com/features/automations" class="footer-link">Automations</a><a href="/w/ai" class="footer-link">AI</a><a href="https://monday.com/features/dashboards" class="footer-link">Dashboard</a><a href="https://monday.com/features/kanban" class="footer-link">Kanban</a><a href="https://monday.com/features/gantt" class="footer-link">Gantt</a></div><div class="footer_category-container"><div class="footer_column-head">monday products</div><div class="footer-link-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb4487_wm-icon.svg" alt="" class="footer-product-icon"/><a href="https://monday.com/work-management" class="footer-link">monday work management</a></div><div class="footer-link-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb4488_crm-icon.svg" alt="" class="footer-product-icon"/><a href="https://monday.com/crm" class="footer-link">monday CRM</a></div><div class="footer-link-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66002bb3ceef867665939464_header-dev-logo-icon-v1.svg" alt="" class="footer-product-icon"/><a href="https://monday.com/w/dev" class="footer-link">monday dev</a></div><div class="footer-link-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/66851851add4786765774ddf_service-logo-icon.svg" alt="" class="footer-product-icon"/><a href="/w/service" class="footer-link">monday service </a></div><div class="footer_column-head"><br/>More by monday.com<a href="https://workcanvas.com/" target="_blank"><br/></a></div><div class="footer-link-wrapper"><div class="product-icon-embed w-embed"><img alt="workcanvas icon footer" class="" src="https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/Home%20Page%20-%202022%20Rebrand/footer/workcanvas_icon_footer.png"></div><a aria-label="Canvas" href="https://workcanvas.com" class="footer-link">WorkCanvas</a></div><div class="footer-link-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb4479_workforms_icon_footer.svg" alt="" class="product-icons"/><a href="https://workforms.com" class="footer-link">WorkForms</a></div></div><div class="footer_category-container"><div class="footer_column-head">Use case</div><a href="https://monday.com/marketing" class="footer-link">Marketing</a><a href="https://monday.com/project-management" class="footer-link">Project management</a><a href="https://monday.com/crm" class="footer-link">Sales</a><a href="https://monday.com/dev" class="footer-link">Developers</a><a href="https://monday.com/use-cases/hr-management-software" class="footer-link">HR</a><a href="https://monday.com/use-cases/it-operations" class="footer-link">IT</a><a href="https://monday.com/operations" class="footer-link">Operations</a><a href="https://monday.com/construction" class="footer-link">Construction</a><a href="https://monday.com/education" class="footer-link">Education</a></div><div class="footer_category-container"><div class="footer_column-head">Company</div><a href="https://monday.com/p/about/" class="footer-link">About us</a><a href="https://monday.com/careers/" class="footer-link">Careers - We're hiring!</a><a href="https://monday.com/w/insights" class="footer-link">Insights for leaders</a><a href="https://monday.com/p/news/" class="footer-link">Press</a><a href="https://monday.com/w/customer-stories" class="footer-link">Customer stories</a><a href="https://monday.com/w/partnership/" class="footer-link">Become a partner</a><a href="https://monday.com/p/esg" class="footer-link">Sustainability & ESG</a><a href="https://monday.com/affiliate-program/" class="footer-link">Affiliates</a><a href="https://mondayert.org" class="footer-link">Emergency Response</a><a href="https://ir.monday.com/" class="footer-link">Investor relations</a></div><div class="footer_category-container"><div class="footer_column-head">Resources<br/></div><a href="https://monday.com/helpcenter" class="footer-link">Help Center</a><a href="https://community.monday.com/" class="footer-link">Community</a><a href="https://monday.com/blog" class="footer-link">Blog</a><a href="https://monday.com/whats-new" class="footer-link">What's new</a><a href="https://monday.com/helpcenter/academy" class="footer-link">Academy</a><a href="https://monday.com/p/events-hub/" class="footer-link">Global events</a><a href="https://mondayspaces.com" class="footer-link">monday spaces</a><a href="https://www.startupforstartup.com/ww/" class="footer-link">Startup for startup</a><a href="https://monday.com/appsdeveloper" class="footer-link">App development</a><a href="https://monday.com/p/find-a-partner/" class="footer-link">Find a partner</a><a href="https://monday.com/expertcatalog?utm_medium=website&utm_source=footer&utm_campaign=multi-en-certificate-other-multi-website_footer" class="footer-link">Hire an expert</a><a href="https://monday.com/alternative" class="footer-link">Compare</a></div><div id="w-node-_464c314a-95a2-0a28-7617-d97e3041cc7c-3041cbed" class="group_footer-bottom-2"><div class="group_footer-bottom-start-dt"><div data-generator-page="https://monday.com/enterprise" data-language-picker="" class="group_lang-slot"><div data-delay="0" data-hover="false" class="m_lang-dd w-dropdown"><div class="m_lang-toggle w-dropdown-toggle"><div class="m_lang-toggle-left"><div class="lang-globe w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20" class="earth-icon"><path stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" d="M10 19a9 9 0 1 0 0-18 9 9 0 0 0 0 18"></path><path stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" d="M7.831 18.737C6.613 16.95 5.8 13.707 5.8 10s.813-6.951 2.031-8.737M1 10h18M2.386 14.8h15.229M2.386 5.2h15.229M12.169 1.263C13.386 3.05 14.2 6.293 14.2 10s-.813 6.951-2.031 8.737"></path></svg> <style> .w-dropdown-toggle.w--open { color: #6161ff; } .w-dropdown-toggle.w--open .lang-chevron{ transform: rotate(180deg); } </style></div><div data-current-language-indicator="">English</div><div class="lang-chevron w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 256 256" class="arrow-down-icon"><path fill="#333" fill-rule="nonzero" d="M0 66.73c0 2.66.981 5.33 2.955 7.41l117.332 123.323a10.64 10.64 0 0 0 7.712 3.314c2.912 0 5.696-1.19 7.712-3.314L253.043 74.14c4.074-4.278 3.914-11.077-.331-15.163a10.627 10.627 0 0 0-15.083.333L128 174.536 18.379 59.32c-4.075-4.279-10.827-4.429-15.083-.343A10.76 10.76 0 0 0 0 66.73"></path></svg></div></div></div><nav data-generator-page="https://monday.com/enterprise" data-language-picker-options-container="" class="lang-dd-list-2 w-dropdown-list"><div class="w-layout-grid lang-grid-14"><a href="#" data-language-locale="en" data-language-option="" class="m_land-dd-link w-dropdown-link">English</a><a data-is-generator-link="" data-language-locale="nl" href="#" class="m_land-dd-link w-dropdown-link">Nederlands</a><a data-is-generator-link="" data-language-option="" data-language-locale="tr" href="#" class="m_land-dd-link w-dropdown-link">Türkçe</a><a data-is-generator-link="" data-language-locale="es" href="#" class="m_land-dd-link w-dropdown-link">Español</a><a data-is-generator-link="" data-language-locale="it" href="#" class="m_land-dd-link w-dropdown-link">Italiano</a><a data-is-generator-link="" data-language-locale="sv" href="#" class="m_land-dd-link w-dropdown-link">Svenska</a><a data-is-generator-link="" data-language-locale="fr" href="#" class="m_land-dd-link w-dropdown-link">Français</a><a data-language-locale="pr" href="#" class="m_land-dd-link w-dropdown-link">Pусский</a><a data-is-generator-link="" data-language-locale="pl" href="#" class="m_land-dd-link w-dropdown-link">Polski</a><a data-is-generator-link="" data-language-locale="de" href="#" class="m_land-dd-link w-dropdown-link">Deutsch</a><a data-language-locale="ja" data-language-option="" data-is-generator-link="" href="#" class="m_land-dd-link w-dropdown-link">日本語</a><a data-is-generator-link="" data-language-option="" href="#" class="m_land-dd-link w-dropdown-link">繁體中文</a><a data-is-generator-link="" data-language-locale="pt" href="#" class="m_land-dd-link w-dropdown-link">Portuguese</a><a data-is-generator-link="" data-language-option="" href="#" class="m_land-dd-link w-dropdown-link">한국어</a></div></nav></div></div><div class="group_footer-compliance-2"><a aria-label="GDPR compliance icon" href="https://monday.com/terms/gdpr" target="_blank" class="w-inline-block"><img loading="lazy" height="Auto" alt="GDPR compliance logo" src="https://cdn.prod.website-files.com/6318588b0036387847c21c9a/632b459adca58ef19316e143_gdpr-logo.png" class="m_footer-compliance-icon"/></a><a aria-label="ISO certified icon" href="https://monday.com/trustcenter/iso" target="_blank" class="w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb447c_iso-logo1.png" alt="" class="m_footer-compliance-icon"/></a><a aria-label="AICPA SOC icon" href="https://monday.com/terms/soc2" target="_blank" class="w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb447a_soc-logo.webp" alt="" class="m_footer-compliance-icon"/></a><a aria-label="HIPAA icon" href="https://support.monday.com/hc/en-us/articles/360006506699" target="_blank" class="w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb447e_hipaa-logo.png" alt="" class="m_footer-compliance-icon"/></a></div></div><div class="group_footer-bottom-center-2"><div class="group_footer-social"><div class="social-icon-in-footer-9 reddit-footer-link w-embed"><div class="jsx-3692625068 social-media-icon"><a target="_blank" href="https://www.reddit.com/r/mondaydotcom" title="Reddit" class="jsx-3692625068"><div class="jsx-3692625068 regular-icon-container"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3692625068"><path d="M9.593 12c-.602 0-1.093.491-1.093 1.093s.491 1.093 1.093 1.093 1.093-.491 1.093-1.093S10.195 12 9.593 12zM12.012 16.777c.418 0 1.843-.049 2.592-.798.11-.11.11-.282.024-.405a.289.289 0 0 0-.405 0c-.479.466-1.474.638-2.198.638-.725 0-1.732-.172-2.198-.638a.289.289 0 0 0-.406 0 .289.289 0 0 0 0 .405c.737.737 2.174.798 2.591.798zM13.314 13.093c0 .602.492 1.093 1.093 1.093.602 0 1.093-.491 1.093-1.093S15.01 12 14.407 12c-.601 0-1.093.491-1.093 1.093z" fill="#535768"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M22.5 12c0 5.799-4.701 10.5-10.5 10.5S1.5 17.799 1.5 12 6.201 1.5 12 1.5 22.5 6.201 22.5 12zm-5.035-1.535c.848 0 1.535.688 1.535 1.535a1.59 1.59 0 0 1-.884 1.412c.025.148.037.295.037.455 0 2.357-2.739 4.261-6.128 4.261-3.39 0-6.128-1.904-6.128-4.261 0-.16.012-.32.037-.467a1.536 1.536 0 0 1 .626-2.935c.405 0 .786.172 1.056.43 1.056-.774 2.518-1.253 4.15-1.302l.775-3.66a.299.299 0 0 1 .122-.172.306.306 0 0 1 .21-.036l2.541.54c.172-.369.54-.614.97-.614.602 0 1.093.491 1.093 1.093s-.49 1.093-1.093 1.093c-.589 0-1.068-.467-1.093-1.044l-2.271-.479-.7 3.279c1.596.061 3.045.553 4.089 1.302.27-.27.639-.43 1.056-.43z" fill="#535768"></path></svg></div></a></div></div><div class="social-icon-in-footer-9 twitter-footer-link w-embed"><div class="jsx-3692625068 social-media-icon"><a target="_blank" href="https://twitter.com/mondaydotcom" title="twitter" class="jsx-3692625068"><div class="jsx-3692625068 regular-icon-container"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3692625068"><path d="M14.23 10.892L21.878 2h-1.813l-6.642 7.72L8.119 2H2l8.022 11.675L2 23h1.813l7.014-8.153L16.43 23h6.118l-8.32-12.108h.001zm-2.484 2.886l-.813-1.162-6.467-9.251H7.25l5.22 7.465.813 1.163 6.784 9.704h-2.785l-5.536-7.918z" fill="#535768"></path></svg></div></a></div></div><div class="social-icon-in-footer-9 w-embed"><div class="jsx-4139997252 single-social-icon-wrapper"><div class="jsx-3692625068 social-media-icon"><a target="_blank" href="https://www.linkedin.com/company/2525169/" title="LinkedIn" class="jsx-3692625068"><div class="jsx-3692625068 regular-icon-container"><svg width="30" height="30" viewBox="0 0 90 90" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3692625068"><path fill-rule="evenodd" clip-rule="evenodd" d="M29.647 18.724C29.562 14.907 26.82 12 22.366 12S15 14.907 15 18.724c0 3.738 2.826 6.729 7.197 6.729h.083c4.54 0 7.367-2.991 7.367-6.729zm-.858 12.041h-13.02v38.929h13.02V30.765zm31.962-.913c8.567 0 14.99 5.565 14.99 17.522v22.321H62.72V48.868c0-5.231-1.883-8.8-6.596-8.8-3.597 0-5.74 2.406-6.68 4.73-.345.833-.43 1.994-.43 3.157v21.741h-13.02s.171-35.276 0-38.929h13.02v5.514c1.728-2.65 4.823-6.429 11.736-6.429z" fill="#535768"></path></svg></div></a></div></div></div><div class="social-icon-in-footer-9 w-embed"><div class="jsx-4139997252 single-social-icon-wrapper"><div class="jsx-3692625068 social-media-icon"><a target="_blank" href="https://www.facebook.com/mondaydotcom" title="Facebook" class="jsx-3692625068"><div class="jsx-3692625068 regular-icon-container"><svg width="30 " height="30" viewBox="0 0 90 90" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3692625068"><path d="M76.134 45.067C76.134 27.907 62.227 14 45.067 14S14 27.907 14 45.067c0 15.51 11.359 28.36 26.213 30.69v-21.71h-7.888v-8.98h7.888v-6.844c0-7.785 4.636-12.087 11.735-12.087 3.398 0 6.954.606 6.954.606v7.646h-3.92c-3.86 0-5.06 2.397-5.06 4.854v5.825h8.616l-1.378 8.98h-7.239v21.71c14.854-2.33 26.213-15.18 26.213-30.69z" fill="#535768"></path></svg></div></a></div></div></div><div class="social-icon-in-footer-9 w-embed"><div class="jsx-4139997252 single-social-icon-wrapper"><div class="jsx-3692625068 social-media-icon"><a target="_blank" href="https://www.youtube.com/channel/UCA9UvBiKHly15rN8u_Km3BQ" title="Youtube" class="jsx-3692625068"><div class="jsx-3692625068 regular-icon-container"><svg width="30" height="30 " viewBox="0 0 90 90" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3692625068"><path d="M83.82 24.928a10.211 10.211 0 0 0-7.184-7.183C70.26 16 44.75 16 44.75 16s-25.51 0-31.888 1.678c-3.423.94-6.243 3.76-7.183 7.25C4 31.306 4 44.532 4 44.532s0 13.292 1.678 19.602a10.211 10.211 0 0 0 7.183 7.184c6.445 1.745 31.888 1.745 31.888 1.745s25.51 0 31.887-1.678A10.211 10.211 0 0 0 83.82 64.2c1.678-6.378 1.678-19.603 1.678-19.603s.067-13.292-1.678-19.67zm-47.194 31.82V32.314L57.84 44.531 36.626 56.749z" fill="#535768"></path></svg></div></a></div></div></div><div class="social-icon-in-footer-9 w-embed"><div class="jsx-4139997252 single-social-icon-wrapper"><div class="jsx-3692625068 social-media-icon"><a target="_blank" href="https://www.instagram.com/mondaydotcom" title="Instagram" class="jsx-3692625068"><div class="jsx-3692625068 regular-icon-container"><svg width="30" height="30 " viewBox="0 0 90 90" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3692625068"><path d="M44.994 19.586c8.28 0 9.252.037 12.525.185 3.027.135 4.664.64 5.759 1.07 1.452.566 2.485 1.23 3.568 2.313 1.083 1.083 1.76 2.116 2.313 3.568.418 1.095.935 2.732 1.07 5.759.148 3.273.185 4.244.185 12.525 0 8.28-.037 9.253-.185 12.526-.135 3.026-.64 4.663-1.07 5.758-.566 1.452-1.23 2.485-2.313 3.568-1.083 1.083-2.117 1.76-3.568 2.313-1.095.419-2.732.935-5.759 1.07-3.273.148-4.244.185-12.525.185-8.28 0-9.253-.037-12.526-.184-3.026-.136-4.663-.64-5.758-1.07-1.452-.567-2.485-1.231-3.568-2.314-1.083-1.083-1.76-2.116-2.313-3.568-.419-1.095-.935-2.732-1.07-5.758-.148-3.273-.185-4.245-.185-12.526 0-8.28.037-9.252.184-12.525.136-3.027.64-4.664 1.07-5.759.567-1.452 1.231-2.485 2.314-3.568 1.083-1.083 2.116-1.76 3.568-2.313 1.095-.418 2.732-.935 5.758-1.07 3.273-.16 4.257-.185 12.526-.185zm0-5.586c-8.416 0-9.474.037-12.784.185-3.297.147-5.55.676-7.518 1.44-2.042.787-3.765 1.857-5.487 3.58-1.723 1.722-2.781 3.457-3.58 5.487-.764 1.969-1.293 4.22-1.44 7.53C14.037 35.52 14 36.578 14 44.994s.037 9.474.185 12.784c.147 3.297.676 5.549 1.44 7.53.787 2.042 1.857 3.765 3.58 5.487 1.722 1.723 3.457 2.781 5.487 3.58 1.969.764 4.22 1.293 7.53 1.44 3.31.148 4.356.185 12.784.185s9.474-.037 12.784-.185c3.297-.147 5.55-.676 7.53-1.44 2.043-.787 3.765-1.857 5.488-3.58 1.722-1.722 2.78-3.457 3.58-5.487.763-1.969 1.292-4.22 1.44-7.53.147-3.31.184-4.356.184-12.784s-.037-9.474-.184-12.784c-.148-3.297-.677-5.55-1.44-7.53-.787-2.043-1.858-3.765-3.58-5.488-1.723-1.722-3.458-2.78-5.488-3.58-1.968-.763-4.22-1.292-7.53-1.44-3.322-.135-4.38-.172-12.796-.172z" fill="#535768"></path><path d="M44.995 29.085c-8.785 0-15.922 7.124-15.922 15.921s7.124 15.922 15.922 15.922c8.797 0 15.921-7.124 15.921-15.922 0-8.797-7.124-15.921-15.921-15.921zm0 26.244c-5.71 0-10.336-4.626-10.336-10.335 0-5.71 4.627-10.336 10.336-10.336 5.709 0 10.335 4.627 10.335 10.336 0 5.709-4.626 10.335-10.335 10.335zM61.544 32.16a3.716 3.716 0 1 0 0-7.43 3.716 3.716 0 0 0 0 7.43z" fill="#535768"></path></svg></div></a></div></div></div><div class="social-icon-in-footer-9 w-embed"><div class="jsx-4139997252 single-social-icon-wrapper"><div class="jsx-3692625068 social-media-icon"><a target="_blank" href="https://www.tiktok.com/@mondaydotcom" title="TikTok" class="jsx-3692625068"><div class="jsx-3692625068 regular-icon-container"><svg width="30" height="30" viewBox="0 0 90 90" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3692625068"><path d="M71.883 29.343c-3.85-.116-7.338-1.961-9.968-4.426a14.4 14.4 0 0 1-4.466-10.638H46.73v41.284c0 6.744-4.042 10.718-9.008 10.718a9.013 9.013 0 1 1 2.912-17.506V37.873a13.216 13.216 0 0 0-2.912-.308 19.722 19.722 0 0 0-18.22 12.169 19.717 19.717 0 1 0 37.933 7.549v-22.22c4.154 2.872 9.115 4.23 14.412 4.324l.036-10.044z" fill="#535768"></path></svg></div></a></div></div></div></div><div class="footer-slim_links-wrapper"><div class="group_footer-bottom-links-2"><a href="https://monday.com/trustcenter" class="m_footer-small-link">Security</a><div class="m_link-spacer"></div><a href="https://monday.com/trustcenter" class="m_footer-small-link">Terms and privacy</a><div class="m_link-spacer"></div><a href="https://monday.com/terms/privacy" class="m_footer-small-link">Privacy policy</a><div class="m_link-spacer"></div><div class="m_footer-link-embed-parent w-embed"><a class="footer-small-link" href="javascript:void 0" onclick="window.cookiehub.openSettings()">Your privacy choices</a></div><div class="m_link-spacer"></div><a href="https://status.monday.com/" class="m_footer-small-link">Status</a><div class="m_link-spacer"></div><div class="fooetr_small-text">All Rights Reserved © monday.com</div></div></div></div><div class="group_footer-bottom-end-2"><div class="group_footer-slim_stores-wrapper"><div id="w-node-_464c314a-95a2-0a28-7617-d97e3041ccef-3041cbed" class="html-embed-32 w-embed"><a target="_blank" href="https://play.google.com/store/apps/details?id=com.monday.monday" title="Download the monday android App from Google Play" class="jsx-259919752 app-icon"><svg width="135" height="40" viewBox="0 0 135 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M130 40H5c-2.8 0-5-2.2-5-5V5c0-2.8 2.2-5 5-5h125c2.8 0 5 2.2 5 5v30c0 2.7-2.2 5-5 5z" fill="#000"></path><path d="M130 .8c2.3 0 4.2 1.9 4.2 4.2v30c0 2.3-1.9 4.2-4.2 4.2H5C2.7 39.2.8 37.3.8 35V5C.8 2.7 2.7.8 5 .8h125zm0-.8H5C2.2 0 0 2.2 0 5v30c0 2.8 2.2 5 5 5h125c2.8 0 5-2.2 5-5V5c0-2.7-2.2-5-5-5z" fill="#A6A6A6"></path><path d="M47.4 10.2c0 .8-.2 1.5-.7 2-.6.6-1.3.9-2.2.9-.9 0-1.6-.3-2.2-.9-.6-.6-.9-1.3-.9-2.2 0-.9.3-1.6.9-2.2.6-.6 1.3-.9 2.2-.9.4 0 .8.1 1.2.3.4.2.7.4.9.7l-.5.5c-.4-.5-.9-.7-1.6-.7-.6 0-1.2.2-1.6.7-.5.4-.7 1-.7 1.7s.2 1.3.7 1.7c.5.4 1 .7 1.6.7.7 0 1.2-.2 1.7-.7.3-.3.5-.7.5-1.2h-2.2v-.7h2.9v.3zM52 7.7h-2.7v1.9h2.5v.7h-2.5v1.9H52v.8h-3.5V7H52v.7zM55.3 13h-.8V7.7h-1.7V7H57v.7h-1.7V13zM59.9 13V7h.8v6h-.8zM64.1 13h-.8V7.7h-1.7V7h4.1v.7H64V13h.1zM73.6 12.2c-.6.6-1.3.9-2.2.9-.9 0-1.6-.3-2.2-.9-.6-.6-.9-1.3-.9-2.2 0-.9.3-1.6.9-2.2.6-.6 1.3-.9 2.2-.9.9 0 1.6.3 2.2.9.6.6.9 1.3.9 2.2 0 .9-.3 1.6-.9 2.2zm-3.8-.5c.4.4 1 .7 1.6.7.6 0 1.2-.2 1.6-.7.4-.4.7-1 .7-1.7s-.2-1.3-.7-1.7c-.4-.4-1-.7-1.6-.7-.6 0-1.2.2-1.6.7-.4.4-.7 1-.7 1.7s.2 1.3.7 1.7zM75.6 13V7h.9l2.9 4.7V7h.8v6h-.8l-3.1-4.9V13h-.7z" fill="#fff" stroke="#fff" stroke-width=".2" stroke-miterlimit="10"></path><path d="M68.1 21.8c-2.4 0-4.3 1.8-4.3 4.3 0 2.4 1.9 4.3 4.3 4.3s4.3-1.8 4.3-4.3c0-2.6-1.9-4.3-4.3-4.3zm0 6.8c-1.3 0-2.4-1.1-2.4-2.6s1.1-2.6 2.4-2.6c1.3 0 2.4 1 2.4 2.6 0 1.5-1.1 2.6-2.4 2.6zm-9.3-6.8c-2.4 0-4.3 1.8-4.3 4.3 0 2.4 1.9 4.3 4.3 4.3s4.3-1.8 4.3-4.3c0-2.6-1.9-4.3-4.3-4.3zm0 6.8c-1.3 0-2.4-1.1-2.4-2.6s1.1-2.6 2.4-2.6c1.3 0 2.4 1 2.4 2.6 0 1.5-1.1 2.6-2.4 2.6zm-11.1-5.5v1.8H52c-.1 1-.5 1.8-1 2.3-.6.6-1.6 1.3-3.3 1.3-2.7 0-4.7-2.1-4.7-4.8 0-2.7 2.1-4.8 4.7-4.8 1.4 0 2.5.6 3.3 1.3l1.3-1.3c-1.1-1-2.5-1.8-4.5-1.8-3.6 0-6.7 3-6.7 6.6 0 3.6 3.1 6.6 6.7 6.6 2 0 3.4-.6 4.6-1.9 1.2-1.2 1.6-2.9 1.6-4.2 0-.4 0-.8-.1-1.1h-6.2zm45.4 1.4c-.4-1-1.4-2.7-3.6-2.7s-4 1.7-4 4.3c0 2.4 1.8 4.3 4.2 4.3 1.9 0 3.1-1.2 3.5-1.9l-1.4-1c-.5.7-1.1 1.2-2.1 1.2s-1.6-.4-2.1-1.3l5.7-2.4-.2-.5zm-5.8 1.4c0-1.6 1.3-2.5 2.2-2.5.7 0 1.4.4 1.6.9l-3.8 1.6zM82.6 30h1.9V17.5h-1.9V30zm-3-7.3c-.5-.5-1.3-1-2.3-1-2.1 0-4.1 1.9-4.1 4.3s1.9 4.2 4.1 4.2c1 0 1.8-.5 2.2-1h.1v.6c0 1.6-.9 2.5-2.3 2.5-1.1 0-1.9-.8-2.1-1.5l-1.6.7c.5 1.1 1.7 2.5 3.8 2.5 2.2 0 4-1.3 4-4.4V22h-1.8v.7zm-2.2 5.9c-1.3 0-2.4-1.1-2.4-2.6s1.1-2.6 2.4-2.6c1.3 0 2.3 1.1 2.3 2.6s-1 2.6-2.3 2.6zm24.4-11.1h-4.5V30h1.9v-4.7h2.6c2.1 0 4.1-1.5 4.1-3.9s-2-3.9-4.1-3.9zm.1 6h-2.7v-4.3h2.7c1.4 0 2.2 1.2 2.2 2.1-.1 1.1-.9 2.2-2.2 2.2zm11.5-1.8c-1.4 0-2.8.6-3.3 1.9l1.7.7c.4-.7 1-.9 1.7-.9 1 0 1.9.6 2 1.6v.1c-.3-.2-1.1-.5-1.9-.5-1.8 0-3.6 1-3.6 2.8 0 1.7 1.5 2.8 3.1 2.8 1.3 0 1.9-.6 2.4-1.2h.1v1h1.8v-4.8c-.2-2.2-1.9-3.5-4-3.5zm-.2 6.9c-.6 0-1.5-.3-1.5-1.1 0-1 1.1-1.3 2-1.3.8 0 1.2.2 1.7.4-.2 1.2-1.2 2-2.2 2zm10.5-6.6l-2.1 5.4h-.1l-2.2-5.4h-2l3.3 7.6-1.9 4.2h1.9l5.1-11.8h-2zm-16.8 8h1.9V17.5h-1.9V30z" fill="#fff"></path><path d="M10.4 7.5c-.3.3-.5.8-.5 1.4V31c0 .6.2 1.1.5 1.4l.1.1 12.4-12.4v-.2L10.4 7.5z" fill="url(#paint0_linear)"></path><path d="M27 24.3l-4.1-4.1V19.9l4.1-4.1.1.1 4.9 2.8c1.4.8 1.4 2.1 0 2.9l-5 2.7z" fill="url(#paint1_linear)"></path><path d="M27.1 24.2L22.9 20 10.4 32.5c.5.5 1.2.5 2.1.1l14.6-8.4z" fill="url(#paint2_linear)"></path><path d="M27.1 15.8L12.5 7.5c-.9-.5-1.6-.4-2.1.1L22.9 20l4.2-4.2z" fill="url(#paint3_linear)"></path><path opacity=".2" d="M27 24.1l-14.5 8.2c-.8.5-1.5.4-2 0l-.1.1.1.1c.5.4 1.2.5 2 0L27 24.1z" fill="#000"></path><path opacity=".12" d="M10.4 32.3c-.3-.3-.4-.8-.4-1.4v.1c0 .6.2 1.1.5 1.4v-.1h-.1zM32 21.3l-5 2.8.1.1 4.9-2.8c.7-.4 1-.9 1-1.4 0 .5-.4.9-1 1.3z" fill="#000"></path><path opacity=".25" d="M12.5 7.6L32 18.7c.6.4 1 .8 1 1.3 0-.5-.3-1-1-1.4L12.5 7.5C11.1 6.7 10 7.4 10 9v.1c0-1.6 1.1-2.3 2.5-1.5z" fill="#fff"></path><defs><linearGradient id="paint0_linear" x1="21.8" y1="8.71" x2="5.017" y2="25.492" gradientUnits="userSpaceOnUse"><stop stop-color="#00A0FF"></stop><stop offset=".007" stop-color="#00A1FF"></stop><stop offset=".26" stop-color="#00BEFF"></stop><stop offset=".512" stop-color="#00D2FF"></stop><stop offset=".76" stop-color="#00DFFF"></stop><stop offset="1" stop-color="#00E3FF"></stop></linearGradient><linearGradient id="paint1_linear" x1="33.834" y1="20.001" x2="9.637" y2="20.001" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE000"></stop><stop offset=".409" stop-color="#FFBD00"></stop><stop offset=".775" stop-color="#FFA500"></stop><stop offset="1" stop-color="#FF9C00"></stop></linearGradient><linearGradient id="paint2_linear" x1="24.827" y1="22.296" x2="2.069" y2="45.054" gradientUnits="userSpaceOnUse"><stop stop-color="#FF3A44"></stop><stop offset="1" stop-color="#C31162"></stop></linearGradient><linearGradient id="paint3_linear" x1="7.297" y1=".176" x2="17.46" y2="10.339" gradientUnits="userSpaceOnUse"><stop stop-color="#32A071"></stop><stop offset=".069" stop-color="#2DA771"></stop><stop offset=".476" stop-color="#15CF74"></stop><stop offset=".801" stop-color="#06E775"></stop><stop offset="1" stop-color="#00F076"></stop></linearGradient></defs></svg></a></div><div id="w-node-_464c314a-95a2-0a28-7617-d97e3041ccf0-3041cbed" class="html-embed-32 w-embed"><a target="_blank" href="https://itunes.apple.com/app/id1290128888" title="Download the monday iOS App from the App Store" class="jsx-259919752 app-icon"><svg width="120" height="40" viewBox="0 0 120 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M110.135 0H9.535c-.367 0-.73 0-1.095.002-.306.002-.61.008-.919.013C6.85.023 6.18.082 5.517.19a6.665 6.665 0 0 0-1.9.627A6.438 6.438 0 0 0 .193 5.521a12.993 12.993 0 0 0-.179 2.002c-.01.307-.01.615-.015.921V31.56c.005.31.006.61.015.921.008.671.068 1.34.18 2.002.11.663.32 1.306.624 1.905.303.598.701 1.143 1.179 1.614.473.477 1.019.875 1.618 1.179.599.304 1.24.517 1.901.63.663.11 1.333.168 2.004.177.31.007.613.011.919.011.366.002.728.002 1.095.002h100.6c.359 0 .724 0 1.084-.002.304 0 .617-.004.922-.01.67-.01 1.338-.068 2-.178a6.808 6.808 0 0 0 1.908-.63A6.296 6.296 0 0 0 117.666 38a6.405 6.405 0 0 0 1.182-1.614c.302-.6.51-1.242.619-1.905.111-.661.173-1.33.185-2.002.004-.31.004-.61.004-.921.008-.364.008-.725.008-1.094V9.536c0-.366 0-.73-.008-1.092 0-.306 0-.614-.004-.92a13.57 13.57 0 0 0-.185-2.003 6.648 6.648 0 0 0-.619-1.903 6.469 6.469 0 0 0-2.799-2.8 6.77 6.77 0 0 0-1.908-.627c-.661-.11-1.33-.169-2-.176-.305-.005-.618-.011-.922-.013-.36-.002-.725-.002-1.084-.002z" fill="#A6A6A6"></path><path d="M8.445 39.125c-.305 0-.602-.004-.904-.01a12.696 12.696 0 0 1-1.87-.164 5.884 5.884 0 0 1-1.656-.548 5.406 5.406 0 0 1-1.397-1.016 5.321 5.321 0 0 1-1.02-1.397 5.722 5.722 0 0 1-.544-1.657 12.414 12.414 0 0 1-.166-1.875c-.007-.21-.015-.913-.015-.913v-23.1s.009-.692.015-.895a12.37 12.37 0 0 1 .165-1.872 5.756 5.756 0 0 1 .544-1.662c.26-.518.603-.99 1.015-1.398A5.565 5.565 0 0 1 5.667 1.05C6.287.95 6.915.895 7.543.887l.902-.012h102.769l.913.013a12.37 12.37 0 0 1 1.858.162 5.933 5.933 0 0 1 1.671.548 5.589 5.589 0 0 1 2.415 2.42 5.74 5.74 0 0 1 .535 1.649c.104.624.162 1.255.174 1.887.003.283.003.588.003.89.008.375.008.732.008 1.092v20.929c0 .363 0 .718-.008 1.075 0 .325 0 .623-.004.93-.011.62-.069 1.24-.171 1.853a5.716 5.716 0 0 1-.54 1.67 5.47 5.47 0 0 1-1.015 1.386 5.414 5.414 0 0 1-1.4 1.022 5.855 5.855 0 0 1-1.668.55c-.618.101-1.243.156-1.869.163-.293.007-.599.011-.897.011l-1.084.002-101.69-.002z" fill="#000"></path><path d="M24.769 20.3a4.947 4.947 0 0 1 2.356-4.151 5.065 5.065 0 0 0-3.99-2.158c-1.68-.176-3.308 1.005-4.164 1.005-.872 0-2.19-.988-3.608-.958a5.315 5.315 0 0 0-4.473 2.727c-1.934 3.349-.492 8.27 1.361 10.977.927 1.325 2.01 2.805 3.428 2.753 1.387-.058 1.905-.885 3.58-.885 1.658 0 2.144.885 3.59.852 1.489-.025 2.426-1.332 3.32-2.67a10.963 10.963 0 0 0 1.52-3.092 4.782 4.782 0 0 1-2.92-4.4zM22.037 12.21a4.873 4.873 0 0 0 1.115-3.49 4.957 4.957 0 0 0-3.208 1.66 4.637 4.637 0 0 0-1.143 3.361 4.1 4.1 0 0 0 3.236-1.53zM42.302 27.14H37.57l-1.137 3.356h-2.005l4.484-12.418h2.083l4.483 12.418h-2.039l-1.136-3.356zm-4.243-1.55h3.752l-1.85-5.446h-.051l-1.85 5.447zM55.16 25.97c0 2.813-1.506 4.62-3.779 4.62a3.07 3.07 0 0 1-2.848-1.583h-.043v4.484H46.63V21.442h1.8v1.506h.033a3.212 3.212 0 0 1 2.883-1.6c2.298 0 3.813 1.816 3.813 4.622zm-1.91 0c0-1.833-.948-3.038-2.393-3.038-1.42 0-2.375 1.23-2.375 3.038 0 1.824.955 3.046 2.375 3.046 1.445 0 2.392-1.197 2.392-3.046zM65.124 25.97c0 2.813-1.505 4.62-3.778 4.62a3.07 3.07 0 0 1-2.848-1.583h-.043v4.484h-1.859V21.442h1.799v1.506h.034a3.212 3.212 0 0 1 2.883-1.6c2.298 0 3.813 1.816 3.813 4.622zm-1.91 0c0-1.833-.947-3.038-2.392-3.038-1.42 0-2.375 1.23-2.375 3.038 0 1.824.955 3.046 2.375 3.046 1.445 0 2.392-1.197 2.392-3.046zM71.71 27.036c.138 1.232 1.335 2.04 2.97 2.04 1.566 0 2.693-.809 2.693-1.919 0-.964-.68-1.54-2.29-1.936l-1.609-.388c-2.28-.55-3.339-1.617-3.339-3.348 0-2.142 1.867-3.614 4.519-3.614 2.624 0 4.423 1.472 4.483 3.614h-1.876c-.112-1.239-1.136-1.987-2.634-1.987-1.497 0-2.521.757-2.521 1.858 0 .878.654 1.395 2.255 1.79l1.368.336c2.548.603 3.606 1.626 3.606 3.443 0 2.323-1.85 3.778-4.793 3.778-2.754 0-4.614-1.42-4.734-3.667h1.902zM83.346 19.3v2.142h1.722v1.472h-1.722v4.991c0 .776.345 1.137 1.102 1.137.204-.004.408-.018.611-.043v1.463c-.34.064-.686.092-1.032.086-1.833 0-2.548-.689-2.548-2.444v-5.19h-1.316v-1.472h1.316V19.3h1.867zM86.065 25.97c0-2.849 1.678-4.639 4.294-4.639 2.625 0 4.295 1.79 4.295 4.639 0 2.856-1.661 4.638-4.295 4.638-2.633 0-4.294-1.782-4.294-4.638zm6.695 0c0-1.954-.895-3.108-2.401-3.108-1.506 0-2.4 1.162-2.4 3.108 0 1.962.894 3.106 2.4 3.106 1.506 0 2.401-1.144 2.401-3.106zM96.186 21.442h1.772v1.541h.043a2.16 2.16 0 0 1 2.178-1.635c.214-.001.428.022.637.069v1.738a2.591 2.591 0 0 0-.835-.112 1.872 1.872 0 0 0-1.937 2.083v5.37h-1.858v-9.054zM109.384 27.837c-.25 1.643-1.85 2.771-3.898 2.771-2.634 0-4.269-1.764-4.269-4.595 0-2.84 1.644-4.682 4.191-4.682 2.505 0 4.08 1.72 4.08 4.466v.637h-6.395v.112a2.353 2.353 0 0 0 .639 1.832 2.364 2.364 0 0 0 1.797.732 2.045 2.045 0 0 0 2.091-1.273h1.764zm-6.282-2.702h4.526a2.167 2.167 0 0 0-.608-1.634 2.168 2.168 0 0 0-1.612-.664 2.291 2.291 0 0 0-2.306 2.298zM37.826 8.731a2.64 2.64 0 0 1 2.808 2.965c0 1.906-1.03 3.002-2.808 3.002h-2.155V8.73h2.155zm-1.228 5.123h1.125a1.876 1.876 0 0 0 1.967-2.146 1.882 1.882 0 0 0-1.967-2.134h-1.125v4.28zM41.68 12.444a2.132 2.132 0 1 1 4.248 0 2.135 2.135 0 1 1-4.247 0zm3.334 0c0-.976-.439-1.546-1.208-1.546-.773 0-1.207.57-1.207 1.546 0 .984.434 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55zM51.573 14.698h-.922l-.93-3.317h-.07l-.927 3.317h-.913l-1.242-4.503h.902l.806 3.436h.067l.926-3.436h.852l.926 3.436h.07l.803-3.436h.889l-1.237 4.503zM53.853 10.195h.856v.715h.066a1.348 1.348 0 0 1 1.344-.802 1.464 1.464 0 0 1 1.559 1.675v2.915h-.889v-2.692c0-.724-.314-1.084-.972-1.084a1.03 1.03 0 0 0-1.075 1.141v2.635h-.889v-4.503zM59.094 8.437h.888v6.26h-.888v-6.26zM61.218 12.444a2.134 2.134 0 1 1 4.247 0 2.133 2.133 0 1 1-4.247 0zm3.333 0c0-.976-.439-1.546-1.208-1.546-.773 0-1.207.57-1.207 1.546 0 .984.434 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55zM66.4 13.424c0-.81.604-1.277 1.676-1.344l1.22-.07v-.389c0-.476-.315-.744-.922-.744-.496 0-.84.182-.939.5h-.86c.09-.773.818-1.27 1.84-1.27 1.128 0 1.765.563 1.765 1.514v3.077h-.855v-.633h-.07a1.515 1.515 0 0 1-1.353.707 1.36 1.36 0 0 1-1.501-1.348zm2.895-.384v-.377l-1.1.07c-.62.042-.9.253-.9.65 0 .405.351.64.834.64a1.06 1.06 0 0 0 1.166-.983zM71.348 12.444c0-1.423.732-2.324 1.87-2.324a1.484 1.484 0 0 1 1.38.79h.067V8.437h.888v6.26h-.851v-.71h-.07a1.563 1.563 0 0 1-1.415.785c-1.145 0-1.869-.901-1.869-2.328zm.918 0c0 .955.45 1.53 1.203 1.53.75 0 1.212-.583 1.212-1.526 0-.938-.468-1.53-1.212-1.53-.748 0-1.203.58-1.203 1.526zM79.23 12.444a2.132 2.132 0 1 1 4.247 0 2.135 2.135 0 1 1-4.247 0zm3.333 0c0-.976-.439-1.546-1.208-1.546-.773 0-1.207.57-1.207 1.546 0 .984.435 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55zM84.67 10.195h.855v.715h.066a1.348 1.348 0 0 1 1.344-.802 1.464 1.464 0 0 1 1.559 1.675v2.915h-.889v-2.692c0-.724-.314-1.084-.972-1.084a1.03 1.03 0 0 0-1.075 1.141v2.635h-.889v-4.503zM93.515 9.074v1.141h.976v.749h-.976v2.315c0 .472.195.678.637.678.113 0 .226-.007.339-.02v.74c-.16.029-.322.044-.484.046-.988 0-1.382-.348-1.382-1.216v-2.543h-.714v-.749h.715V9.074h.89zM95.705 8.437h.88v2.482h.07a1.385 1.385 0 0 1 1.374-.807 1.482 1.482 0 0 1 1.55 1.678v2.908h-.889V12.01c0-.72-.335-1.084-.963-1.084a1.05 1.05 0 0 0-1.134 1.142v2.63h-.888V8.437zM104.761 13.482a1.823 1.823 0 0 1-1.951 1.303 2.045 2.045 0 0 1-2.08-2.325 2.077 2.077 0 0 1 2.076-2.352c1.253 0 2.009.856 2.009 2.27v.31h-3.18v.05a1.19 1.19 0 0 0 1.199 1.29 1.08 1.08 0 0 0 1.072-.546h.855zm-3.126-1.451h2.275a1.09 1.09 0 0 0-1.109-1.167 1.15 1.15 0 0 0-1.166 1.167z" fill="#fff"></path></svg></a></div></div><a href="https://monday.com/accessibility-statement" target="_blank" class="m_footer-slim_accesabilty-link w-inline-block"><div class="access w-embed"><svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg" class="accessibility-icon"><path d="M6 8l4.035.913v3.155L8.142 17M15.216 8l-4.035.913v3.155L13.074 17" stroke="currentcolor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><circle cx="10.5" cy="10.5" r="9.5" stroke="currentcolor" stroke-linecap="round"></circle><circle cx="10.5" cy="5.5" r="1.5" stroke="currentcolor"></circle></svg></div><div>Accessibility statement</div></a></div></div></div></div></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=656da6fea306219773d04208" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/656da6fea306219773d04208/js/webflow.schunk.4a394eb5af8156f2.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/656da6fea306219773d04208/js/webflow.schunk.87bddd183add4e40.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/656da6fea306219773d04208/js/webflow.schunk.58d78bb00505e8dd.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/656da6fea306219773d04208/js/webflow.schunk.8ece95c405b06ec5.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/656da6fea306219773d04208/js/webflow.a9408367.075185f5cea23065.js" type="text/javascript"></script><!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WMDX8GX" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script> { const currentDomain = window.location.hostname; let scriptSrc = 'https://monday.com/webflow-scripts/w/w.body.bundle.js'; // DO NOT TOUCH if (currentDomain.includes('mondaystaging.com')) { // scriptSrc = 'http://localhost:5000/webflow-scripts/w/w.body.bundle.js'; // For Webflow branch tests scriptSrc = 'https://mondaystaging.com/webflow-scripts/w/w.body.bundle.js'; } else if (currentDomain.includes('webflow.io')) { // scriptSrc = 'http://localhost:5000/webflow-scripts/w/w.body.bundle.js'; // For Webflow branch tests scriptSrc = 'https://mondaystaging.com/webflow-scripts/w/w.body.bundle.js'; } const script = document.createElement('script'); script.src = scriptSrc; script.async = true; document.body.appendChild(script); } </script> <script> const faqs = document.querySelectorAll('.m_nav_link-full'); const closeTriggers = document.querySelectorAll('.close-trig'); // Check if the user is returning to the page if (sessionStorage.getItem('pageVisited')) { faqs.forEach(faq => { faq.classList.remove('is-open'); }); } faqs.forEach(faq => { faq.addEventListener('click', () => { // Remove 'is-open' from all other faqs faqs.forEach(otherFaq => { if (otherFaq !== faq) { otherFaq.classList.remove('is-open'); } }); // Toggle 'is-open' on the clicked faq faq.classList.toggle('is-open'); // Indicate that the page has been visited sessionStorage.setItem('pageVisited', true); }); }); closeTriggers.forEach(closeTrigger => { closeTrigger.addEventListener('click', () => { // Remove 'is-open' from all faqs faqs.forEach(faq => { faq.classList.remove('is-open'); }); }); }); </script><script src="https://cdn.jsdelivr.net/npm/@splidejs/splide@3.2.2/dist/js/splide.min.js"></script> <script> document.addEventListener("DOMContentLoaded", function () { const tabPanes = document.querySelectorAll('.vert-tabs-item'); const observerConfig = { attributes: true, attributeFilter: ['class'] }; // Callback function to handle class changes const mutationCallback = function (mutationsList) { mutationsList.forEach(mutation => { if (mutation.attributeName === 'class') { const tabPane = mutation.target; const video = tabPane.querySelector('.ent-video'); if (video) { if (tabPane.classList.contains('is-open')) { setTimeout(() => { video.play(); }, 100); // Delay for animation or transition (optional) } else { video.pause(); video.currentTime = 0; // Reset video to the start } } } }); }; // Observe each tabPane for class changes tabPanes.forEach(tabPane => { const observer = new MutationObserver(mutationCallback); observer.observe(tabPane, observerConfig); }); }); </script> <script> document.addEventListener('DOMContentLoaded', () => { const ddHeader = document.querySelector('.dd-header'); const ddLinks = document.querySelectorAll('.ent-secondary-nav-link'); const defaultText = 'Real-time risk identification'; function updateHeaderText() { // Check for a link with the "w--current" or "is-current" class const currentLink = Array.from(ddLinks).find(link => link.classList.contains('w--current') || link.classList.contains('is-current') ); if (currentLink) { // Set the dropdown title to the current link's text ddHeader.textContent = currentLink.textContent; } else { // Reset to the default text if no relevant class exists ddHeader.textContent = defaultText; } } // Observe changes to class attributes to handle dynamically added/removed classes const observer = new MutationObserver(() => { updateHeaderText(); // Update header whenever a class changes }); ddLinks.forEach(link => { // Observe each link for attribute changes observer.observe(link, { attributes: true, attributeFilter: ['class'] }); }); // Initial check for setting the header text updateHeaderText(); }); </script> <script> const options = { threshold: 0.5 }; const observer = new IntersectionObserver(entries => { entries.forEach(entry => { const textId = entry.target.id; const videoId = `video-${textId.split('-')[2]}`; const video = document.getElementById(videoId); if (entry.isIntersecting) { video.play(); } else { video.pause(); video.currentTime = 0; } }); }, options); const texts = document.querySelectorAll('.video-play-trig'); texts.forEach(text => { observer.observe(text); }); </script> <script> const faqs = document.querySelectorAll('.faq-acc-item'); // Loop through each sibling element faqs.forEach(function(faq) { // Add click event listener to each sibling faq.addEventListener('click', function() { // Remove the "is-active" class from all other siblings faqs.forEach(function(otherFaq) { if (otherFaq !== faq) { otherFaq.classList.remove('is-open'); } }); // Toggle the "is-active" class for the clicked sibling this.classList.toggle('is-open'); }); }); </script> <script> function handleClick(selector, activeClass, toggle = false) { const elements = document.querySelectorAll(selector); elements.forEach(function(element) { element.addEventListener('mouseenter', function() { elements.forEach(function(otherElement) { if (otherElement !== element) { otherElement.classList.remove(activeClass); } }); if (toggle) { element.classList.toggle(activeClass); } else { element.classList.add(activeClass); } }); }); } // Initialize handlers for different selectors handleClick('.vert-tab-first', 'is-open'); handleClick('.vert-tab-second', 'is-open'); handleClick('.vert-tab-third', 'is-open'); handleClick('.dif-tabs-item', 'is-open'); handleClick('.group_pro-services-card-mb', 'is-open'); // Enable toggle for this group </script> <script> document.addEventListener('DOMContentLoaded', function () { // Function to initialize a slider const initializeSlider = (selector, options) => { const elements = document.querySelectorAll(selector); elements.forEach((element) => { new Splide(element, options).mount(); }); }; // Initialize "splide-diff" sliders initializeSlider('.splide-quotes', { perPage: 4, perMove: 1, pagination: false, padding: '1rem', type: 'loop', drag : 'free', focus: 'left', gap: '1rem', breakpoints: { 991: { perPage: 2, padding: { left: '2.5rem', right: '2.5rem' } }, 767: { perPage: 1.2, padding: { left: '2.5rem', right: '2.5rem' } }, 479: { perPage: 1, padding: '1rem', }, }, }); // Initialize "splide-diff" sliders initializeSlider('.splide-diff', { perPage: 4, perMove: 1, pagination: false, padding: '1rem', type: 'loop', drag : 'free', focus: 'left', gap: '1rem', breakpoints: { 991: { perPage: 2, padding: { left: '2.5rem', right: '2.5rem' } }, 767: { perPage: 1.2, padding: { left: '2.5rem', right: '2.5rem' } }, 479: { perPage: 1, padding: '1rem', }, }, }); // Initialize the primary and thumbnail sliders with synchronization const primarySlider = new Splide('#primary_slider', { perPage: 1, perMove: 1, focus: 0, // 0 = left and 'center' = center type: 'loop', // 'loop' or 'slide' pagination: false, autoplay: true, interval: 6000, arrows: true, rewind : true, rewindSpeed: 0, speed: 600, cover: true, }); const thumbnailSlider = new Splide('#thumbnail_slider', { rewind: false, isNavigation: true, autoplay: true, interval: 6000, perPage: 1, perMove: 1, focus: 0, // 0 = left and 'center' = center type: 'fade', // 'loop' or 'slide' focus: 'center', rewind : true, rewindSpeed: 0, speed: 1000, pagination: false, speed: 600, cover: true, breakpoints: { 600: { perPage: 1, }, }, }); primarySlider.sync(thumbnailSlider).mount(); thumbnailSlider.mount(); // Function to handle custom carousel arrow replacement const setupArrowReplacements = (buttonSelector, arrowSelector) => { document.querySelectorAll(buttonSelector).forEach((button) => { button.addEventListener('click', function () { const arrow = this.closest('.splide-container')?.querySelector(arrowSelector); if (arrow) arrow.click(); }); }); }; // Set up next and previous arrow replacements setupArrowReplacements('.next-splide', '.splide__arrow.splide__arrow--next'); setupArrowReplacements('.prev-splide', '.splide__arrow.splide__arrow--prev'); }); </script> <script> document.addEventListener("DOMContentLoaded", () => { const trigger = document.querySelector(".is-trigger"); const menu = document.querySelector(".is-sec-menu"); const offset = 210; // Offset in pixels const handleScroll = () => { const triggerRect = trigger.getBoundingClientRect(); // Check if trigger is in the viewport and meets the offset condition if (triggerRect.top <= offset && triggerRect.bottom > 0) { menu.style.display = "flex"; } else { menu.style.display = "none"; } }; // Initial check in case the user starts mid-page handleScroll(); // Attach scroll listener window.addEventListener("scroll", handleScroll); }); </script> <script> document.addEventListener('DOMContentLoaded', () => { const triggers = document.querySelectorAll('.play-video-onscroll'); const observer = new IntersectionObserver(entries => { entries.forEach(entry => { const parent = entry.target; const video = parent.querySelector('.ai-tab-video'); // Target video inside the trigger if (video) { if (entry.intersectionRatio > 0.1) { // Trigger when 10% is visible video.play(); } else { video.pause(); video.currentTime = 0; // Reset video } } }); }, { threshold: [0.1] // Fire when at least 10% of the trigger is visible }); triggers.forEach(trigger => observer.observe(trigger)); }); </script><script src="https://hubspotonwebflow.com/assets/js/form-124.js" type="text/javascript" integrity="sha384-bjyNIOqAKScdeQ3THsDZLGagNN56B4X2Auu9YZIGu+tA/PlggMk4jbWruG/P6zYj" crossorigin="anonymous"></script></body></html>