CINXE.COM

IBAT | FAQs

<!DOCTYPE html><!-- Last Published: Wed Apr 02 2025 12:48:17 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.ibat-alliance.org" data-wf-page="67b5f08ad2d266ffbaa1baf1" data-wf-site="67af053fb172299b5f9ad632" lang="en" data-wf-locale="en"><head><meta charset="utf-8"/><title>IBAT | FAQs</title><meta content="Frequently asked questions and answers to find out if IBAT is right for you." name="description"/><meta content="IBAT | FAQs" property="og:title"/><meta content="Frequently asked questions and answers to find out if IBAT is right for you." property="og:description"/><meta content="IBAT | FAQs" property="twitter:title"/><meta content="Frequently asked questions and answers to find out if IBAT is right for you." property="twitter:description"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/css/ib-dev-site.webflow.e14e2559a.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Roboto:200,300,regular,600,200italic,300italic,italic,600italic"] }});</script><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/67af053fb172299b5f9ad632/67dc00ba2bda37594a07c65b_favicon-32.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67dc00bd0a748a2a602a336f_favicon.png" rel="apple-touch-icon"/><script> document.addEventListener("DOMContentLoaded", function () { const nav = document.getElementById("navi"); const logo = document.getElementById("logo"); let isScrolled = false; let isScrollListenerActive = false; function handleScroll() { //if (window.innerWidth <= 992) return; // Disable on 992px and below const scrolled = window.scrollY > 0; if (scrolled !== isScrolled) { isScrolled = scrolled; if (isScrolled) { nav.classList.add("nav_scrolled"); logo.classList.add("logo_scrolled"); } else { nav.classList.remove("nav_scrolled"); logo.classList.remove("logo_scrolled"); } } } function optimizedScroll() { requestAnimationFrame(handleScroll); } function toggleScrollListener() { // if (window.innerWidth > 992 && !isScrollListenerActive) { window.addEventListener("scroll", optimizedScroll, { passive: true }); isScrollListenerActive = true; // } else if (window.innerWidth <= 992 && isScrollListenerActive) { // window.removeEventListener("scroll", optimizedScroll); // isScrollListenerActive = true; // } } // Initial check and setup toggleScrollListener(); // Listen for window resize to enable/disable the scroll listener dynamically window.addEventListener("resize", toggleScrollListener); }); document.addEventListener("DOMContentLoaded", function () { const dropdownToggle = document.querySelector('.nav_drop .w-dropdown-toggle'); const dropdownList = document.querySelector('.nav_drop .w-dropdown-list'); // Disable default click behavior dropdownToggle.addEventListener('click', function(event) { dropdownList.style.display = 'none!important'; dropdownList.style.transform = 'none'; console.log('out here') }); }); //Cookie script function hasConsentOrRejection() { const hasConsentCookie = document.cookie.split(';').some((item) => item.trim().startsWith('cookieConsent=')); const hasRejected = sessionStorage.getItem("cookieRejected") === "true"; console.log("Consent cookie exists:", hasConsentCookie); console.log("Rejection in session storage:", hasRejected); return hasConsentCookie || hasRejected; } // Function to set the consent cookie and load Google Analytics function acceptCookies() { // Set the consent cookie that expires in 1 year document.cookie = "cookieConsent=true; max-age=" + 60 * 60 * 24 * 365 + "; path=/"; // Hide the cookie banner document.querySelector('.cookie1-wrapper').classList.remove('as-show'); // Load Google Analytics immediately after consent loadGoogleAnalytics(); console.log('it worked'); } // Function to store rejection in session storage and hide the banner function rejectCookies() { // Store rejection in session storage (will clear when browser tab is closed) sessionStorage.setItem("cookieRejected", "true"); // Hide the cookie banner document.querySelector('.cookie1-wrapper').classList.remove('as-show'); console.log('refused'); } // Function to load Google Analytics 4 with gtag.js function loadGoogleAnalytics() { // Insert the Google Analytics script dynamically var script = document.createElement('script'); script.src = "https://www.googletagmanager.com/gtag/js?id=G-G3QNK4XQTP"; // Replace with your GA4 Measurement ID script.async = true; document.head.appendChild(script); // Initialize Google Analytics once the script loads script.onload = function() { window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-G3QNK4XQTP'); // Replace with your GA4 Measurement ID }; } // Check consent status on page load document.addEventListener('DOMContentLoaded', function() { if (!hasConsentOrRejection()) { // Show the cookie banner if no consent or rejection has been given document.querySelector('.cookie1-wrapper').classList.add('as-show'); console.log('no cookies accepted'); } else if (document.cookie.includes("cookieConsent=true")) { // Load Google Analytics if consent has been given //loadGoogleAnalytics(); console.log('accepted cookies'); } // Set up event listeners for Accept and Reject buttons document.querySelector('.accept-cookie-btn').addEventListener('click', acceptCookies); document.querySelector('.reject-cookie-btn').addEventListener('click', rejectCookies); document.querySelector('.accept-cookie-cross').addEventListener('click', rejectCookies); }); </script> <script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-modal@1/modal.js"></script> <!-- [Finsweet Attributes] A11Y --> <script>(()=>{var t="https://cdn.jsdelivr.net/npm/@finsweet/attributes-a11y@1/a11y.js",e=document.querySelector(`script[src="${t}"]`);e||(e=document.createElement("script"),e.async=!0,e.src=t,document.head.append(e));})();</script> <!-- [Attributes by Finsweet] CMS Slider --> <script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsslider@1/cmsslider.js"></script> </head><body><div id="faqs" class="page-wrapper"><div class="global-styles w-embed"><style> /* Make text look crisper and more legible in all browsers */ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: optimizeLegibility; } /* Focus state style for keyboard navigation for the focusable elements */ *[tabindex]:focus-visible, input[type="file"]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; } /* Set color style to inherit */ .inherit-color * { color: inherit; } /* Get rid of top margin on first element in any rich text element */ .w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child { margin-top: 0 !important; } /* Get rid of bottom margin on last element in any rich text element */ .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child { margin-bottom: 0 !important; } /* Make sure containers never lose their center alignment */ .container-medium,.container-small, .container-large { margin-right: auto !important; margin-left: auto !important; } /* Make the following elements inherit typography styles from the parent and not have hardcoded values. Important: You will not be able to style for example "All Links" in Designer with this CSS applied. Uncomment this CSS to use it in the project. Leave this message for future hand-off. */ /* a, .w-input, .w-select, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } */ /* Apply "..." after 3 lines of text */ .text-style-3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } /* Apply "..." after 2 lines of text */ .text-style-2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } /* These classes are never overwritten */ .hide { display: none !important; } @media screen and (max-width: 991px) { .hide, .hide-tablet { display: none !important; } } @media screen and (max-width: 767px) { .hide-mobile-landscape{ display: none !important; } } @media screen and (max-width: 479px) { .hide-mobile{ display: none !important; } } .margin-0 { margin: 0rem !important; } .padding-0 { padding: 0rem !important; } .spacing-clean { padding: 0rem !important; margin: 0rem !important; } .margin-top { margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-top { padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-right { margin-top: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-right { padding-top: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-bottom { margin-top: 0rem !important; margin-right: 0rem !important; margin-left: 0rem !important; } .padding-bottom { padding-top: 0rem !important; padding-right: 0rem !important; padding-left: 0rem !important; } .margin-left { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; } .padding-left { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; } .margin-horizontal { margin-top: 0rem !important; margin-bottom: 0rem !important; } .padding-horizontal { padding-top: 0rem !important; padding-bottom: 0rem !important; } .margin-vertical { margin-right: 0rem !important; margin-left: 0rem !important; } .padding-vertical { padding-right: 0rem !important; padding-left: 0rem !important; } /* 10C added styles */ :root { --gradient-bg: linear-gradient(307deg, #35b7a6 0%, #40a0be 14%, #5680d2 29%, #8380cf 43%, #b570c3 57%, #dd6280 71%, #e46851 86%, #efb856 100%); } /* Hero */ .section-hero::before, .section-hero::after { content: ""; position: absolute; width: 100%; height: 200px; /* Adjust height as needed */ left: 0; z-index: 2; pointer-events: none; } .section-hero::before { top: 24px; background: var(--gradient-bg); filter: blur(100px); } .section-hero::after { bottom: -130px; background: var(--gradient-bg); filter: blur(100px); } /* subpage hero */ .section-hero-subpage::before, .section-hero-subpage::after { content: ""; position: absolute; width: 100%; height: 100px; /* Adjust height as needed */ left: 0; z-index: 2; pointer-events: none; } .section-hero-subpage::before { top: -30px; background: var(--gradient-bg); filter: blur(100px); } .section-hero-subpage::after { bottom: -100px; background: var(--gradient-bg); filter: blur(100px); } /* main button styles */ .button { position: relative; /* Required for ::before */ color: white; display: inline-block; overflow: hidden; /* Ensures no gradient overflow */ border: 2px solid transparent; /* Makes border visible */ z-index: 1; } /* Gradient button styles */ .button.is-gradient-border.is-white-background { background: white; } .button.is-gradient-border.is-light-gray { background-image: linear-gradient(#ededed, #ededed), linear-gradient( 307deg, #35b7a6 0%, #40a0be 14%, #5680d2 29%, #8380cf 43%, #b570c3 57%, #dd6280 71%, #e46851 86%, #efb856 100% ); } .button.is-just-text::after { content: ""; display: inline-block; margin-top: -0.5px; width: 8px; height: 14.27px; vertical-align: middle; margin-left: 15px; /* Space between text and arrow */ background-image: url("https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67af6fa14fa6bf0f2f6c2398_ibat-button-arrow-right.png"); /* Paste your PNG URL here */ background-size: contain; background-repeat: no-repeat; background-position: center; transition: transform 0.3s ease; } .button.is-just-text:hover::after { transform: translateX(5px); } .button.is-just-text.is-color-ibatorange::after { background-image: url(https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67b0a2e801903fd77f7ad52a_ibat-orange-button-right.svg); } /* is-text-color-ibat-orange */ .button.is-just-text.is-text-color-ibat-orange::after { background-image: url(https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67b0a2e801903fd77f7ad52a_ibat-orange-button-right.svg); } .button.is-just-text.is-text-color-ibat-turquoise::after { background-image: url(https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67b35bc06fd9c4086e23f845_green-ibat-arrow.svg); } .button.is-just-text.is-text-color-ibat-blue::after { background-image: url(https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67b35bd4258b7f6a1c841afa_blue-ibat-arrow.svg); } .button.is-just-text.is-text-color-ibat-pink::after { background-image: url(https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67b5a57f3093a3f77c51604d_ibat-pink-arrow.svg); } .button.is-just-text.is-text-color-ibat-purple::after { background-image: url(https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67b5a6191a431339b03a161a_ibat-purple-arrow.svg); } .button.is-just-text-back::before { content: ""; display: inline-block; margin-top: 1px; width: 6px; height: 14.27px; margin-right: 25px; /* Space between text and arrow */ background-image: url("https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67b5c09f5426e1510e23bdb4_ibat-back-arrow.svg"); /* Paste your PNG URL here */ background-size: contain; background-repeat: no-repeat; background-position: center; transition: margin-left 0.3s ease; } /* Global page styles */ .section-10-data-cta::after { content: ""; position: absolute; width: 100%; height: 100px; left: -62%; z-index: 2; pointer-events: none; bottom: -35px; background: linear-gradient( 40deg, #35b7a6 0%, #40a0be 14%, #5680d2 29%, #8380cf 43%, #b570c3 57%, #dd6280 71%, #e46851 86%, #efb856 100% ); filter: blur(100px); } .tenc-global_team-section:before { content: ""; position: absolute; width: 100%; height: 300px; left: 52%; z-index: 2; pointer-events: none; top: -267px; background: linear-gradient( 270deg, #35b7a6 0%, #40a0be 14%, #5680d2 29%, #8380cf 43%, #b570c3 57%, #dd6280 71%, #e46851 86%, #efb856 100% ); filter: blur(50px); } /* Blog styles */ .tenc-global_quotes_image-wrapper:before { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.2); border-radius: 30px; } .tenc-global_blog_main-body img { border-radius: 30px; } .tenc-global_blog_main-body h3 { margin-bottom: 15px; } .tenc-global_blog_main-body p { margin-bottom: 15px; } .tenc-global_blog_main-body blockquote { font-weight: 600; border-left: 3px solid transparent; /* Creates space for gradient */ margin-left: 30px; background-clip: padding-box; -webkit-background-clip: border-box; padding: 0 1.25rem; font-size: 1.25rem; line-height: 1.5; position: relative; } .tenc-global_blog_main-body blockquote::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; /* Adjust width for desired thickness */ background: linear-gradient( to bottom, rgba(53, 183, 166, 0.55) 0%, rgba(64, 160, 190, 0.55) 14%, rgba(86, 128, 210, 0.55) 29%, rgba(131, 128, 207, 0.55) 43%, rgba(181, 112, 195, 0.55) 57%, rgba(221, 98, 128, 0.55) 71%, rgba(228, 104, 81, 0.55) 86%, rgba(239, 184, 86, 0.55) 100% ); } @media screen and (max-width: 768px) { .tenc-global_blog_main-body .w-richtext-figure-type-image { max-width: 100%!important; } } /* Box shadow */ .home_news6_content-wrapper2, .home_news6_event-item-short, .srvs_empower-5_ac-wrapper2, .resources_overview-1_grid-item-data, .resources_overview-1_grid-item-tuts, .resources_overview-1_grid-item-faqs, .resources_overview-1_grid-item-case, .resources_overview-1_grid-item-news, .resources_subpage-card_grid-item, .resources_subpage-tutmain_grid-wrapper, .resources_subpage-newsmain_grid-wrapper, .resources_subpage-card-news_grid-item { transition: box-shadow 0.3s ease-in-out; } .home_news6_content-wrapper2:hover, .home_news6_event-item-short:hover, .srvs_empower-5_ac-wrapper2:hover, .resources_overview-1_grid-item-data:hover, .resources_overview-1_grid-item-tuts:hover, .resources_overview-1_grid-item-faqs:hover, .resources_overview-1_grid-item-case:hover, .resources_overview-1_grid-item-news:hover, .resources_subpage-card_grid-item:hover, .resources_subpage-tutmain_grid-wrapper:hover, .resources_subpage-newsmain_grid-wrapper:hover, .resources_subpage-card-news_grid-item:hover { box-shadow: 0px 3px 18.8px -6px rgba(66, 66, 66, 0.6); } /* photo styles */ .tenc-global_image-wrapper { position: relative; } .tenc-global_image-wrapper::before { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); pointer-events: none; } /* Home page styles */ .home_trust4_content-wrapper2::before { position: absolute; content: ""; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 12px; background: white; } .home_trust4_content-wrapper2::after { position: absolute; content: ""; bottom: 0px; left: 50%; transform: translateX(-50%); /* max-width: 306px; */ width: 100%; height: 13px; background: linear-gradient( 9deg, #35b7a6 0%, #40a0be 14%, #5680d2 29%, #8380cf 43%, #b570c3 57%, #dd6280 71%, #e46851 86%, #efb856 100% ); filter: blur(11px); clip-path: inset(0 0 0 0); } .home_trust4_pulsing-img { animation: fadeInOut 0.9s infinite; opacity: 0; } .home_trust4_pulsing-img:nth-child(1) { animation-delay: 0.3s; } .home_trust4_pulsing-img:nth-child(2) { animation-delay: 0.6s; } @keyframes fadeInOut { 0% { opacity: 0; } 10% { opacity: 1; } 50% { opacity: 1; } 70% { opacity: 0; } 100% { opacity: 0; } } .is-bg-purple-shadow { transition: box-shadow 0.3s ease-in-out; } .is-bg-purple-shadow:hover { box-shadow: 0px 23px 50.3px -3px #b570c3; z-index: 0; } /*section-5-home-coalition*/ .section-5-home-coalition::after { position: absolute; content: ""; bottom: -150px; left: 16%; /* transform: translateX(-50%); */ /* max-width: 306px; */ width: 100%; height: 300px; background: linear-gradient( 136deg, #35b7a6 0%, #40a0be 14%, #5680d2 29%, #8380cf 43%, #b570c3 57%, #dd6280 71%, #e46851 86%, #efb856 100% ); filter: blur(160px); } /* Pricing page styles */ /* pricing toggle classes */ /* pricing table */ .pricing_plan-2_detail-description p, .pricing_plan-2_detail-description li, .pricing_plan-2_summary-text { font-size: 1.062rem; /* Adjust as needed */ line-height: 1.4; } .pricing_plan-2_payg-price-list { border-bottom: solid 2px #b2b2b2; } /* Services page */ .section-5-srvs-empower::after, .section-8-srvs-cited::after { content: ""; position: absolute; width: 100%; height: 100px; left: 16%; z-index: 2; pointer-events: none; bottom: -71px; background: linear-gradient( 59deg, #35b7a6 0%, #40a0be 14%, #5680d2 29%, #8380cf 43%, #b570c3 57%, #dd6280 71%, #e46851 86%, #efb856 100% ); filter: blur(72px); } .section-3-collab-interested:before { content: ""; position: absolute; width: 100%; height: 300px; left: -70%; z-index: 2; pointer-events: none; bottom: -257px; background: linear-gradient( 15deg, #35b7a6 0%, #40a0be 14%, #5680d2 29%, #8380cf 43%, #b570c3 57%, #dd6280 71%, #e46851 86%, #efb856 100% ); filter: blur(100px); } .section-2-resources-subpage-questions::before { content: ""; position: absolute; width: 100%; height: 300px; left: 45%; z-index: 2; pointer-events: none; bottom: -288px; background: linear-gradient( 7deg, #35b7a6 0%, #40a0be 14%, #5680d2 29%, #8380cf 43%, #b570c3 57%, #dd6280 71%, #e46851 86%, #efb856 100% ); filter: blur(85px); } /* Full-width container to hold everything */ .tenc-global_top-grey-line { position: relative; width: 100%; height: 115px; z-index: 1; } /* The fixed-width container that clips the gradient but allows blur to extend */ .tenc-global_top-grey-line-wrapper { position: absolute; width: 60%; max-width: 550px; height: 100px; left: 50%; transform: translateX(-50%); overflow: visible; /* Allows the blur to extend beyond the max width */ z-index: 2; } /* The animated, blurred gradient */ .tenc-global_top-grey-line-wrapper::before { content: ""; position: absolute; width: 200%; /* Larger than the container for smooth movement */ height: 114px; left: 0%; top: -110px; transform: translateX(-50%); pointer-events: none; z-index: 1; background: var(--gradient-bg); background-size: 100% 100%; filter: blur(50px); -webkit-filter: blur(50px); /* Moves the gradient while keeping blur intact */ animation: moveGradient1 4s ease-in-out infinite alternate; } /* White mask wrapper that fades to transparent in the middle */ .tenc-global_top-grey-line-mask { position: absolute; width: 100%; /*height: 115px;*/ height: 9rem; left: 0; top: 0; z-index: 3; /* Soft fade effect at the edges */ background: linear-gradient( to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100% ); } @keyframes moveGradient1 { 0% { transform: translateX(0%); } 100% { transform: translateX(-50%); } } .section-tenc-global-data-cta:before { z-index: 1000; } .section-tenc-global-data-cta-inner-wrapper { position: absolute; width: 100%; max-width: 100%; height: 100px; left: 0%; overflow: visible; /* Allows the blur to extend beyond the max width */ z-index: 1; } .section-tenc-global-data-cta-inner-wrapper:before { content: ""; position: absolute; width: 200%; /* Larger than the container for smooth movement */ height: 177px; left: -569px; top: -146px; transform: translateX(-50%); pointer-events: none; z-index: 1; background: linear-gradient( 15deg, #35b7a6 0%, #40a0be 14%, #5680d2 29%, #8380cf 43%, #b570c3 57%, #dd6280 71%, #e46851 86%, #efb856 100% ); filter: blur(100px); -webkit-filter: blur(100px); /* Moves the gradient while keeping blur intact */ animation: moveGradient2 4s ease-in-out infinite alternate; } .section-tenc-global-data-cta-mask { position: absolute; width: 100%; height: 500px; left: 0; bottom: 100px; z-index: 3; /* Soft fade effect at the edges */ background: linear-gradient( to right, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0) 3%, rgba(237, 237, 237, 1) 50%, rgba(237, 237, 237, 1) 97%, rgba(237, 237, 237, 1) 100% ); } @keyframes moveGradient2 { 0% { transform: translateX(10%); } 100% { transform: translateX(-60%); } } @media only screen and (max-width: 767px) { .tenc-global_top-grey-line-wrapper { width: 75%; } .tenc-global_top-grey-line-mask { background: linear-gradient( to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 97%, rgba(255, 255, 255, 1) 100% ); } .section-tenc-global-data-cta-mask { } /* .tenc-global_data-cta_grid-wrapper { margin-bottom: 426px; }*/ } /*.section-tenc-global-request-demo::before, .section-2-srvs-request-demo::before*/ .tenc-global_top-animated-gradient-wrapper::before { content: ""; position: absolute; width: 200%; /* Make it extra wide for smooth looping */ height: 142px; /* Keep your original height */ left: 00%; top: -89px; transform: translateX(-50%); z-index: 2; pointer-events: none; overflow: hidden; background: var(--gradient-bg); background-size: 100% 100%; /* Ensures seamless transition */ filter: blur(86px); -webkit-filter: blur(86px); /* Safari fix */ /* Animate the gradient smoothly */ animation: moveGradientSrvs1 4s ease-in-out infinite alternate; } @keyframes moveGradientSrvs1 { 0% { transform: translateX(0%); } 100% { transform: translateX(-50%); } } /* wtf nav class */ .nav_menu_link:lang(en) { color: #424242; } .nav_menu_link:active, .nav_drop-text:active { color: #b570c3; } .nav_menu_link:visited { color: #424242; } .nav_menu_link:hover, .nav_drop-text:hover { color: #b570c3; } .about_coalition-2_link-block img { filter: invert(50%); } .about_coalition-2_link-block:hover img { filter: invert(100%); } .home_coalition5_logo-link-wrapper:hover img { filter: invert(20%); } .section-hero-subpage .is-background-tint::before { content: ''; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); } .background-video:before { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0,0,0,0.3); } /* Navigation on slightly smaller screens */ .tenc-global_button-wrapper-extra-ham.is-nav-button-wrapper { display: none; } @media screen and (min-width: 1200px) { .nav_drop:hover > .nav_drop-list { display: block; } .is-access-drop:hover > .nav_drop-list { display: block; } } @media screen and (max-width: 1199px) { .w-nav[data-collapse="medium"] .w-nav-menu { display: none; /*height: 100%;*/ } .w-nav[data-collapse="medium"] .w-nav-button { display: block; padding-top: 24px; } .nav_ham { width: 30px; } .nav { padding-top: 10px; } .w-nav-button.w--open { background-color: transparent; } [data-nav-menu-open] { background-color: white; } .w-nav-overlay { /*max-height: 100%;*/ } .nav_menu_link-wrapper { align-items: center; } .nav_menu_link-wrapper { padding-left: 15px; } .w-dropdown-link { padding-left: 15px; } } .button.is-super-small { display: none!important; } .button.is-not-small { display: inline-flex!important; } @media screen and (max-width: 1200px) and (min-width: 769px) { .tenc-global_button-wrapper.is-nav-button-wrapper { display: none; } .tenc-global_button-wrapper-extra-ham.is-nav-button-wrapper { display: flex; background-color: transparent; } .w-nav-overlay { /*overflow: visible;*/ } } /* Media query just for the smaller desktop nav */ @media screen and (max-width: 1400px) and (min-width: 1200px) { .nav_menu_link-wrapper { grid-column-gap: 0px; padding-right: 10px; } .tenc-global_button-wrapper.is-nav-button-wrapper { grid-column-gap: 20px; } /* .nav_drop-list { display: flex; } */ } @media screen and (max-width: 1199px) and (min-width: 993px) { .w--nav-dropdown-list-open { position: absolute; } .nav_drop-list { display: block; } .tenc-global_svg-embed { display: none; } .w-nav[data-collapse="medium"] .w-nav-menu { height: 321px; } } @media only screen and (max-width: 350px) { .button.is-super-small { display: inline-flex!important; } .button.is-not-small { display: none!important; } /* .button.is-button-gradient-v1.is-no-br-right { border-top-right-radius: 30px; border-bottom-right-radius: 30px; width: auto; display: block; margin-bottom: 15px; } .button.is-gradient-border.is-no-br-left { border-top-left-radius: 30px; border-bottom-left-radius: 30px; width: auto; display: block; } .button.is-gradient-border.is-no-br-left::before { border-top-left-radius: 30px!important; border-bottom-left-radius: 30px!important; } .pricing_plan-2_toggle-wrapper { display: flex; flex-direction: column; align-items: center; }*/ } .is-button-gradient-v1 { position: relative; display: inline-block; padding: 10px 20px; border-radius: 30px; /* Ensures rounded edges */ text-align: center; color: white; background: linear-gradient(307deg, #35b7a6 0%, #40a0be 14%, #5680d2 29%, #8380cf 43%, #b570c3 57%, #dd6280 71%, #e46851 86%, #efb856 100%); background-clip: padding-box; border: none; transition: background 0.3s ease-in-out, color 0.3s ease-in-out; } /* The gradient border effect (pseudo-element method) */ .is-button-gradient-v1::before { content: ""; position: absolute; top: 0.5px; left: 0px; right: 0px; bottom: 0px; border-radius: 30px; padding: 2px; background: linear-gradient(307deg, #35b7a6 0%, #40a0be 14%, #5680d2 29%, #8380cf 43%, #b570c3 57%, #dd6280 71%, #e46851 86%, #efb856 100%); -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white); mask: linear-gradient(white, white) content-box, linear-gradient(white, white); -webkit-mask-composite: destination-out; mask-composite: exclude; transition: opacity 0.3s ease-in-out; opacity: 0; /* Initially hidden */ } /* Hover Effect: Make background transparent, show border */ .is-button-gradient-v1:hover { background: transparent; } .is-button-gradient-v1:hover::before { opacity: 1; /* Show border on hover */ } .is-gradient-border { position: relative; display: inline-block; padding: 9.3px 20px 9.5px; margin-top: -3px; border-radius: 30px; /* Ensures rounded edges */ text-align: center; color: white; background: transparent; border: none; transition: background 0.3s ease-in-out, color 0.1s ease-in-out; } /* The gradient border effect (pseudo-element method) */ .is-gradient-border::before { content: ""; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; border-radius: 30px; padding: 2px; background: linear-gradient(307deg, #35b7a6 0%, #40a0be 14%, #5680d2 29%, #8380cf 43%, #b570c3 57%, #dd6280 71%, #e46851 86%, #efb856 100%); -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white); mask: linear-gradient(white, white) content-box, linear-gradient(white, white); -webkit-mask-composite: destination-out; mask-composite: exclude; transition: background 0.1s ease-in-out, opacity 0.1s ease-in-out; } /* Hover Effect: Fill with Gradient */ .is-gradient-border:hover { background: linear-gradient(307deg, #35b7a6 0%, #40a0be 14%, #5680d2 29%, #8380cf 43%, #b570c3 57%, #dd6280 71%, #e46851 86%, #efb856 100%); color: white; } /* Hide Border on Hover */ .is-gradient-border:hover::before { opacity: 0; /* Border disappears on hover */ } /* pricing button styles */ .button.is-no-br-left, .button.is-no-br-right { padding: 10px 20px 10px; } .button.is-gradient-border.is-no-br-left:hover { background: transparent; color: #8380D3; } .is-gradient-border.is-no-br-left:hover::before { opacity: 1; } .button.is-gradient-border.is-no-br-left::before { border-top-left-radius: 0; border-bottom-left-radius: 0; } .button.is-gradient-border.is-no-br-right::before { border-top-right-radius: 0; border-bottom-right-radius: 0; } .button.is-no-br-right { margin-right: -1px; /*top: -1px;*/ } .button.is-gradient-border.is-no-br-right { border-top-right-radius: 0; border-bottom-right-radius: 0; display: inline-block; } .button.is-gradient-border.is-no-br-right:hover { background: transparent; color: #8380D3; } .is-gradient-border.is-no-br-right:hover::before { opacity: 1; } .pricing-payg-active, .pricing-sub-active { pointer-events: none; } .is-gradient-border.pricing-sub-active { } .is-button-gradient-v1.pricing-payg-active { border-top-left-radius: 0; border-bottom-left-radius: 0; } @media (pointer: coarse) { .button.is-gradient-border.is-no-br-left:hover, .is-gradient-border.is-no-br-right:hover::before, .button.is-gradient-border.is-no-br-right:hover { all: revert-layer; } } .footer_bottom-footer_text-link, .footer_bottom-footer_copy-info { font-size: 0.9rem!important; } /* 10C global font overrides */ h1, .tenc-global_large-number-counter { font-size: clamp(3rem, 5vw, 5rem) !important; /* 32px to 80px */ } h2, .heading-style-h2 { font-size: clamp(2.2rem, 4vw, 2.9375rem) !important; /* 28px to 47px */ } h3 { font-size: clamp(1.8rem, 3.5vw, 2.125rem) !important; /* 24px to 34px */ } h4, .tenc-global_blog_main-body blockquote, .hero-subpage_desc { font-size: clamp(1.18rem, 3vw, 1.5rem) !important; /* 20px to 24px */ } .hero-subpage_desc { font-size: clamp(1.2rem, 3vw, 1.35rem) !important; /* 20px to 24px */ } p, li, a, .tenc-global_form-checkbox-label, .tenc-global_form-label, .tenc-global_text-field, .tenc-global_text-area, .tenc-global_text-area::placeholder, .tenc-global_select-field, .fs_modal-2_button div { font-size: clamp(1.05rem, 1.2vw, 1.1875rem) !important; } .tenc-global_photo-caption_wrapper p { font-size: clamp(0.95rem, 1.5vw, 1rem) !important; } @media only screen and (max-width: 1199px) { .nav_menu_link { font-size: 85%; } } .tenc-global_select-field { height: 41px; } /* javascript styles */ .nav_solo-drop { padding-left: 0; } #navi { transition: height 0.3s ease-in; height: 100px; /* Default height */ background-color: rgba(255, 255, 255, 1); } #navi.nav_scrolled { height: 70px; background-color: rgba(255, 255, 255, 0.85); } #logo { transition: transform 0.3s ease-in-out, height 0.3s ease-in; height: 60px; /* Default height */ } #logo.logo_scrolled { height: 40px; transform: scale(0.9); /* Slight scale effect for smoothness */ } .tenc-global_svg-embed { fill: currentColor; transition: transform 0.3s ease; } .tenc-global_no-underline-link:hover .tenc-global_svg-embed { transform: translateX(5px); } @media screen and (max-width: 1300px) and (min-width: 992px) { .tenc-global_data-cta_image { width: 600px; } } @media screen and (max-width: 992px) { .tenc-global_dropdown-arrow { display: none; } } @media screen and (max-width: 767px) { .section-hero-subpage.is-hero-height-medium.is-background-position, .section-hero-subpage.is-hero-height-medium.is-background-position-copy { min-height: calc(100vh - 80px)!important; height: 100%; } } @media screen and (max-width: 479px) { .nav.is-smaller-mobile { padding-top: 0; } } .w-nav-overlay { height: calc(100dvh - 100px) !important; max-height: none !important; overflow-y: auto !important; -webkit-overflow-scrolling: touch; } .nav_scrolled .w-nav-overlay { height: calc(100dvh - 70px) !important; } .as-show { display: block; } .default-subpage_text-content h3 { margin-top: 30px; margin-bottom: 30px; } .default-subpage_text-content p { margin-bottom: 15px; } .cancel-body-overflow { overflow: hidden; } /* Testimonial bg colors */ #home .tenc-global_testimonial-section, #services .tenc-global_testimonial-section, #collaborations .tenc-global_testimonial-section { background-color: var(--base-color-brand--ibat-light-grey); } #fs-modal-2-popup { z-index: 9999; overflow: auto; } @media screen and (max-height: 700px) { #fs-modal-2-popup { align-items: flex-start; } } .home_trust4_white-text, .home_trust4_lastupdate-text { /*font-size: 1.5rem!important;*/ font-weight: 700; } .dpr-body-table { border: 1px solid black; grid-auto-flow: Row } .dpr-table-title-item, .dpr-table-body-item { padding: 8px 12px; outline: 1px solid black; background: white; } .dpr-table-title-item { background: #ededed; } /* @media (max-width: 767px) { .dpr-body-table { grid-auto-flow: column; } .is-dpr-table-col-1 { order: 1; } .is-dpr-table-col-2 { order: 2; } }*/ .report-extra-info_grid-wrapper { display: none; } .report-extra-info_grid-wrapper.is-visible { display: block; } .report-extra-info_tab-item { position: relative; } .report-extra-info_tab-item:before { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(255,255,255,0.4); } .report-extra-info_tab-item:first-child:before { border-top-left-radius: 30px; } .report-extra-info_tab-item:hover:before { background-color: rgba(255,255,255,0); } .report-extra-info_tab-item.w--current:before { background-color: rgba(255,255,255,0); } .report-extra-info_tab-item:first-child { border-top-left-radius: 30px!important; } .report-extra-info_tab-item p { color: white; z-index: 100; position: relative; } .dpr-body-method-table, .dpr-body-method-table-2, .dpr-body-method-table-3 { border: 1px solid black; grid-auto-flow: Row } .dpr-body-method-title, .dpr-body-method-sub-title, .dpr-body-method-body { padding: 8px 12px; outline: 1px solid black; background: white; } .dpr-body-method-title, .dpr-body-method-sub-title { background: #ededed; } .dpr-body-method-table-3 .dpr-body-method-title, .dpr-body-method-table-3 .dpr-body-method-sub-title, .dpr-body-method-table-3 .dpr-body-method-body { text-align: left; } .resources_subpage-card_video-aspect-ratio { padding-top: 340px!important } @media only screen and (max-width: 767px) { .resources_subpage-card_video-aspect-ratio { /*padding-top: auto!important*/ } .dpr-body-table .dpr-table-body-item:nth-child(2n):not(:last-child) { margin-bottom: 20px; } .dpr-table-body-item::before { content: attr(data-label); font-weight: 700; display: block; margin-bottom: 10px; text-decoration: underline; } .dpr-table-title-item { display: none; } .dpr-body-method-body::before { content: attr(data-label); font-weight: 700; display: block; margin-bottom: 5px; text-decoration: underline; } .dpr-body-method-sub-title, .dpr-body-method-title { display: none; } .dpr-body-method-table .dpr-body-method-body:nth-child(6n + 1):not(:last-child) { margin-bottom: 20px; } .dpr-body-method-table-2 .dpr-body-method-body:nth-child(4n + 1):not(:last-child) { margin-bottom: 20px; } .dpr-body-method-table-3 .dpr-body-method-body:nth-child(4n + 4):not(:last-child) { margin-bottom: 20px; } .dpr-body-method-table-2 .dpr-body-method-body:nth-child(4n + 2) p { font-weight: 700; } .dpr-body-method-table, .dpr-body-method-table-2, .dpr-body-method-table-3, .dpr-body-table { background-color: #ededed; } } html.w-editor .is-hidden-section { display: block !important; margin-top: 30px; } .is-outline-dark.is-active-filter { background-color: #424242; color: white; } .is-ibat-turquoise-outline { border: solid 2px #35b7a6; color: #35b7a6; } .is-ibat-turquoise-outline.is-active-filter, .is-ibat-turquoise-outline:hover { background-color: #35b7a6; color: white; } .is-ibat-orange-outline { border: solid 2px #e46851; color: #e46851; } .is-ibat-orange-outline.is-active-filter, .is-ibat-orange-outline:hover { background-color: #e46851; color: white; } body { overflow-x: hidden; } .section-image-dataset::before { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0,0,0,0.3); } </style></div><div data-animation="default" class="nav w-nav" data-easing2="ease" data-easing="ease" data-collapse="medium" data-w-id="54abbb08-edb7-2acf-0946-0cfc1a02944c" role="banner" data-duration="400" id="navi" data-doc-height="1"><div class="nav_wrapper"><a href="/" class="nav_brand w-nav-brand"><img src="https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67af52c07402157c6e15d846_iBatLogoHD.svg" loading="lazy" id="logo" alt="" class="nav_logo is-smaller-mobile"/></a><div class="nav-menu-items-wrapper"><nav role="navigation" class="nav_menu w-nav-menu"><div class="nav_menu_link-wrapper"><div data-hover="false" data-delay="0" data-w-id="2e4ff4a5-3c87-ad94-5384-275560715f7d" class="nav_drop w-dropdown"><div class="nav_drop_toggle nav_solo-drop w-dropdown-toggle"><a href="/services" class="nav_drop_main_link is-access-drop w-inline-block"><p class="nav_drop-text">Services</p></a><div class="tenc-global_svg-embed is-ibat-slate tenc-global_dropdown-arrow w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9 18l6-6-6-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg></div></div><nav class="nav_drop-list nav_mobile-drop-styles w-dropdown-list"><a href="/pricing" class="nav_menu_link is-nav-drop w-dropdown-link">Our pricing</a><a href="/collaborations" class="nav_menu_link is-nav-drop w-dropdown-link">Collaborations</a></nav></div><a href="/data" class="nav_menu_link w-nav-link">Data</a><a href="/news" class="nav_menu_link w-nav-link">News</a><div data-hover="false" data-delay="0" data-w-id="c14b6838-c7df-3646-b6e3-4a4d293f675d" class="nav_drop w-dropdown"><div class="nav_drop_toggle w-dropdown-toggle"><a href="/resources" class="nav_drop_main_link w-inline-block"><p class="nav_drop-text">Resources</p></a><div class="tenc-global_svg-embed is-ibat-slate tenc-global_dropdown-arrow w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9 18l6-6-6-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg></div></div><nav class="nav_drop-list nav_mobile-drop-styles w-dropdown-list"><a href="/datasets" class="nav_menu_link is-nav-drop w-dropdown-link">Datasets</a><a href="/case-studies" class="nav_menu_link w-dropdown-link">Case studies</a><a href="/ibat-tutorials" class="nav_menu_link is-nav-drop w-dropdown-link">Tutorials</a><a href="/faqs" aria-current="page" class="nav_menu_link is-nav-drop w-dropdown-link w--current">FAQs</a></nav></div><a href="/about" class="nav_menu_link w-nav-link">About</a><a href="/contact" class="nav_menu_link w-nav-link">Contact</a></div><div class="tenc-global_button-wrapper is-nav-button-wrapper is-mobile-left-align"><a href="https://app.ibat-alliance.org/users/sign_in" target="_blank" class="button is-outline-grey is-transparent-background w-button">Login</a><a fs-modal-element="open" href="#" class="button is-gradient-border is-orig-nav-button w-button">Request a demo</a><div aria-roledescription="open-modal-trigger" class="fs_modal-2_button button is-gradient-border" data-w-id="d60f1fc7-e0dc-8330-16a0-01656651bed6" role="button" aria-haspopup="dialog" aria-controls="fs-modal-2-popup" fs-modal-element="open-1" aria-expanded="false" tabindex="0"><div>Request a demo</div></div></div></nav><div class="nav_button-ham-wrap"><div class="tenc-global_button-wrapper-extra-ham is-nav-button-wrapper"><a href="#" class="button is-outline-grey is-transparent-background w-button">Login</a><a href="#" class="button is-gradient-border hide w-button">Request a demo</a><div aria-expanded="false" fs-modal-element="open-1" role="button" aria-roledescription="open-modal-trigger" aria-controls="fs-modal-2-popup" aria-haspopup="dialog" tabindex="0" class="fs_modal-2_button button is-gradient-border"><div>Request a demo</div></div></div><div class="nav_ham-wrap w-nav-button"><div data-is-ix2-target="1" class="nav_ham" data-w-id="cf4c1f15-fb2c-95ec-6188-cd40e30f012f" data-animation-type="lottie" data-src="https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67b6f181c10f32a5f4d3adcc_hamburger-amin-2.json" data-loop="0" data-direction="1" data-autoplay="0" data-renderer="svg" data-default-duration="0" data-duration="2" data-ix2-initial-state="0"></div></div></div></div></div></div><div class="main-wrapper"><div class="tenc-global_nav-spacer"></div><div class="section-1-resources-subpage is-background-white"><div class="tenc-global_top-animated-gradient-wrapper"><div class="padding-global padding-section-large is-mobile-top"><div class="container-large"><div class="resources_subpage-head_grid-wrapper"><div class="resources_subpage-head_grid-item"><div class="resources_subpage-head_ac-wrapper"><div class="resources_subpage-head_back-wrapper"><a href="/resources" class="button is-just-text-back w-button">Resources</a></div><div class="spacer-large"></div><h1 class="heading-style-h2 is-resources-heading">FAQs</h1><div class="spacer-medium"></div><div class="resources_subpage-head_text-wrapper"><p class="resources_subpage-head_description">Frequently asked questions and answers</p></div></div></div></div><div class="spacer-huge"></div><div class="tenc-global_faqs_component"><div class="tenc-global_faqs_list"><div class="tenc-global_faqs_accordion"><div data-w-id="6374ed30-5b87-6b04-9079-c3891bcceadd" class="tenc-global_faqs_question"><h4 class="tenc-global_faqs_question-heading"><strong>How do I change my subscription?</strong></h4><div class="tenc-global_faqs_icon-wrapper"><div class="icon-embed-small w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M16.5303 20.8839C16.2374 21.1768 15.7626 21.1768 15.4697 20.8839L7.82318 13.2374C7.53029 12.9445 7.53029 12.4697 7.82318 12.1768L8.17674 11.8232C8.46963 11.5303 8.9445 11.5303 9.2374 11.8232L16 18.5858L22.7626 11.8232C23.0555 11.5303 23.5303 11.5303 23.8232 11.8232L24.1768 12.1768C24.4697 12.4697 24.4697 12.9445 24.1768 13.2374L16.5303 20.8839Z" fill="currentColor"/> </svg></div></div></div><div style="width:100%;height:0px" class="tenc-global_faqs_answer"><p class="tenc-global_faqs_answer-text">Get in touch with the IBAT team who can guide you to the best subscriptin for your use case at ibat@ibat-alliance.org</p><div class="spacer-medium"></div></div></div><div class="tenc-global_faqs_accordion"><div data-w-id="37aff3df-20b2-22c5-e118-b49b1d0d1b8e" class="tenc-global_faqs_question"><h4 class="tenc-global_faqs_question-heading"><strong>Are subscriptions for a single user or multi-users?</strong></h4><div class="tenc-global_faqs_icon-wrapper"><div class="icon-embed-small w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M16.5303 20.8839C16.2374 21.1768 15.7626 21.1768 15.4697 20.8839L7.82318 13.2374C7.53029 12.9445 7.53029 12.4697 7.82318 12.1768L8.17674 11.8232C8.46963 11.5303 8.9445 11.5303 9.2374 11.8232L16 18.5858L22.7626 11.8232C23.0555 11.5303 23.5303 11.5303 23.8232 11.8232L24.1768 12.1768C24.4697 12.4697 24.4697 12.9445 24.1768 13.2374L16.5303 20.8839Z" fill="currentColor"/> </svg></div></div></div><div style="width:100%;height:0px" class="tenc-global_faqs_answer"><p class="tenc-global_faqs_answer-text">All IBAT subscriptions can be used by multiple users including consultants working for your business. Please select ‘organisation’ instead of ‘personal’ account type. Once you’ve created an account go to ‘Manage Users’ to add sub-users to your organisation’s account.</p><div class="spacer-medium"></div></div></div><div class="tenc-global_faqs_accordion"><div data-w-id="7498f78c-3f0f-7622-72eb-39e04a676523" class="tenc-global_faqs_question"><h4 class="tenc-global_faqs_question-heading"><strong>How can I add colleagues or contractors to our organisation’s IBAT account?</strong></h4><div class="tenc-global_faqs_icon-wrapper"><div class="icon-embed-small w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M16.5303 20.8839C16.2374 21.1768 15.7626 21.1768 15.4697 20.8839L7.82318 13.2374C7.53029 12.9445 7.53029 12.4697 7.82318 12.1768L8.17674 11.8232C8.46963 11.5303 8.9445 11.5303 9.2374 11.8232L16 18.5858L22.7626 11.8232C23.0555 11.5303 23.5303 11.5303 23.8232 11.8232L24.1768 12.1768C24.4697 12.4697 24.4697 12.9445 24.1768 13.2374L16.5303 20.8839Z" fill="currentColor"/> </svg></div></div></div><div style="width:100%;height:0px" class="tenc-global_faqs_answer"><p class="tenc-global_faqs_answer-text">To add other users to your subscription, click on the arrow beside your name in the top right-hand corner of the screen. Click ‘Organisation Dashboard’, then ‘Manage users’. Here you can add other users to your organisation’s IBAT account. Use the checkboxes to set whether the account is enabled and whether the user is an admin. If set as inactive, an account can be reactivated at any time.</p><div class="spacer-medium"></div></div></div><div class="tenc-global_faqs_accordion"><div data-w-id="f9dc8e0b-1852-8943-c328-e4e025508948" class="tenc-global_faqs_question"><h4 class="tenc-global_faqs_question-heading"><strong>What data are included in the GIS download?</strong></h4><div class="tenc-global_faqs_icon-wrapper"><div class="icon-embed-small w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M16.5303 20.8839C16.2374 21.1768 15.7626 21.1768 15.4697 20.8839L7.82318 13.2374C7.53029 12.9445 7.53029 12.4697 7.82318 12.1768L8.17674 11.8232C8.46963 11.5303 8.9445 11.5303 9.2374 11.8232L16 18.5858L22.7626 11.8232C23.0555 11.5303 23.5303 11.5303 23.8232 11.8232L24.1768 12.1768C24.4697 12.4697 24.4697 12.9445 24.1768 13.2374L16.5303 20.8839Z" fill="currentColor"/> </svg></div></div></div><div style="width:100%;height:0px" class="tenc-global_faqs_answer"><p class="tenc-global_faqs_answer-text">PAYG GIS downloads (less than 1,000,000km2) include all three datasets (World Database on Protected Areas, World Database of KeyBiodiversity Areas, and IUCN Red Listed species polygons). A polygon request returns the full shapefile of the protected area, Key Biodiversity Area, or IUCN Red Listed species that intersects with that polygon instead a cropped subset of the data.<strong> <br/><br/>‍</strong>Global datasets available to Enterprise and Enterprise Plus subscribers include the World Database on Protected Areas and the World Database of Key Biodiversity Areas. For more information on the available GIS downloads please view the sample <a href="https://www.ibat-alliance.org/services">GIS downloads</a>.</p><div class="spacer-medium"></div></div></div><div class="tenc-global_faqs_accordion"><div data-w-id="5e3db6d2-7e7b-3470-ebde-5a32db1552ce" class="tenc-global_faqs_question"><h4 class="tenc-global_faqs_question-heading"><strong>What is included in IBAT reports?</strong></h4><div class="tenc-global_faqs_icon-wrapper"><div class="icon-embed-small w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M16.5303 20.8839C16.2374 21.1768 15.7626 21.1768 15.4697 20.8839L7.82318 13.2374C7.53029 12.9445 7.53029 12.4697 7.82318 12.1768L8.17674 11.8232C8.46963 11.5303 8.9445 11.5303 9.2374 11.8232L16 18.5858L22.7626 11.8232C23.0555 11.5303 23.5303 11.5303 23.8232 11.8232L24.1768 12.1768C24.4697 12.4697 24.4697 12.9445 24.1768 13.2374L16.5303 20.8839Z" fill="currentColor"/> </svg></div></div></div><div style="width:100%;height:0px" class="tenc-global_faqs_answer"><p class="tenc-global_faqs_answer-text">Each IBAT report varies in the way the data is displayed and interpreted. For more information on the available reports, their intended use cases and contents please view the <a href="https://www.ibat-alliance.org/services">sample reports</a>.</p><div class="spacer-medium"></div></div></div><div class="tenc-global_faqs_accordion"><div data-w-id="4fa55481-f8e3-779d-7cb0-132e71b52e85" class="tenc-global_faqs_question"><h4 class="tenc-global_faqs_question-heading"><strong>How often are IBAT datasets updated?</strong></h4><div class="tenc-global_faqs_icon-wrapper"><div class="icon-embed-small w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M16.5303 20.8839C16.2374 21.1768 15.7626 21.1768 15.4697 20.8839L7.82318 13.2374C7.53029 12.9445 7.53029 12.4697 7.82318 12.1768L8.17674 11.8232C8.46963 11.5303 8.9445 11.5303 9.2374 11.8232L16 18.5858L22.7626 11.8232C23.0555 11.5303 23.5303 11.5303 23.8232 11.8232L24.1768 12.1768C24.4697 12.4697 24.4697 12.9445 24.1768 13.2374L16.5303 20.8839Z" fill="currentColor"/> </svg></div></div></div><div style="width:100%;height:0px" class="tenc-global_faqs_answer"><p class="tenc-global_faqs_answer-text">Each dataset is updated at different frequencies. The World Database on Protected Areas is updated each month, the World Database of Key Biodiversity Areas is updated twice a year, and the IUCN Red List is updated two to three times a year.</p><div class="spacer-medium"></div></div></div><div class="tenc-global_faqs_accordion"><div data-w-id="3c56a955-8046-e30d-a5f6-58c0790f5dc9" class="tenc-global_faqs_question"><h4 class="tenc-global_faqs_question-heading"><strong>How can I use the data?</strong></h4><div class="tenc-global_faqs_icon-wrapper"><div class="icon-embed-small w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M16.5303 20.8839C16.2374 21.1768 15.7626 21.1768 15.4697 20.8839L7.82318 13.2374C7.53029 12.9445 7.53029 12.4697 7.82318 12.1768L8.17674 11.8232C8.46963 11.5303 8.9445 11.5303 9.2374 11.8232L16 18.5858L22.7626 11.8232C23.0555 11.5303 23.5303 11.5303 23.8232 11.8232L24.1768 12.1768C24.4697 12.4697 24.4697 12.9445 24.1768 13.2374L16.5303 20.8839Z" fill="currentColor"/> </svg></div></div></div><div style="width:100%;height:0px" class="tenc-global_faqs_answer"><p class="tenc-global_faqs_answer-text">Please see IBAT Terms of Use <a href="https://www.ibat-alliance.org/terms">here</a>.</p><div class="spacer-medium"></div></div></div><div class="tenc-global_faqs_accordion"><div data-w-id="b041bac4-4667-f49b-b0a8-0a30ba9e00ef" class="tenc-global_faqs_question"><h4 class="tenc-global_faqs_question-heading"><strong>Where does the money from the subscription go?</strong></h4><div class="tenc-global_faqs_icon-wrapper"><div class="icon-embed-small w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M16.5303 20.8839C16.2374 21.1768 15.7626 21.1768 15.4697 20.8839L7.82318 13.2374C7.53029 12.9445 7.53029 12.4697 7.82318 12.1768L8.17674 11.8232C8.46963 11.5303 8.9445 11.5303 9.2374 11.8232L16 18.5858L22.7626 11.8232C23.0555 11.5303 23.5303 11.5303 23.8232 11.8232L24.1768 12.1768C24.4697 12.4697 24.4697 12.9445 24.1768 13.2374L16.5303 20.8839Z" fill="currentColor"/> </svg></div></div></div><div style="width:100%;height:0px" class="tenc-global_faqs_answer"><p class="tenc-global_faqs_answer-text">IBAT is an important cost recovery mechanism and IBAT subscriptions directly support the update and maintenance of three of the world’s most authoritative global datasets: the World Database on Protected Areas, the World Database of Key Biodiversity Areas, and the IUCN Red List of Threatened Species.<strong> <br/><br/>‍</strong>The annual cost of updating and maintaining these datasets is estimated at US$6.5 million. An additional US$114 million will be needed to reach baselines of data coverage for global biodiversity and conservation knowledge products.<br/><br/>Thank you for your support.</p><div class="spacer-medium"></div></div></div><div class="tenc-global_faqs_accordion"><div data-w-id="aaabfbf6-0d1d-b853-167d-e06b2ce38b85" class="tenc-global_faqs_question"><h4 class="tenc-global_faqs_question-heading"><strong>Why is the country that my site appears in shown as &#x27;Not applicable&#x27;?</strong></h4><div class="tenc-global_faqs_icon-wrapper"><div class="icon-embed-small w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M16.5303 20.8839C16.2374 21.1768 15.7626 21.1768 15.4697 20.8839L7.82318 13.2374C7.53029 12.9445 7.53029 12.4697 7.82318 12.1768L8.17674 11.8232C8.46963 11.5303 8.9445 11.5303 9.2374 11.8232L16 18.5858L22.7626 11.8232C23.0555 11.5303 23.5303 11.5303 23.8232 11.8232L24.1768 12.1768C24.4697 12.4697 24.4697 12.9445 24.1768 13.2374L16.5303 20.8839Z" fill="currentColor"/> </svg></div></div></div><div style="width:100%;height:0px" class="tenc-global_faqs_answer"><p class="tenc-global_faqs_answer-text">In order to determine the country that a site is located in, IBAT uses a layer provided by the UN Environment Programme World Conservation Monitoring Centre (UNEP-WCMC). This layer is a combination of the World Vector Shoreline (WVS) and Exclusive Economic Zones (EEZ) layers and is provided with the following disclaimer:<br/><br/>The designations employed and the presentation of material on this map do not imply the expression of any opinion whatsoever on the part of the Secretariat of the United Nations concerning the legal status of any country, territory, city or area or of its authorities, or concerning the delimitation of its frontiers or boundaries.</p><div class="spacer-medium"></div></div></div></div></div></div></div></div></div><div class="section-2-resources-subpage-questions is-background-white"><div class="padding-global padding-section-large is-faq-no-top"><div class="container-large"><div class="resources_subpage-faqs-2_grid-wrapper"><div class="resources_subpage-faqs-2_grid-item"><div class="resources_subpage-faqs-2_ac-wrapper"><h2 class="resources_subpage-faqs-2_heading">Still have questions?</h2><div class="spacer-large"></div><div class="resources_subpage-faqs-2_text-wrapper"><p class="resources_subpage-faqs-2_text">We&#x27;re here to help you</p></div><div class="spacer-large"></div><div class="tenc-global_button-wrapper"><a href="/contact" class="button is-outline-dark w-button">Get in touch</a></div></div></div></div></div></div></div><div class="section-tenc-global-data-cta"><div class="padding-global padding-section-large"><div class="container-large"><div class="tenc-global_data-cta_grid-wrapper"><div class="tenc-global_data-cta_grid-item"><div class="tenc-global_data-cta_left-content-wrapper"><div class="tenc-global_data-cta_logo-wrapper"><img src="https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67b0d65adc8aabef1106e2b6_data-for-life.svg" loading="lazy" alt="" class="tenc-global_data-cta_image is-smaller-image"/></div><div class="spacer-medium"></div><div class="tenc-global_data-cta_text-wrapper"><h3 class="tenc-global_data-cta_text">Learn how IBAT can transform your relationship with data and support your nature-positive goals</h3></div><div class="spacer-medium"></div><div class="tenc-global_button-wrapper"><a href="/contact" class="button is-outline-grey is-transparent-background w-button">Sign-up</a><a href="#" class="button is-gradient-border is-orig-nav-button w-button">Request a demo</a><div aria-expanded="false" fs-modal-element="open-1" role="button" aria-roledescription="open-modal-trigger" aria-controls="fs-modal-2-popup" aria-haspopup="dialog" tabindex="0" class="fs_modal-2_button button is-gradient-border"><div>Request a demo</div></div></div><div class="spacer-huge"></div></div></div></div></div></div><div class="section-tenc-global-data-cta-inner-wrapper"><div class="section-tenc-global-data-cta-mask"></div></div><div class="tenc-global_data-cta_image-wrapper"><img src="https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67cf208054f828cfd1a92533_ReportPageMockup_1.png" loading="lazy" sizes="(max-width: 1636px) 100vw, 1636px" srcset="https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67cf208054f828cfd1a92533_ReportPageMockup_1-p-500.png 500w, https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67cf208054f828cfd1a92533_ReportPageMockup_1-p-800.png 800w, https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67cf208054f828cfd1a92533_ReportPageMockup_1-p-1080.png 1080w, https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67cf208054f828cfd1a92533_ReportPageMockup_1.png 1636w" alt="IBAT report page from app" class="tenc-global_data-cta_image"/></div></div></div><footer class="footer"><div class="padding-global padding-section-large is-padding-mobile-footer"><div class="container-large"><div class="footer_top-footer_grid-wrapper"><div id="w-node-_64f4ea18-7ed9-ab00-bbd1-568bec75a416-ec75a412" class="footer_top-footer_grid-item"><div class="footer_top-footer_lc-wrapper"><div class="footer_top-footer_logo-wrapper"><img src="https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67b0f1c9aaf1e19b185446db_ibat_logo_slate_rgb%203.svg" loading="lazy" alt="IBAT logo white" class="footer_top-footer_logo"/></div><div class="spacer-large"></div><div class="footer_top-footer_text-wrapper"><h3 class="footer_top-footer_text">The world&#x27;s most authoritative biodiversity data for your world-shaping decisions</h3></div><div class="spacer-large"></div><div class="tenc-global_button-wrapper is-mobile-footer-bot-pad"><a href="https://app.ibat-alliance.org/users/sign_in" target="_blank" class="button is_slate_outline w-button">Log in</a></div></div></div><div class="footer_top-footer_grid-item"><div class="footer_top-footer_rc-wrapper"><ul role="list" class="footer_top-footer_nav-list-main"><li class="footer_top-footer_nav-list-main-item"><a href="/" class="footer_top-footer_nav-list-main-link">Home</a></li><li class="footer_top-footer_nav-list-main-item"><a href="/services" class="footer_top-footer_nav-list-main-link">Services</a></li><li class="footer_top-footer_nav-list-main-item"><a href="/pricing" class="footer_top-footer_nav-list-main-link">- Pricing</a></li><li class="footer_top-footer_nav-list-main-item"><a href="/collaborations" class="footer_top-footer_nav-list-main-link">- Collaborations</a></li><li class="footer_top-footer_nav-list-main-item"><a href="/data" class="footer_top-footer_nav-list-main-link">Data</a></li><li class="footer_top-footer_nav-list-main-item"><a href="/about" class="footer_top-footer_nav-list-main-link">About IBAT</a></li><li class="footer_top-footer_nav-list-main-item"><a href="/contact" class="footer_top-footer_nav-list-main-link">Contact</a></li></ul></div></div><div class="footer_top-footer_grid-item"><div class="footer_top-footer_rc-wrapper"><ul role="list" class="footer_top-footer_nav-list-main"><li class="footer_top-footer_nav-list-main-item"><a href="/news" class="footer_top-footer_nav-list-main-link">News</a></li><li class="footer_top-footer_nav-list-main-item"><a href="/resources" class="footer_top-footer_nav-list-main-link">Resources</a></li><li class="footer_top-footer_nav-list-main-item"><a href="/datasets" class="footer_top-footer_nav-list-main-link">- Datasets</a></li><li class="footer_top-footer_nav-list-main-item"><a href="/case-studies" class="footer_top-footer_nav-list-main-link">- Case studies</a></li><li class="footer_top-footer_nav-list-main-item"><a href="/ibat-tutorials" class="footer_top-footer_nav-list-main-link">- Tutorials</a></li><li class="footer_top-footer_nav-list-main-item"><a href="/faqs" aria-current="page" class="footer_top-footer_nav-list-main-link w--current">- FAQs</a></li></ul></div></div></div><div class="spacer-large"></div><div class="footer_med-footer_grid-wrapper"><div class="footer_med-footer_grid-item"><div class="footer_med-footer_lc-wrapper"><a href="https://www.linkedin.com/company/ibat-alliance/?originalSubdomain=uk" target="_blank" class="w-inline-block"><img src="https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67b0f351bb0e44bc6124cf55_linkedin-logo.svg" loading="lazy" alt="LinkedIn logo"/></a></div></div><div class="footer_med-footer_grid-item"><div class="footer_med-footer_rc-wrapper"><a href="https://www.birdlife.org/" target="_blank" class="tenc-global_footer-logo-link w-inline-block"><img src="https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67af2879f54bc0cdb27a99a0_hp5-birdlife-logo.svg" loading="lazy" alt="Birdlife logo" class="tenc-global_ibat-logo tenc-global_ibat-logo-birdlife"/></a><a href="https://www.conservation.org/" target="_blank" class="tenc-global_footer-logo-link w-inline-block"><img src="https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67af287a6ae902850707bfaa_hp5-conservation-international.svg" loading="lazy" alt="Conservation International logo" class="tenc-global_ibat-logo tenc-global_ibat-logo-cons"/></a><a href="https://iucn.org/" target="_blank" class="tenc-global_footer-logo-link w-inline-block"><img src="https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67af287aee08b2f630c58f58_hp5-iucn-logo.svg" loading="lazy" alt="IUCN logo" class="tenc-global_ibat-logo tenc-global_ibat-logo-iucn"/></a><a href="https://www.unep-wcmc.org/en" target="_blank" class="tenc-global_footer-logo-link w-inline-block"><img src="https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/67af287a0f02cc8ec337d708_hp5-unwcmc.svg" loading="lazy" alt="UN-WCMC logo" class="tenc-global_ibat-logo tenc-global_ibat-logo-unwcmc"/></a></div></div></div><div class="spacer-large"></div><div class="tenc-global_dividingline-grey"></div><div class="spacer-medium"></div><div class="footer_bottom-footer_grid-wrapper"><div class="footer_bottom-footer_grid-item"><div class="footer_bottom-footer_lc-wrapper"><p class="footer_bottom-footer_copy-info">© 2008-2025 IBAT. All rights reserved.</p><a href="https://10creative.co.uk/" target="_blank" class="link-block-3 is-footer-10c-link w-inline-block"><p class="footer_bottom-footer_copy-info is-design-10c">Design by 10 Creative</p></a></div></div><div class="footer_bottom-footer_grid-item"><div class="footer_bottom-footer_rc-wrapper"><a href="/terms" class="footer_bottom-footer_text-link">Terms of use &amp; privacy</a><a href="#" class="footer_bottom-footer_text-link hide">Cookies settings</a></div></div></div></div></div></footer><div class="cookie1-wrapper"><div fs-cc="banner" class="cookie-banner1_component"><div class="cookie-banner1_content-top"><div fs-cc="close" class="cookie-banner1_close-button"><div class="icon-embed-small-2 accept-cookie-cross w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 33" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M22.8354 22.864L22.3639 23.3354C22.1036 23.5957 21.6815 23.5957 21.4211 23.3354L16 17.9142L10.5788 23.3353C10.3185 23.5957 9.89638 23.5957 9.63603 23.3353L9.16462 22.8639C8.90427 22.6036 8.90427 22.1815 9.16462 21.9211L14.5858 16.5L9.16462 11.0788C8.90427 10.8185 8.90427 10.3964 9.16462 10.136L9.63602 9.66463C9.89637 9.40428 10.3185 9.40428 10.5788 9.66463L16 15.0858L21.4211 9.66462C21.6815 9.40427 22.1036 9.40427 22.3639 9.66462L22.8354 10.136C23.0957 10.3964 23.0957 10.8185 22.8354 11.0788L17.4142 16.5L22.8354 21.9211C23.0957 22.1815 23.0957 22.6036 22.8354 22.864Z" fill="currentColor"/> </svg></div></div><h3 class="cookie-banner_heading-text">Cookies</h3><p class="cookie-banner_description">We use cookies on our site to enhance your user experience. By clicking “Accept”, you are agreeing to the placement and use of cookies. For more information on cookies, please check our <a href="/terms">terms of use and privacy</a>.</p></div><div class="as-button-wrapper"><div class="cookie-banner1_buttons-wrapper"><a fs-cc="deny" href="#" class="button is-white-fill accept-cookie-btn w-button">Accept</a><a fs-cc="allow" href="#" class="button is-secondary reject-cookie-btn w-button">Decline</a></div></div></div></div><div class="fs_modal-2_component"><div class="fs_modal-2_embed w-embed w-script"><!-- [Finsweet Attributes] Modal --> <script>(()=>{var t="https://cdn.jsdelivr.net/npm/@finsweet/attributes-modal@1/modal.js",e=document.querySelector(`script[src="${t}"]`);e||(e=document.createElement("script"),e.async=!0,e.src=t,document.head.append(e));})();</script></div><div id="fs-modal-2-popup" fs-modal-element="modal-1" role="dialog" aria-modal="true" aria-labelledby="fs-modal-2-heading" class="fs_modal-2_popup is-short-screen"><div aria-hidden="true" fs-modal-element="close-1" class="fs_modal-2_cover"></div><div class="fs_modal-2_wrapper"><div class="fs_modal-2_content"><h2 id="fs-modal-2-heading" class="fs_modal-2_heading">Request a demo</h2><p class="fs_modal-2_description">If you would like to request a demo or would like to find out more about our plans please contact us using the form below</p><div class="tenc-global_modal-form-block w-form"><form id="wf-form-Request-a-Demo" name="wf-form-Request-a-Demo" data-name="Request a Demo" method="get" class="tenc-global_form-item" data-wf-page-id="67b5f08ad2d266ffbaa1baf1" data-wf-element-id="0e058085-83c3-9429-23d3-7477331002a9"><label for="name-2" class="tenc-global_form-label">Name</label><input class="tenc-global_text-field w-input" maxlength="256" name="Name" data-name="Name" placeholder="" type="text" id="Name-3" required=""/><div class="spacer-mediumsmall"></div><label for="email-3" class="tenc-global_form-label">Email Address</label><input class="tenc-global_text-field w-input" maxlength="256" name="Email" data-name="Email" placeholder="" type="email" id="Email-4" required=""/><div class="spacer-mediumsmall"></div><label for="company" class="tenc-global_form-label">Company</label><input class="tenc-global_text-field w-input" maxlength="256" name="Company" data-name="Company" placeholder="" type="text" id="company" required=""/><div class="spacer-mediumsmall"></div><label for="select-field" class="tenc-global_form-label">What plan are you interested in?</label><select id="Plan-choice" name="Plan-choice" data-name="Plan choice" required="" class="tenc-global_select-field w-select"><option value="">Select plan...</option><option value="free">Free</option><option value="basic">Basic</option><option value="pro">Pro</option><option value="enterprise">Enterprise</option><option value="enterprise-plus">Enterprise plus</option><option value="PAYG">PAYG</option><option value="not-sure">Not sure yet</option></select><div class="spacer-mediumsmall"></div><input type="submit" data-wait="Please wait..." class="button is-outline-grey is-white-background w-button" value="Submit"/></form><div class="w-form-done"><div>Thank you! Your submission has been received!</div></div><div class="w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div></div><div aria-expanded="false" fs-modal-element="close-1" role="button" tabindex="0" aria-label="Close modal" aria-controls="fs-modal-2-popup" aria-roledescription="close-modal-trigger" class="fs_modal-2_close"><div class="fs_modal-2_close-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"> <path fill="CurrentColor" d="M14.5,12l9-9c0.7-0.7,0.7-1.8,0-2.5c-0.7-0.7-1.8-0.7-2.5,0l-9,9l-9-9c-0.7-0.7-1.8-0.7-2.5,0 c-0.7,0.7-0.7,1.8,0,2.5l9,9l-9,9c-0.7,0.7-0.7,1.8,0,2.5c0.7,0.7,1.8,0.7,2.5,0l9-9l9,9c0.7,0.7,1.8,0.7,2.5,0 c0.7-0.7,0.7-1.8,0-2.5L14.5,12z"/> </svg></div></div></div></div></div></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=67af053fb172299b5f9ad632" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/js/webflow.schunk.b7cad701f94860c2.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/js/webflow.schunk.8f031e9ed2c3d66b.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/67af053fb172299b5f9ad632/js/webflow.c3dda85a.4a0c6af4f4be1d69.js" type="text/javascript"></script> <script>//Add no overflow to body when hamburger clicked. const navMenuMobile = document.querySelector('.w-nav[data-collapse="medium"] .w-nav-menu'); const navDemoButton = document.querySelector('.is-nav-button-wrapper .fs_modal-2_button'); const modalClose = document.querySelector('.fs_modal-2_close'); const lottieElement = document.querySelector('.nav_ham'); // navMenuMobile.style.display = 'none'; document.querySelector('.nav_ham').addEventListener('click', () => { document.body.classList.toggle('cancel-body-overflow'); }); //fs_modal-2_close modalClose.addEventListener('click', (event) => { //event.stopPropagation(); document.body.classList.remove('cancel-body-overflow'); }); const modalButton = document.querySelector('.fs_modal-2_button'); modalButton.addEventListener('click', (event) => { if (!document.body.classList.contains('cancel-body-overflow')) { document.body.classList.add('cancel-body-overflow'); } }); </script> <!--//codesandbox <script src="https://5jrdhh.csb.app/src/script.js"></script>--></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10