{"id":1419,"date":"2023-01-17T11:37:19","date_gmt":"2023-01-17T11:37:19","guid":{"rendered":"https:\/\/comms.itensityonline.com\/index.php\/itensity-home\/"},"modified":"2026-04-15T05:52:34","modified_gmt":"2026-04-15T05:52:34","slug":"itensity-gym-management-software-home","status":"publish","type":"page","link":"https:\/\/www.itensityonline.com\/","title":{"rendered":"Itensity Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1419\" class=\"elementor elementor-1419\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a09538a e-con-full e-flex e-con e-parent\" data-id=\"a09538a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ba5f346 elementor-widget elementor-widget-html\" data-id=\"ba5f346\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Itensity Starter Hero<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap\" rel=\"stylesheet\">\n<style>\n  \/* \u2500\u2500 Reset \u2500\u2500 *\/\n  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n\n  \/* \u2500\u2500 Hero Section \u2500\u2500 *\/\n  .its-hero {\n    position: relative;\n    overflow: hidden;\n    background: #E84A1F;\n    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: #fff;\n  }\n\n  \/* Diagonal accent shape *\/\n  .its-hero::before {\n    content: '';\n    position: absolute;\n    top: -10%;\n    right: -5%;\n    width: 55%;\n    height: 130%;\n    background: rgba(255,255,255,0.08);\n    transform: skewX(-8deg);\n    border-radius: 40px;\n    pointer-events: none;\n  }\n\n  .its-hero-inner {\n    position: relative;\n    z-index: 2;\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 56px 48px 64px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: center;\n    gap: 48px;\n    min-height: 520px;\n  }\n\n  \/* \u2500\u2500 Left column \u2500\u2500 *\/\n  .its-hero-content {\n    display: flex;\n    flex-direction: column;\n    gap: 28px;\n  }\n\n  .its-hero-logo {\n    width: 160px;\n    height: auto;\n    filter: brightness(0) invert(0); \/* keeps dark logo as-is *\/\n  }\n\n  .its-hero-headline {\n    font-size: clamp(2rem, 4.5vw, 3.25rem);\n    font-weight: 800;\n    line-height: 1.12;\n    letter-spacing: -0.02em;\n    color: #fff;\n  }\n\n  .its-hero-headline .price {\n    display: block;\n    margin-top: 8px;\n    color: #143143;\n    font-weight: 700;\n  }\n\n  .its-hero-subtext {\n    font-size: 1rem;\n    line-height: 1.6;\n    color: rgba(255,255,255,0.85);\n    max-width: 420px;\n    font-weight: 500;\n  }\n\n  .its-hero-cta,\n  .its-hero-cta:link,\n  .its-hero-cta:visited {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 14px 32px;\n    background: #C4D550 !important;\n    color: #143143 !important;\n    font-family: inherit;\n    font-size: 1rem;\n    font-weight: 700;\n    border: none;\n    border-radius: 50px;\n    cursor: pointer;\n    text-decoration: none !important;\n    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;\n    width: fit-content;\n  }\n\n  .its-hero-cta:hover,\n  .its-hero-cta:focus {\n    background: #b5c44a !important;\n    color: #143143 !important;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 24px rgba(0,0,0,0.2);\n    text-decoration: none !important;\n  }\n\n  .its-hero-cta svg {\n    width: 18px;\n    height: 18px;\n    flex-shrink: 0;\n    color: #143143 !important;\n  }\n\n  \/* \u2500\u2500 Right column \u2014 image \u2500\u2500 *\/\n  .its-hero-visual {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .its-hero-visual img {\n    width: 100%;\n    max-width: 560px;\n    height: auto;\n    border-radius: 8px;\n    filter: drop-shadow(0 16px 48px rgba(0,0,0,0.25));\n  }\n\n  \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n\n  \/* Tablet *\/\n  @media (max-width: 960px) {\n    .its-hero-inner {\n      grid-template-columns: 1fr;\n      padding: 40px 32px 48px;\n      gap: 40px;\n      min-height: auto;\n      text-align: center;\n    }\n\n    .its-hero-content {\n      align-items: center;\n    }\n\n    .its-hero-subtext {\n      margin: 0 auto;\n    }\n\n    .its-hero-visual img {\n      max-width: 480px;\n    }\n\n    .its-hero::before {\n      display: none;\n    }\n  }\n\n  \/* Mobile *\/\n  @media (max-width: 600px) {\n    .its-hero-inner {\n      padding: 32px 20px 40px;\n      gap: 32px;\n    }\n\n    .its-hero-logo {\n      width: 120px;\n    }\n\n    .its-hero-headline {\n      font-size: 1.75rem;\n    }\n\n    .its-hero-subtext {\n      font-size: 0.9rem;\n    }\n\n    .its-hero-cta {\n      padding: 12px 28px;\n      font-size: 0.95rem;\n      width: 100%;\n      justify-content: center;\n    }\n\n    .its-hero-visual img {\n      max-width: 100%;\n    }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     ITENSITY STARTER \u2014 HERO SECTION\n     Copy the <section> below into your WordPress page.\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n\n<section class=\"its-hero\">\n  <div class=\"its-hero-inner\">\n\n    <!-- Left column -->\n    <div class=\"its-hero-content\">\n      <img decoding=\"async\"\n        data-src=\"https:\/\/itensityonline.com\/wp-content\/uploads\/2025\/10\/Itensity-Starter-Logo-dark-300x300.png\"\n        alt=\"Itensity Starter\"\n        class=\"its-hero-logo lazyload\"\n       \n       src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\">\n\n      <h1 class=\"its-hero-headline\">\n        Effortless fitness management.<br>\n        Powerful features.\n        <span class=\"price\">Starting at R600\/month.<\/span>\n      <\/h1>\n\n      <p class=\"its-hero-subtext\">\n        Switch to Itensity and save more than 50% on your monthly management fees.\n      <\/p>\n\n      <a href=\"https:\/\/itensityonline.com\/index.php\/itensity-starter-affordable-gym-management-software\/\" class=\"its-hero-cta\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n          <polygon points=\"10 8 16 12 10 16 10 8\" fill=\"currentColor\" stroke=\"none\"\/>\n        <\/svg>\n        Itensity Starter\n      <\/a>\n    <\/div>\n\n    <!-- Right column -->\n    <div class=\"its-hero-visual\">\n      <img decoding=\"async\"\n        data-src=\"\/wp-content\/uploads\/2025\/10\/Itensity-Starter-Home.png\"\n        alt=\"Itensity Starter \u2014 mobile app and dashboard preview\"\n       \n       src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\">\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7c35209 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7c35209\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4a945f5\" data-id=\"4a945f5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fea653d elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"fea653d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" data-src=\"\/wp-content\/uploads\/elementor\/thumbs\/Discovery-Vitality_Logo_2022-qsckbi512q3bb87plgxr7jmt2dma82e3ixlh9jump4.png\" title=\"Vitality_discovery_Itensity_Anywhere\" alt=\"Vitality_discovery_Itensity_Anywhere\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6cb786b\" data-id=\"6cb786b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e3ab815 elementor-widget elementor-widget-text-editor\" data-id=\"e3ab815\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Reach\u00a0 thousands of Discovery members in a single app.<br \/>Send us your details to get started<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f8872ac\" data-id=\"f8872ac\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c60fb27 elementor-align-right elementor-tablet-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"c60fb27\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink\" href=\"https:\/\/itensityonline.com\/index.php\/vitality-fitness-on-itensity\/\" id=\"vitality-form\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-arrow-alt-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Vitality Fitness<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-17e16ec9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"17e16ec9\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-67367ba6\" data-id=\"67367ba6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4870ee4c elementor-section-height-min-height elementor-section-boxed elementor-section-height-default\" data-id=\"4870ee4c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-519360e5\" data-id=\"519360e5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-54ffd47c elementor-widget elementor-widget-text-editor\" data-id=\"54ffd47c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Itensity is the best gym management software, built for everyone<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-346b9eff elementor-widget elementor-widget-text-editor\" data-id=\"346b9eff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"caret-color: #374151; color: #374151; font-family: S\u00f6hne, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; font-size: 16px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: #f7f7f8; text-decoration: none; display: inline !important; float: none;\">Our comprehensive features are fully customizable. With us you get marketing, onboarding, member management, access control, debit orders, and collections.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13a13e1d elementor-align-left elementor-mobile-align-center elementor-tablet-align-center elementor-widget elementor-widget-button\" data-id=\"13a13e1d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink\" href=\"https:\/\/itensityonline.com\/index.php\/request-demo-page-2\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-arrow-alt-circle-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Schedule Demo<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-76578146\" data-id=\"76578146\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3d15882 elementor-widget elementor-widget-image\" data-id=\"3d15882\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"800\" src=\"\/wp-content\/uploads\/2025\/10\/Itensity-Starter-Home-1024x1024.png\" class=\"attachment-large size-large wp-image-6822\" alt=\"itensity online gym management software Best gym management software\" srcset=\"\/wp-content\/uploads\/2025\/10\/Itensity-Starter-Home-1024x1024.png 1024w, \/wp-content\/uploads\/2025\/10\/Itensity-Starter-Home-300x300.png 300w, \/wp-content\/uploads\/2025\/10\/Itensity-Starter-Home-150x150.png 150w, \/wp-content\/uploads\/2025\/10\/Itensity-Starter-Home-768x768.png 768w, \/wp-content\/uploads\/2025\/10\/Itensity-Starter-Home-600x600.png 600w, \/wp-content\/uploads\/2025\/10\/Itensity-Starter-Home-100x100.png 100w, \/wp-content\/uploads\/2025\/10\/Itensity-Starter-Home.png 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-db14c1d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"db14c1d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-573a22f\" data-id=\"573a22f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a6565f3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a6565f3\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d6a060b\" data-id=\"d6a060b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-47d7163 elementor-widget elementor-widget-heading\" data-id=\"47d7163\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">R583+ Mil<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bdbcda5 elementor-widget elementor-widget-text-editor\" data-id=\"bdbcda5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Debit orders submitted through Itensity<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d9c9286\" data-id=\"d9c9286\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a666a7e elementor-widget elementor-widget-heading\" data-id=\"a666a7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2.1+ Mil<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-082673b elementor-widget elementor-widget-text-editor\" data-id=\"082673b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Members on the Itensity system<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c1d7d09\" data-id=\"c1d7d09\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-96ac409 elementor-widget elementor-widget-heading\" data-id=\"96ac409\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">700+<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-980d60d elementor-widget elementor-widget-text-editor\" data-id=\"980d60d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Clubs\/facilities on Itensity<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-18d760b5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"18d760b5\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-12e7fdcc\" data-id=\"12e7fdcc\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-289a1b72 elementor-widget elementor-widget-video\" data-id=\"289a1b72\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/DnwGxhx3yzc&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.itensityonline.com\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/Screenshot-2024-09-04-at-11.02.11\u202fAM.png&quot;,&quot;id&quot;:5401,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;What is Itensity?&quot;,&quot;source&quot;:&quot;library&quot;},&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;start&quot;:3,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay lazyload\" style=\"background-image:inherit;\" data-bg-image=\"url(\/wp-content\/uploads\/2024\/09\/Screenshot-2024-09-04-at-11.02.11\u202fAM.png)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video about What is Itensity?\" tabindex=\"0\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-play\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3859b48b\" data-id=\"3859b48b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6fd0884 elementor-blockquote--skin-quotation elementor-widget elementor-widget-blockquote\" data-id=\"6fd0884\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"blockquote.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<blockquote class=\"elementor-blockquote\">\n\t\t\t<p class=\"elementor-blockquote__content\">\n\t\t\t\tOur full-service product is designed not only with a focus on member experience, but on efficiency for your business.\t\t\t<\/p>\n\t\t\t\t\t\t\t<div class=\"e-q-footer\">\n\t\t\t\t\t\t\t\t\t\t\t<cite class=\"elementor-blockquote__author\">Jaco Van Der Merwe<\/cite>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/blockquote>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-53301c87 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"53301c87\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fa8e30\" data-id=\"fa8e30\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b3934bb elementor-widget elementor-widget-text-editor\" data-id=\"7b3934bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Bringing enterprise technology to studios, and studio functionality to enterprises<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48f63037 elementor-align-center elementor-mobile-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"48f63037\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Itensity has evolved to give every club, no matter the size, the best of both worlds. We provide smaller gyms, studios, crossfits with enterprise functionality, and enterprises with studio functionality<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4847739b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4847739b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4eb0ab47\" data-id=\"4eb0ab47\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5d5d732c elementor-flip-box--effect-fade elementor-widget elementor-widget-flip-box\" data-id=\"5d5d732c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tStudios\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tCrossFit\n\ufe52Yoga\n\ufe52Pilates\n\ufe52Functional Fitness\n\ufe52Boxing &amp; Martial Arts\n\ufe52Climbing Facilities\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1e6a8deb\" data-id=\"1e6a8deb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-71d2b9d8 elementor-flip-box--effect-fade elementor-widget elementor-widget-flip-box\" data-id=\"71d2b9d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tClubs\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tBoutique Gyms\ufe52Single Clubs \ufe52Health and fitness clubs \ufe52Individual gyms \ufe52Rehab gym\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-591c5c42\" data-id=\"591c5c42\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-21774eb8 elementor-flip-box--effect-fade elementor-widget elementor-widget-flip-box\" data-id=\"21774eb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tEnterprise\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tVirgin Active \ufe52Planet Fitness \ufe52Moove \ufe52Gym Company \ufe52Zone Fitness\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a5b371d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a5b371d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-592da7d\" data-id=\"592da7d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5a78b97d elementor-widget elementor-widget-text-editor\" data-id=\"5a78b97d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Integration partners<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1ea7a499 elementor-section-full_width elementor-reverse-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"1ea7a499\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-top-column elementor-element elementor-element-dabe44c\" data-id=\"dabe44c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bb1c883 elementor-widget elementor-widget-image\" data-id=\"bb1c883\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/netcash.co.za\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" data-src=\"\/wp-content\/uploads\/2023\/01\/1-2-300x300.png\" class=\"attachment-medium size-medium wp-image-1434 lazyload\" alt=\"Itensity online gym mangement software studios best gym mangement software south africa netcash\" data-srcset=\"\/wp-content\/uploads\/2023\/01\/1-2-300x300.png 300w, \/wp-content\/uploads\/2023\/01\/1-2-150x150.png 150w, \/wp-content\/uploads\/2023\/01\/elementor\/thumbs\/1-2-qrj5h4f5bx9ts3ig0gc8otd1c288mh32lo2ox6h2uo.png 120w, \/wp-content\/uploads\/2023\/01\/1-2.png 540w\" data-sizes=\"(max-width: 300px) 100vw, 300px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-top-column elementor-element elementor-element-4d2d026\" data-id=\"4d2d026\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9c7584e elementor-widget elementor-widget-image\" data-id=\"9c7584e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"800\" data-src=\"\/wp-content\/uploads\/2025\/12\/Technogym-itensity-integration-first-africa-integration-gym-managemnet-software-1024x1024.jpg\" class=\"attachment-large size-large wp-image-7073 lazyload\" alt=\"\" data-srcset=\"\/wp-content\/uploads\/2025\/12\/Technogym-itensity-integration-first-africa-integration-gym-managemnet-software-1024x1024.jpg 1024w, \/wp-content\/uploads\/2025\/12\/Technogym-itensity-integration-first-africa-integration-gym-managemnet-software-300x300.jpg 300w, \/wp-content\/uploads\/2025\/12\/Technogym-itensity-integration-first-africa-integration-gym-managemnet-software-150x150.jpg 150w, \/wp-content\/uploads\/2025\/12\/Technogym-itensity-integration-first-africa-integration-gym-managemnet-software-768x768.jpg 768w, \/wp-content\/uploads\/2025\/12\/Technogym-itensity-integration-first-africa-integration-gym-managemnet-software-600x600.jpg 600w, \/wp-content\/uploads\/2025\/12\/Technogym-itensity-integration-first-africa-integration-gym-managemnet-software-100x100.jpg 100w, \/wp-content\/uploads\/2025\/12\/Technogym-itensity-integration-first-africa-integration-gym-managemnet-software.jpg 1033w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/800;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-top-column elementor-element elementor-element-16fa358f\" data-id=\"16fa358f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3fd6756f elementor-widget elementor-widget-image\" data-id=\"3fd6756f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bitventure.co.za\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" data-src=\"\/wp-content\/uploads\/2023\/01\/8-2-300x300.png\" class=\"attachment-medium size-medium wp-image-1433 lazyload\" alt=\"\" data-srcset=\"\/wp-content\/uploads\/2023\/01\/8-2-300x300.png 300w, \/wp-content\/uploads\/2023\/01\/8-2-150x150.png 150w, \/wp-content\/uploads\/2023\/01\/elementor\/thumbs\/8-2-qrj5hiiq6ft4m8xyq4fn87sy8uaqtxn1nluz4bw69c.png 120w, \/wp-content\/uploads\/2023\/01\/8-2.png 540w\" data-sizes=\"(max-width: 300px) 100vw, 300px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-top-column elementor-element elementor-element-6daac35b\" data-id=\"6daac35b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3f115f02 elementor-widget elementor-widget-image\" data-id=\"3f115f02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/ozow.com\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" data-src=\"\/wp-content\/uploads\/2023\/01\/3-6-300x300.png\" class=\"attachment-medium size-medium wp-image-1435 lazyload\" alt=\"Itensity online gym mangement software studios best gym mangement software south africa ozow\" data-srcset=\"\/wp-content\/uploads\/2023\/01\/3-6-300x300.png 300w, \/wp-content\/uploads\/2023\/01\/3-6-150x150.png 150w, \/wp-content\/uploads\/2023\/01\/elementor\/thumbs\/3-6-qrj5hdtj89mp074shkeidqzn9wxwrg4dyyljpy354g.png 120w, \/wp-content\/uploads\/2023\/01\/3-6.png 540w\" data-sizes=\"(max-width: 300px) 100vw, 300px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-top-column elementor-element elementor-element-11cb311a\" data-id=\"11cb311a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1b4e79af elementor-widget elementor-widget-image\" data-id=\"1b4e79af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.stratcol.co.za\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" data-src=\"\/wp-content\/uploads\/2023\/01\/4-2-300x300.png\" class=\"attachment-medium size-medium wp-image-1436 lazyload\" alt=\"\" data-srcset=\"\/wp-content\/uploads\/2023\/01\/4-2-300x300.png 300w, \/wp-content\/uploads\/2023\/01\/4-2-150x150.png 150w, \/wp-content\/uploads\/2023\/01\/elementor\/thumbs\/4-2-qrj5hfp7lxp9nf226l7riqikgoon6ubun7wioi0cs0.png 120w, \/wp-content\/uploads\/2023\/01\/4-2.png 540w\" data-sizes=\"(max-width: 300px) 100vw, 300px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-top-column elementor-element elementor-element-d9b951d\" data-id=\"d9b951d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1ac9c2f2 elementor-widget elementor-widget-image\" data-id=\"1ac9c2f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.linkserv.co.za\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" data-src=\"\/wp-content\/uploads\/2023\/01\/5-3-300x300.png\" class=\"attachment-medium size-medium wp-image-1437 lazyload\" alt=\"\" data-srcset=\"\/wp-content\/uploads\/2023\/01\/5-3-300x300.png 300w, \/wp-content\/uploads\/2023\/01\/5-3-150x150.png 150w, \/wp-content\/uploads\/2023\/01\/elementor\/thumbs\/5-3-q23og3vecms4gt2yfbt4advn87a4jb7oy40ihc39wo.png 100w, \/wp-content\/uploads\/2023\/01\/elementor\/thumbs\/5-3-qrj5hgn1srqjz10p13me38a122k0ejfkzck05ryyls.png 120w, \/wp-content\/uploads\/2023\/01\/5-3.png 540w\" data-sizes=\"(max-width: 300px) 100vw, 300px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-top-column elementor-element elementor-element-6ff416\" data-id=\"6ff416\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6712938a elementor-widget elementor-widget-image\" data-id=\"6712938a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/realpay.co.za\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" data-src=\"\/wp-content\/uploads\/2023\/01\/6-3-300x300.png\" class=\"attachment-medium size-medium wp-image-1438 lazyload\" alt=\"\" data-srcset=\"\/wp-content\/uploads\/2023\/01\/6-3-300x300.png 300w, \/wp-content\/uploads\/2023\/01\/6-3-150x150.png 150w, \/wp-content\/uploads\/2023\/01\/elementor\/thumbs\/6-3-q23obvliqru63dij19dql7449n6iu4668x48fj0zvw.png 30w, \/wp-content\/uploads\/2023\/01\/elementor\/thumbs\/6-3-qrj5hgn1jzz9nfdy5bg5o0iculpoo6sfszmyxhvilk.png 100w, \/wp-content\/uploads\/2023\/01\/6-3.png 540w\" data-sizes=\"(max-width: 300px) 100vw, 300px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-332f61b elementor-section-height-full elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"332f61b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-511fb8bc\" data-id=\"511fb8bc\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-29b56006 elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"29b56006\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" data-src=\"\/wp-content\/uploads\/elementor\/thumbs\/9-rd8ica3ymjc9szn3c64nmy9514pus6kakys8a44a6g.png\" title=\"9\" alt=\"9\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5cee6994\" data-id=\"5cee6994\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-48d0e370 elementor-widget elementor-widget-heading\" data-id=\"48d0e370\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Fitness management features to help your business perform at its best<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-6a5f53c8 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6a5f53c8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-33573fd4\" data-id=\"33573fd4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-11794141 elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"11794141\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Innovation doesn\u2019t sleep, and neither do we. We are constantly developing and streamlining features, and by joining Itensity, you will strengthen your business\u2019 traction with:<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5abbce41 elementor-view-stacked elementor-position-inline-start elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-square elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"5abbce41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSales, marketing &amp; communication\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-531a4d06 elementor-view-stacked elementor-position-inline-start elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-square elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"531a4d06\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tMember experience &amp; bookings\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-426fbc16 elementor-view-stacked elementor-position-inline-start elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-square elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"426fbc16\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tState-of-the-art front desk and access control systems\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a92fd60 elementor-view-stacked elementor-position-inline-start elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-square elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"2a92fd60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tCutting-edge business growth tools (front and back ends)\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-147f59b elementor-align-right elementor-mobile-align-center elementor-tablet-align-center elementor-widget elementor-widget-button\" data-id=\"147f59b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink\" href=\"https:\/\/itensityonline.com\/index.php\/request-demo-page-2\/https:\/\/itensityonline.com\/index.php\/request-demo-page-2\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-arrow-alt-circle-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Schedule Demo<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4226f743 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4226f743\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-836e5fd\" data-id=\"836e5fd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2bd1e23e elementor-section-full_width elementor-section-height-min-height elementor-section-height-default\" data-id=\"2bd1e23e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-639a79d elementor-invisible\" data-id=\"639a79d\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_delay&quot;:0}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-20b45c0d elementor-widget elementor-widget-text-editor\" data-id=\"20b45c0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>State of the art support<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b3d66ba elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list\" data-id=\"2b3d66ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">With an average support rating of 4.5\/5, our extensive support team pride itself on rapid response times without losing individualised solutions. At Itensity, we focus on customer satisfaction, low response time, and high-resolution ratios.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aac68a8 elementor-align-left elementor-mobile-align-center elementor-tablet-align-center elementor-widget elementor-widget-button\" data-id=\"aac68a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink\" href=\"https:\/\/itensityonline.com\/index.php\/request-demo-page-2\/https:\/\/itensityonline.com\/index.php\/request-demo-page-2\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-arrow-alt-circle-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Schedule Demo<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3be8a2f3\" data-id=\"3be8a2f3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4d8bc8d9 elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"4d8bc8d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.6,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" data-src=\"\/wp-content\/uploads\/elementor\/thumbs\/EPP-1-scaled-1-qsck99b10gsgg2pcbqd5wxwfsunis6psfuaqj5496w.jpg\" title=\"Itensity Online Gym Management\" alt=\"Itensity Online Gym Management Business tools Reports Member mangement integrations Payments\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56843376 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image\" data-id=\"56843376\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.6,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"270\" height=\"175\" data-src=\"\/wp-content\/uploads\/2023\/01\/Supports-Gif.gif\" class=\"attachment-full size-full wp-image-1442 lazyload\" alt=\"Best support Itensity Online itensity best gym management software\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 270px; --smush-placeholder-aspect-ratio: 270\/175;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-469a8785 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"469a8785\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4ac79416\" data-id=\"4ac79416\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6a49496d elementor-widget elementor-widget-heading\" data-id=\"6a49496d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Teamwork makes the dream work<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56ef5cad elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"56ef5cad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span class=\"TextRun SCXW204396239 BCX4\" lang=\"EN-ZA\" xml:lang=\"EN-ZA\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW204396239 BCX4\">At Itensity, we are passionate about <\/span><span class=\"NormalTextRun CommentStart CommentHighlightPipeRest CommentHighlightRest SCXW204396239 BCX4\">building dreams, building businesses, <\/span><span class=\"NormalTextRun CommentHighlightRest SCXW204396239 BCX4\">and <\/span><span class=\"NormalTextRun CommentHighlightRest SCXW204396239 BCX4\">building greatness. <\/span><\/span><span class=\"EOP CommentHighlightPipeRest SCXW204396239 BCX4\" data-ccp-props=\"{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559685&quot;:0,&quot;335559737&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b44b646 elementor-section-height-min-height elementor-section-items-bottom elementor-section-content-space-around elementor-section-boxed elementor-section-height-default\" data-id=\"b44b646\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f35de08\" data-id=\"f35de08\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-57d4f8e4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"57d4f8e4\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3f4fd3b2\" data-id=\"3f4fd3b2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-266dc724 elementor-widget elementor-widget-spacer\" data-id=\"266dc724\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6f7a580d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6f7a580d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2d50b7d0\" data-id=\"2d50b7d0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-55083c63 elementor-widget elementor-widget-text-editor\" data-id=\"55083c63\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>News &amp; Resources<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-af477e6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"af477e6\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-38614ee\" data-id=\"38614ee\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-21a1c80 elementor-widget elementor-widget-elementskit-blog-posts\" data-id=\"21a1c80\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-blog-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <div id=\"post-items--21a1c80\" class=\"row post-items\">\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/www.itensityonline.com\/index.php\/2024\/05\/07\/itensity-yoga-playlist-spotify\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" data-src=\"\/wp-content\/uploads\/2024\/05\/Spotify-Blog-Covers-1024x576.png\" alt=\"Find Your Flow with the Itensity Yoga Playlist on Spotify\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/576;\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body \">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/www.itensityonline.com\/index.php\/2024\/05\/07\/itensity-yoga-playlist-spotify\/\">\n\t\t\t\t\t\tFind Your Flow with the Itensity&hellip;\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                            <div class=\"btn-wraper\">\n                                    \n                                                                            <a class=\"elementskit-btn whitespace--normal\" id=\"\" href=\"https:\/\/www.itensityonline.com\/index.php\/2024\/05\/07\/itensity-yoga-playlist-spotify\/\">\n                                        \t                                            Read Post                                        <\/a>\n                                                                    <\/div>\n                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/www.itensityonline.com\/index.php\/2026\/04\/21\/ai-for-gym-owners-itensity-gym-management\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" data-src=\"\/wp-content\/uploads\/2026\/04\/1-1024x576.jpg\" alt=\"How to Use AI to\u00a0Run Your Gym Smarter\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/576;\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body \">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/www.itensityonline.com\/index.php\/2026\/04\/21\/ai-for-gym-owners-itensity-gym-management\/\">\n\t\t\t\t\t\tHow to Use AI to\u00a0Run Your&hellip;\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                            <div class=\"btn-wraper\">\n                                    \n                                                                            <a class=\"elementskit-btn whitespace--normal\" id=\"\" href=\"https:\/\/www.itensityonline.com\/index.php\/2026\/04\/21\/ai-for-gym-owners-itensity-gym-management\/\">\n                                        \t                                            Read Post                                        <\/a>\n                                                                    <\/div>\n                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/www.itensityonline.com\/index.php\/2026\/02\/25\/how-to-use-data-to-grow-your-gym-business\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" data-src=\"\/wp-content\/uploads\/2026\/02\/How-To-Use-data-to-better-manage-your-gym-in-south-africa-ireland-and-the-uk-1024x576.png\" alt=\"How to Use Data to Grow Your Gym Business | Gym Management Software SA, UK &amp; Ireland\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/576;\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body \">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/www.itensityonline.com\/index.php\/2026\/02\/25\/how-to-use-data-to-grow-your-gym-business\/\">\n\t\t\t\t\t\tHow to Use Data to Grow&hellip;\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                            <div class=\"btn-wraper\">\n                                    \n                                                                            <a class=\"elementskit-btn whitespace--normal\" id=\"\" href=\"https:\/\/www.itensityonline.com\/index.php\/2026\/02\/25\/how-to-use-data-to-grow-your-gym-business\/\">\n                                        \t                                            Read Post                                        <\/a>\n                                                                    <\/div>\n                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/www.itensityonline.com\/index.php\/2025\/11\/07\/itensity-starter-the-smart-affordable-way-to-run-your-gym\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" data-src=\"\/wp-content\/uploads\/2025\/11\/Itensity-Starter-The-Smart-Affordable-Way-to-Run-Your-Gym-1024x683.jpg\" alt=\"Itensity Starter: The Smart, Affordable Way to Run Your Gym\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/683;\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body \">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/www.itensityonline.com\/index.php\/2025\/11\/07\/itensity-starter-the-smart-affordable-way-to-run-your-gym\/\">\n\t\t\t\t\t\tItensity Starter: The Smart, Affordable Way&hellip;\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                            <div class=\"btn-wraper\">\n                                    \n                                                                            <a class=\"elementskit-btn whitespace--normal\" id=\"\" href=\"https:\/\/www.itensityonline.com\/index.php\/2025\/11\/07\/itensity-starter-the-smart-affordable-way-to-run-your-gym\/\">\n                                        \t                                            Read Post                                        <\/a>\n                                                                    <\/div>\n                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                <\/div>\n       <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Itensity Starter Hero Effortless fitness management. Powerful features. Starting at R600\/month. Switch to Itensity and save more than 50% on your monthly management fees. Itensity Starter Reach\u00a0 thousands of Discovery members in a single app.Send us your details to get started Vitality Fitness Itensity is the best gym management software, built for everyone Our comprehensive [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":5248,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-1419","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Itensity Gym Management Software Itensity Home -<\/title>\n<meta name=\"description\" content=\"Itensity Fitness Management Software Best Gym Management software in South Africa - Crossfit Management Software - Club Management Software\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/itensityonline.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Itensity Home Itensity Fitness Management Software\" \/>\n<meta property=\"og:description\" content=\"Itensity Fitness Management Software\" \/>\n<meta property=\"og:url\" content=\"https:\/\/itensityonline.com\/\" \/>\n<meta property=\"og:site_name\" content=\"Itensity Fitness Management Software\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/itensityonline\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-15T05:52:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.itensityonline.com\/wp-content\/uploads\/2023\/01\/Itensity-Square-logo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/itensityonline.com\\\/\",\"url\":\"https:\\\/\\\/itensityonline.com\\\/\",\"name\":\"Itensity Gym Management Software Itensity Home -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/itensityonline.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/itensityonline.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/itensityonline.com\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/How-to-Incorporate-a-Payment-Partner-into-Your-Gym-A-Comprehensive-Guide.png\",\"datePublished\":\"2023-01-17T11:37:19+00:00\",\"dateModified\":\"2026-04-15T05:52:34+00:00\",\"description\":\"Itensity Fitness Management Software Best Gym Management software in South Africa - Crossfit Management Software - Club Management Software\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/itensityonline.com\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/itensityonline.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/itensityonline.com\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/How-to-Incorporate-a-Payment-Partner-into-Your-Gym-A-Comprehensive-Guide.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/How-to-Incorporate-a-Payment-Partner-into-Your-Gym-A-Comprehensive-Guide.png\",\"width\":1920,\"height\":1080,\"caption\":\"How to Incorporate a Payment Partner into Your Gym- A Comprehensive Guide Itensity\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/itensityonline.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/itensityonline.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Itensity Gym Management Software\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/itensityonline.com\\\/#website\",\"url\":\"https:\\\/\\\/itensityonline.com\\\/\",\"name\":\"Itensity Fitness Management Software\",\"description\":\"Itensity Fitness Management Software\",\"publisher\":{\"@id\":\"https:\\\/\\\/itensityonline.com\\\/#organization\"},\"alternateName\":\"Itensity Online\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/itensityonline.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/itensityonline.com\\\/#organization\",\"name\":\"Itensity Fitness Management Software\",\"alternateName\":\"Itensity Online\",\"url\":\"https:\\\/\\\/itensityonline.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/itensityonline.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/io_horizontal-wordmark-Blue-Transparent.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/io_horizontal-wordmark-Blue-Transparent.png\",\"width\":1000,\"height\":325,\"caption\":\"Itensity Fitness Management Software\"},\"image\":{\"@id\":\"https:\\\/\\\/itensityonline.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/itensityonline\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/itensitymanagementsoftware\\\/\",\"https:\\\/\\\/instagram.com\\\/itensityonline\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Itensity Gym Management Software Itensity Home -","description":"Itensity Fitness Management Software Best Gym Management software in South Africa - Crossfit Management Software - Club Management Software","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/itensityonline.com\/","og_locale":"en_US","og_type":"article","og_title":"Itensity Home Itensity Fitness Management Software","og_description":"Itensity Fitness Management Software","og_url":"https:\/\/itensityonline.com\/","og_site_name":"Itensity Fitness Management Software","article_publisher":"https:\/\/www.facebook.com\/itensityonline","article_modified_time":"2026-04-15T05:52:34+00:00","og_image":[{"width":1080,"height":1080,"url":"https:\/\/www.itensityonline.com\/wp-content\/uploads\/2023\/01\/Itensity-Square-logo.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/itensityonline.com\/","url":"https:\/\/itensityonline.com\/","name":"Itensity Gym Management Software Itensity Home -","isPartOf":{"@id":"https:\/\/itensityonline.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/itensityonline.com\/#primaryimage"},"image":{"@id":"https:\/\/itensityonline.com\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2024\/08\/How-to-Incorporate-a-Payment-Partner-into-Your-Gym-A-Comprehensive-Guide.png","datePublished":"2023-01-17T11:37:19+00:00","dateModified":"2026-04-15T05:52:34+00:00","description":"Itensity Fitness Management Software Best Gym Management software in South Africa - Crossfit Management Software - Club Management Software","breadcrumb":{"@id":"https:\/\/itensityonline.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/itensityonline.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/itensityonline.com\/#primaryimage","url":"\/wp-content\/uploads\/2024\/08\/How-to-Incorporate-a-Payment-Partner-into-Your-Gym-A-Comprehensive-Guide.png","contentUrl":"\/wp-content\/uploads\/2024\/08\/How-to-Incorporate-a-Payment-Partner-into-Your-Gym-A-Comprehensive-Guide.png","width":1920,"height":1080,"caption":"How to Incorporate a Payment Partner into Your Gym- A Comprehensive Guide Itensity"},{"@type":"BreadcrumbList","@id":"https:\/\/itensityonline.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/itensityonline.com\/"},{"@type":"ListItem","position":2,"name":"Itensity Gym Management Software"}]},{"@type":"WebSite","@id":"https:\/\/itensityonline.com\/#website","url":"https:\/\/itensityonline.com\/","name":"Itensity Fitness Management Software","description":"Itensity Fitness Management Software","publisher":{"@id":"https:\/\/itensityonline.com\/#organization"},"alternateName":"Itensity Online","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/itensityonline.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/itensityonline.com\/#organization","name":"Itensity Fitness Management Software","alternateName":"Itensity Online","url":"https:\/\/itensityonline.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/itensityonline.com\/#\/schema\/logo\/image\/","url":"\/wp-content\/uploads\/2022\/05\/io_horizontal-wordmark-Blue-Transparent.png","contentUrl":"\/wp-content\/uploads\/2022\/05\/io_horizontal-wordmark-Blue-Transparent.png","width":1000,"height":325,"caption":"Itensity Fitness Management Software"},"image":{"@id":"https:\/\/itensityonline.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/itensityonline","https:\/\/www.linkedin.com\/company\/itensitymanagementsoftware\/","https:\/\/instagram.com\/itensityonline"]}]}},"_links":{"self":[{"href":"https:\/\/www.itensityonline.com\/index.php\/wp-json\/wp\/v2\/pages\/1419","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.itensityonline.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.itensityonline.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.itensityonline.com\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.itensityonline.com\/index.php\/wp-json\/wp\/v2\/comments?post=1419"}],"version-history":[{"count":201,"href":"https:\/\/www.itensityonline.com\/index.php\/wp-json\/wp\/v2\/pages\/1419\/revisions"}],"predecessor-version":[{"id":7186,"href":"https:\/\/www.itensityonline.com\/index.php\/wp-json\/wp\/v2\/pages\/1419\/revisions\/7186"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.itensityonline.com\/index.php\/wp-json\/wp\/v2\/media\/5248"}],"wp:attachment":[{"href":"https:\/\/www.itensityonline.com\/index.php\/wp-json\/wp\/v2\/media?parent=1419"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}