<!doctype html>
<html lang="en-US">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	    <script>
        // Centrale dataLayer + gtag-wrapper (vóór alle tags/containers)
        window.dataLayer = window.dataLayer || [];

        function gtag() {
            dataLayer.push(arguments);
        }

        // Consent Mode v2 default (vóór GA4/GTM) + korte wachtperiode
        gtag('consent', 'default', {
            ad_storage: 'denied',
            ad_user_data: 'denied',
            ad_personalization: 'denied',
            analytics_storage: 'denied',
            functionality_storage: 'granted',
            security_storage: 'granted',
            wait_for_update: 500
        });
    </script>
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO plugin v27.5 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<title>Home - Algae Capital</title>
	<meta name="description" content="Algae Capital specializes in the large-scale and sustainable cultivation of microalgae to produce plant-based omega-3-rich oil and proteins." />
	<link rel="canonical" href="https://algaecapital.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Home - Algae Capital" />
	<meta property="og:description" content="Algae Capital specializes in the large-scale and sustainable cultivation of microalgae to produce plant-based omega-3-rich oil and proteins." />
	<meta property="og:url" content="https://algaecapital.com/" />
	<meta property="og:site_name" content="Algae Capital" />
	<meta property="article:modified_time" content="2024-09-18T07:21:46+00:00" />
	<meta property="og:image" content="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Algae-Capital-Logo-OFFWHITE.svg" />
	<meta name="twitter:card" content="summary_large_image" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/algaecapital.com\/","url":"https:\/\/algaecapital.com\/","name":"Home - Algae Capital","isPartOf":{"@id":"https:\/\/algaecapital.com\/#website"},"about":{"@id":"https:\/\/algaecapital.com\/#organization"},"primaryImageOfPage":{"@id":"https:\/\/algaecapital.com\/#primaryimage"},"image":{"@id":"https:\/\/algaecapital.com\/#primaryimage"},"thumbnailUrl":"https:\/\/algaecapital.com\/wp-content\/uploads\/2024\/03\/Algae-Capital-Logo-OFFWHITE.svg","datePublished":"2024-03-20T20:33:36+00:00","dateModified":"2024-09-18T07:21:46+00:00","description":"Algae Capital specializes in the large-scale and sustainable cultivation of microalgae to produce plant-based omega-3-rich oil and proteins.","breadcrumb":{"@id":"https:\/\/algaecapital.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/algaecapital.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/algaecapital.com\/#primaryimage","url":"https:\/\/algaecapital.com\/wp-content\/uploads\/2024\/03\/Algae-Capital-Logo-OFFWHITE.svg","contentUrl":"https:\/\/algaecapital.com\/wp-content\/uploads\/2024\/03\/Algae-Capital-Logo-OFFWHITE.svg","width":1671,"height":271},{"@type":"BreadcrumbList","@id":"https:\/\/algaecapital.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/algaecapital.com\/#website","url":"https:\/\/algaecapital.com\/","name":"Algae Capital","description":"","publisher":{"@id":"https:\/\/algaecapital.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/algaecapital.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/algaecapital.com\/#organization","name":"Algae Capital","url":"https:\/\/algaecapital.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/algaecapital.com\/#\/schema\/logo\/image\/","url":"https:\/\/algaecapital.com\/wp-content\/uploads\/2024\/03\/Algae-Capital-Logo-Wit.svg","contentUrl":"https:\/\/algaecapital.com\/wp-content\/uploads\/2024\/03\/Algae-Capital-Logo-Wit.svg","width":1671,"height":271,"caption":"Algae Capital"},"image":{"@id":"https:\/\/algaecapital.com\/#\/schema\/logo\/image\/"}}]}</script>
	<!-- / Yoast SEO plugin. -->


    <script>
        // Zelfde gtag wrapper gebruiken als bij default
        window.dataLayer = window.dataLayer || [];

        function gtag() {
            dataLayer.push(arguments);
        }

        // Kleine cookie helper (sync, geen DOM nodig)
        (function restoreConsentFromCookies() {
            function getCookie(name) {
                var m = document.cookie.match(new RegExp('(?:^|; )' + name.replace(/([.$?*|{}()[\]\\/+^])/g, '\\$1') + '=([^;]*)'));
                return m ? decodeURIComponent(m[1]) : null;
            }

            // V3-status en toggles
            var status = getCookie('cpx2_cookie-balk_status_v3'); // 'accepted' | 'declined' | 'custom' | null
            var marketingCookie = getCookie('cpx2_marketing_cookies'); // 'true' | 'false' | null
            var analyticalCookie = getCookie('cpx2_analytical_cookies'); // 'true' | 'false' | null

            // Bepaal grants
            var analyticsGranted = false;
            var marketingGranted = false;

            if (status === 'accepted') {
                analyticsGranted = true;
                marketingGranted = true;
            } else if (status === 'custom') {
                analyticsGranted = (analyticalCookie === 'true');
                marketingGranted = (marketingCookie === 'true');
            } else if (status === 'declined') {
                analyticsGranted = false;
                marketingGranted = false;
            } else {
                // Geen keuze → laat default staan
                return;
            }

            // Meteen Consent Mode updaten vóór GTM/GA4
            gtag('consent', 'update', {
                analytics_storage: analyticsGranted ? 'granted' : 'denied',
                ad_storage: marketingGranted ? 'granted' : 'denied',
                ad_user_data: marketingGranted ? 'granted' : 'denied',
                ad_personalization: marketingGranted ? 'granted' : 'denied'
            });

            // Optioneel: zichtbaar maken in Tag Assistant/console (debug)
            dataLayer.push({
                event: 'cpx_consent_restored',
                cpx_consent: {
                    status: status,
                    analytics_granted: analyticsGranted,
                    marketing_granted: marketingGranted
                }
            });
        })();
    </script>
<link rel="alternate" type="application/rss+xml" title="Algae Capital &raquo; Feed" href="https://algaecapital.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Algae Capital &raquo; Comments Feed" href="https://algaecapital.com/comments/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://algaecapital.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Falgaecapital.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://algaecapital.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Falgaecapital.com%2F&#038;format=xml" />
<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="safe-svg-svg-icon-style-inline-css">
.safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{fill:currentColor;height:100%;max-height:100%;max-width:100%;width:100%}

/*# sourceURL=https://algaecapitalcom.b-cdn.net/wp-content/plugins/safe-svg/dist/safe-svg-block-frontend.css */
</style>
<link rel='stylesheet' id='cpx2_frontend_styles-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/codepix-modules-v2/assets/cpx2-frontend-styles.css?ver=7.0.13' media='all' />
<link rel='stylesheet' id='animated-regions-css' href='https://algaecapitalcom.b-cdn.net/wp-content/themes/algaecapital/static/animated-regions.css?ver=1.0.1' media='all' />
<link rel='stylesheet' id='hello-elementor-css' href='https://algaecapitalcom.b-cdn.net/wp-content/themes/hello-elementor/assets/css/reset.css?ver=3.4.7' media='all' />
<link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://algaecapitalcom.b-cdn.net/wp-content/themes/hello-elementor/assets/css/theme.css?ver=3.4.7' media='all' />
<link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://algaecapitalcom.b-cdn.net/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=3.4.7' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1780854062' media='all' />
<style id="elementor-frontend-inline-css">
.elementor-12 .elementor-element.elementor-element-0f6ae5b:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-0f6ae5b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/1.-AB.webp");}.elementor-12 .elementor-element.elementor-element-e36b573:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-e36b573 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/2.-AP.webp");}.elementor-12 .elementor-element.elementor-element-3d49a90:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-3d49a90 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/3.-AG.webp");}.elementor-12 .elementor-element.elementor-element-bf84dd8:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-bf84dd8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/iStock-1647290692-scaled-1.webp");}
/*# sourceURL=elementor-frontend-inline-css */
</style>
<link rel='stylesheet' id='elementor-post-6-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/post-6.css?ver=1780854062' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.6' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.6' media='all' />
<link rel='stylesheet' id='e-animation-fadeIn-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=4.0.6' media='all' />
<link rel='stylesheet' id='widget-mega-menu-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/custom-pro-widget-mega-menu.min.css?ver=1780854062' media='all' />
<link rel='stylesheet' id='e-sticky-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css?ver=4.0.4' media='all' />
<link rel='stylesheet' id='widget-nav-menu-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/custom-pro-widget-nav-menu.min.css?ver=1780854062' media='all' />
<link rel='stylesheet' id='widget-social-icons-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=4.0.6' media='all' />
<link rel='stylesheet' id='e-apple-webkit-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/custom-apple-webkit.min.css?ver=1780854062' media='all' />
<link rel='stylesheet' id='e-popup-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=4.0.4' media='all' />
<link rel='stylesheet' id='widget-icon-list-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/custom-widget-icon-list.min.css?ver=1780854062' media='all' />
<link rel='stylesheet' id='widget-form-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor-pro/assets/css/widget-form.min.css?ver=4.0.4' media='all' />
<link rel='stylesheet' id='widget-search-form-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor-pro/assets/css/widget-search-form.min.css?ver=4.0.4' media='all' />
<link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='e-animation-fadeInDown-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.min.css?ver=4.0.6' media='all' />
<link rel='stylesheet' id='elementor-icons-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.48.0' media='all' />
<link rel='stylesheet' id='swiper-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' media='all' />
<link rel='stylesheet' id='e-swiper-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=4.0.6' media='all' />
<link rel='stylesheet' id='widget-nested-carousel-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor-pro/assets/css/widget-nested-carousel.min.css?ver=4.0.4' media='all' />
<link rel='stylesheet' id='e-motion-fx-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor-pro/assets/css/modules/motion-fx.min.css?ver=4.0.4' media='all' />
<link rel='stylesheet' id='widget-divider-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=4.0.6' media='all' />
<link rel='stylesheet' id='e-animation-fadeInUp-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css?ver=4.0.6' media='all' />
<link rel='stylesheet' id='widget-loop-common-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor-pro/assets/css/widget-loop-common.min.css?ver=4.0.4' media='all' />
<link rel='stylesheet' id='widget-loop-carousel-css' href='https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor-pro/assets/css/widget-loop-carousel.min.css?ver=4.0.4' media='all' />
<link rel='stylesheet' id='elementor-post-12-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/post-12.css?ver=1780854063' media='all' />
<link rel='stylesheet' id='elementor-post-33-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/post-33.css?ver=1780854063' media='all' />
<link rel='stylesheet' id='elementor-post-70-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/post-70.css?ver=1780854064' media='all' />
<link rel='stylesheet' id='elementor-post-3948-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/post-3948.css?ver=1780854064' media='all' />
<link rel='stylesheet' id='elementor-post-3939-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/post-3939.css?ver=1780854064' media='all' />
<link rel='stylesheet' id='elementor-post-3554-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/post-3554.css?ver=1780854064' media='all' />
<link rel='stylesheet' id='elementor-post-2959-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/post-2959.css?ver=1780854064' media='all' />
<link rel='stylesheet' id='elementor-post-2379-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/post-2379.css?ver=1780854064' media='all' />
<link rel='stylesheet' id='elementor-post-2370-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/post-2370.css?ver=1780854064' media='all' />
<link rel='stylesheet' id='elementor-post-2340-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/post-2340.css?ver=1780854064' media='all' />
<link rel='stylesheet' id='elementor-post-2306-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/post-2306.css?ver=1780854064' media='all' />
<link rel='stylesheet' id='elementor-post-846-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/post-846.css?ver=1780854064' media='all' />
<link rel='stylesheet' id='hello-elementor-child-style-css' href='https://algaecapitalcom.b-cdn.net/wp-content/themes/algaecapital/style.css?ver=1.0.7' media='all' />
<link rel='stylesheet' id='elementor-gf-local-roboto-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1751631307' media='all' />
<script id="jquery-core-js" src="https://algaecapitalcom.b-cdn.net/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>
<link rel="https://api.w.org/" href="https://algaecapital.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://algaecapital.com/wp-json/wp/v2/pages/12" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://algaecapital.com/xmlrpc.php?rsd" />

<link rel='shortlink' href='https://algaecapital.com/' />
<style>	
	.elementor-widget-form form .elementor-message {
		color: var(--e-global-color-text);
		border: 1px solid var(--e-global-color-f717f02);
    border-radius: 30px;
    padding: 11px 20px;
		line-height: 1.5;
		font-family: var(--e-global-typography-text-font-family);
		font-size: var(--e-global-typography-text-font-size);
		font-weight: var(--e-global-typography-text-font-weight);
		background-color: rgba(255,255,255,.02);
	}
</style>
<meta name="theme-color" content="#181818">
<style>
	.dialog-lightbox-widget {
		z-index: 99999;
	}
	
	.dialog-lightbox-widget .elementor-lightbox-image {
		-webkit-user-drag: none;
	}
	
	.dialog-lightbox-widget.search-bar-popup {
		z-index: 999;
	}
</style>
<style>
	.elementor-select-wrapper .select-caret-down-wrapper {
		position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
	}
	
	.elementor-select-wrapper .select-caret-down-wrapper i {
		color: var(--e-global-color-accent);
    font-size: 1.5em;
	}
	
	.elementor-select-wrapper {
		color: var(--e-global-color-161d27b);
	}
	
	.elementor-field-group .elementor-select-wrapper:before {
		content: '';
	}
</style>
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<link rel="icon" href="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/algae-capital-favicon-150x150.png" sizes="32x32" />
<link rel="icon" href="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/algae-capital-favicon-300x300.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/algae-capital-favicon-300x300.png" />
<meta name="msapplication-TileImage" content="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/algae-capital-favicon-300x300.png" />
</head>
<body class="home wp-singular page-template page-template-elementor_header_footer page page-id-12 wp-custom-logo wp-embed-responsive wp-theme-hello-elementor wp-child-theme-algaecapital hello-elementor-default elementor-default elementor-template-full-width elementor-kit-6 elementor-page elementor-page-12">



		<header data-elementor-type="header" data-elementor-id="33" class="elementor elementor-33 elementor-location-header" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-63aa108 header-main e-flex e-con-boxed e-con e-parent" data-id="63aa108" data-element_type="container" data-e-type="container" data-settings="{&quot;position&quot;:&quot;absolute&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-6e1df7e e-con-full e-flex e-con e-child" data-id="6e1df7e" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-dbe8d5e elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="dbe8d5e" data-element_type="widget" data-e-type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
											<a href="https://algaecapital.com" aria-label="Home">
			<img fetchpriority="high" width="1671" height="271" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Algae-Capital-Logo-Wit.svg" class="attachment-full size-full wp-image-30" alt="" />				</a>
											</div>
				</div>
				<div class="elementor-element elementor-element-83e7a98 js-main-menu e-full_width e-n-menu-layout-horizontal e-n-menu-tablet elementor-widget elementor-widget-n-menu" data-id="83e7a98" data-element_type="widget" data-e-type="widget" data-settings="{&quot;menu_items&quot;:[{&quot;_id&quot;:&quot;0ccccdd&quot;,&quot;item_title&quot;:&quot;About&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;#&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;item_dropdown_content&quot;:&quot;yes&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;item_title&quot;:&quot;Businesses&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;#&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;_id&quot;:&quot;4ad5cf0&quot;,&quot;item_dropdown_content&quot;:&quot;yes&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;item_title&quot;:&quot;Projects&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;#&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;_id&quot;:&quot;48e2b1e&quot;,&quot;item_dropdown_content&quot;:&quot;yes&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;item_title&quot;:&quot;Products&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;#&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;_id&quot;:&quot;0a46a64&quot;,&quot;item_dropdown_content&quot;:&quot;yes&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;item_title&quot;:&quot;Careers&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;#&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;_id&quot;:&quot;1f38b85&quot;,&quot;item_dropdown_content&quot;:&quot;yes&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;0ee90e1&quot;,&quot;item_title&quot;:&quot;Contact&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;https:\/\/algaecapital.com\/contact\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;item_dropdown_content&quot;:&quot;yes&quot;,&quot;element_id&quot;:&quot;mobile-menu-contact&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null}],&quot;item_position_horizontal&quot;:&quot;start&quot;,&quot;open_animation&quot;:&quot;fadeIn&quot;,&quot;content_width&quot;:&quot;full_width&quot;,&quot;item_layout&quot;:&quot;horizontal&quot;,&quot;open_on&quot;:&quot;hover&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;,&quot;breakpoint_selector&quot;:&quot;tablet&quot;,&quot;menu_item_title_distance_from_content&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;menu_item_title_distance_from_content_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;menu_item_title_distance_from_content_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;menu_item_title_distance_from_content_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="mega-menu.default">
				<div class="elementor-widget-container">
							<nav class="e-n-menu" data-widget-number="138" aria-label="Menu">
					<button class="e-n-menu-toggle" id="menu-toggle-138" aria-haspopup="true" aria-expanded="false" aria-controls="menubar-138" aria-label="Menu Toggle">
			<span class="e-n-menu-toggle-icon e-open">
				<svg xmlns="http://www.w3.org/2000/svg" style="fill:currentColor;" id="Layer_1" viewBox="0 0 31.9 24.76"><path d="M30.63,2.54H1.11c-.63,0-1.11-.48-1.11-1.27S.48,0,1.27,0h29.36c.63,0,1.27.48,1.27,1.27s-.63,1.27-1.27,1.27Z" style="stroke-width:0px;"></path><path d="M30.63,13.65H1.11c-.63,0-1.11-.48-1.11-1.27s.48-1.27,1.27-1.27h29.36c.63,0,1.27.48,1.27,1.27s-.63,1.27-1.27,1.27Z" style="stroke-width:0px;"></path><path d="M30.63,24.76H1.11c-.63,0-1.11-.48-1.11-1.27s.48-1.27,1.27-1.27h29.36c.63,0,1.27.48,1.27,1.27s-.63,1.27-1.27,1.27Z" style="stroke-width:0px;"></path></svg>			</span>
			<span class="e-n-menu-toggle-icon e-close">
				<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 31.9 31.9" style="fill:currentColor; enable-background:new 0 0 31.9 31.9;" xml:space="preserve"> <path d="M29.1,30.9L0.7,2.6C0.1,2,0,1.2,0.6,0.6s1.4-0.4,2.1,0.3l28.2,28.2c0.6,0.6,0.9,1.6,0.3,2.1C30.7,31.8,29.7,31.6,29.1,30.9z "></path> <path d="M2.6,30.9L31,2.6c0.6-0.6,0.7-1.4,0.2-2c-0.6-0.6-1.4-0.4-2.1,0.3L0.8,29.2c-0.6,0.6-0.9,1.6-0.3,2.1S2,31.6,2.6,30.9z"></path> </svg>			</span>
		</button>
					<div class="e-n-menu-wrapper" id="menubar-138" aria-labelledby="menu-toggle-138">
				<ul class="e-n-menu-heading">
								<li class="e-n-menu-item">
				<div id="e-n-menu-title-1381" class="e-n-menu-title e-anchor">
					<a class="e-n-menu-title-container e-focus e-link" href="#" aria-current="page">												<span class="e-n-menu-title-text">
							About						</span>
					</a>											<button id="e-n-menu-dropdown-icon-1381" class="e-n-menu-dropdown-icon e-focus" data-tab-index="1" aria-haspopup="true" aria-expanded="false" aria-controls="e-n-menu-content-1381" >
							<span class="e-n-menu-dropdown-icon-opened">
								<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" style="fill:#48a23f; stroke-width:0px;"></circle></svg>								<span class="elementor-screen-only">Close About</span>
							</span>
							<span class="e-n-menu-dropdown-icon-closed">
								<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" style="fill:#f2f1ec; stroke-width:0px;"></circle></svg>								<span class="elementor-screen-only">Open About</span>
							</span>
						</button>
									</div>
									<div class="e-n-menu-content">
						<div id="e-n-menu-content-1381" data-tab-index="1" aria-labelledby="e-n-menu-dropdown-icon-1381" class="elementor-element elementor-element-2758748 e-flex e-con-boxed e-con e-child" data-id="2758748" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-ce07311 e-flex e-con-boxed e-con e-child" data-id="ce07311" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-7fe20cc e-con-full cpx-custom-menu e-flex e-con e-child" data-id="7fe20cc" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-2b89495 e-con-full e-flex e-con e-child" data-id="2b89495" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-a57f729 elementor-widget elementor-widget-heading" data-id="a57f729" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/about/">Algae Capital</a></div>				</div>
				</div>
				<div class="elementor-element elementor-element-e14a1d8 elementor-widget elementor-widget-heading" data-id="e14a1d8" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/about/partners/">Partners</a></div>				</div>
				</div>
				<div class="elementor-element elementor-element-d61adbb elementor-widget elementor-widget-heading" data-id="d61adbb" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/about/global-impact/">Global impact</a></div>				</div>
				</div>
				<div class="elementor-element elementor-element-44df868 elementor-widget elementor-widget-heading" data-id="44df868" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/about/news/">News</a></div>				</div>
				</div>
				<div class="elementor-element elementor-element-d2b8c88 elementor-widget elementor-widget-heading" data-id="d2b8c88" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/about/invest/">Invest</a></div>				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
					</div>
				</div>
							</div>
							</li>
					<li class="e-n-menu-item">
				<div id="e-n-menu-title-1382" class="e-n-menu-title e-anchor">
					<a class="e-n-menu-title-container e-focus e-link" href="#" aria-current="page">												<span class="e-n-menu-title-text">
							Businesses						</span>
					</a>											<button id="e-n-menu-dropdown-icon-1382" class="e-n-menu-dropdown-icon e-focus" data-tab-index="2" aria-haspopup="true" aria-expanded="false" aria-controls="e-n-menu-content-1382" >
							<span class="e-n-menu-dropdown-icon-opened">
								<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" style="fill:#48a23f; stroke-width:0px;"></circle></svg>								<span class="elementor-screen-only">Close Businesses</span>
							</span>
							<span class="e-n-menu-dropdown-icon-closed">
								<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" style="fill:#f2f1ec; stroke-width:0px;"></circle></svg>								<span class="elementor-screen-only">Open Businesses</span>
							</span>
						</button>
									</div>
									<div class="e-n-menu-content">
						<div id="e-n-menu-content-1382" data-tab-index="2" aria-labelledby="e-n-menu-dropdown-icon-1382" class="elementor-element elementor-element-37b10c2 e-flex e-con-boxed e-con e-child" data-id="37b10c2" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-c386472 e-flex e-con-boxed e-con e-child" data-id="c386472" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-3cdb243 e-con-full cpx-custom-menu e-flex e-con e-child" data-id="3cdb243" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-7456111 e-con-full e-flex e-con e-child" data-id="7456111" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-7d366a6 elementor-widget elementor-widget-heading" data-id="7d366a6" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/algae-biotech/">Algae Biotech</a></div>				</div>
				</div>
				<div class="elementor-element elementor-element-feb3c96 elementor-widget elementor-widget-heading" data-id="feb3c96" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/algae-projects/">Algae Projects</a></div>				</div>
				</div>
				<div class="elementor-element elementor-element-c88dad5 elementor-widget elementor-widget-heading" data-id="c88dad5" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/algae-growth/">Algae Growth</a></div>				</div>
				</div>
				<div class="elementor-element elementor-element-30d26bd elementor-widget elementor-widget-heading" data-id="30d26bd" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/algae-nutrition/">Algae Nutrition</a></div>				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
					</div>
				</div>
							</div>
							</li>
					<li class="e-n-menu-item">
				<div id="e-n-menu-title-1383" class="e-n-menu-title e-anchor">
					<a class="e-n-menu-title-container e-focus e-link" href="#" aria-current="page">												<span class="e-n-menu-title-text">
							Projects						</span>
					</a>											<button id="e-n-menu-dropdown-icon-1383" class="e-n-menu-dropdown-icon e-focus" data-tab-index="3" aria-haspopup="true" aria-expanded="false" aria-controls="e-n-menu-content-1383" >
							<span class="e-n-menu-dropdown-icon-opened">
								<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" style="fill:#48a23f; stroke-width:0px;"></circle></svg>								<span class="elementor-screen-only">Close Projects</span>
							</span>
							<span class="e-n-menu-dropdown-icon-closed">
								<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" style="fill:#f2f1ec; stroke-width:0px;"></circle></svg>								<span class="elementor-screen-only">Open Projects</span>
							</span>
						</button>
									</div>
									<div class="e-n-menu-content">
						<div id="e-n-menu-content-1383" data-tab-index="3" aria-labelledby="e-n-menu-dropdown-icon-1383" class="elementor-element elementor-element-5b44c34 e-flex e-con-boxed e-con e-child" data-id="5b44c34" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-14ca4d5 e-flex e-con-boxed e-con e-child" data-id="14ca4d5" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-09751d2 e-con-full cpx-custom-menu e-flex e-con e-child" data-id="09751d2" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-a019897 e-con-full e-flex e-con e-child" data-id="a019897" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-3bfa233 elementor-widget elementor-widget-heading" data-id="3bfa233" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/projects/project-iceland/">Algae Growth Iceland</a></div>				</div>
				</div>
				<div class="elementor-element elementor-element-feb47ea elementor-widget elementor-widget-heading" data-id="feb47ea" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/projects/project-netherlands/">Algae Growth Netherlands</a></div>				</div>
				</div>
				<div class="elementor-element elementor-element-42b0e72 elementor-widget elementor-widget-heading" data-id="42b0e72" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/projects/project-united-states/">Algae Growth United States</a></div>				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
					</div>
				</div>
							</div>
							</li>
					<li class="e-n-menu-item">
				<div id="e-n-menu-title-1384" class="e-n-menu-title e-anchor">
					<a class="e-n-menu-title-container e-focus e-link" href="#" aria-current="page">												<span class="e-n-menu-title-text">
							Products						</span>
					</a>											<button id="e-n-menu-dropdown-icon-1384" class="e-n-menu-dropdown-icon e-focus" data-tab-index="4" aria-haspopup="true" aria-expanded="false" aria-controls="e-n-menu-content-1384" >
							<span class="e-n-menu-dropdown-icon-opened">
								<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" style="fill:#48a23f; stroke-width:0px;"></circle></svg>								<span class="elementor-screen-only">Close Products</span>
							</span>
							<span class="e-n-menu-dropdown-icon-closed">
								<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" style="fill:#f2f1ec; stroke-width:0px;"></circle></svg>								<span class="elementor-screen-only">Open Products</span>
							</span>
						</button>
									</div>
									<div class="e-n-menu-content">
						<div id="e-n-menu-content-1384" data-tab-index="4" aria-labelledby="e-n-menu-dropdown-icon-1384" class="elementor-element elementor-element-0fd90fd e-flex e-con-boxed e-con e-child" data-id="0fd90fd" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-10ccb52 e-flex e-con-boxed e-con e-child" data-id="10ccb52" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-cb46560 e-con-full cpx-custom-menu e-flex e-con e-child" data-id="cb46560" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-9f0c4c8 e-con-full e-flex e-con e-child" data-id="9f0c4c8" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-5feb4e1 elementor-widget elementor-widget-heading" data-id="5feb4e1" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/products/">All products</a></div>				</div>
				</div>
				<div class="elementor-element elementor-element-e5584a9 elementor-widget elementor-widget-heading" data-id="e5584a9" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/products/#algae-powder">Algae powder</a></div>				</div>
				</div>
				<div class="elementor-element elementor-element-7d65c97 elementor-widget elementor-widget-heading" data-id="7d65c97" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/products/#oil">EPA oil</a></div>				</div>
				</div>
				<div class="elementor-element elementor-element-acebf71 elementor-widget elementor-widget-heading" data-id="acebf71" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/products/#protein-powder">Protein powder</a></div>				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
					</div>
				</div>
							</div>
							</li>
					<li class="e-n-menu-item">
				<div id="e-n-menu-title-1385" class="e-n-menu-title e-anchor">
					<a class="e-n-menu-title-container e-focus e-link" href="#" aria-current="page">												<span class="e-n-menu-title-text">
							Careers						</span>
					</a>											<button id="e-n-menu-dropdown-icon-1385" class="e-n-menu-dropdown-icon e-focus" data-tab-index="5" aria-haspopup="true" aria-expanded="false" aria-controls="e-n-menu-content-1385" >
							<span class="e-n-menu-dropdown-icon-opened">
								<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" style="fill:#48a23f; stroke-width:0px;"></circle></svg>								<span class="elementor-screen-only">Close Careers</span>
							</span>
							<span class="e-n-menu-dropdown-icon-closed">
								<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" style="fill:#f2f1ec; stroke-width:0px;"></circle></svg>								<span class="elementor-screen-only">Open Careers</span>
							</span>
						</button>
									</div>
									<div class="e-n-menu-content">
						<div id="e-n-menu-content-1385" data-tab-index="5" aria-labelledby="e-n-menu-dropdown-icon-1385" class="elementor-element elementor-element-8b5b84d e-flex e-con-boxed e-con e-child" data-id="8b5b84d" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-9355cfe e-flex e-con-boxed e-con e-child" data-id="9355cfe" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-17b542a e-con-full cpx-custom-menu e-flex e-con e-child" data-id="17b542a" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-a711624 e-con-full e-flex e-con e-child" data-id="a711624" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-541f1fc elementor-widget elementor-widget-heading" data-id="541f1fc" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/careers/">Careers</a></div>				</div>
				</div>
				<div class="elementor-element elementor-element-8750eae elementor-widget elementor-widget-heading" data-id="8750eae" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/careers/job-vacancies/">Current job vacancies</a></div>				</div>
				</div>
				<div class="elementor-element elementor-element-d206c52 elementor-widget elementor-widget-heading" data-id="d206c52" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"><a href="https://algaecapital.com/careers/future-job-vacancies/">Future job vacancies</a></div>				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
					</div>
				</div>
							</div>
							</li>
					<li class="e-n-menu-item">
				<div id="mobile-menu-contact" class="e-n-menu-title">
					<a class="e-n-menu-title-container e-focus e-link" href="https://algaecapital.com/contact/">												<span class="e-n-menu-title-text">
							Contact						</span>
					</a>											<button id="e-n-menu-dropdown-icon-1386" class="e-n-menu-dropdown-icon e-focus" data-tab-index="6" aria-haspopup="true" aria-expanded="false" aria-controls="e-n-menu-content-1386" >
							<span class="e-n-menu-dropdown-icon-opened">
								<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" style="fill:#48a23f; stroke-width:0px;"></circle></svg>								<span class="elementor-screen-only">Close Contact</span>
							</span>
							<span class="e-n-menu-dropdown-icon-closed">
								<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" style="fill:#f2f1ec; stroke-width:0px;"></circle></svg>								<span class="elementor-screen-only">Open Contact</span>
							</span>
						</button>
									</div>
									<div class="e-n-menu-content">
											</div>
							</li>
						</ul>
			</div>
		</nav>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-4a3d9a9 e-con-full e-flex e-con e-child" data-id="4a3d9a9" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-36d8964 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-view-default elementor-widget elementor-widget-icon" data-id="36d8964" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6Ijg0NiIsInRvZ2dsZSI6dHJ1ZX0%3D" aria-label="Search">
			<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" viewBox="0 0 366.77 366.77"><g id="Layer_1-2"><g id="_2-Magnifying_Glass"><path d="M363.65,348.56l-83.34-83.34c25.58-29.17,39.69-66.07,39.69-105.23,0-42.74-16.65-82.92-46.86-113.14S202.74,0,160,0,77.08,16.65,46.86,46.86,0,117.26,0,160s16.65,82.92,46.86,113.14,70.4,46.86,113.14,46.86c39.15,0,76.06-14.11,105.23-39.69l83.34,83.34c2.08,2.08,4.81,3.13,7.54,3.13s5.46-1.04,7.54-3.13c4.17-4.17,4.17-10.92,0-15.08ZM61.95,258.05c-26.19-26.19-40.61-61.02-40.61-98.05s14.43-71.86,40.61-98.05c26.19-26.19,61.02-40.61,98.05-40.61s71.86,14.43,98.05,40.61c26.19,26.19,40.61,61.02,40.61,98.05s-14.43,71.86-40.61,98.05c-26.19,26.19-61.02,40.61-98.05,40.61s-71.86-14.43-98.05-40.61Z" style="fill:currentColor; stroke-width:0px;"></path></g></g></svg>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-cc42efa elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="cc42efa" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://algaecapital.com/contact/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
				</header>
				<div data-elementor-type="wp-page" data-elementor-id="12" class="elementor elementor-12" data-elementor-post-type="page">
				<div class="elementor-element elementor-element-0517857 e-con-full e-flex e-con e-child" data-id="0517857" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-d483df1 elementor-pagination-position-inside adjust-swiper-js elementor-widget__width-inherit elementor-pagination-type-bullets elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel" data-id="d483df1" data-element_type="widget" data-e-type="widget" data-settings="{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Capital&quot;,&quot;_id&quot;:&quot;a122b69&quot;},{&quot;slide_title&quot;:&quot;Biotech&quot;,&quot;_id&quot;:&quot;7a4ebf5&quot;},{&quot;slide_title&quot;:&quot;Projects&quot;,&quot;_id&quot;:&quot;6bf22dc&quot;},{&quot;slide_title&quot;:&quot;Growth&quot;,&quot;_id&quot;:&quot;3f7de0a&quot;},{&quot;slide_title&quot;:&quot;Nutrition&quot;,&quot;_id&quot;:&quot;6042701&quot;}],&quot;slides_to_show&quot;:&quot;1&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;slides_to_show_widescreen&quot;:&quot;1&quot;,&quot;slides_to_show_tablet&quot;:&quot;1&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="nested-carousel.default">
				<div class="elementor-widget-container">
							<div class="e-n-carousel swiper" role="region" aria-roledescription="carousel" aria-label="Carousel" dir="ltr">
			<div class="swiper-wrapper" aria-live="polite">
										<div class="swiper-slide" data-slide="1" role="group" aria-roledescription="slide" aria-label="1 of 5">
							<div class="elementor-element elementor-element-240f985 e-flex e-con-boxed e-con e-child" data-id="240f985" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\/\/algaecapital.com\/wp-content\/uploads\/2024\/05\/Header-Capital.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}">
					<div class="e-con-inner">
		<div class="elementor-background-video-container">
							<video class="elementor-background-video-hosted" role="presentation" autoplay muted playsinline loop></video>
					</div>		<div class="elementor-element elementor-element-7b3b621 elementor-widget elementor-widget-image" data-id="7b3b621" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="1671" height="271" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Algae-Capital-Logo-OFFWHITE.svg" class="attachment-full size-full wp-image-171" alt="" />															</div>
				</div>
		<div class="elementor-element elementor-element-11a0e1d e-flex e-con-boxed e-con e-child" data-id="11a0e1d" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-71cd313 elementor-align-center elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="71cd313" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJ0eXBlIjoidmlkZW8iLCJ2aWRlb1R5cGUiOiJob3N0ZWQiLCJ1cmwiOiJodHRwczpcL1wvYWxnYWVjYXBpdGFsLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDNcL1Nob3RzLXZvb3ItaG9tZXBhZ2UubXA0In0%3D" aria-label="Play">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_2_00000170998603317769277760000000720571299689515691_" x="0px" y="0px" viewBox="0 0 416.3 464.4" style="enable-background:new 0 0 416.3 464.4;" xml:space="preserve"><style type="text/css">	.nfkjsndauknwdqw{fill:#1A1A1A;}</style><g id="Layer_1-2">	<path class="nfkjsndauknwdqw" d="M389.8,278.2L79.6,457.3C44.2,477.7,0,452.2,0,411.3V53.1C0,12.3,44.2-13.2,79.6,7.2l310.2,179.1  C425.1,206.7,425.1,257.7,389.8,278.2z"></path></g></svg>			</span>
								</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-c745f3e elementor-widget elementor-widget-button" data-id="c745f3e" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://algaecapital.com/about/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Explore</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
					</div>
				</div>
								</div>
											<div class="swiper-slide" data-slide="2" role="group" aria-roledescription="slide" aria-label="2 of 5">
							<div class="elementor-element elementor-element-0dc2f59 e-flex e-con-boxed e-con e-child" data-id="0dc2f59" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\/\/algaecapital.com\/wp-content\/uploads\/2024\/05\/Header-Biotech.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}">
					<div class="e-con-inner">
		<div class="elementor-background-video-container">
							<video class="elementor-background-video-hosted" role="presentation" autoplay muted playsinline loop></video>
					</div>		<div class="elementor-element elementor-element-555b25c elementor-widget elementor-widget-image" data-id="555b25c" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="1780" height="271" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Algae-Biotech-Logo-Wit.svg" class="attachment-full size-full wp-image-129" alt="" />															</div>
				</div>
		<div class="elementor-element elementor-element-4833382 e-flex e-con-boxed e-con e-child" data-id="4833382" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-93ec823 elementor-align-center elementor-widget elementor-widget-button" data-id="93ec823" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjM5NDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" aria-label="Play">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_2_00000170998603317769277760000000720571299689515691_" x="0px" y="0px" viewBox="0 0 416.3 464.4" style="enable-background:new 0 0 416.3 464.4;" xml:space="preserve"><style type="text/css">	.nfkjsndauknwdqw{fill:#1A1A1A;}</style><g id="Layer_1-2">	<path class="nfkjsndauknwdqw" d="M389.8,278.2L79.6,457.3C44.2,477.7,0,452.2,0,411.3V53.1C0,12.3,44.2-13.2,79.6,7.2l310.2,179.1  C425.1,206.7,425.1,257.7,389.8,278.2z"></path></g></svg>			</span>
								</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-4a36b58 elementor-widget elementor-widget-button" data-id="4a36b58" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://algaecapital.com/algae-biotech/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Explore</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
					</div>
				</div>
								</div>
											<div class="swiper-slide" data-slide="3" role="group" aria-roledescription="slide" aria-label="3 of 5">
							<div class="elementor-element elementor-element-cb0ce50 e-flex e-con-boxed e-con e-child" data-id="cb0ce50" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\/\/algaecapital.com\/wp-content\/uploads\/2024\/05\/Header-Projects-1.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}">
					<div class="e-con-inner">
		<div class="elementor-background-video-container">
							<video class="elementor-background-video-hosted" role="presentation" autoplay muted playsinline loop></video>
					</div>		<div class="elementor-element elementor-element-0f688bc elementor-widget elementor-widget-image" data-id="0f688bc" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1848" height="272" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Algae-Projects-Logo-Wit.svg" class="attachment-full size-full wp-image-130" alt="" />															</div>
				</div>
		<div class="elementor-element elementor-element-3ab855f e-flex e-con-boxed e-con e-child" data-id="3ab855f" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-14f5bfe elementor-align-center elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="14f5bfe" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJ0eXBlIjoidmlkZW8iLCJ2aWRlb1R5cGUiOiJob3N0ZWQiLCJ1cmwiOiJodHRwczpcL1wvYWxnYWVjYXBpdGFsLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDNcL1Nob3RzLXZvb3ItaG9tZXBhZ2UubXA0In0%3D" aria-label="Play">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_2_00000170998603317769277760000000720571299689515691_" x="0px" y="0px" viewBox="0 0 416.3 464.4" style="enable-background:new 0 0 416.3 464.4;" xml:space="preserve"><style type="text/css">	.nfkjsndauknwdqw{fill:#1A1A1A;}</style><g id="Layer_1-2">	<path class="nfkjsndauknwdqw" d="M389.8,278.2L79.6,457.3C44.2,477.7,0,452.2,0,411.3V53.1C0,12.3,44.2-13.2,79.6,7.2l310.2,179.1  C425.1,206.7,425.1,257.7,389.8,278.2z"></path></g></svg>			</span>
								</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-b143f58 elementor-widget elementor-widget-button" data-id="b143f58" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://algaecapital.com/algae-projects/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Explore</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
					</div>
				</div>
								</div>
											<div class="swiper-slide" data-slide="4" role="group" aria-roledescription="slide" aria-label="4 of 5">
							<div class="elementor-element elementor-element-1323042 e-flex e-con-boxed e-con e-child" data-id="1323042" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\/\/algaecapital.com\/wp-content\/uploads\/2024\/05\/Header-Growth.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}">
					<div class="e-con-inner">
		<div class="elementor-background-video-container">
							<video class="elementor-background-video-hosted" role="presentation" autoplay muted playsinline loop></video>
					</div>		<div class="elementor-element elementor-element-c24d2dd elementor-widget elementor-widget-image" data-id="c24d2dd" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1742" height="271" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Algae-Growth-Logo-Wit.svg" class="attachment-full size-full wp-image-131" alt="" />															</div>
				</div>
		<div class="elementor-element elementor-element-a50fe0e e-flex e-con-boxed e-con e-child" data-id="a50fe0e" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c99d741 elementor-align-center elementor-widget elementor-widget-button" data-id="c99d741" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjM5MzkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" aria-label="Play">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_2_00000170998603317769277760000000720571299689515691_" x="0px" y="0px" viewBox="0 0 416.3 464.4" style="enable-background:new 0 0 416.3 464.4;" xml:space="preserve"><style type="text/css">	.nfkjsndauknwdqw{fill:#1A1A1A;}</style><g id="Layer_1-2">	<path class="nfkjsndauknwdqw" d="M389.8,278.2L79.6,457.3C44.2,477.7,0,452.2,0,411.3V53.1C0,12.3,44.2-13.2,79.6,7.2l310.2,179.1  C425.1,206.7,425.1,257.7,389.8,278.2z"></path></g></svg>			</span>
								</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-2c7dd6d elementor-widget elementor-widget-button" data-id="2c7dd6d" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://algaecapital.com/algae-growth/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Explore</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
					</div>
				</div>
								</div>
											<div class="swiper-slide" data-slide="5" role="group" aria-roledescription="slide" aria-label="5 of 5">
							<div class="elementor-element elementor-element-e65df4e e-flex e-con-boxed e-con e-child" data-id="e65df4e" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\/\/algaecapital.com\/wp-content\/uploads\/2024\/05\/Header-Nutrition.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}">
					<div class="e-con-inner">
		<div class="elementor-background-video-container">
							<video class="elementor-background-video-hosted" role="presentation" autoplay muted playsinline loop></video>
					</div>		<div class="elementor-element elementor-element-a9d9057 elementor-widget elementor-widget-image" data-id="a9d9057" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1917" height="271" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Algae-Nutrition-Logo-Wit.svg" class="attachment-full size-full wp-image-132" alt="" />															</div>
				</div>
		<div class="elementor-element elementor-element-7508de7 e-flex e-con-boxed e-con e-child" data-id="7508de7" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-db2d2c0 elementor-align-center elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="db2d2c0" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJ0eXBlIjoidmlkZW8iLCJ2aWRlb1R5cGUiOiJob3N0ZWQiLCJ1cmwiOiJodHRwczpcL1wvYWxnYWVjYXBpdGFsLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDNcL1Nob3RzLXZvb3ItaG9tZXBhZ2UubXA0In0%3D" aria-label="Play">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_2_00000170998603317769277760000000720571299689515691_" x="0px" y="0px" viewBox="0 0 416.3 464.4" style="enable-background:new 0 0 416.3 464.4;" xml:space="preserve"><style type="text/css">	.nfkjsndauknwdqw{fill:#1A1A1A;}</style><g id="Layer_1-2">	<path class="nfkjsndauknwdqw" d="M389.8,278.2L79.6,457.3C44.2,477.7,0,452.2,0,411.3V53.1C0,12.3,44.2-13.2,79.6,7.2l310.2,179.1  C425.1,206.7,425.1,257.7,389.8,278.2z"></path></g></svg>			</span>
								</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-a0b5461 elementor-widget elementor-widget-button" data-id="a0b5461" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://algaecapital.com/algae-nutrition/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Explore</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
					</div>
				</div>
								</div>
								</div>
		</div>
					<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0" aria-label="Previous">
				<i aria-hidden="true" class="eicon-chevron-left"></i>			</div>
			<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0" aria-label="Next">
				<i aria-hidden="true" class="eicon-chevron-right"></i>			</div>
					<div class="swiper-pagination"></div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-b82358a e-flex e-con-boxed e-con e-child" data-id="b82358a" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:8,&quot;sizes&quot;:[]},&quot;background_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;background_motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-9aec13c e-con-full e-flex e-con e-child" data-id="9aec13c" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-e7d4ece elementor-invisible elementor-widget elementor-widget-heading" data-id="e7d4ece" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:150}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">This is Algae Capital.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-bb6b6f1 elementor-invisible elementor-widget elementor-widget-text-editor" data-id="bb6b6f1" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Algae Capital is driven by a strong passion for the power of microalgae. We understand and have mastered every step of the chain down to the smallest detail. Our goal? Unlocking the full potential of microalgae for a healthier and more sustainable future for people and planet.&nbsp;</p>								</div>
				</div>
				<div class="elementor-element elementor-element-6ebbb57 elementor-align-center elementor-invisible elementor-widget elementor-widget-button" data-id="6ebbb57" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:450}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://algaecapital.com/about/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Explore</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2d67c10 e-con-full cpx-hoversections e-flex e-con e-parent" data-id="2d67c10" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<a class="elementor-element elementor-element-0f6ae5b e-con-full cpx-hoversection e-flex elementor-invisible e-con e-child" data-id="0f6ae5b" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:200}" href="https://algaecapital.com/algae-biotech/">
				<div class="elementor-element elementor-element-7d6ea03 logo elementor-widget elementor-widget-image" data-id="7d6ea03" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1780" height="271" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Algae-Biotech-Logo-Wit.svg" class="attachment-large size-large wp-image-129" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-65be8a2 content elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-text-editor" data-id="65be8a2" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Our R&amp;D center Algae Biotech serves as a true knowledge hub and a constant source of innovation with regard to cultivation methods, growing conditions and new algae species. Our commitment to research and development is the driving force behind progress that results in initiatives that make a real difference. </p>								</div>
				</div>
		<div class="elementor-element elementor-element-2d34ba6 bottom e-flex e-con-boxed e-con e-child" data-id="2d34ba6" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ea872b4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="ea872b4" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-2658c7c elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading" data-id="2658c7c" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Click for more</div>				</div>
				</div>
				<div class="elementor-element elementor-element-d319e03 elementor-hidden-widescreen elementor-hidden-desktop elementor-widget elementor-widget-heading" data-id="d319e03" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Tap for more</div>				</div>
				</div>
					</div>
				</div>
				</a>
		<a class="elementor-element elementor-element-e36b573 e-con-full cpx-hoversection e-flex elementor-invisible e-con e-child" data-id="e36b573" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:300}" href="https://algaecapital.com/algae-projects/">
				<div class="elementor-element elementor-element-a5d063d logo elementor-widget elementor-widget-image" data-id="a5d063d" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1848" height="272" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Algae-Projects-Logo-Wit.svg" class="attachment-large size-large wp-image-130" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-7ab4667 content elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-text-editor" data-id="7ab4667" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Algae Projects is specialized in the development and realization of sustainable algae production facilities. In collaboration with a global network of partners, Algae Projects is at the forefront of innovation. Our state-of-the-art proprietary production system illustrates the power of collaboration and serves as a model of efficiency and sustainability. </p>								</div>
				</div>
		<div class="elementor-element elementor-element-9f86e08 bottom e-flex e-con-boxed e-con e-child" data-id="9f86e08" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-966902e elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="966902e" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-ceddd78 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading" data-id="ceddd78" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Click for more</div>				</div>
				</div>
				<div class="elementor-element elementor-element-4e95c42 elementor-hidden-widescreen elementor-hidden-desktop elementor-widget elementor-widget-heading" data-id="4e95c42" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Tap for more</div>				</div>
				</div>
					</div>
				</div>
				</a>
		<a class="elementor-element elementor-element-3d49a90 e-con-full cpx-hoversection e-flex elementor-invisible e-con e-child" data-id="3d49a90" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}" href="https://algaecapital.com/algae-growth/">
				<div class="elementor-element elementor-element-e472d88 logo elementor-widget elementor-widget-image" data-id="e472d88" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1742" height="271" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Algae-Growth-Logo-Wit.svg" class="attachment-large size-large wp-image-131" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-addaa5f content elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-text-editor" data-id="addaa5f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>At Algae Growth&#8217;s production facilities, we use our proprietary production system to grow microalgae on a large scale. The cultivated microalgae are then processed into plant-based algae powder, omega-3 EPA oil and protein powder. Nutritional value and quality are key concerns for us in everything we do. </p>								</div>
				</div>
		<div class="elementor-element elementor-element-1ee5c9e bottom e-flex e-con-boxed e-con e-child" data-id="1ee5c9e" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ad51a79 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="ad51a79" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-b1d1c7e elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading" data-id="b1d1c7e" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Click for more</div>				</div>
				</div>
				<div class="elementor-element elementor-element-85c819d elementor-hidden-widescreen elementor-hidden-desktop elementor-widget elementor-widget-heading" data-id="85c819d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Tap for more</div>				</div>
				</div>
					</div>
				</div>
				</a>
		<a class="elementor-element elementor-element-bf84dd8 e-con-full cpx-hoversection e-flex elementor-invisible e-con e-child" data-id="bf84dd8" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:100}" href="https://algaecapital.com/algae-nutrition/">
				<div class="elementor-element elementor-element-80540c2 logo elementor-widget elementor-widget-image" data-id="80540c2" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1917" height="271" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Algae-Nutrition-Logo-Wit.svg" class="attachment-large size-large wp-image-132" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-525bc8d content elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-text-editor" data-id="525bc8d" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Algae Nutrition is responsible for the global sales and distribution to business-to-business clients of algae powder, EPA oil and protein powder. Both the algae powder and the EPA oil are rich in the omega-3 fatty acid eicosapentaenoic acid (EPA). Protein powder has a high protein content. All products are plant-based and offer pure Icelandic quality. </p>								</div>
				</div>
		<div class="elementor-element elementor-element-053167e bottom e-flex e-con-boxed e-con e-child" data-id="053167e" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-cb08a43 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="cb08a43" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-955a10b elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading" data-id="955a10b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Click for more</div>				</div>
				</div>
				<div class="elementor-element elementor-element-9c76838 elementor-hidden-widescreen elementor-hidden-desktop elementor-widget elementor-widget-heading" data-id="9c76838" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Tap for more</div>				</div>
				</div>
					</div>
				</div>
				</a>
		<div class="elementor-element elementor-element-b4ffa46 cpx-hoversection-centered-title elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed elementor-invisible e-con e-child" data-id="b4ffa46" data-element_type="container" data-e-type="container" data-settings="{&quot;position&quot;:&quot;absolute&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-d27bc18 elementor-widget elementor-widget-heading" data-id="d27bc18" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Shaping the future with microalgae.</div>				</div>
				</div>
					</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-ee21208 e-con-full e-flex e-con e-parent" data-id="ee21208" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-432158d elementor-widget elementor-widget-wp-widget-cpx_animated_regions_widget" data-id="432158d" data-element_type="widget" data-e-type="widget" data-widget_type="wp-widget-cpx_animated_regions_widget.default">
				<div class="elementor-widget-container">
					
        <div class="animated-regions">
            <!-- Intro video; fade to stage 2 when video ends -->
            <div class="animated-regions__stage animated-regions__stage--1 active">
                <div class="animated-regions__stage__backdrop backdrop-1 active">
                    <div class="animated-regions__stage__backdrop__overlay"></div>
                    <video class="animated-regions__stage__backdrop__video" muted playsinline preload="none">
                        <source src="https://algaecapital.com/wp-content/themes/algaecapital/video/globe2.mp4" type="video/mp4">
                    </video>
                </div>

                <div class="animated-regions__stage__backdrop backdrop-2">
                    <div class="animated-regions__stage__backdrop__overlay"></div>
                    <img decoding="async" src="https://algaecapital.com/wp-content/themes/algaecapital/img/Kaart region met markers STAP 1.webp" alt="" class="animated-regions__stage__backdrop__image">
                </div>

                <div class="animated-regions__stage__backdrop backdrop-3">
                    <div class="animated-regions__stage__backdrop__overlay"></div>
                    <img decoding="async" src="https://algaecapital.com/wp-content/themes/algaecapital/img/Kaart region met markers_3.webp" alt="" class="animated-regions__stage__backdrop__image">
                </div>

                <div class="animated-regions__stage__backdrop backdrop-4">
                    <div class="animated-regions__stage__backdrop__overlay"></div>
                    <img decoding="async" src="https://algaecapital.com/wp-content/themes/algaecapital/img/kas2.webp" alt="" class="animated-regions__stage__backdrop__image">
                </div>
            </div>

            <!-- Contains the 3 regions with seperate content tabs -->
            <div class="animated-regions__stage animated-regions__stage--2">
                <div class="animated-regions__container cpx-custom-container cpx-custom-container--top-bottom">
                    <div class="cpx-custom-container__inner">
                        <div class="animated-regions__head">
                            <h2>Algae Growth Iceland.</h2>
                        </div>

                        <div class="animated-regions__main">
                            <div class="animated-regions__nav">
                                <div class="animated-regions__nav__item active" data-tab="1">Iceland</div>
                                <div class="animated-regions__nav__item" data-tab="2">The perfect location</div>
                                <div class="animated-regions__nav__item" data-tab="3">Our production facility</div>
                            </div>

                            <div class="animated-regions__tabs">
                                <div class="animated-regions__tab" data-tab="1">
                                    <div class="animated-regions__tab__content">
                                        <div class="animated-regions__tab__content__left"></div>
                                        <div class="animated-regions__tab__content__right">
                                            <div class="green-line"></div>
                                            <div class="animated-regions__icons">
                                                <div class="animated-regions__icons__item">
                                                    <img decoding="async" src="https://algaecapitalcom.b-cdn.net/wp-content/themes/algaecapital/img/icons/bliksem.png" alt="">
                                                    <span>Powered by natural,<br> renewable resources</span>
                                                </div>
                                                <div class="animated-regions__icons__item">
                                                    <img decoding="async" src="https://algaecapitalcom.b-cdn.net/wp-content/themes/algaecapital/img/icons/druppel.png" alt="">
                                                    <span>Utilizing pure,<br> Icelandic water</span>
                                                </div>
                                            </div>

                                            <p>Iceland offers an abundance of natural resources, which we are thankful for and use with respect. We produce our high-quality algae products with the help of renewable energy and naturally purified Icelandic water.</p>
                                            <br>

                                            <a href="https://algaecapital.com/projects/project-iceland/" class="cpx-button">Discover</a>
                                            &nbsp;&nbsp;
                                            <button class="cpx-button cpx-button--play js-animatie-popup">
                                                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_2_00000170998603317769277760000000720571299689515691_" x="0px" y="0px" viewBox="0 0 829.5 829.5" style="enable-background:new 0 0 829.5 829.5;" xml:space="preserve"> <style type="text/css"> .fiunieuwndqunw{fill:#FFFFFF;} .nfnwdwnqoilq{fill:#1A1A1A;} </style> <circle class="fiunieuwndqunw" cx="414.7" cy="414.7" r="414.7"></circle> <g id="Layer_1-2"> <path class="nfnwdwnqoilq" d="M552.2,449.1L332.9,575.7c-25,14.4-56.3-3.6-56.3-32.5V289.9c0-28.8,31.2-46.9,56.3-32.4l219.3,126.6 C577.1,398.5,577.1,434.6,552.2,449.1z"></path> </g> </svg>                                            </button>
                                        </div>
                                    </div>
                                </div>

                                <div class="animated-regions__tab" data-tab="2">
                                    <div class="animated-regions__tab__content">
                                        <div class="animated-regions__tab__content__left"></div>
                                        <div class="animated-regions__tab__content__right">
                                            <div class="green-line"></div>
                                            <div class="animated-regions__icons">
                                                <div class="animated-regions__icons__item">
                                                    <img decoding="async" src="https://algaecapital.com/wp-content/themes/algaecapital/img/icons/airport.svg" alt="">
                                                    <span>Distance to airport: &#60;9km</span>
                                                </div>
                                                <div class="animated-regions__icons__item">
                                                    <img decoding="async" src="https://algaecapital.com/wp-content/themes/algaecapital/img/icons/port.svg" alt="">
                                                    <span>Distance to port: &#60;7km</span>
                                                </div>
                                            </div>

                                            <p>With its proximity to the port and Keflavik airport, Reykjanesbær in the south-west of Iceland is the ideal location. It is also situated in a densely populated region near the capital of Reykjavik, providing direct access to the local employment market.</p>
                                            <br>

                                            <a href="https://algaecapital.com/projects/project-iceland/" class="cpx-button">Discover</a>
                                            &nbsp;&nbsp;
                                            <button class="cpx-button cpx-button--play js-animatie-popup">
                                                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_2_00000170998603317769277760000000720571299689515691_" x="0px" y="0px" viewBox="0 0 829.5 829.5" style="enable-background:new 0 0 829.5 829.5;" xml:space="preserve"> <style type="text/css"> .fiunieuwndqunw{fill:#FFFFFF;} .nfnwdwnqoilq{fill:#1A1A1A;} </style> <circle class="fiunieuwndqunw" cx="414.7" cy="414.7" r="414.7"></circle> <g id="Layer_1-2"> <path class="nfnwdwnqoilq" d="M552.2,449.1L332.9,575.7c-25,14.4-56.3-3.6-56.3-32.5V289.9c0-28.8,31.2-46.9,56.3-32.4l219.3,126.6 C577.1,398.5,577.1,434.6,552.2,449.1z"></path> </g> </svg>                                            </button>
                                        </div>
                                    </div>
                                </div>

                                <div class="animated-regions__tab" data-tab="3">
                                    <div class="animated-regions__tab__content">
                                        <div class="animated-regions__tab__content__left">
                                            <!-- <div class="kas-animatie">
                                                <img decoding="async" src="< // img_link('Kas + Hoofdgebouw - Top view.webp') ?>" alt="" class="kas-animatie__1">
                                                <img decoding="async" src="" alt="" class="kas-animatie__2">
                                                <img decoding="async" src="" alt="" class="kas-animatie__3">

                                                <div class="tab-3__markers">
                                                    <div class="tab-3__markers__marker marker--small-light"></div>
                                                    <div class="tab-3__markers__marker marker--big-light"></div>
                                                </div>
                                            </div> -->
                                        </div>
                                        <div class="animated-regions__tab__content__right">
                                            <div class="green-line"></div>
                                            <div class="content--small-light">
                                                <div class="animated-regions__facts">
                                                    <div class="animated-regions__facts__item">
                                                        <span>2026</span>
                                                        <span>Ready for production</span>
                                                    </div>
                                                    <div class="animated-regions__facts__item">
                                                        <span>20,000 m²</span>
                                                        <span>Cultivation area</span>
                                                    </div>
                                                </div>
                                                <p>Our large-scale production and processing facility is located in the municipality of Reykjanesbær. It consists of a modern main building with offices, laboratories and processing facilities. Production activities take place in the adjacent high-tech algae greenhouse. Opportunities for future upscaling were taken into account during the facility's design phase. </p>
                                                <br>
                                                <a href="https://algaecapital.com/projects/project-iceland/" class="cpx-button">Discover</a>
                                                &nbsp;&nbsp;
                                                <button class="cpx-button cpx-button--play js-animatie-popup">
                                                    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_2_00000170998603317769277760000000720571299689515691_" x="0px" y="0px" viewBox="0 0 829.5 829.5" style="enable-background:new 0 0 829.5 829.5;" xml:space="preserve"> <style type="text/css"> .fiunieuwndqunw{fill:#FFFFFF;} .nfnwdwnqoilq{fill:#1A1A1A;} </style> <circle class="fiunieuwndqunw" cx="414.7" cy="414.7" r="414.7"></circle> <g id="Layer_1-2"> <path class="nfnwdwnqoilq" d="M552.2,449.1L332.9,575.7c-25,14.4-56.3-3.6-56.3-32.5V289.9c0-28.8,31.2-46.9,56.3-32.4l219.3,126.6 C577.1,398.5,577.1,434.6,552.2,449.1z"></path> </g> </svg>                                                </button>
                                            </div>

                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>

    				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-66a8423 e-con-full cpx-scrollsnap-wrapper e-flex e-con e-parent" data-id="66a8423" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-4f0f60b cpx-scrollsnap e-flex e-con-boxed e-con e-child" data-id="4f0f60b" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-4bf98ce e-con-full e-flex e-con e-child" data-id="4bf98ce" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-b661c96 elementor-widget elementor-widget-image" data-id="b661c96" 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_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&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;:50,&quot;end&quot;:100}},&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:50,&quot;end&quot;:100}},&quot;motion_fx_blur_effect&quot;:&quot;yes&quot;,&quot;motion_fx_blur_direction&quot;:&quot;in-out&quot;,&quot;motion_fx_blur_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;motion_fx_blur_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:50,&quot;end&quot;:100}},&quot;motion_fx_range&quot;:&quot;viewport&quot;,&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;]}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="900" height="900" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/6.-Partners-900x900.webp" class="attachment-codepix-vierkant size-codepix-vierkant wp-image-2115" alt="Partners." srcset="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/6.-Partners-900x900.webp 900w, https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/6.-Partners-150x150.webp 150w, https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/6.-Partners-700x700.webp 700w" sizes="(max-width: 900px) 100vw, 900px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-e055c63 e-con-full col-will-fade-out e-flex e-con e-child" data-id="e055c63" data-element_type="container" data-e-type="container" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;in-out&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:60,&quot;end&quot;:70}},&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
				<div class="elementor-element elementor-element-9becd99 elementor-widget elementor-widget-heading" data-id="9becd99" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Transforming together</div>				</div>
				</div>
				<div class="elementor-element elementor-element-d9c5ef4 elementor-widget elementor-widget-heading" data-id="d9c5ef4" data-element_type="widget" data-e-type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:50,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Partners.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-823e258 elementor-widget elementor-widget-text-editor" data-id="823e258" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>We cannot face the challenges of tomorrow alone &#8211; nor do we want to. Together with other forerunners in innovation and sustainability, we aim to improve the health of people and planet. This close partnership results in ground-breaking technologies and initiatives that let us push existing boundaries.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-0bc11aa elementor-widget elementor-widget-button" data-id="0bc11aa" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://algaecapital.com/about/partners/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Explore</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-473c238 cpx-scrollsnap e-flex e-con-boxed e-con e-child" data-id="473c238" data-element_type="container" data-e-type="container" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-994090a e-con-full e-flex e-con e-child" data-id="994090a" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-48f36d2 elementor-widget elementor-widget-image" data-id="48f36d2" 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_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&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;:50}},&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_blur_effect&quot;:&quot;yes&quot;,&quot;motion_fx_blur_direction&quot;:&quot;out-in-out&quot;,&quot;motion_fx_blur_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;motion_fx_blur_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:70}},&quot;motion_fx_range&quot;:&quot;viewport&quot;,&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;]}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="900" height="900" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/7.-Team-900x900.webp" class="attachment-codepix-vierkant size-codepix-vierkant wp-image-2116" alt="Team of Algae Capital" srcset="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/7.-Team-900x900.webp 900w, https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/7.-Team-150x150.webp 150w, https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/7.-Team-700x700.webp 700w" sizes="(max-width: 900px) 100vw, 900px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-38e56fd e-con-full col-initial-hidden e-flex e-con e-child" data-id="38e56fd" data-element_type="container" data-e-type="container" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:50,&quot;end&quot;:59}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in-out&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
				<div class="elementor-element elementor-element-637aa22 elementor-widget elementor-widget-heading" data-id="637aa22" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Innovating together</div>				</div>
				</div>
				<div class="elementor-element elementor-element-24fd1ef elementor-widget elementor-widget-heading" data-id="24fd1ef" data-element_type="widget" data-e-type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Team.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-7c759e7 elementor-widget elementor-widget-text-editor" data-id="7c759e7" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Our entire team is driving to help the emerging algae industry thrive and flourish. Sustainability, innovation, collaboration and ambition are the core tenets of every initiative we undertake. As a team, we contribute to a healthier and more sustainable tomorrow on which our efforts and commitment have a lasting impact. </p>								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-f50e6bc cpx-scrollsnap e-flex e-con-boxed e-con e-child" data-id="f50e6bc" data-element_type="container" data-e-type="container" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-1ec5257 e-con-full col-initial-hidden e-flex e-con e-child" data-id="1ec5257" data-element_type="container" data-e-type="container" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:30,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
				<div class="elementor-element elementor-element-133ca3f elementor-widget elementor-widget-heading" data-id="133ca3f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Evolving together</div>				</div>
				</div>
				<div class="elementor-element elementor-element-fc7209e elementor-widget elementor-widget-heading" data-id="fc7209e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Careers.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-7bc46f2 elementor-widget elementor-widget-text-editor" data-id="7bc46f2" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Driven talents are open to changes or challenges. We are always looking for individuals who match that description. All members of our organization are given every opportunity to further develop their knowledge and skills. Join our team and make a positive impact for future generations. </p>								</div>
				</div>
				<div class="elementor-element elementor-element-9165d02 elementor-invisible elementor-widget elementor-widget-button" data-id="9165d02" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://algaecapital.com/careers/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Explore</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-11482bf e-con-full e-flex e-con e-child" data-id="11482bf" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-9698182 elementor-widget elementor-widget-image" data-id="9698182" 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_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&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;:50}},&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:15,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_blur_effect&quot;:&quot;yes&quot;,&quot;motion_fx_blur_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;motion_fx_blur_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:25}},&quot;motion_fx_range&quot;:&quot;viewport&quot;,&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;],&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_blur_direction&quot;:&quot;out-in&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="900" height="900" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/1.-Header-alternatief-3-900x900.webp" class="attachment-codepix-vierkant size-codepix-vierkant wp-image-3249" alt="Man in front of computers" srcset="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/1.-Header-alternatief-3-900x900.webp 900w, https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/1.-Header-alternatief-3-150x150.webp 150w" sizes="(max-width: 900px) 100vw, 900px" />															</div>
				</div>
				</div>
					</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-128c2e4 e-con-full e-flex e-con e-parent" data-id="128c2e4" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-df84cd0 e-flex e-con-boxed e-con e-child" data-id="df84cd0" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-32e0d74 e-con-full col-initial-hidden e-flex e-con e-child" data-id="32e0d74" data-element_type="container" data-e-type="container" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
		<div class="elementor-element elementor-element-5761322 e-con-full e-flex e-con e-child" data-id="5761322" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-693f708 e-con-full e-flex e-con e-child" data-id="693f708" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-62793a2 elementor-widget elementor-widget-heading" data-id="62793a2" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">News.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0c2a5e4 elementor-widget elementor-widget-heading" data-id="0c2a5e4" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Be inspired by our dynamic world </div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-738cf7c e-con-full e-flex e-con e-child" data-id="738cf7c" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-39ebc86 elementor-align-left elementor-widget elementor-widget-button" data-id="39ebc86" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://algaecapital.com/about/news/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">News</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-0216d82 elementor-widget elementor-widget-wp-widget-cpx_categorie_lijst_widget" data-id="0216d82" data-element_type="widget" data-e-type="widget" data-widget_type="wp-widget-cpx_categorie_lijst_widget.default">
				<div class="elementor-widget-container">
					
                <div class="categorie-lijst"> 
            
                <a href="https://algaecapital.com/news/category/article/" class="categorie-lijst__item">
                    <div class="categorie-lijst__item__name">Article</div>
                </a>

                        </div>
        
    				</div>
				</div>
				<div class="elementor-element elementor-element-0af8d9c elementor-arrows-position-inside elementor-widget elementor-widget-loop-carousel" data-id="0af8d9c" data-element_type="widget" data-e-type="widget" data-settings="{&quot;template_id&quot;:522,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:80,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;_skin&quot;:&quot;post&quot;,&quot;slides_to_show&quot;:&quot;3&quot;,&quot;slides_to_show_widescreen&quot;:&quot;3&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;.elementor-loop-container&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="loop-carousel.post">
				<div class="elementor-widget-container">
							<div class="swiper elementor-loop-container elementor-grid" role="list" dir="ltr">
				<div class="swiper-wrapper" aria-live="polite">
		<style id="loop-522">.elementor-522 .elementor-element.elementor-element-e0537a7{--display:flex;}.elementor-522 .elementor-element.elementor-element-309071e > .elementor-widget-container:hover{--e-transform-scale:1.03;}.elementor-522 .elementor-element.elementor-element-309071e > .elementor-widget-container{margin:0px 0px 25px 0px;}.elementor-522 .elementor-element.elementor-element-b25b2d6 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-522 .elementor-element.elementor-element-b25b2d6 .elementor-heading-title{font-family:var( --e-global-typography-f43838f-font-family ), Sans-serif;font-size:var( --e-global-typography-f43838f-font-size );font-weight:var( --e-global-typography-f43838f-font-weight );color:var( --e-global-color-161d27b );}.elementor-522 .elementor-element.elementor-element-54f748e .elementor-widget-container{color:var( --e-global-color-161d27b );}.elementor-522 .elementor-element.elementor-element-38a189c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--gap:15px 15px;--row-gap:15px;--column-gap:15px;--flex-wrap:nowrap;}.elementor-522 .elementor-element.elementor-element-ac4caf9{width:auto;max-width:auto;}.elementor-522 .elementor-element.elementor-element-ac4caf9 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:500;line-height:2em;color:var( --e-global-color-accent );}.elementor-522 .elementor-element.elementor-element-5df6bd2 > .elementor-widget-container{margin:-4px 0px 0px 0px;}.elementor-522 .elementor-element.elementor-element-5df6bd2 .elementor-icon-wrapper{text-align:center;}.elementor-522 .elementor-element.elementor-element-5df6bd2.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-accent );}.elementor-522 .elementor-element.elementor-element-5df6bd2.elementor-view-framed .elementor-icon, .elementor-522 .elementor-element.elementor-element-5df6bd2.elementor-view-default .elementor-icon{color:var( --e-global-color-accent );border-color:var( --e-global-color-accent );}.elementor-522 .elementor-element.elementor-element-5df6bd2.elementor-view-framed .elementor-icon, .elementor-522 .elementor-element.elementor-element-5df6bd2.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-accent );}.elementor-522 .elementor-element.elementor-element-5df6bd2 .elementor-icon{font-size:16px;}.elementor-522 .elementor-element.elementor-element-5df6bd2 .elementor-icon svg{height:16px;}.elementor-522 .elementor-element.elementor-element-5df6bd2 .elementor-icon-wrapper svg{width:auto;}@media(min-width:1800px){.elementor-522 .elementor-element.elementor-element-b25b2d6 .elementor-heading-title{font-size:var( --e-global-typography-f43838f-font-size );}}@media(max-width:1024px){.elementor-522 .elementor-element.elementor-element-b25b2d6 .elementor-heading-title{font-size:var( --e-global-typography-f43838f-font-size );}}@media(max-width:767px){.elementor-522 .elementor-element.elementor-element-b25b2d6 .elementor-heading-title{font-size:var( --e-global-typography-f43838f-font-size );}.elementor-522 .elementor-element.elementor-element-38a189c{--justify-content:flex-start;}.elementor-522 .elementor-element.elementor-element-ac4caf9.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-522 .elementor-element.elementor-element-ac4caf9 .elementor-heading-title{font-size:15px;}.elementor-522 .elementor-element.elementor-element-5df6bd2{width:var( --container-widget-width, 20px );max-width:20px;--container-widget-width:20px;--container-widget-flex-grow:0;}}/* Start custom CSS for icon, class: .elementor-element-5df6bd2 */.elementor-522 .elementor-element.elementor-element-5df6bd2 .elementor-icon-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -5px;
}/* End custom CSS */</style>		<div data-elementor-type="loop-item" data-elementor-id="522" class="elementor elementor-522 swiper-slide e-loop-item e-loop-item-4204 post-4204 post type-post status-publish format-standard has-post-thumbnail hentry category-article" data-elementor-post-type="elementor_library" role="group" aria-roledescription="slide" data-custom-edit-handle="1">
			<a class="elementor-element elementor-element-e0537a7 e-flex e-con-boxed e-con e-parent" data-id="e0537a7" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}" href="https://algaecapital.com/news/milestone-for-algae-growth-netherlands/">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-309071e e-transform elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image" data-id="309071e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.03,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="theme-post-featured-image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="767" height="767" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2026/02/Gemini_Generated_Image_twsp11twsp11twsp3.webp" class="attachment-codepix-vierkant size-codepix-vierkant wp-image-4220" alt="" srcset="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2026/02/Gemini_Generated_Image_twsp11twsp11twsp3.webp 767w, https://algaecapitalcom.b-cdn.net/wp-content/uploads/2026/02/Gemini_Generated_Image_twsp11twsp11twsp3-300x300.webp 300w, https://algaecapitalcom.b-cdn.net/wp-content/uploads/2026/02/Gemini_Generated_Image_twsp11twsp11twsp3-150x150.webp 150w" sizes="(max-width: 767px) 100vw, 767px" />															</div>
				</div>
				<div class="elementor-element elementor-element-b25b2d6 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="b25b2d6" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-title.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Milestone for Algae Growth Netherlands</div>				</div>
				</div>
				<div class="elementor-element elementor-element-54f748e elementor-widget elementor-widget-theme-post-excerpt" data-id="54f748e" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-excerpt.default">
				<div class="elementor-widget-container">
					<p>This week marks an important milestone in the realization of our algae production facility in...				</div>
				</div>
		<div class="elementor-element elementor-element-38a189c e-flex e-con-boxed e-con e-child" data-id="38a189c" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ac4caf9 elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="ac4caf9" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Read more</div>				</div>
				</div>
				<div class="elementor-element elementor-element-5df6bd2 elementor-widget-mobile__width-initial elementor-view-default elementor-widget elementor-widget-icon" data-id="5df6bd2" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#48a23f" id="Capa_1" x="0px" y="0px" viewBox="0 0 512.009 512.009" style="enable-background:new 0 0 512.009 512.009;" xml:space="preserve"> <g> <g> <path d="M508.625,247.801L508.625,247.801L392.262,131.437c-4.18-4.881-11.526-5.45-16.407-1.269 c-4.881,4.18-5.45,11.526-1.269,16.407c0.39,0.455,0.814,0.88,1.269,1.269l96.465,96.582H11.636C5.21,244.426,0,249.636,0,256.063 s5.21,11.636,11.636,11.636H472.32l-96.465,96.465c-4.881,4.18-5.45,11.526-1.269,16.407s11.526,5.45,16.407,1.269 c0.455-0.39,0.88-0.814,1.269-1.269l116.364-116.364C513.137,259.67,513.137,252.34,508.625,247.801z"></path> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>			</div>
		</div>
						</div>
				</div>
					</div>
				</div>
					</div>
				</a>
				</div>
				<div data-elementor-type="loop-item" data-elementor-id="522" class="elementor elementor-522 swiper-slide e-loop-item e-loop-item-2891 post-2891 post type-post status-publish format-standard has-post-thumbnail hentry category-article" data-elementor-post-type="elementor_library" role="group" aria-roledescription="slide" data-custom-edit-handle="1">
			<a class="elementor-element elementor-element-e0537a7 e-flex e-con-boxed e-con e-parent" data-id="e0537a7" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}" href="https://algaecapital.com/news/vitafoods-2024/">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-309071e e-transform elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image" data-id="309071e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.03,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="theme-post-featured-image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="900" height="900" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/IMG_7232-scaled-e1716818139152-900x900.webp" class="attachment-codepix-vierkant size-codepix-vierkant wp-image-3462" alt="" srcset="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/IMG_7232-scaled-e1716818139152-900x900.webp 900w, https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/IMG_7232-scaled-e1716818139152-150x150.webp 150w" sizes="(max-width: 900px) 100vw, 900px" />															</div>
				</div>
				<div class="elementor-element elementor-element-b25b2d6 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="b25b2d6" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-title.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Recap Vitafoods Europe.</div>				</div>
				</div>
				<div class="elementor-element elementor-element-54f748e elementor-widget elementor-widget-theme-post-excerpt" data-id="54f748e" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-excerpt.default">
				<div class="elementor-widget-container">
					<p>Vitafoods Europe, held in Geneva this year, is one of the premier gatherings for the...				</div>
				</div>
		<div class="elementor-element elementor-element-38a189c e-flex e-con-boxed e-con e-child" data-id="38a189c" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ac4caf9 elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="ac4caf9" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Read more</div>				</div>
				</div>
				<div class="elementor-element elementor-element-5df6bd2 elementor-widget-mobile__width-initial elementor-view-default elementor-widget elementor-widget-icon" data-id="5df6bd2" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#48a23f" id="Capa_1" x="0px" y="0px" viewBox="0 0 512.009 512.009" style="enable-background:new 0 0 512.009 512.009;" xml:space="preserve"> <g> <g> <path d="M508.625,247.801L508.625,247.801L392.262,131.437c-4.18-4.881-11.526-5.45-16.407-1.269 c-4.881,4.18-5.45,11.526-1.269,16.407c0.39,0.455,0.814,0.88,1.269,1.269l96.465,96.582H11.636C5.21,244.426,0,249.636,0,256.063 s5.21,11.636,11.636,11.636H472.32l-96.465,96.465c-4.881,4.18-5.45,11.526-1.269,16.407s11.526,5.45,16.407,1.269 c0.455-0.39,0.88-0.814,1.269-1.269l116.364-116.364C513.137,259.67,513.137,252.34,508.625,247.801z"></path> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>			</div>
		</div>
						</div>
				</div>
					</div>
				</div>
					</div>
				</a>
				</div>
				<div data-elementor-type="loop-item" data-elementor-id="522" class="elementor elementor-522 swiper-slide e-loop-item e-loop-item-2885 post-2885 post type-post status-publish format-standard has-post-thumbnail hentry category-article" data-elementor-post-type="elementor_library" role="group" aria-roledescription="slide" data-custom-edit-handle="1">
			<a class="elementor-element elementor-element-e0537a7 e-flex e-con-boxed e-con e-parent" data-id="e0537a7" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}" href="https://algaecapital.com/news/algae-the-future/">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-309071e e-transform elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image" data-id="309071e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.03,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="theme-post-featured-image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="900" height="900" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/ALGAECAPITAL_StijnHoekstra_2023-23-900x900.jpg" class="attachment-codepix-vierkant size-codepix-vierkant wp-image-2971" alt="Man between closed tube-shaped glass photobioreactors" srcset="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/ALGAECAPITAL_StijnHoekstra_2023-23-900x900.jpg 900w, https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/05/ALGAECAPITAL_StijnHoekstra_2023-23-150x150.jpg 150w" sizes="(max-width: 900px) 100vw, 900px" />															</div>
				</div>
				<div class="elementor-element elementor-element-b25b2d6 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="b25b2d6" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-title.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Algae the future.</div>				</div>
				</div>
				<div class="elementor-element elementor-element-54f748e elementor-widget elementor-widget-theme-post-excerpt" data-id="54f748e" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-excerpt.default">
				<div class="elementor-widget-container">
					<p>Algae, a remarkable group of organisms, are known for their versatility and serve a wide...				</div>
				</div>
		<div class="elementor-element elementor-element-38a189c e-flex e-con-boxed e-con e-child" data-id="38a189c" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ac4caf9 elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="ac4caf9" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Read more</div>				</div>
				</div>
				<div class="elementor-element elementor-element-5df6bd2 elementor-widget-mobile__width-initial elementor-view-default elementor-widget elementor-widget-icon" data-id="5df6bd2" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#48a23f" id="Capa_1" x="0px" y="0px" viewBox="0 0 512.009 512.009" style="enable-background:new 0 0 512.009 512.009;" xml:space="preserve"> <g> <g> <path d="M508.625,247.801L508.625,247.801L392.262,131.437c-4.18-4.881-11.526-5.45-16.407-1.269 c-4.881,4.18-5.45,11.526-1.269,16.407c0.39,0.455,0.814,0.88,1.269,1.269l96.465,96.582H11.636C5.21,244.426,0,249.636,0,256.063 s5.21,11.636,11.636,11.636H472.32l-96.465,96.465c-4.881,4.18-5.45,11.526-1.269,16.407s11.526,5.45,16.407,1.269 c0.455-0.39,0.88-0.814,1.269-1.269l116.364-116.364C513.137,259.67,513.137,252.34,508.625,247.801z"></path> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>			</div>
		</div>
						</div>
				</div>
					</div>
				</div>
					</div>
				</a>
				</div>
				<div data-elementor-type="loop-item" data-elementor-id="522" class="elementor elementor-522 swiper-slide e-loop-item e-loop-item-479 post-479 post type-post status-publish format-standard has-post-thumbnail hentry category-article" data-elementor-post-type="elementor_library" role="group" aria-roledescription="slide" data-custom-edit-handle="1">
			<a class="elementor-element elementor-element-e0537a7 e-flex e-con-boxed e-con e-parent" data-id="e0537a7" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}" href="https://algaecapital.com/news/what-are-algae/">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-309071e e-transform elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image" data-id="309071e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.03,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="theme-post-featured-image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="900" height="900" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Artikel-1-900x900.webp" class="attachment-codepix-vierkant size-codepix-vierkant wp-image-2878" alt="Algae in glass container" srcset="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Artikel-1-900x900.webp 900w, https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Artikel-1-150x150.webp 150w" sizes="(max-width: 900px) 100vw, 900px" />															</div>
				</div>
				<div class="elementor-element elementor-element-b25b2d6 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="b25b2d6" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-title.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">What are Algae?</div>				</div>
				</div>
				<div class="elementor-element elementor-element-54f748e elementor-widget elementor-widget-theme-post-excerpt" data-id="54f748e" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-excerpt.default">
				<div class="elementor-widget-container">
					<p>Deep in the oceans and lakes lies an impressive world that is often overlooked: the...				</div>
				</div>
		<div class="elementor-element elementor-element-38a189c e-flex e-con-boxed e-con e-child" data-id="38a189c" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ac4caf9 elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="ac4caf9" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Read more</div>				</div>
				</div>
				<div class="elementor-element elementor-element-5df6bd2 elementor-widget-mobile__width-initial elementor-view-default elementor-widget elementor-widget-icon" data-id="5df6bd2" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#48a23f" id="Capa_1" x="0px" y="0px" viewBox="0 0 512.009 512.009" style="enable-background:new 0 0 512.009 512.009;" xml:space="preserve"> <g> <g> <path d="M508.625,247.801L508.625,247.801L392.262,131.437c-4.18-4.881-11.526-5.45-16.407-1.269 c-4.881,4.18-5.45,11.526-1.269,16.407c0.39,0.455,0.814,0.88,1.269,1.269l96.465,96.582H11.636C5.21,244.426,0,249.636,0,256.063 s5.21,11.636,11.636,11.636H472.32l-96.465,96.465c-4.881,4.18-5.45,11.526-1.269,16.407s11.526,5.45,16.407,1.269 c0.455-0.39,0.88-0.814,1.269-1.269l116.364-116.364C513.137,259.67,513.137,252.34,508.625,247.801z"></path> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>			</div>
		</div>
						</div>
				</div>
					</div>
				</div>
					</div>
				</a>
				</div>
				</div>
		</div>
					<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0" aria-label="Previous">
				<i aria-hidden="true" class="eicon-chevron-left"></i>			</div>
			<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0" aria-label="Next">
				<i aria-hidden="true" class="eicon-chevron-right"></i>			</div>
						</div>
				</div>
				</div>
					</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-b55a1df e-con-full e-flex e-con e-parent" data-id="b55a1df" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-87fd3c1 elementor-widget elementor-widget-template" data-id="87fd3c1" data-element_type="widget" data-e-type="widget" data-widget_type="template.default">
				<div class="elementor-widget-container">
							<div class="elementor-template">
					<div data-elementor-type="container" data-elementor-id="1003" class="elementor elementor-1003" data-elementor-post-type="elementor_library">
				<div class="elementor-element elementor-element-29a98ff3 e-flex e-con-boxed e-con e-child" data-id="29a98ff3" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:8,&quot;sizes&quot;:[]},&quot;background_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;background_motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-52df6110 e-con-full col-initial-hidden e-flex e-con e-child" data-id="52df6110" data-element_type="container" data-e-type="container" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
				<div class="elementor-element elementor-element-6731f3fd elementor-widget elementor-widget-heading" data-id="6731f3fd" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Newsletter.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-5514967b elementor-widget elementor-widget-text-editor" data-id="5514967b" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Sign up for our newsletter to stay up to date on the latest news, knowledge and events! </p>								</div>
				</div>
				<div class="elementor-element elementor-element-55834985 elementor-button-align-end elementor-widget__width-initial elementor-widget elementor-widget-form" data-id="55834985" data-element_type="widget" data-e-type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" name="Nieuwsbrief inschrijving" aria-label="Nieuwsbrief inschrijving">
			<input type="hidden" name="post_id" value="1003"/>
			<input type="hidden" name="form_id" value="55834985"/>
			<input type="hidden" name="referer_title" value="Home - Algae Capital" />

							<input type="hidden" name="queried_id" value="12"/>
			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required">
													<input size="1" type="email" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="email address" required="required">
											</div>
								<div class="elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_9f6dde1 elementor-col-100 recaptcha_v3-bottomright">
					<div class="elementor-field" id="form-field-field_9f6dde1"><div class="elementor-g-recaptcha" data-sitekey="6Le719cpAAAAADRy6sB3U6iHRUOjL-ROnWI1MmL_" data-type="v3" data-action="Form" data-badge="bottomright" data-size="invisible"></div></div>				</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-sm" type="submit">
						<span class="elementor-button-content-wrapper">
																						<span class="elementor-button-text">Sign up</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
				</div>
					</div>
				</div>
				</div>
				</div>
						</div>
				</div>
				</div>
				</div>
				<footer data-elementor-type="footer" data-elementor-id="70" class="elementor elementor-70 elementor-location-footer" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-f485702 e-flex e-con-boxed e-con e-parent" data-id="f485702" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-a7aaf52 e-flex e-con-boxed e-con e-child" data-id="a7aaf52" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-7755300 e-con-full e-flex e-con e-child" data-id="7755300" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-f43803b elementor-widget elementor-widget-heading" data-id="f43803b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">About.</div>				</div>
				</div>
				<div class="elementor-element elementor-element-5db6818 elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="5db6818" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-5db6818" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2506"><a href="https://algaecapital.com/about/" class="elementor-item">Algae Capital</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2509"><a href="https://algaecapital.com/about/partners/" class="elementor-item">Partners</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2508"><a href="https://algaecapital.com/about/global-impact/" class="elementor-item">Global impact</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2507"><a href="https://algaecapital.com/about/news/" class="elementor-item">News</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3706"><a href="https://algaecapital.com/contact/" class="elementor-item">Contact</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-5db6818" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2506"><a href="https://algaecapital.com/about/" class="elementor-item" tabindex="-1">Algae Capital</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2509"><a href="https://algaecapital.com/about/partners/" class="elementor-item" tabindex="-1">Partners</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2508"><a href="https://algaecapital.com/about/global-impact/" class="elementor-item" tabindex="-1">Global impact</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2507"><a href="https://algaecapital.com/about/news/" class="elementor-item" tabindex="-1">News</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3706"><a href="https://algaecapital.com/contact/" class="elementor-item" tabindex="-1">Contact</a></li>
</ul>			</nav>
						</div>
				</div>
				<div class="elementor-element elementor-element-553d693 elementor-widget elementor-widget-heading" data-id="553d693" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Invest.</div>				</div>
				</div>
				<div class="elementor-element elementor-element-fe85ed4 elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="fe85ed4" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-fe85ed4" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2514"><a href="https://algaecapital.com/about/invest/" class="elementor-item">Invest</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-fe85ed4" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2514"><a href="https://algaecapital.com/about/invest/" class="elementor-item" tabindex="-1">Invest</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-ef78f80 e-con-full e-flex e-con e-child" data-id="ef78f80" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-e143283 elementor-widget elementor-widget-heading" data-id="e143283" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Businesses.</div>				</div>
				</div>
				<div class="elementor-element elementor-element-6332d0d elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="6332d0d" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-6332d0d" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2510"><a href="https://algaecapital.com/algae-biotech/" class="elementor-item">Algae Biotech</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2513"><a href="https://algaecapital.com/algae-projects/" class="elementor-item">Algae Projects</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2511"><a href="https://algaecapital.com/algae-growth/" class="elementor-item">Algae Growth</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2512"><a href="https://algaecapital.com/algae-nutrition/" class="elementor-item">Algae Nutrition</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-6332d0d" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2510"><a href="https://algaecapital.com/algae-biotech/" class="elementor-item" tabindex="-1">Algae Biotech</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2513"><a href="https://algaecapital.com/algae-projects/" class="elementor-item" tabindex="-1">Algae Projects</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2511"><a href="https://algaecapital.com/algae-growth/" class="elementor-item" tabindex="-1">Algae Growth</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2512"><a href="https://algaecapital.com/algae-nutrition/" class="elementor-item" tabindex="-1">Algae Nutrition</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-3eccda5 e-con-full e-flex e-con e-child" data-id="3eccda5" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-95e94a3 elementor-widget elementor-widget-heading" data-id="95e94a3" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Projects.</div>				</div>
				</div>
				<div class="elementor-element elementor-element-df8654e elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="df8654e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-df8654e" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2515"><a href="https://algaecapital.com/projects/project-iceland/" class="elementor-item">Algae Growth Iceland</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4200"><a href="https://algaecapital.com/projects/project-netherlands/" class="elementor-item">Algae Growth Netherlands</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4068"><a href="https://algaecapital.com/projects/project-united-states/" class="elementor-item">Algae Growth United States</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-df8654e" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2515"><a href="https://algaecapital.com/projects/project-iceland/" class="elementor-item" tabindex="-1">Algae Growth Iceland</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4200"><a href="https://algaecapital.com/projects/project-netherlands/" class="elementor-item" tabindex="-1">Algae Growth Netherlands</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4068"><a href="https://algaecapital.com/projects/project-united-states/" class="elementor-item" tabindex="-1">Algae Growth United States</a></li>
</ul>			</nav>
						</div>
				</div>
				<div class="elementor-element elementor-element-42dfa04 elementor-widget elementor-widget-heading" data-id="42dfa04" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Products.</div>				</div>
				</div>
				<div class="elementor-element elementor-element-2ec2e0c elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="2ec2e0c" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-2ec2e0c" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-968"><a href="https://algaecapital.com/products/#algae-powder" class="elementor-item elementor-item-anchor">Algae powder</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-970"><a href="https://algaecapital.com/products/#oil" class="elementor-item elementor-item-anchor">EPA oil</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-971"><a href="https://algaecapital.com/products/#protein-powder" class="elementor-item elementor-item-anchor">Protein powder</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-2ec2e0c" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-968"><a href="https://algaecapital.com/products/#algae-powder" class="elementor-item elementor-item-anchor" tabindex="-1">Algae powder</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-970"><a href="https://algaecapital.com/products/#oil" class="elementor-item elementor-item-anchor" tabindex="-1">EPA oil</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-971"><a href="https://algaecapital.com/products/#protein-powder" class="elementor-item elementor-item-anchor" tabindex="-1">Protein powder</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-dc05c38 e-con-full e-flex e-con e-child" data-id="dc05c38" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d026f19 elementor-widget elementor-widget-heading" data-id="d026f19" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Careers.</div>				</div>
				</div>
				<div class="elementor-element elementor-element-0e8ac00 elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="0e8ac00" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-0e8ac00" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2505"><a href="https://algaecapital.com/careers/" class="elementor-item">Careers</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2504"><a href="https://algaecapital.com/careers/job-vacancies/" class="elementor-item">Current job vacancies</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3848"><a href="https://algaecapital.com/careers/future-job-vacancies/" class="elementor-item">Future job vacancies</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-0e8ac00" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2505"><a href="https://algaecapital.com/careers/" class="elementor-item" tabindex="-1">Careers</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2504"><a href="https://algaecapital.com/careers/job-vacancies/" class="elementor-item" tabindex="-1">Current job vacancies</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3848"><a href="https://algaecapital.com/careers/future-job-vacancies/" class="elementor-item" tabindex="-1">Future job vacancies</a></li>
</ul>			</nav>
						</div>
				</div>
				<div class="elementor-element elementor-element-b691cef elementor-widget elementor-widget-image" data-id="b691cef" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://algaecapital.com/about/global-impact#sdg">
							<img width="278" height="102" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/SDG.svg" class="attachment-full size-full wp-image-3658" alt="Sustainable Development Goals" />								</a>
															</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-268725f e-flex e-con-boxed e-con e-child" data-id="268725f" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-c47543a e-con-full e-flex e-con e-child" data-id="c47543a" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-a785c7d elementor-widget elementor-widget-heading" data-id="a785c7d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Follow us.</div>				</div>
				</div>
				<div class="elementor-element elementor-element-3497f24 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="3497f24" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
							<div class="elementor-social-icons-wrapper elementor-grid" role="list">
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-a097d05" href="https://www.linkedin.com/company/algaecapital/" target="_blank" rel="nofollow" aria-label="LinkedIn">
						<span class="elementor-screen-only"></span>
						<svg xmlns="http://www.w3.org/2000/svg" id="Bold" height="512" viewBox="0 0 24 24" width="512"><path d="m23.994 24v-.001h.006v-8.802c0-4.306-.927-7.623-5.961-7.623-2.42 0-4.044 1.328-4.707 2.587h-.07v-2.185h-4.773v16.023h4.97v-7.934c0-2.089.396-4.109 2.983-4.109 2.549 0 2.587 2.384 2.587 4.243v7.801z"></path><path d="m.396 7.977h4.976v16.023h-4.976z"></path><path d="m2.882 0c-1.591 0-2.882 1.291-2.882 2.882s1.291 2.909 2.882 2.909 2.882-1.318 2.882-2.909c-.001-1.591-1.292-2.882-2.882-2.882z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-16c1045" href="https://www.instagram.com/algae.capital/" target="_blank" rel="nofollow" aria-label="LinkedIn">
						<span class="elementor-screen-only"></span>
						<svg xmlns="http://www.w3.org/2000/svg" height="511pt" viewBox="0 0 511 511.9" width="511pt"><path d="m510.949219 150.5c-1.199219-27.199219-5.597657-45.898438-11.898438-62.101562-6.5-17.199219-16.5-32.597657-29.601562-45.398438-12.800781-13-28.300781-23.101562-45.300781-29.5-16.296876-6.300781-34.898438-10.699219-62.097657-11.898438-27.402343-1.300781-36.101562-1.601562-105.601562-1.601562s-78.199219.300781-105.5 1.5c-27.199219 1.199219-45.898438 5.601562-62.097657 11.898438-17.203124 6.5-32.601562 16.5-45.402343 29.601562-13 12.800781-23.097657 28.300781-29.5 45.300781-6.300781 16.300781-10.699219 34.898438-11.898438 62.097657-1.300781 27.402343-1.601562 36.101562-1.601562 105.601562s.300781 78.199219 1.5 105.5c1.199219 27.199219 5.601562 45.898438 11.902343 62.101562 6.5 17.199219 16.597657 32.597657 29.597657 45.398438 12.800781 13 28.300781 23.101562 45.300781 29.5 16.300781 6.300781 34.898438 10.699219 62.101562 11.898438 27.296876 1.203124 36 1.5 105.5 1.5s78.199219-.296876 105.5-1.5c27.199219-1.199219 45.898438-5.597657 62.097657-11.898438 34.402343-13.300781 61.601562-40.5 74.902343-74.898438 6.296876-16.300781 10.699219-34.902343 11.898438-62.101562 1.199219-27.300781 1.5-36 1.5-105.5s-.101562-78.199219-1.300781-105.5zm-46.097657 209c-1.101562 25-5.300781 38.5-8.800781 47.5-8.601562 22.300781-26.300781 40-48.601562 48.601562-9 3.5-22.597657 7.699219-47.5 8.796876-27 1.203124-35.097657 1.5-103.398438 1.5s-76.5-.296876-103.402343-1.5c-25-1.097657-38.5-5.296876-47.5-8.796876-11.097657-4.101562-21.199219-10.601562-29.398438-19.101562-8.5-8.300781-15-18.300781-19.101562-29.398438-3.5-9-7.699219-22.601562-8.796876-47.5-1.203124-27-1.5-35.101562-1.5-103.402343s.296876-76.5 1.5-103.398438c1.097657-25 5.296876-38.5 8.796876-47.5 4.101562-11.101562 10.601562-21.199219 19.203124-29.402343 8.296876-8.5 18.296876-15 29.398438-19.097657 9-3.5 22.601562-7.699219 47.5-8.800781 27-1.199219 35.101562-1.5 103.398438-1.5 68.402343 0 76.5.300781 103.402343 1.5 25 1.101562 38.5 5.300781 47.5 8.800781 11.097657 4.097657 21.199219 10.597657 29.398438 19.097657 8.5 8.300781 15 18.300781 19.101562 29.402343 3.5 9 7.699219 22.597657 8.800781 47.5 1.199219 27 1.5 35.097657 1.5 103.398438s-.300781 76.300781-1.5 103.300781zm0 0"></path><path d="m256.449219 124.5c-72.597657 0-131.5 58.898438-131.5 131.5s58.902343 131.5 131.5 131.5c72.601562 0 131.5-58.898438 131.5-131.5s-58.898438-131.5-131.5-131.5zm0 216.800781c-47.097657 0-85.300781-38.199219-85.300781-85.300781s38.203124-85.300781 85.300781-85.300781c47.101562 0 85.300781 38.199219 85.300781 85.300781s-38.199219 85.300781-85.300781 85.300781zm0 0"></path><path d="m423.851562 119.300781c0 16.953125-13.746093 30.699219-30.703124 30.699219-16.953126 0-30.699219-13.746094-30.699219-30.699219 0-16.957031 13.746093-30.699219 30.699219-30.699219 16.957031 0 30.703124 13.742188 30.703124 30.699219zm0 0"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-envelope elementor-repeater-item-f674978" href="mailto:info@algaecapital.com" target="_blank" aria-label="LinkedIn">
						<span class="elementor-screen-only">Envelope</span>
						<i aria-hidden="true" class="fas fa-envelope"></i>					</a>
				</span>
					</div>
						</div>
				</div>
				</div>
					</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-64f42fa e-flex e-con-boxed e-con e-child" data-id="64f42fa" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-02a9e6e e-con-full e-flex e-con e-child" data-id="02a9e6e" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-6df7e31 elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="6df7e31" data-element_type="widget" data-e-type="widget" data-settings="{&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;&quot;},&quot;layout&quot;:&quot;horizontal&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-6df7e31" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2628"><a href="https://algaecapital.com/privacy-and-cookies/" class="elementor-item">Privacy and cookies</a></li>
<li class="no-link menu-item menu-item-type-custom menu-item-object-custom menu-item-123"><a href="#" class="elementor-item elementor-item-anchor">© 2026 Algae Capital</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-6df7e31" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2628"><a href="https://algaecapital.com/privacy-and-cookies/" class="elementor-item" tabindex="-1">Privacy and cookies</a></li>
<li class="no-link menu-item menu-item-type-custom menu-item-object-custom menu-item-123"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">© 2026 Algae Capital</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-43cf014 e-con-full e-flex e-con e-child" data-id="43cf014" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-dec94aa elementor-widget elementor-widget-image" data-id="dec94aa" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://algaecapital.com/about/">
							<img width="1671" height="271" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Algae-Capital-Logo-Wit.svg" class="attachment-full size-full wp-image-30" alt="" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-25cb9fb elementor-widget elementor-widget-image" data-id="25cb9fb" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://algaecapital.com/algae-biotech/">
							<img width="1780" height="271" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Algae-Biotech-Logo-Wit.svg" class="attachment-full size-full wp-image-129" alt="" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-4777f11 elementor-widget elementor-widget-image" data-id="4777f11" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://algaecapital.com/algae-projects/">
							<img width="1848" height="272" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Algae-Projects-Logo-Wit.svg" class="attachment-full size-full wp-image-130" alt="" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-f1d7e45 elementor-widget elementor-widget-image" data-id="f1d7e45" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://algaecapital.com/algae-growth/">
							<img width="1742" height="271" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Algae-Growth-Logo-Wit.svg" class="attachment-full size-full wp-image-131" alt="" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-3c0cef8 elementor-widget elementor-widget-image" data-id="3c0cef8" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://algaecapital.com/algae-nutrition/">
							<img width="1917" height="271" src="https://algaecapitalcom.b-cdn.net/wp-content/uploads/2024/03/Algae-Nutrition-Logo-Wit.svg" class="attachment-full size-full wp-image-132" alt="" />								</a>
															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-0814ebf e-con-full e-flex e-con e-child" data-id="0814ebf" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-cdc8956 elementor-widget elementor-widget-heading" data-id="cdc8956" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">This site is protected by reCAPTCHA and the<br> Google <a href="https://policies.google.com/privacy" target="_blank" rel="noopener noreferrer">Privacy Policy</a> and <a href="https://policies.google.com/terms" target="_blank" rel="noopener noreferrer">Terms of Service</a> apply.</div>				</div>
				</div>
				</div>
					</div>
				</div>
				</footer>
		
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","https://algaecapitalcom.b-cdn.net/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/algaecapital/*","/wp-content/themes/hello-elementor/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script>var cpx_img_folder = "https://algaecapital.com/wp-content/themes/algaecapital/img/";</script>		<div data-elementor-type="popup" data-elementor-id="3948" class="elementor elementor-3948 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;open_selector&quot;:&quot;.js-animatie-popup&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-1a910d4 e-flex e-con-boxed e-con e-parent" data-id="1a910d4" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-08a3ed5 elementor-widget elementor-widget-html" data-id="08a3ed5" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/1010217268?h=47ced95a4e&autoplay=1&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>				</div>
				</div>
				<div class="elementor-element elementor-element-8e946dc elementor-align-center elementor-fixed elementor-widget elementor-widget-button" data-id="8e946dc" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;fixed&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6IiJ9" aria-label="Play">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 31.9 31.9" style="fill:currentColor; enable-background:new 0 0 31.9 31.9;" xml:space="preserve"> <path d="M29.1,30.9L0.7,2.6C0.1,2,0,1.2,0.6,0.6s1.4-0.4,2.1,0.3l28.2,28.2c0.6,0.6,0.9,1.6,0.3,2.1C30.7,31.8,29.7,31.6,29.1,30.9z "></path> <path d="M2.6,30.9L31,2.6c0.6-0.6,0.7-1.4,0.2-2c-0.6-0.6-1.4-0.4-2.1,0.3L0.8,29.2c-0.6,0.6-0.9,1.6-0.3,2.1S2,31.6,2.6,30.9z"></path> </svg>			</span>
								</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				</div>
				<div data-elementor-type="popup" data-elementor-id="3939" class="elementor elementor-3939 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;open_selector&quot;:&quot;.js-animatie-popup&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-1a910d4 e-flex e-con-boxed e-con e-parent" data-id="1a910d4" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-08a3ed5 elementor-widget elementor-widget-html" data-id="08a3ed5" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/1009895257?h=47ced95a4e&autoplay=1&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>				</div>
				</div>
				<div class="elementor-element elementor-element-8e946dc elementor-align-center elementor-fixed elementor-widget elementor-widget-button" data-id="8e946dc" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;fixed&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6IiJ9" aria-label="Play">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 31.9 31.9" style="fill:currentColor; enable-background:new 0 0 31.9 31.9;" xml:space="preserve"> <path d="M29.1,30.9L0.7,2.6C0.1,2,0,1.2,0.6,0.6s1.4-0.4,2.1,0.3l28.2,28.2c0.6,0.6,0.9,1.6,0.3,2.1C30.7,31.8,29.7,31.6,29.1,30.9z "></path> <path d="M2.6,30.9L31,2.6c0.6-0.6,0.7-1.4,0.2-2c-0.6-0.6-1.4-0.4-2.1,0.3L0.8,29.2c-0.6,0.6-0.9,1.6-0.3,2.1S2,31.6,2.6,30.9z"></path> </svg>			</span>
								</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				</div>
				<div data-elementor-type="popup" data-elementor-id="846" class="elementor elementor-846 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeInDown&quot;,&quot;exit_animation&quot;:&quot;fadeInDown&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.2,&quot;sizes&quot;:[]},&quot;classes&quot;:&quot;search-bar-popup&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-0996e38 e-flex e-con-boxed e-con e-child" data-id="0996e38" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3756915 elementor-search-form--skin-minimal elementor-widget elementor-widget-search-form" data-id="3756915" data-element_type="widget" data-e-type="widget" data-settings="{&quot;skin&quot;:&quot;minimal&quot;}" data-widget_type="search-form.default">
				<div class="elementor-widget-container">
							<search role="search">
			<form class="elementor-search-form" action="https://algaecapital.com" method="get">
												<div class="elementor-search-form__container">
					<label class="elementor-screen-only" for="elementor-search-form-3756915">Search</label>

											<div class="elementor-search-form__icon">
							<i aria-hidden="true" class="fas fa-search"></i>							<span class="elementor-screen-only">Search</span>
						</div>
					
					<input id="elementor-search-form-3756915" placeholder="Search for" class="elementor-search-form__input" type="search" name="s" value="">
					
					
									</div>
			</form>
		</search>
						</div>
				</div>
				<div class="elementor-element elementor-element-58e4215 elementor-align-center elementor-widget-mobile__width-initial elementor-widget elementor-widget-button" data-id="58e4215" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6IiJ9">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" id="Icons" height="512" viewBox="0 0 64 64" width="512"><path d="m4.59 59.41a2 2 0 0 0 2.83 0l24.58-24.58 24.59 24.58a2 2 0 0 0 2.83-2.83l-24.59-24.58 24.58-24.59a2 2 0 0 0 -2.83-2.83l-24.58 24.59-24.59-24.58a2 2 0 0 0 -2.82 2.82l24.58 24.59-24.58 24.59a2 2 0 0 0 0 2.82z"></path></svg>			</span>
								</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				</div>
				<div data-elementor-type="popup" data-elementor-id="3554" class="elementor elementor-3554 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;avoid_multiple_popups&quot;:&quot;yes&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.7,&quot;sizes&quot;:[]},&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-0d85c3e e-flex e-con-boxed e-con e-parent" data-id="0d85c3e" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-6237be6 elementor-align-right elementor-fixed elementor-widget elementor-widget-button" data-id="6237be6" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;fixed&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6IiJ9">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" id="Icons" height="512" viewBox="0 0 64 64" width="512"><path d="m4.59 59.41a2 2 0 0 0 2.83 0l24.58-24.58 24.59 24.58a2 2 0 0 0 2.83-2.83l-24.59-24.58 24.58-24.59a2 2 0 0 0 -2.83-2.83l-24.58 24.59-24.59-24.58a2 2 0 0 0 -2.82 2.82l24.58 24.59-24.58 24.59a2 2 0 0 0 0 2.82z"></path></svg>			</span>
								</span>
					</a>
				</div>
								</div>
				</div>
		<div class="elementor-element elementor-element-325906c e-con-full e-flex e-con e-child" data-id="325906c" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-30e0add elementor-invisible elementor-widget elementor-widget-heading" data-id="30e0add" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:150}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Open application</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-1b1100c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-global elementor-global-2312 elementor-widget-icon-list" data-id="1b1100c" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" height="512" viewBox="0 0 32 32" width="512"><g id="manufacturer_x2C__location_x2C__navigation_x2C__pin_x2C__city_x2C__buildings"><g fill="#48A23F"><path d="m11.5 11c-.276 0-.5-.224-.5-.5v-5c0-.276.224-.5.5-.5h12c.276 0 .5.224.5.5s-.224.5-.5.5h-11.5v4.5c0 .276-.224.5-.5.5z"></path><path d="m23.5 31h-12c-.276 0-.5-.224-.5-.5v-8c0-.276.224-.5.5-.5s.5.224.5.5v7.5h11.5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m17.5 4c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5s.5.224.5.5v2c0 .276-.224.5-.5.5z"></path><path d="m15.5 4c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5s.5.224.5.5v2c0 .276-.224.5-.5.5z"></path><path d="m22 6h-9.5c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5h9.5c.276 0 .5.224.5.5s-.224.5-.5.5h-9v1h9c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m28.5 31h-27c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h27c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><g id="XMLID_3161_"><path d="m14.5 20h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m18.5 28h-7c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h7c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m17.5 26h-6c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h6c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m16.5 24h-5c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m15.5 22h-4c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h4c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m14.5 16h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m14.5 18h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m15 12h-3.5c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3.5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m14.5 14h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m19.5 8h-8c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h8c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m16.5 10h-5c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path></g></g><g id="XMLID_3842_"><g id="XMLID_3845_"><g id="SHARING_ECONOMY_11_"><g id="XMLID_3989_"><path d="m11.5 31h-10c-.276 0-.5-.224-.5-.5v-20c0-.276.224-.5.5-.5h10c.276 0 .5.224.5.5v20c0 .276-.224.5-.5.5zm-9.5-1h9v-19h-9z" fill="#48A23F"></path></g></g><g id="XMLID_3977_"><g id="XMLID_3978_"><circle id="XMLID_3979_" cx="3.5" cy="28.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3975_"><circle id="XMLID_3976_" cx="5.5" cy="28.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3973_"><circle id="XMLID_3974_" cx="7.5" cy="28.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3879_"><circle id="XMLID_3972_" cx="9.5" cy="28.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3956_"><g id="XMLID_3959_"><circle id="XMLID_3969_" cx="3.5" cy="26.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3957_"><circle id="XMLID_3958_" cx="5.5" cy="26.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3954_"><circle id="XMLID_3955_" cx="7.5" cy="26.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3878_"><circle id="XMLID_3953_" cx="9.5" cy="26.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3944_"><g id="XMLID_3949_"><circle id="XMLID_3950_" cx="3.5" cy="24.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3947_"><circle id="XMLID_3948_" cx="5.5" cy="24.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3945_"><circle id="XMLID_3946_" cx="7.5" cy="24.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3877_"><circle id="XMLID_3943_" cx="9.5" cy="24.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3932_"><g id="XMLID_3939_"><circle id="XMLID_3940_" cx="3.5" cy="22.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3937_"><circle id="XMLID_3938_" cx="5.5" cy="22.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3935_"><circle id="XMLID_3936_" cx="7.5" cy="22.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3876_"><circle id="XMLID_3934_" cx="9.5" cy="22.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3911_"><g id="XMLID_3923_"><circle id="XMLID_3926_" cx="3.5" cy="16.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3918_"><circle id="XMLID_3921_" cx="5.5" cy="16.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3916_"><circle id="XMLID_3917_" cx="7.5" cy="16.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3874_"><circle id="XMLID_3915_" cx="9.5" cy="16.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3899_"><g id="XMLID_3910_"><circle id="XMLID_3912_" cx="3.5" cy="12.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3908_"><circle id="XMLID_3909_" cx="5.5" cy="12.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3906_"><circle id="XMLID_3907_" cx="7.5" cy="12.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3873_"><circle id="XMLID_3905_" cx="9.5" cy="12.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3885_"><g id="XMLID_3901_"><circle id="XMLID_3902_" cx="3.5" cy="14.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3898_"><circle id="XMLID_3900_" cx="5.5" cy="14.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3896_"><circle id="XMLID_3897_" cx="7.5" cy="14.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3871_"><circle id="XMLID_3893_" cx="9.5" cy="14.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3872_"><g id="XMLID_3891_"><circle id="XMLID_3892_" cx="3.5" cy="20.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3889_"><circle id="XMLID_3890_" cx="5.5" cy="20.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3884_"><circle id="XMLID_3887_" cx="7.5" cy="20.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3870_"><circle id="XMLID_3883_" cx="9.5" cy="20.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3846_"><g id="XMLID_3868_"><circle id="XMLID_3869_" cx="3.5" cy="18.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3852_"><circle id="XMLID_3853_" cx="5.5" cy="18.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3850_"><circle id="XMLID_3851_" cx="7.5" cy="18.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3848_"><circle id="XMLID_3849_" cx="9.5" cy="18.5" fill="#48A23F" r=".5"></circle></g></g></g><g><path d="m7.5 8h-2c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5h2c.276 0 .5.224.5.5v2c0 .276-.224.5-.5.5zm-1.5-1h1v-1h-1z" fill="#48A23F"></path></g><path d="m3.5 11c-.276 0-.5-.224-.5-.5v-3c0-.276.224-.5.5-.5h6c.276 0 .5.224.5.5v1c0 .276-.224.5-.5.5s-.5-.224-.5-.5v-.5h-5v2.5c0 .276-.224.5-.5.5z" fill="#48A23F"></path></g><g id="XMLID_3157_"><path id="XMLID_3158_" d="m30.5 31c.276 0 .5-.224.5-.5s-.224-.5-.5-.5c-.276 0-.5.224-.5.5s.224.5.5.5z" fill="#48A23F"></path></g><g id="XMLID_2275_"><path d="m23.5 31c-.147 0-.287-.065-.382-.177-.29-.344-7.118-8.5-7.118-15.323 0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5c0 6.792-6.827 14.977-7.118 15.322-.094.113-.234.178-.382.178zm0-22c-3.584 0-6.5 2.916-6.5 6.5 0 5.56 5.052 12.368 6.5 14.203 1.446-1.84 6.5-8.669 6.5-14.203 0-3.584-2.916-6.5-6.5-6.5z" fill="#48A23F"></path><g><path d="m23.5 20c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5 4.5 2.019 4.5 4.5-2.019 4.5-4.5 4.5zm0-8c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z" fill="#48A23F"></path></g></g></g></svg>						</span>
										<span class="elementor-icon-list-text">Industriestraat 6a​<br>2671 CT Naaldwijk<br>The Netherlands</span>
									</li>
								<li class="elementor-icon-list-item">
											<a href="tel:+31174261262">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" viewBox="0 0 482.6 482.6" style="enable-background:new 0 0 482.6 482.6;" xml:space="preserve"> <g> <path d="M98.339,320.8c47.6,56.9,104.9,101.7,170.3,133.4c24.9,11.8,58.2,25.8,95.3,28.2c2.3,0.1,4.5,0.2,6.8,0.2 c24.9,0,44.9-8.6,61.2-26.3c0.1-0.1,0.3-0.3,0.4-0.5c5.8-7,12.4-13.3,19.3-20c4.7-4.5,9.5-9.2,14.1-14 c21.3-22.2,21.3-50.4-0.2-71.9l-60.1-60.1c-10.2-10.6-22.4-16.2-35.2-16.2c-12.8,0-25.1,5.6-35.6,16.1l-35.8,35.8 c-3.3-1.9-6.7-3.6-9.9-5.2c-4-2-7.7-3.9-11-6c-32.6-20.7-62.2-47.7-90.5-82.4c-14.3-18.1-23.9-33.3-30.6-48.8 c9.4-8.5,18.2-17.4,26.7-26.1c3-3.1,6.1-6.2,9.2-9.3c10.8-10.8,16.6-23.3,16.6-36s-5.7-25.2-16.6-36l-29.8-29.8 c-3.5-3.5-6.8-6.9-10.2-10.4c-6.6-6.8-13.5-13.8-20.3-20.1c-10.3-10.1-22.4-15.4-35.2-15.4c-12.7,0-24.9,5.3-35.6,15.5l-37.4,37.4 c-13.6,13.6-21.3,30.1-22.9,49.2c-1.9,23.9,2.5,49.3,13.9,80C32.739,229.6,59.139,273.7,98.339,320.8z M25.739,104.2 c1.2-13.3,6.3-24.4,15.9-34l37.2-37.2c5.8-5.6,12.2-8.5,18.4-8.5c6.1,0,12.3,2.9,18,8.7c6.7,6.2,13,12.7,19.8,19.6 c3.4,3.5,6.9,7,10.4,10.6l29.8,29.8c6.2,6.2,9.4,12.5,9.4,18.7s-3.2,12.5-9.4,18.7c-3.1,3.1-6.2,6.3-9.3,9.4 c-9.3,9.4-18,18.3-27.6,26.8c-0.2,0.2-0.3,0.3-0.5,0.5c-8.3,8.3-7,16.2-5,22.2c0.1,0.3,0.2,0.5,0.3,0.8 c7.7,18.5,18.4,36.1,35.1,57.1c30,37,61.6,65.7,96.4,87.8c4.3,2.8,8.9,5,13.2,7.2c4,2,7.7,3.9,11,6c0.4,0.2,0.7,0.4,1.1,0.6 c3.3,1.7,6.5,2.5,9.7,2.5c8,0,13.2-5.1,14.9-6.8l37.4-37.4c5.8-5.8,12.1-8.9,18.3-8.9c7.6,0,13.8,4.7,17.7,8.9l60.3,60.2 c12,12,11.9,25-0.3,37.7c-4.2,4.5-8.6,8.8-13.3,13.3c-7,6.8-14.3,13.8-20.9,21.7c-11.5,12.4-25.2,18.2-42.9,18.2 c-1.7,0-3.5-0.1-5.2-0.2c-32.8-2.1-63.3-14.9-86.2-25.8c-62.2-30.1-116.8-72.8-162.1-127c-37.3-44.9-62.4-86.7-79-131.5 C28.039,146.4,24.139,124.3,25.739,104.2z"></path> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>						</span>
										<span class="elementor-icon-list-text">+31 174 26 12 62</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="mailto:info@algaecapital.com">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <path d="M465.455,69.818H46.545C20.839,69.818,0,90.657,0,116.364v279.273c0,25.706,20.839,46.545,46.545,46.545h418.909 c25.706,0,46.545-20.839,46.545-46.545V116.364C512,90.657,491.161,69.818,465.455,69.818z M46.545,93.091h418.909 c2.659,0.017,5.296,0.489,7.796,1.396L271.825,295.913c-8.651,8.708-22.723,8.754-31.431,0.103 c-0.034-0.034-0.069-0.069-0.103-0.103L38.749,94.487C41.249,93.58,43.886,93.107,46.545,93.091z M23.273,395.636V116.364 c-0.119-1.355-0.119-2.718,0-4.073L167.331,256L23.273,399.709C23.154,398.354,23.154,396.991,23.273,395.636z M465.455,418.909 H46.545c-2.659-0.017-5.296-0.489-7.796-1.396l145.105-145.105l39.913,39.913c17.735,17.802,46.542,17.856,64.344,0.121 c0.041-0.04,0.081-0.081,0.121-0.121l39.913-39.913l145.105,145.105C470.751,418.42,468.114,418.893,465.455,418.909z M488.727,399.709L344.669,256l144.058-143.709c0.119,1.355,0.119,2.718,0,4.073v279.273 C488.846,396.991,488.846,398.354,488.727,399.709z"></path> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>						</span>
										<span class="elementor-icon-list-text">info@algaecapital.com</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-69f6fd9 e-con-full e-flex e-con e-child" data-id="69f6fd9" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-313876a elementor-button-align-start elementor-widget elementor-widget-form" data-id="313876a" data-element_type="widget" data-e-type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" name="Open application" aria-label="Open application">
			<input type="hidden" name="post_id" value="3554"/>
			<input type="hidden" name="form_id" value="313876a"/>
			<input type="hidden" name="referer_title" value="Home - Algae Capital" />

							<input type="hidden" name="queried_id" value="12"/>
			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-name" class="elementor-field-label">
								First name							</label>
														<input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_18f4fce elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_18f4fce" class="elementor-field-label">
								Last name							</label>
														<input size="1" type="text" name="form_fields[field_18f4fce]" id="form-field-field_18f4fce" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_87d9b4e elementor-col-100">
												<label for="form-field-field_87d9b4e" class="elementor-field-label">
								Phone number							</label>
														<input size="1" type="text" name="form_fields[field_87d9b4e]" id="form-field-field_87d9b4e" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_4e05dda elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_4e05dda" class="elementor-field-label">
								Email address							</label>
														<input size="1" type="email" name="form_fields[field_4e05dda]" id="form-field-field_4e05dda" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_a653498 elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_a653498" class="elementor-field-label">
								Interested in the position of							</label>
														<input size="1" type="text" name="form_fields[field_a653498]" id="form-field-field_a653498" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-field_eb8648a elementor-col-100">
												<label for="form-field-field_eb8648a" class="elementor-field-label">
								Message							</label>
						<textarea class="elementor-field-textual elementor-field  elementor-size-md" name="form_fields[field_eb8648a]" id="form-field-field_eb8648a" rows="4"></textarea>				</div>
								<div class="elementor-field-type-upload elementor-field-group elementor-column elementor-field-group-field_e68609c elementor-col-100">
												<label for="form-field-field_e68609c" class="elementor-field-label">
								Upload resume							</label>
								<input type="file" name="form_fields[field_e68609c]" id="form-field-field_e68609c" class="elementor-field elementor-size-md  elementor-upload-field" data-maxsize="6" data-maxsize-message="This file exceeds the maximum allowed size.">

						</div>
								<div class="elementor-field-type-upload elementor-field-group elementor-column elementor-field-group-field_99e445b elementor-col-100">
												<label for="form-field-field_99e445b" class="elementor-field-label">
								Upload motivation							</label>
								<input type="file" name="form_fields[field_99e445b]" id="form-field-field_99e445b" class="elementor-field elementor-size-md  elementor-upload-field" data-maxsize="6" data-maxsize-message="This file exceeds the maximum allowed size.">

						</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_0bbdeb4 elementor-col-100">
					<p>By submitting this form, you agree to our <a target="_blank" href="https://algaecapital.com/privacy-and-cookies/">Privacy Policy</a>.</p>				</div>
								<div class="elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_e6c37bf elementor-col-100 recaptcha_v3-bottomright">
					<div class="elementor-field" id="form-field-field_e6c37bf"><div class="elementor-g-recaptcha" data-sitekey="6Le719cpAAAAADRy6sB3U6iHRUOjL-ROnWI1MmL_" data-type="v3" data-action="Form" data-badge="bottomright" data-size="invisible"></div></div>				</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-sm" type="submit">
						<span class="elementor-button-content-wrapper">
																						<span class="elementor-button-text">Submit application</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
				</div>
					</div>
				</div>
				</div>
				<div data-elementor-type="popup" data-elementor-id="2959" class="elementor elementor-2959 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;open_selector&quot;:&quot;.js-animatie-popup&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-1a910d4 e-flex e-con-boxed e-con e-parent" data-id="1a910d4" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-08a3ed5 elementor-widget elementor-widget-html" data-id="08a3ed5" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/1027176989?h=47ced95a4e&autoplay=1&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>				</div>
				</div>
				<div class="elementor-element elementor-element-8e946dc elementor-align-center elementor-fixed elementor-widget elementor-widget-button" data-id="8e946dc" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;fixed&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6IiJ9" aria-label="Play">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 31.9 31.9" style="fill:currentColor; enable-background:new 0 0 31.9 31.9;" xml:space="preserve"> <path d="M29.1,30.9L0.7,2.6C0.1,2,0,1.2,0.6,0.6s1.4-0.4,2.1,0.3l28.2,28.2c0.6,0.6,0.9,1.6,0.3,2.1C30.7,31.8,29.7,31.6,29.1,30.9z "></path> <path d="M2.6,30.9L31,2.6c0.6-0.6,0.7-1.4,0.2-2c-0.6-0.6-1.4-0.4-2.1,0.3L0.8,29.2c-0.6,0.6-0.9,1.6-0.3,2.1S2,31.6,2.6,30.9z"></path> </svg>			</span>
								</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				</div>
				<div data-elementor-type="popup" data-elementor-id="2379" class="elementor elementor-2379 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;avoid_multiple_popups&quot;:&quot;yes&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.7,&quot;sizes&quot;:[]},&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-0d85c3e e-flex e-con-boxed e-con e-parent" data-id="0d85c3e" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-6237be6 elementor-align-right elementor-fixed elementor-widget elementor-widget-button" data-id="6237be6" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;fixed&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6IiJ9">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" id="Icons" height="512" viewBox="0 0 64 64" width="512"><path d="m4.59 59.41a2 2 0 0 0 2.83 0l24.58-24.58 24.59 24.58a2 2 0 0 0 2.83-2.83l-24.59-24.58 24.58-24.59a2 2 0 0 0 -2.83-2.83l-24.58 24.59-24.59-24.58a2 2 0 0 0 -2.82 2.82l24.58 24.59-24.58 24.59a2 2 0 0 0 0 2.82z"></path></svg>			</span>
								</span>
					</a>
				</div>
								</div>
				</div>
		<div class="elementor-element elementor-element-325906c e-con-full e-flex e-con e-child" data-id="325906c" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-30e0add elementor-invisible elementor-widget elementor-widget-heading" data-id="30e0add" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:150}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Invest.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-1b1100c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-global elementor-global-2312 elementor-widget-icon-list" data-id="1b1100c" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" height="512" viewBox="0 0 32 32" width="512"><g id="manufacturer_x2C__location_x2C__navigation_x2C__pin_x2C__city_x2C__buildings"><g fill="#48A23F"><path d="m11.5 11c-.276 0-.5-.224-.5-.5v-5c0-.276.224-.5.5-.5h12c.276 0 .5.224.5.5s-.224.5-.5.5h-11.5v4.5c0 .276-.224.5-.5.5z"></path><path d="m23.5 31h-12c-.276 0-.5-.224-.5-.5v-8c0-.276.224-.5.5-.5s.5.224.5.5v7.5h11.5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m17.5 4c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5s.5.224.5.5v2c0 .276-.224.5-.5.5z"></path><path d="m15.5 4c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5s.5.224.5.5v2c0 .276-.224.5-.5.5z"></path><path d="m22 6h-9.5c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5h9.5c.276 0 .5.224.5.5s-.224.5-.5.5h-9v1h9c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m28.5 31h-27c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h27c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><g id="XMLID_3161_"><path d="m14.5 20h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m18.5 28h-7c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h7c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m17.5 26h-6c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h6c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m16.5 24h-5c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m15.5 22h-4c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h4c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m14.5 16h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m14.5 18h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m15 12h-3.5c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3.5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m14.5 14h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m19.5 8h-8c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h8c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m16.5 10h-5c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path></g></g><g id="XMLID_3842_"><g id="XMLID_3845_"><g id="SHARING_ECONOMY_11_"><g id="XMLID_3989_"><path d="m11.5 31h-10c-.276 0-.5-.224-.5-.5v-20c0-.276.224-.5.5-.5h10c.276 0 .5.224.5.5v20c0 .276-.224.5-.5.5zm-9.5-1h9v-19h-9z" fill="#48A23F"></path></g></g><g id="XMLID_3977_"><g id="XMLID_3978_"><circle id="XMLID_3979_" cx="3.5" cy="28.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3975_"><circle id="XMLID_3976_" cx="5.5" cy="28.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3973_"><circle id="XMLID_3974_" cx="7.5" cy="28.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3879_"><circle id="XMLID_3972_" cx="9.5" cy="28.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3956_"><g id="XMLID_3959_"><circle id="XMLID_3969_" cx="3.5" cy="26.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3957_"><circle id="XMLID_3958_" cx="5.5" cy="26.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3954_"><circle id="XMLID_3955_" cx="7.5" cy="26.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3878_"><circle id="XMLID_3953_" cx="9.5" cy="26.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3944_"><g id="XMLID_3949_"><circle id="XMLID_3950_" cx="3.5" cy="24.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3947_"><circle id="XMLID_3948_" cx="5.5" cy="24.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3945_"><circle id="XMLID_3946_" cx="7.5" cy="24.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3877_"><circle id="XMLID_3943_" cx="9.5" cy="24.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3932_"><g id="XMLID_3939_"><circle id="XMLID_3940_" cx="3.5" cy="22.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3937_"><circle id="XMLID_3938_" cx="5.5" cy="22.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3935_"><circle id="XMLID_3936_" cx="7.5" cy="22.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3876_"><circle id="XMLID_3934_" cx="9.5" cy="22.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3911_"><g id="XMLID_3923_"><circle id="XMLID_3926_" cx="3.5" cy="16.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3918_"><circle id="XMLID_3921_" cx="5.5" cy="16.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3916_"><circle id="XMLID_3917_" cx="7.5" cy="16.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3874_"><circle id="XMLID_3915_" cx="9.5" cy="16.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3899_"><g id="XMLID_3910_"><circle id="XMLID_3912_" cx="3.5" cy="12.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3908_"><circle id="XMLID_3909_" cx="5.5" cy="12.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3906_"><circle id="XMLID_3907_" cx="7.5" cy="12.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3873_"><circle id="XMLID_3905_" cx="9.5" cy="12.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3885_"><g id="XMLID_3901_"><circle id="XMLID_3902_" cx="3.5" cy="14.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3898_"><circle id="XMLID_3900_" cx="5.5" cy="14.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3896_"><circle id="XMLID_3897_" cx="7.5" cy="14.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3871_"><circle id="XMLID_3893_" cx="9.5" cy="14.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3872_"><g id="XMLID_3891_"><circle id="XMLID_3892_" cx="3.5" cy="20.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3889_"><circle id="XMLID_3890_" cx="5.5" cy="20.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3884_"><circle id="XMLID_3887_" cx="7.5" cy="20.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3870_"><circle id="XMLID_3883_" cx="9.5" cy="20.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3846_"><g id="XMLID_3868_"><circle id="XMLID_3869_" cx="3.5" cy="18.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3852_"><circle id="XMLID_3853_" cx="5.5" cy="18.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3850_"><circle id="XMLID_3851_" cx="7.5" cy="18.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3848_"><circle id="XMLID_3849_" cx="9.5" cy="18.5" fill="#48A23F" r=".5"></circle></g></g></g><g><path d="m7.5 8h-2c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5h2c.276 0 .5.224.5.5v2c0 .276-.224.5-.5.5zm-1.5-1h1v-1h-1z" fill="#48A23F"></path></g><path d="m3.5 11c-.276 0-.5-.224-.5-.5v-3c0-.276.224-.5.5-.5h6c.276 0 .5.224.5.5v1c0 .276-.224.5-.5.5s-.5-.224-.5-.5v-.5h-5v2.5c0 .276-.224.5-.5.5z" fill="#48A23F"></path></g><g id="XMLID_3157_"><path id="XMLID_3158_" d="m30.5 31c.276 0 .5-.224.5-.5s-.224-.5-.5-.5c-.276 0-.5.224-.5.5s.224.5.5.5z" fill="#48A23F"></path></g><g id="XMLID_2275_"><path d="m23.5 31c-.147 0-.287-.065-.382-.177-.29-.344-7.118-8.5-7.118-15.323 0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5c0 6.792-6.827 14.977-7.118 15.322-.094.113-.234.178-.382.178zm0-22c-3.584 0-6.5 2.916-6.5 6.5 0 5.56 5.052 12.368 6.5 14.203 1.446-1.84 6.5-8.669 6.5-14.203 0-3.584-2.916-6.5-6.5-6.5z" fill="#48A23F"></path><g><path d="m23.5 20c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5 4.5 2.019 4.5 4.5-2.019 4.5-4.5 4.5zm0-8c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z" fill="#48A23F"></path></g></g></g></svg>						</span>
										<span class="elementor-icon-list-text">Industriestraat 6a​<br>2671 CT Naaldwijk<br>The Netherlands</span>
									</li>
								<li class="elementor-icon-list-item">
											<a href="tel:+31174261262">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" viewBox="0 0 482.6 482.6" style="enable-background:new 0 0 482.6 482.6;" xml:space="preserve"> <g> <path d="M98.339,320.8c47.6,56.9,104.9,101.7,170.3,133.4c24.9,11.8,58.2,25.8,95.3,28.2c2.3,0.1,4.5,0.2,6.8,0.2 c24.9,0,44.9-8.6,61.2-26.3c0.1-0.1,0.3-0.3,0.4-0.5c5.8-7,12.4-13.3,19.3-20c4.7-4.5,9.5-9.2,14.1-14 c21.3-22.2,21.3-50.4-0.2-71.9l-60.1-60.1c-10.2-10.6-22.4-16.2-35.2-16.2c-12.8,0-25.1,5.6-35.6,16.1l-35.8,35.8 c-3.3-1.9-6.7-3.6-9.9-5.2c-4-2-7.7-3.9-11-6c-32.6-20.7-62.2-47.7-90.5-82.4c-14.3-18.1-23.9-33.3-30.6-48.8 c9.4-8.5,18.2-17.4,26.7-26.1c3-3.1,6.1-6.2,9.2-9.3c10.8-10.8,16.6-23.3,16.6-36s-5.7-25.2-16.6-36l-29.8-29.8 c-3.5-3.5-6.8-6.9-10.2-10.4c-6.6-6.8-13.5-13.8-20.3-20.1c-10.3-10.1-22.4-15.4-35.2-15.4c-12.7,0-24.9,5.3-35.6,15.5l-37.4,37.4 c-13.6,13.6-21.3,30.1-22.9,49.2c-1.9,23.9,2.5,49.3,13.9,80C32.739,229.6,59.139,273.7,98.339,320.8z M25.739,104.2 c1.2-13.3,6.3-24.4,15.9-34l37.2-37.2c5.8-5.6,12.2-8.5,18.4-8.5c6.1,0,12.3,2.9,18,8.7c6.7,6.2,13,12.7,19.8,19.6 c3.4,3.5,6.9,7,10.4,10.6l29.8,29.8c6.2,6.2,9.4,12.5,9.4,18.7s-3.2,12.5-9.4,18.7c-3.1,3.1-6.2,6.3-9.3,9.4 c-9.3,9.4-18,18.3-27.6,26.8c-0.2,0.2-0.3,0.3-0.5,0.5c-8.3,8.3-7,16.2-5,22.2c0.1,0.3,0.2,0.5,0.3,0.8 c7.7,18.5,18.4,36.1,35.1,57.1c30,37,61.6,65.7,96.4,87.8c4.3,2.8,8.9,5,13.2,7.2c4,2,7.7,3.9,11,6c0.4,0.2,0.7,0.4,1.1,0.6 c3.3,1.7,6.5,2.5,9.7,2.5c8,0,13.2-5.1,14.9-6.8l37.4-37.4c5.8-5.8,12.1-8.9,18.3-8.9c7.6,0,13.8,4.7,17.7,8.9l60.3,60.2 c12,12,11.9,25-0.3,37.7c-4.2,4.5-8.6,8.8-13.3,13.3c-7,6.8-14.3,13.8-20.9,21.7c-11.5,12.4-25.2,18.2-42.9,18.2 c-1.7,0-3.5-0.1-5.2-0.2c-32.8-2.1-63.3-14.9-86.2-25.8c-62.2-30.1-116.8-72.8-162.1-127c-37.3-44.9-62.4-86.7-79-131.5 C28.039,146.4,24.139,124.3,25.739,104.2z"></path> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>						</span>
										<span class="elementor-icon-list-text">+31 174 26 12 62</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="mailto:info@algaecapital.com">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <path d="M465.455,69.818H46.545C20.839,69.818,0,90.657,0,116.364v279.273c0,25.706,20.839,46.545,46.545,46.545h418.909 c25.706,0,46.545-20.839,46.545-46.545V116.364C512,90.657,491.161,69.818,465.455,69.818z M46.545,93.091h418.909 c2.659,0.017,5.296,0.489,7.796,1.396L271.825,295.913c-8.651,8.708-22.723,8.754-31.431,0.103 c-0.034-0.034-0.069-0.069-0.103-0.103L38.749,94.487C41.249,93.58,43.886,93.107,46.545,93.091z M23.273,395.636V116.364 c-0.119-1.355-0.119-2.718,0-4.073L167.331,256L23.273,399.709C23.154,398.354,23.154,396.991,23.273,395.636z M465.455,418.909 H46.545c-2.659-0.017-5.296-0.489-7.796-1.396l145.105-145.105l39.913,39.913c17.735,17.802,46.542,17.856,64.344,0.121 c0.041-0.04,0.081-0.081,0.121-0.121l39.913-39.913l145.105,145.105C470.751,418.42,468.114,418.893,465.455,418.909z M488.727,399.709L344.669,256l144.058-143.709c0.119,1.355,0.119,2.718,0,4.073v279.273 C488.846,396.991,488.846,398.354,488.727,399.709z"></path> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>						</span>
										<span class="elementor-icon-list-text">info@algaecapital.com</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-69f6fd9 e-con-full e-flex e-con e-child" data-id="69f6fd9" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-313876a elementor-button-align-start elementor-widget elementor-widget-form" data-id="313876a" data-element_type="widget" data-e-type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" name="Contact invest" aria-label="Contact invest">
			<input type="hidden" name="post_id" value="2379"/>
			<input type="hidden" name="form_id" value="313876a"/>
			<input type="hidden" name="referer_title" value="Home - Algae Capital" />

							<input type="hidden" name="queried_id" value="12"/>
			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-name" class="elementor-field-label">
								First name							</label>
														<input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_18f4fce elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_18f4fce" class="elementor-field-label">
								Last name							</label>
														<input size="1" type="text" name="form_fields[field_18f4fce]" id="form-field-field_18f4fce" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_87d9b4e elementor-col-100">
												<label for="form-field-field_87d9b4e" class="elementor-field-label">
								Phone number							</label>
														<input size="1" type="text" name="form_fields[field_87d9b4e]" id="form-field-field_87d9b4e" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_4e05dda elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_4e05dda" class="elementor-field-label">
								Email address							</label>
														<input size="1" type="email" name="form_fields[field_4e05dda]" id="form-field-field_4e05dda" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_1dd089a elementor-col-100">
												<label for="form-field-field_1dd089a" class="elementor-field-label">
								Industry							</label>
														<input size="1" type="text" name="form_fields[field_1dd089a]" id="form-field-field_1dd089a" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_32307f9 elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_32307f9" class="elementor-field-label">
								Company name							</label>
														<input size="1" type="text" name="form_fields[field_32307f9]" id="form-field-field_32307f9" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_ced50b3 elementor-col-100">
												<label for="form-field-field_ced50b3" class="elementor-field-label">
								Address							</label>
														<input size="1" type="text" name="form_fields[field_ced50b3]" id="form-field-field_ced50b3" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_fdc8305 elementor-col-100">
												<label for="form-field-field_fdc8305" class="elementor-field-label">
								Location							</label>
														<input size="1" type="text" name="form_fields[field_fdc8305]" id="form-field-field_fdc8305" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_435f3ce elementor-col-100">
												<label for="form-field-field_435f3ce" class="elementor-field-label">
								Country							</label>
														<input size="1" type="text" name="form_fields[field_435f3ce]" id="form-field-field_435f3ce" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-field_eb8648a elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_eb8648a" class="elementor-field-label">
								Message							</label>
						<textarea class="elementor-field-textual elementor-field  elementor-size-md" name="form_fields[field_eb8648a]" id="form-field-field_eb8648a" rows="4" required="required"></textarea>				</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_0bbdeb4 elementor-col-100">
					<p>By submitting this form, you agree to our <a target="_blank" href="https://algaecapital.com/privacy-and-cookies/">Privacy Policy</a>.</p>				</div>
								<div class="elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_e35c545 elementor-col-100 recaptcha_v3-bottomright">
					<div class="elementor-field" id="form-field-field_e35c545"><div class="elementor-g-recaptcha" data-sitekey="6Le719cpAAAAADRy6sB3U6iHRUOjL-ROnWI1MmL_" data-type="v3" data-action="Form" data-badge="bottomright" data-size="invisible"></div></div>				</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-sm" type="submit">
						<span class="elementor-button-content-wrapper">
																						<span class="elementor-button-text">Send</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
				</div>
					</div>
				</div>
				</div>
				<div data-elementor-type="popup" data-elementor-id="2370" class="elementor elementor-2370 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;avoid_multiple_popups&quot;:&quot;yes&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.7,&quot;sizes&quot;:[]},&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-0d85c3e e-flex e-con-boxed e-con e-parent" data-id="0d85c3e" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-6237be6 elementor-align-right elementor-fixed elementor-widget elementor-widget-button" data-id="6237be6" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;fixed&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6IiJ9">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" id="Icons" height="512" viewBox="0 0 64 64" width="512"><path d="m4.59 59.41a2 2 0 0 0 2.83 0l24.58-24.58 24.59 24.58a2 2 0 0 0 2.83-2.83l-24.59-24.58 24.58-24.59a2 2 0 0 0 -2.83-2.83l-24.58 24.59-24.59-24.58a2 2 0 0 0 -2.82 2.82l24.58 24.59-24.58 24.59a2 2 0 0 0 0 2.82z"></path></svg>			</span>
								</span>
					</a>
				</div>
								</div>
				</div>
		<div class="elementor-element elementor-element-325906c e-con-full e-flex e-con e-child" data-id="325906c" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-30e0add elementor-invisible elementor-widget elementor-widget-heading" data-id="30e0add" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:150}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Sample request.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-1b1100c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-global elementor-global-2312 elementor-widget-icon-list" data-id="1b1100c" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" height="512" viewBox="0 0 32 32" width="512"><g id="manufacturer_x2C__location_x2C__navigation_x2C__pin_x2C__city_x2C__buildings"><g fill="#48A23F"><path d="m11.5 11c-.276 0-.5-.224-.5-.5v-5c0-.276.224-.5.5-.5h12c.276 0 .5.224.5.5s-.224.5-.5.5h-11.5v4.5c0 .276-.224.5-.5.5z"></path><path d="m23.5 31h-12c-.276 0-.5-.224-.5-.5v-8c0-.276.224-.5.5-.5s.5.224.5.5v7.5h11.5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m17.5 4c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5s.5.224.5.5v2c0 .276-.224.5-.5.5z"></path><path d="m15.5 4c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5s.5.224.5.5v2c0 .276-.224.5-.5.5z"></path><path d="m22 6h-9.5c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5h9.5c.276 0 .5.224.5.5s-.224.5-.5.5h-9v1h9c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m28.5 31h-27c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h27c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><g id="XMLID_3161_"><path d="m14.5 20h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m18.5 28h-7c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h7c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m17.5 26h-6c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h6c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m16.5 24h-5c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m15.5 22h-4c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h4c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m14.5 16h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m14.5 18h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m15 12h-3.5c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3.5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m14.5 14h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m19.5 8h-8c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h8c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m16.5 10h-5c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path></g></g><g id="XMLID_3842_"><g id="XMLID_3845_"><g id="SHARING_ECONOMY_11_"><g id="XMLID_3989_"><path d="m11.5 31h-10c-.276 0-.5-.224-.5-.5v-20c0-.276.224-.5.5-.5h10c.276 0 .5.224.5.5v20c0 .276-.224.5-.5.5zm-9.5-1h9v-19h-9z" fill="#48A23F"></path></g></g><g id="XMLID_3977_"><g id="XMLID_3978_"><circle id="XMLID_3979_" cx="3.5" cy="28.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3975_"><circle id="XMLID_3976_" cx="5.5" cy="28.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3973_"><circle id="XMLID_3974_" cx="7.5" cy="28.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3879_"><circle id="XMLID_3972_" cx="9.5" cy="28.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3956_"><g id="XMLID_3959_"><circle id="XMLID_3969_" cx="3.5" cy="26.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3957_"><circle id="XMLID_3958_" cx="5.5" cy="26.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3954_"><circle id="XMLID_3955_" cx="7.5" cy="26.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3878_"><circle id="XMLID_3953_" cx="9.5" cy="26.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3944_"><g id="XMLID_3949_"><circle id="XMLID_3950_" cx="3.5" cy="24.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3947_"><circle id="XMLID_3948_" cx="5.5" cy="24.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3945_"><circle id="XMLID_3946_" cx="7.5" cy="24.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3877_"><circle id="XMLID_3943_" cx="9.5" cy="24.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3932_"><g id="XMLID_3939_"><circle id="XMLID_3940_" cx="3.5" cy="22.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3937_"><circle id="XMLID_3938_" cx="5.5" cy="22.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3935_"><circle id="XMLID_3936_" cx="7.5" cy="22.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3876_"><circle id="XMLID_3934_" cx="9.5" cy="22.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3911_"><g id="XMLID_3923_"><circle id="XMLID_3926_" cx="3.5" cy="16.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3918_"><circle id="XMLID_3921_" cx="5.5" cy="16.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3916_"><circle id="XMLID_3917_" cx="7.5" cy="16.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3874_"><circle id="XMLID_3915_" cx="9.5" cy="16.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3899_"><g id="XMLID_3910_"><circle id="XMLID_3912_" cx="3.5" cy="12.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3908_"><circle id="XMLID_3909_" cx="5.5" cy="12.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3906_"><circle id="XMLID_3907_" cx="7.5" cy="12.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3873_"><circle id="XMLID_3905_" cx="9.5" cy="12.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3885_"><g id="XMLID_3901_"><circle id="XMLID_3902_" cx="3.5" cy="14.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3898_"><circle id="XMLID_3900_" cx="5.5" cy="14.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3896_"><circle id="XMLID_3897_" cx="7.5" cy="14.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3871_"><circle id="XMLID_3893_" cx="9.5" cy="14.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3872_"><g id="XMLID_3891_"><circle id="XMLID_3892_" cx="3.5" cy="20.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3889_"><circle id="XMLID_3890_" cx="5.5" cy="20.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3884_"><circle id="XMLID_3887_" cx="7.5" cy="20.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3870_"><circle id="XMLID_3883_" cx="9.5" cy="20.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3846_"><g id="XMLID_3868_"><circle id="XMLID_3869_" cx="3.5" cy="18.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3852_"><circle id="XMLID_3853_" cx="5.5" cy="18.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3850_"><circle id="XMLID_3851_" cx="7.5" cy="18.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3848_"><circle id="XMLID_3849_" cx="9.5" cy="18.5" fill="#48A23F" r=".5"></circle></g></g></g><g><path d="m7.5 8h-2c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5h2c.276 0 .5.224.5.5v2c0 .276-.224.5-.5.5zm-1.5-1h1v-1h-1z" fill="#48A23F"></path></g><path d="m3.5 11c-.276 0-.5-.224-.5-.5v-3c0-.276.224-.5.5-.5h6c.276 0 .5.224.5.5v1c0 .276-.224.5-.5.5s-.5-.224-.5-.5v-.5h-5v2.5c0 .276-.224.5-.5.5z" fill="#48A23F"></path></g><g id="XMLID_3157_"><path id="XMLID_3158_" d="m30.5 31c.276 0 .5-.224.5-.5s-.224-.5-.5-.5c-.276 0-.5.224-.5.5s.224.5.5.5z" fill="#48A23F"></path></g><g id="XMLID_2275_"><path d="m23.5 31c-.147 0-.287-.065-.382-.177-.29-.344-7.118-8.5-7.118-15.323 0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5c0 6.792-6.827 14.977-7.118 15.322-.094.113-.234.178-.382.178zm0-22c-3.584 0-6.5 2.916-6.5 6.5 0 5.56 5.052 12.368 6.5 14.203 1.446-1.84 6.5-8.669 6.5-14.203 0-3.584-2.916-6.5-6.5-6.5z" fill="#48A23F"></path><g><path d="m23.5 20c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5 4.5 2.019 4.5 4.5-2.019 4.5-4.5 4.5zm0-8c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z" fill="#48A23F"></path></g></g></g></svg>						</span>
										<span class="elementor-icon-list-text">Industriestraat 6a​<br>2671 CT Naaldwijk<br>The Netherlands</span>
									</li>
								<li class="elementor-icon-list-item">
											<a href="tel:+31174261262">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" viewBox="0 0 482.6 482.6" style="enable-background:new 0 0 482.6 482.6;" xml:space="preserve"> <g> <path d="M98.339,320.8c47.6,56.9,104.9,101.7,170.3,133.4c24.9,11.8,58.2,25.8,95.3,28.2c2.3,0.1,4.5,0.2,6.8,0.2 c24.9,0,44.9-8.6,61.2-26.3c0.1-0.1,0.3-0.3,0.4-0.5c5.8-7,12.4-13.3,19.3-20c4.7-4.5,9.5-9.2,14.1-14 c21.3-22.2,21.3-50.4-0.2-71.9l-60.1-60.1c-10.2-10.6-22.4-16.2-35.2-16.2c-12.8,0-25.1,5.6-35.6,16.1l-35.8,35.8 c-3.3-1.9-6.7-3.6-9.9-5.2c-4-2-7.7-3.9-11-6c-32.6-20.7-62.2-47.7-90.5-82.4c-14.3-18.1-23.9-33.3-30.6-48.8 c9.4-8.5,18.2-17.4,26.7-26.1c3-3.1,6.1-6.2,9.2-9.3c10.8-10.8,16.6-23.3,16.6-36s-5.7-25.2-16.6-36l-29.8-29.8 c-3.5-3.5-6.8-6.9-10.2-10.4c-6.6-6.8-13.5-13.8-20.3-20.1c-10.3-10.1-22.4-15.4-35.2-15.4c-12.7,0-24.9,5.3-35.6,15.5l-37.4,37.4 c-13.6,13.6-21.3,30.1-22.9,49.2c-1.9,23.9,2.5,49.3,13.9,80C32.739,229.6,59.139,273.7,98.339,320.8z M25.739,104.2 c1.2-13.3,6.3-24.4,15.9-34l37.2-37.2c5.8-5.6,12.2-8.5,18.4-8.5c6.1,0,12.3,2.9,18,8.7c6.7,6.2,13,12.7,19.8,19.6 c3.4,3.5,6.9,7,10.4,10.6l29.8,29.8c6.2,6.2,9.4,12.5,9.4,18.7s-3.2,12.5-9.4,18.7c-3.1,3.1-6.2,6.3-9.3,9.4 c-9.3,9.4-18,18.3-27.6,26.8c-0.2,0.2-0.3,0.3-0.5,0.5c-8.3,8.3-7,16.2-5,22.2c0.1,0.3,0.2,0.5,0.3,0.8 c7.7,18.5,18.4,36.1,35.1,57.1c30,37,61.6,65.7,96.4,87.8c4.3,2.8,8.9,5,13.2,7.2c4,2,7.7,3.9,11,6c0.4,0.2,0.7,0.4,1.1,0.6 c3.3,1.7,6.5,2.5,9.7,2.5c8,0,13.2-5.1,14.9-6.8l37.4-37.4c5.8-5.8,12.1-8.9,18.3-8.9c7.6,0,13.8,4.7,17.7,8.9l60.3,60.2 c12,12,11.9,25-0.3,37.7c-4.2,4.5-8.6,8.8-13.3,13.3c-7,6.8-14.3,13.8-20.9,21.7c-11.5,12.4-25.2,18.2-42.9,18.2 c-1.7,0-3.5-0.1-5.2-0.2c-32.8-2.1-63.3-14.9-86.2-25.8c-62.2-30.1-116.8-72.8-162.1-127c-37.3-44.9-62.4-86.7-79-131.5 C28.039,146.4,24.139,124.3,25.739,104.2z"></path> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>						</span>
										<span class="elementor-icon-list-text">+31 174 26 12 62</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="mailto:info@algaecapital.com">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <path d="M465.455,69.818H46.545C20.839,69.818,0,90.657,0,116.364v279.273c0,25.706,20.839,46.545,46.545,46.545h418.909 c25.706,0,46.545-20.839,46.545-46.545V116.364C512,90.657,491.161,69.818,465.455,69.818z M46.545,93.091h418.909 c2.659,0.017,5.296,0.489,7.796,1.396L271.825,295.913c-8.651,8.708-22.723,8.754-31.431,0.103 c-0.034-0.034-0.069-0.069-0.103-0.103L38.749,94.487C41.249,93.58,43.886,93.107,46.545,93.091z M23.273,395.636V116.364 c-0.119-1.355-0.119-2.718,0-4.073L167.331,256L23.273,399.709C23.154,398.354,23.154,396.991,23.273,395.636z M465.455,418.909 H46.545c-2.659-0.017-5.296-0.489-7.796-1.396l145.105-145.105l39.913,39.913c17.735,17.802,46.542,17.856,64.344,0.121 c0.041-0.04,0.081-0.081,0.121-0.121l39.913-39.913l145.105,145.105C470.751,418.42,468.114,418.893,465.455,418.909z M488.727,399.709L344.669,256l144.058-143.709c0.119,1.355,0.119,2.718,0,4.073v279.273 C488.846,396.991,488.846,398.354,488.727,399.709z"></path> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>						</span>
										<span class="elementor-icon-list-text">info@algaecapital.com</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-69f6fd9 e-con-full e-flex e-con e-child" data-id="69f6fd9" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-313876a elementor-button-align-start elementor-widget elementor-widget-form" data-id="313876a" data-element_type="widget" data-e-type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" name="Contact sample" aria-label="Contact sample">
			<input type="hidden" name="post_id" value="2370"/>
			<input type="hidden" name="form_id" value="313876a"/>
			<input type="hidden" name="referer_title" value="Home - Algae Capital" />

							<input type="hidden" name="queried_id" value="12"/>
			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-name" class="elementor-field-label">
								First name							</label>
														<input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_18f4fce elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_18f4fce" class="elementor-field-label">
								Last name							</label>
														<input size="1" type="text" name="form_fields[field_18f4fce]" id="form-field-field_18f4fce" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_87d9b4e elementor-col-100">
												<label for="form-field-field_87d9b4e" class="elementor-field-label">
								Phone number							</label>
														<input size="1" type="text" name="form_fields[field_87d9b4e]" id="form-field-field_87d9b4e" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_4e05dda elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_4e05dda" class="elementor-field-label">
								Email address							</label>
														<input size="1" type="email" name="form_fields[field_4e05dda]" id="form-field-field_4e05dda" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_1dd089a elementor-col-100">
												<label for="form-field-field_1dd089a" class="elementor-field-label">
								Industry							</label>
														<input size="1" type="text" name="form_fields[field_1dd089a]" id="form-field-field_1dd089a" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_c19b632 elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_c19b632" class="elementor-field-label">
								Company name							</label>
														<input size="1" type="text" name="form_fields[field_c19b632]" id="form-field-field_c19b632" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_ced50b3 elementor-col-100">
												<label for="form-field-field_ced50b3" class="elementor-field-label">
								Address							</label>
														<input size="1" type="text" name="form_fields[field_ced50b3]" id="form-field-field_ced50b3" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_fdc8305 elementor-col-100">
												<label for="form-field-field_fdc8305" class="elementor-field-label">
								Location							</label>
														<input size="1" type="text" name="form_fields[field_fdc8305]" id="form-field-field_fdc8305" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_435f3ce elementor-col-100">
												<label for="form-field-field_435f3ce" class="elementor-field-label">
								Country							</label>
														<input size="1" type="text" name="form_fields[field_435f3ce]" id="form-field-field_435f3ce" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_bcc457c elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_bcc457c" class="elementor-field-label">
								Product							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_bcc457c]" id="form-field-field_bcc457c" class="elementor-field-textual elementor-size-md" required="required">
									<option value="">Choose product</option>
									<option value="Algae powder">Algae powder</option>
									<option value="EPA oil">EPA oil</option>
									<option value="Protein powder">Protein powder</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-field_eb8648a elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_eb8648a" class="elementor-field-label">
								Message							</label>
						<textarea class="elementor-field-textual elementor-field  elementor-size-md" name="form_fields[field_eb8648a]" id="form-field-field_eb8648a" rows="4" required="required"></textarea>				</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_0bbdeb4 elementor-col-100">
					<p>By submitting this form, you agree to our <a target="_blank" href="https://algaecapital.com/privacy-and-cookies/">Privacy Policy</a>.</p>				</div>
								<div class="elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_8508683 elementor-col-100 recaptcha_v3-bottomright">
					<div class="elementor-field" id="form-field-field_8508683"><div class="elementor-g-recaptcha" data-sitekey="6Le719cpAAAAADRy6sB3U6iHRUOjL-ROnWI1MmL_" data-type="v3" data-action="Form" data-badge="bottomright" data-size="invisible"></div></div>				</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-sm" type="submit">
						<span class="elementor-button-content-wrapper">
																						<span class="elementor-button-text">Send</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
				</div>
					</div>
				</div>
				</div>
				<div data-elementor-type="popup" data-elementor-id="2340" class="elementor elementor-2340 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;avoid_multiple_popups&quot;:&quot;yes&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.7,&quot;sizes&quot;:[]},&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-0d85c3e e-flex e-con-boxed e-con e-parent" data-id="0d85c3e" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-6237be6 elementor-align-right elementor-fixed elementor-widget elementor-widget-button" data-id="6237be6" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;fixed&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6IiJ9">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" id="Icons" height="512" viewBox="0 0 64 64" width="512"><path d="m4.59 59.41a2 2 0 0 0 2.83 0l24.58-24.58 24.59 24.58a2 2 0 0 0 2.83-2.83l-24.59-24.58 24.58-24.59a2 2 0 0 0 -2.83-2.83l-24.58 24.59-24.59-24.58a2 2 0 0 0 -2.82 2.82l24.58 24.59-24.58 24.59a2 2 0 0 0 0 2.82z"></path></svg>			</span>
								</span>
					</a>
				</div>
								</div>
				</div>
		<div class="elementor-element elementor-element-325906c e-con-full e-flex e-con e-child" data-id="325906c" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-30e0add elementor-invisible elementor-widget elementor-widget-heading" data-id="30e0add" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:150}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Quotation request.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-1b1100c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-global elementor-global-2312 elementor-widget-icon-list" data-id="1b1100c" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" height="512" viewBox="0 0 32 32" width="512"><g id="manufacturer_x2C__location_x2C__navigation_x2C__pin_x2C__city_x2C__buildings"><g fill="#48A23F"><path d="m11.5 11c-.276 0-.5-.224-.5-.5v-5c0-.276.224-.5.5-.5h12c.276 0 .5.224.5.5s-.224.5-.5.5h-11.5v4.5c0 .276-.224.5-.5.5z"></path><path d="m23.5 31h-12c-.276 0-.5-.224-.5-.5v-8c0-.276.224-.5.5-.5s.5.224.5.5v7.5h11.5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m17.5 4c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5s.5.224.5.5v2c0 .276-.224.5-.5.5z"></path><path d="m15.5 4c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5s.5.224.5.5v2c0 .276-.224.5-.5.5z"></path><path d="m22 6h-9.5c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5h9.5c.276 0 .5.224.5.5s-.224.5-.5.5h-9v1h9c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m28.5 31h-27c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h27c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><g id="XMLID_3161_"><path d="m14.5 20h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m18.5 28h-7c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h7c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m17.5 26h-6c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h6c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m16.5 24h-5c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m15.5 22h-4c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h4c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m14.5 16h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m14.5 18h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m15 12h-3.5c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3.5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m14.5 14h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m19.5 8h-8c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h8c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m16.5 10h-5c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path></g></g><g id="XMLID_3842_"><g id="XMLID_3845_"><g id="SHARING_ECONOMY_11_"><g id="XMLID_3989_"><path d="m11.5 31h-10c-.276 0-.5-.224-.5-.5v-20c0-.276.224-.5.5-.5h10c.276 0 .5.224.5.5v20c0 .276-.224.5-.5.5zm-9.5-1h9v-19h-9z" fill="#48A23F"></path></g></g><g id="XMLID_3977_"><g id="XMLID_3978_"><circle id="XMLID_3979_" cx="3.5" cy="28.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3975_"><circle id="XMLID_3976_" cx="5.5" cy="28.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3973_"><circle id="XMLID_3974_" cx="7.5" cy="28.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3879_"><circle id="XMLID_3972_" cx="9.5" cy="28.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3956_"><g id="XMLID_3959_"><circle id="XMLID_3969_" cx="3.5" cy="26.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3957_"><circle id="XMLID_3958_" cx="5.5" cy="26.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3954_"><circle id="XMLID_3955_" cx="7.5" cy="26.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3878_"><circle id="XMLID_3953_" cx="9.5" cy="26.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3944_"><g id="XMLID_3949_"><circle id="XMLID_3950_" cx="3.5" cy="24.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3947_"><circle id="XMLID_3948_" cx="5.5" cy="24.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3945_"><circle id="XMLID_3946_" cx="7.5" cy="24.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3877_"><circle id="XMLID_3943_" cx="9.5" cy="24.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3932_"><g id="XMLID_3939_"><circle id="XMLID_3940_" cx="3.5" cy="22.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3937_"><circle id="XMLID_3938_" cx="5.5" cy="22.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3935_"><circle id="XMLID_3936_" cx="7.5" cy="22.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3876_"><circle id="XMLID_3934_" cx="9.5" cy="22.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3911_"><g id="XMLID_3923_"><circle id="XMLID_3926_" cx="3.5" cy="16.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3918_"><circle id="XMLID_3921_" cx="5.5" cy="16.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3916_"><circle id="XMLID_3917_" cx="7.5" cy="16.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3874_"><circle id="XMLID_3915_" cx="9.5" cy="16.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3899_"><g id="XMLID_3910_"><circle id="XMLID_3912_" cx="3.5" cy="12.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3908_"><circle id="XMLID_3909_" cx="5.5" cy="12.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3906_"><circle id="XMLID_3907_" cx="7.5" cy="12.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3873_"><circle id="XMLID_3905_" cx="9.5" cy="12.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3885_"><g id="XMLID_3901_"><circle id="XMLID_3902_" cx="3.5" cy="14.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3898_"><circle id="XMLID_3900_" cx="5.5" cy="14.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3896_"><circle id="XMLID_3897_" cx="7.5" cy="14.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3871_"><circle id="XMLID_3893_" cx="9.5" cy="14.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3872_"><g id="XMLID_3891_"><circle id="XMLID_3892_" cx="3.5" cy="20.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3889_"><circle id="XMLID_3890_" cx="5.5" cy="20.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3884_"><circle id="XMLID_3887_" cx="7.5" cy="20.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3870_"><circle id="XMLID_3883_" cx="9.5" cy="20.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3846_"><g id="XMLID_3868_"><circle id="XMLID_3869_" cx="3.5" cy="18.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3852_"><circle id="XMLID_3853_" cx="5.5" cy="18.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3850_"><circle id="XMLID_3851_" cx="7.5" cy="18.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3848_"><circle id="XMLID_3849_" cx="9.5" cy="18.5" fill="#48A23F" r=".5"></circle></g></g></g><g><path d="m7.5 8h-2c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5h2c.276 0 .5.224.5.5v2c0 .276-.224.5-.5.5zm-1.5-1h1v-1h-1z" fill="#48A23F"></path></g><path d="m3.5 11c-.276 0-.5-.224-.5-.5v-3c0-.276.224-.5.5-.5h6c.276 0 .5.224.5.5v1c0 .276-.224.5-.5.5s-.5-.224-.5-.5v-.5h-5v2.5c0 .276-.224.5-.5.5z" fill="#48A23F"></path></g><g id="XMLID_3157_"><path id="XMLID_3158_" d="m30.5 31c.276 0 .5-.224.5-.5s-.224-.5-.5-.5c-.276 0-.5.224-.5.5s.224.5.5.5z" fill="#48A23F"></path></g><g id="XMLID_2275_"><path d="m23.5 31c-.147 0-.287-.065-.382-.177-.29-.344-7.118-8.5-7.118-15.323 0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5c0 6.792-6.827 14.977-7.118 15.322-.094.113-.234.178-.382.178zm0-22c-3.584 0-6.5 2.916-6.5 6.5 0 5.56 5.052 12.368 6.5 14.203 1.446-1.84 6.5-8.669 6.5-14.203 0-3.584-2.916-6.5-6.5-6.5z" fill="#48A23F"></path><g><path d="m23.5 20c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5 4.5 2.019 4.5 4.5-2.019 4.5-4.5 4.5zm0-8c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z" fill="#48A23F"></path></g></g></g></svg>						</span>
										<span class="elementor-icon-list-text">Industriestraat 6a​<br>2671 CT Naaldwijk<br>The Netherlands</span>
									</li>
								<li class="elementor-icon-list-item">
											<a href="tel:+31174261262">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" viewBox="0 0 482.6 482.6" style="enable-background:new 0 0 482.6 482.6;" xml:space="preserve"> <g> <path d="M98.339,320.8c47.6,56.9,104.9,101.7,170.3,133.4c24.9,11.8,58.2,25.8,95.3,28.2c2.3,0.1,4.5,0.2,6.8,0.2 c24.9,0,44.9-8.6,61.2-26.3c0.1-0.1,0.3-0.3,0.4-0.5c5.8-7,12.4-13.3,19.3-20c4.7-4.5,9.5-9.2,14.1-14 c21.3-22.2,21.3-50.4-0.2-71.9l-60.1-60.1c-10.2-10.6-22.4-16.2-35.2-16.2c-12.8,0-25.1,5.6-35.6,16.1l-35.8,35.8 c-3.3-1.9-6.7-3.6-9.9-5.2c-4-2-7.7-3.9-11-6c-32.6-20.7-62.2-47.7-90.5-82.4c-14.3-18.1-23.9-33.3-30.6-48.8 c9.4-8.5,18.2-17.4,26.7-26.1c3-3.1,6.1-6.2,9.2-9.3c10.8-10.8,16.6-23.3,16.6-36s-5.7-25.2-16.6-36l-29.8-29.8 c-3.5-3.5-6.8-6.9-10.2-10.4c-6.6-6.8-13.5-13.8-20.3-20.1c-10.3-10.1-22.4-15.4-35.2-15.4c-12.7,0-24.9,5.3-35.6,15.5l-37.4,37.4 c-13.6,13.6-21.3,30.1-22.9,49.2c-1.9,23.9,2.5,49.3,13.9,80C32.739,229.6,59.139,273.7,98.339,320.8z M25.739,104.2 c1.2-13.3,6.3-24.4,15.9-34l37.2-37.2c5.8-5.6,12.2-8.5,18.4-8.5c6.1,0,12.3,2.9,18,8.7c6.7,6.2,13,12.7,19.8,19.6 c3.4,3.5,6.9,7,10.4,10.6l29.8,29.8c6.2,6.2,9.4,12.5,9.4,18.7s-3.2,12.5-9.4,18.7c-3.1,3.1-6.2,6.3-9.3,9.4 c-9.3,9.4-18,18.3-27.6,26.8c-0.2,0.2-0.3,0.3-0.5,0.5c-8.3,8.3-7,16.2-5,22.2c0.1,0.3,0.2,0.5,0.3,0.8 c7.7,18.5,18.4,36.1,35.1,57.1c30,37,61.6,65.7,96.4,87.8c4.3,2.8,8.9,5,13.2,7.2c4,2,7.7,3.9,11,6c0.4,0.2,0.7,0.4,1.1,0.6 c3.3,1.7,6.5,2.5,9.7,2.5c8,0,13.2-5.1,14.9-6.8l37.4-37.4c5.8-5.8,12.1-8.9,18.3-8.9c7.6,0,13.8,4.7,17.7,8.9l60.3,60.2 c12,12,11.9,25-0.3,37.7c-4.2,4.5-8.6,8.8-13.3,13.3c-7,6.8-14.3,13.8-20.9,21.7c-11.5,12.4-25.2,18.2-42.9,18.2 c-1.7,0-3.5-0.1-5.2-0.2c-32.8-2.1-63.3-14.9-86.2-25.8c-62.2-30.1-116.8-72.8-162.1-127c-37.3-44.9-62.4-86.7-79-131.5 C28.039,146.4,24.139,124.3,25.739,104.2z"></path> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>						</span>
										<span class="elementor-icon-list-text">+31 174 26 12 62</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="mailto:info@algaecapital.com">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <path d="M465.455,69.818H46.545C20.839,69.818,0,90.657,0,116.364v279.273c0,25.706,20.839,46.545,46.545,46.545h418.909 c25.706,0,46.545-20.839,46.545-46.545V116.364C512,90.657,491.161,69.818,465.455,69.818z M46.545,93.091h418.909 c2.659,0.017,5.296,0.489,7.796,1.396L271.825,295.913c-8.651,8.708-22.723,8.754-31.431,0.103 c-0.034-0.034-0.069-0.069-0.103-0.103L38.749,94.487C41.249,93.58,43.886,93.107,46.545,93.091z M23.273,395.636V116.364 c-0.119-1.355-0.119-2.718,0-4.073L167.331,256L23.273,399.709C23.154,398.354,23.154,396.991,23.273,395.636z M465.455,418.909 H46.545c-2.659-0.017-5.296-0.489-7.796-1.396l145.105-145.105l39.913,39.913c17.735,17.802,46.542,17.856,64.344,0.121 c0.041-0.04,0.081-0.081,0.121-0.121l39.913-39.913l145.105,145.105C470.751,418.42,468.114,418.893,465.455,418.909z M488.727,399.709L344.669,256l144.058-143.709c0.119,1.355,0.119,2.718,0,4.073v279.273 C488.846,396.991,488.846,398.354,488.727,399.709z"></path> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>						</span>
										<span class="elementor-icon-list-text">info@algaecapital.com</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-69f6fd9 e-con-full e-flex e-con e-child" data-id="69f6fd9" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-313876a elementor-button-align-start elementor-widget elementor-widget-form" data-id="313876a" data-element_type="widget" data-e-type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" name="Contact quotation request" aria-label="Contact quotation request">
			<input type="hidden" name="post_id" value="2340"/>
			<input type="hidden" name="form_id" value="313876a"/>
			<input type="hidden" name="referer_title" value="Home - Algae Capital" />

							<input type="hidden" name="queried_id" value="12"/>
			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-name" class="elementor-field-label">
								First name							</label>
														<input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_18f4fce elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_18f4fce" class="elementor-field-label">
								Last name							</label>
														<input size="1" type="text" name="form_fields[field_18f4fce]" id="form-field-field_18f4fce" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_87d9b4e elementor-col-100">
												<label for="form-field-field_87d9b4e" class="elementor-field-label">
								Phone number							</label>
														<input size="1" type="text" name="form_fields[field_87d9b4e]" id="form-field-field_87d9b4e" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_4e05dda elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_4e05dda" class="elementor-field-label">
								Email address							</label>
														<input size="1" type="email" name="form_fields[field_4e05dda]" id="form-field-field_4e05dda" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_1dd089a elementor-col-100">
												<label for="form-field-field_1dd089a" class="elementor-field-label">
								Industry							</label>
														<input size="1" type="text" name="form_fields[field_1dd089a]" id="form-field-field_1dd089a" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_eb7ebf3 elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_eb7ebf3" class="elementor-field-label">
								Company name							</label>
														<input size="1" type="text" name="form_fields[field_eb7ebf3]" id="form-field-field_eb7ebf3" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_ced50b3 elementor-col-100">
												<label for="form-field-field_ced50b3" class="elementor-field-label">
								Address							</label>
														<input size="1" type="text" name="form_fields[field_ced50b3]" id="form-field-field_ced50b3" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_fdc8305 elementor-col-100">
												<label for="form-field-field_fdc8305" class="elementor-field-label">
								Location							</label>
														<input size="1" type="text" name="form_fields[field_fdc8305]" id="form-field-field_fdc8305" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_435f3ce elementor-col-100">
												<label for="form-field-field_435f3ce" class="elementor-field-label">
								Country							</label>
														<input size="1" type="text" name="form_fields[field_435f3ce]" id="form-field-field_435f3ce" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_49d37a3 elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_49d37a3" class="elementor-field-label">
								Product							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_49d37a3]" id="form-field-field_49d37a3" class="elementor-field-textual elementor-size-md" required="required">
									<option value="">Choose product</option>
									<option value="Algae powder">Algae powder</option>
									<option value="EPA oil">EPA oil</option>
									<option value="Protein powder">Protein powder</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-number elementor-field-group elementor-column elementor-field-group-field_abd79c1 elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_abd79c1" class="elementor-field-label">
								Amount							</label>
									<input type="number" name="form_fields[field_abd79c1]" id="form-field-field_abd79c1" class="elementor-field elementor-size-md  elementor-field-textual" required="required" min="" max="" >
						</div>
								<div class="elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-field_eb8648a elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_eb8648a" class="elementor-field-label">
								Message							</label>
						<textarea class="elementor-field-textual elementor-field  elementor-size-md" name="form_fields[field_eb8648a]" id="form-field-field_eb8648a" rows="4" required="required"></textarea>				</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_0bbdeb4 elementor-col-100">
					<p>By submitting this form, you agree to our <a target="_blank" href="https://algaecapital.com/privacy-and-cookies/">Privacy Policy</a>.</p>				</div>
								<div class="elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_9a5c66e elementor-col-100 recaptcha_v3-bottomright">
					<div class="elementor-field" id="form-field-field_9a5c66e"><div class="elementor-g-recaptcha" data-sitekey="6Le719cpAAAAADRy6sB3U6iHRUOjL-ROnWI1MmL_" data-type="v3" data-action="Form" data-badge="bottomright" data-size="invisible"></div></div>				</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-sm" type="submit">
						<span class="elementor-button-content-wrapper">
																						<span class="elementor-button-text">Send</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
				</div>
					</div>
				</div>
				</div>
				<div data-elementor-type="popup" data-elementor-id="2306" class="elementor elementor-2306 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;avoid_multiple_popups&quot;:&quot;yes&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.7,&quot;sizes&quot;:[]},&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-0d85c3e e-flex e-con-boxed e-con e-parent" data-id="0d85c3e" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-6237be6 elementor-align-right elementor-fixed elementor-widget elementor-widget-button" data-id="6237be6" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;fixed&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6IiJ9">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" id="Icons" height="512" viewBox="0 0 64 64" width="512"><path d="m4.59 59.41a2 2 0 0 0 2.83 0l24.58-24.58 24.59 24.58a2 2 0 0 0 2.83-2.83l-24.59-24.58 24.58-24.59a2 2 0 0 0 -2.83-2.83l-24.58 24.59-24.59-24.58a2 2 0 0 0 -2.82 2.82l24.58 24.59-24.58 24.59a2 2 0 0 0 0 2.82z"></path></svg>			</span>
								</span>
					</a>
				</div>
								</div>
				</div>
		<div class="elementor-element elementor-element-325906c e-con-full e-flex e-con e-child" data-id="325906c" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-30e0add elementor-invisible elementor-widget elementor-widget-heading" data-id="30e0add" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:150}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">General information.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-1b1100c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-global elementor-global-2312 elementor-widget-icon-list" data-id="1b1100c" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" height="512" viewBox="0 0 32 32" width="512"><g id="manufacturer_x2C__location_x2C__navigation_x2C__pin_x2C__city_x2C__buildings"><g fill="#48A23F"><path d="m11.5 11c-.276 0-.5-.224-.5-.5v-5c0-.276.224-.5.5-.5h12c.276 0 .5.224.5.5s-.224.5-.5.5h-11.5v4.5c0 .276-.224.5-.5.5z"></path><path d="m23.5 31h-12c-.276 0-.5-.224-.5-.5v-8c0-.276.224-.5.5-.5s.5.224.5.5v7.5h11.5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m17.5 4c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5s.5.224.5.5v2c0 .276-.224.5-.5.5z"></path><path d="m15.5 4c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5s.5.224.5.5v2c0 .276-.224.5-.5.5z"></path><path d="m22 6h-9.5c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5h9.5c.276 0 .5.224.5.5s-.224.5-.5.5h-9v1h9c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m28.5 31h-27c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h27c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><g id="XMLID_3161_"><path d="m14.5 20h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m18.5 28h-7c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h7c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m17.5 26h-6c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h6c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m16.5 24h-5c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m15.5 22h-4c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h4c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m14.5 16h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m14.5 18h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m15 12h-3.5c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3.5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m14.5 14h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m19.5 8h-8c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h8c.276 0 .5.224.5.5s-.224.5-.5.5z"></path><path d="m16.5 10h-5c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h5c.276 0 .5.224.5.5s-.224.5-.5.5z"></path></g></g><g id="XMLID_3842_"><g id="XMLID_3845_"><g id="SHARING_ECONOMY_11_"><g id="XMLID_3989_"><path d="m11.5 31h-10c-.276 0-.5-.224-.5-.5v-20c0-.276.224-.5.5-.5h10c.276 0 .5.224.5.5v20c0 .276-.224.5-.5.5zm-9.5-1h9v-19h-9z" fill="#48A23F"></path></g></g><g id="XMLID_3977_"><g id="XMLID_3978_"><circle id="XMLID_3979_" cx="3.5" cy="28.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3975_"><circle id="XMLID_3976_" cx="5.5" cy="28.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3973_"><circle id="XMLID_3974_" cx="7.5" cy="28.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3879_"><circle id="XMLID_3972_" cx="9.5" cy="28.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3956_"><g id="XMLID_3959_"><circle id="XMLID_3969_" cx="3.5" cy="26.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3957_"><circle id="XMLID_3958_" cx="5.5" cy="26.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3954_"><circle id="XMLID_3955_" cx="7.5" cy="26.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3878_"><circle id="XMLID_3953_" cx="9.5" cy="26.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3944_"><g id="XMLID_3949_"><circle id="XMLID_3950_" cx="3.5" cy="24.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3947_"><circle id="XMLID_3948_" cx="5.5" cy="24.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3945_"><circle id="XMLID_3946_" cx="7.5" cy="24.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3877_"><circle id="XMLID_3943_" cx="9.5" cy="24.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3932_"><g id="XMLID_3939_"><circle id="XMLID_3940_" cx="3.5" cy="22.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3937_"><circle id="XMLID_3938_" cx="5.5" cy="22.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3935_"><circle id="XMLID_3936_" cx="7.5" cy="22.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3876_"><circle id="XMLID_3934_" cx="9.5" cy="22.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3911_"><g id="XMLID_3923_"><circle id="XMLID_3926_" cx="3.5" cy="16.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3918_"><circle id="XMLID_3921_" cx="5.5" cy="16.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3916_"><circle id="XMLID_3917_" cx="7.5" cy="16.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3874_"><circle id="XMLID_3915_" cx="9.5" cy="16.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3899_"><g id="XMLID_3910_"><circle id="XMLID_3912_" cx="3.5" cy="12.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3908_"><circle id="XMLID_3909_" cx="5.5" cy="12.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3906_"><circle id="XMLID_3907_" cx="7.5" cy="12.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3873_"><circle id="XMLID_3905_" cx="9.5" cy="12.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3885_"><g id="XMLID_3901_"><circle id="XMLID_3902_" cx="3.5" cy="14.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3898_"><circle id="XMLID_3900_" cx="5.5" cy="14.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3896_"><circle id="XMLID_3897_" cx="7.5" cy="14.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3871_"><circle id="XMLID_3893_" cx="9.5" cy="14.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3872_"><g id="XMLID_3891_"><circle id="XMLID_3892_" cx="3.5" cy="20.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3889_"><circle id="XMLID_3890_" cx="5.5" cy="20.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3884_"><circle id="XMLID_3887_" cx="7.5" cy="20.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3870_"><circle id="XMLID_3883_" cx="9.5" cy="20.5" fill="#48A23F" r=".5"></circle></g></g><g id="XMLID_3846_"><g id="XMLID_3868_"><circle id="XMLID_3869_" cx="3.5" cy="18.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3852_"><circle id="XMLID_3853_" cx="5.5" cy="18.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3850_"><circle id="XMLID_3851_" cx="7.5" cy="18.5" fill="#48A23F" r=".5"></circle></g><g id="XMLID_3848_"><circle id="XMLID_3849_" cx="9.5" cy="18.5" fill="#48A23F" r=".5"></circle></g></g></g><g><path d="m7.5 8h-2c-.276 0-.5-.224-.5-.5v-2c0-.276.224-.5.5-.5h2c.276 0 .5.224.5.5v2c0 .276-.224.5-.5.5zm-1.5-1h1v-1h-1z" fill="#48A23F"></path></g><path d="m3.5 11c-.276 0-.5-.224-.5-.5v-3c0-.276.224-.5.5-.5h6c.276 0 .5.224.5.5v1c0 .276-.224.5-.5.5s-.5-.224-.5-.5v-.5h-5v2.5c0 .276-.224.5-.5.5z" fill="#48A23F"></path></g><g id="XMLID_3157_"><path id="XMLID_3158_" d="m30.5 31c.276 0 .5-.224.5-.5s-.224-.5-.5-.5c-.276 0-.5.224-.5.5s.224.5.5.5z" fill="#48A23F"></path></g><g id="XMLID_2275_"><path d="m23.5 31c-.147 0-.287-.065-.382-.177-.29-.344-7.118-8.5-7.118-15.323 0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5c0 6.792-6.827 14.977-7.118 15.322-.094.113-.234.178-.382.178zm0-22c-3.584 0-6.5 2.916-6.5 6.5 0 5.56 5.052 12.368 6.5 14.203 1.446-1.84 6.5-8.669 6.5-14.203 0-3.584-2.916-6.5-6.5-6.5z" fill="#48A23F"></path><g><path d="m23.5 20c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5 4.5 2.019 4.5 4.5-2.019 4.5-4.5 4.5zm0-8c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z" fill="#48A23F"></path></g></g></g></svg>						</span>
										<span class="elementor-icon-list-text">Industriestraat 6a​<br>2671 CT Naaldwijk<br>The Netherlands</span>
									</li>
								<li class="elementor-icon-list-item">
											<a href="tel:+31174261262">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" viewBox="0 0 482.6 482.6" style="enable-background:new 0 0 482.6 482.6;" xml:space="preserve"> <g> <path d="M98.339,320.8c47.6,56.9,104.9,101.7,170.3,133.4c24.9,11.8,58.2,25.8,95.3,28.2c2.3,0.1,4.5,0.2,6.8,0.2 c24.9,0,44.9-8.6,61.2-26.3c0.1-0.1,0.3-0.3,0.4-0.5c5.8-7,12.4-13.3,19.3-20c4.7-4.5,9.5-9.2,14.1-14 c21.3-22.2,21.3-50.4-0.2-71.9l-60.1-60.1c-10.2-10.6-22.4-16.2-35.2-16.2c-12.8,0-25.1,5.6-35.6,16.1l-35.8,35.8 c-3.3-1.9-6.7-3.6-9.9-5.2c-4-2-7.7-3.9-11-6c-32.6-20.7-62.2-47.7-90.5-82.4c-14.3-18.1-23.9-33.3-30.6-48.8 c9.4-8.5,18.2-17.4,26.7-26.1c3-3.1,6.1-6.2,9.2-9.3c10.8-10.8,16.6-23.3,16.6-36s-5.7-25.2-16.6-36l-29.8-29.8 c-3.5-3.5-6.8-6.9-10.2-10.4c-6.6-6.8-13.5-13.8-20.3-20.1c-10.3-10.1-22.4-15.4-35.2-15.4c-12.7,0-24.9,5.3-35.6,15.5l-37.4,37.4 c-13.6,13.6-21.3,30.1-22.9,49.2c-1.9,23.9,2.5,49.3,13.9,80C32.739,229.6,59.139,273.7,98.339,320.8z M25.739,104.2 c1.2-13.3,6.3-24.4,15.9-34l37.2-37.2c5.8-5.6,12.2-8.5,18.4-8.5c6.1,0,12.3,2.9,18,8.7c6.7,6.2,13,12.7,19.8,19.6 c3.4,3.5,6.9,7,10.4,10.6l29.8,29.8c6.2,6.2,9.4,12.5,9.4,18.7s-3.2,12.5-9.4,18.7c-3.1,3.1-6.2,6.3-9.3,9.4 c-9.3,9.4-18,18.3-27.6,26.8c-0.2,0.2-0.3,0.3-0.5,0.5c-8.3,8.3-7,16.2-5,22.2c0.1,0.3,0.2,0.5,0.3,0.8 c7.7,18.5,18.4,36.1,35.1,57.1c30,37,61.6,65.7,96.4,87.8c4.3,2.8,8.9,5,13.2,7.2c4,2,7.7,3.9,11,6c0.4,0.2,0.7,0.4,1.1,0.6 c3.3,1.7,6.5,2.5,9.7,2.5c8,0,13.2-5.1,14.9-6.8l37.4-37.4c5.8-5.8,12.1-8.9,18.3-8.9c7.6,0,13.8,4.7,17.7,8.9l60.3,60.2 c12,12,11.9,25-0.3,37.7c-4.2,4.5-8.6,8.8-13.3,13.3c-7,6.8-14.3,13.8-20.9,21.7c-11.5,12.4-25.2,18.2-42.9,18.2 c-1.7,0-3.5-0.1-5.2-0.2c-32.8-2.1-63.3-14.9-86.2-25.8c-62.2-30.1-116.8-72.8-162.1-127c-37.3-44.9-62.4-86.7-79-131.5 C28.039,146.4,24.139,124.3,25.739,104.2z"></path> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>						</span>
										<span class="elementor-icon-list-text">+31 174 26 12 62</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="mailto:info@algaecapital.com">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <path d="M465.455,69.818H46.545C20.839,69.818,0,90.657,0,116.364v279.273c0,25.706,20.839,46.545,46.545,46.545h418.909 c25.706,0,46.545-20.839,46.545-46.545V116.364C512,90.657,491.161,69.818,465.455,69.818z M46.545,93.091h418.909 c2.659,0.017,5.296,0.489,7.796,1.396L271.825,295.913c-8.651,8.708-22.723,8.754-31.431,0.103 c-0.034-0.034-0.069-0.069-0.103-0.103L38.749,94.487C41.249,93.58,43.886,93.107,46.545,93.091z M23.273,395.636V116.364 c-0.119-1.355-0.119-2.718,0-4.073L167.331,256L23.273,399.709C23.154,398.354,23.154,396.991,23.273,395.636z M465.455,418.909 H46.545c-2.659-0.017-5.296-0.489-7.796-1.396l145.105-145.105l39.913,39.913c17.735,17.802,46.542,17.856,64.344,0.121 c0.041-0.04,0.081-0.081,0.121-0.121l39.913-39.913l145.105,145.105C470.751,418.42,468.114,418.893,465.455,418.909z M488.727,399.709L344.669,256l144.058-143.709c0.119,1.355,0.119,2.718,0,4.073v279.273 C488.846,396.991,488.846,398.354,488.727,399.709z"></path> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>						</span>
										<span class="elementor-icon-list-text">info@algaecapital.com</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-69f6fd9 e-con-full e-flex e-con e-child" data-id="69f6fd9" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-313876a elementor-button-align-start elementor-widget elementor-widget-form" data-id="313876a" data-element_type="widget" data-e-type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" name="Contact general" aria-label="Contact general">
			<input type="hidden" name="post_id" value="2306"/>
			<input type="hidden" name="form_id" value="313876a"/>
			<input type="hidden" name="referer_title" value="Home - Algae Capital" />

							<input type="hidden" name="queried_id" value="12"/>
			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-name" class="elementor-field-label">
								First name							</label>
														<input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_18f4fce elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_18f4fce" class="elementor-field-label">
								Last name							</label>
														<input size="1" type="text" name="form_fields[field_18f4fce]" id="form-field-field_18f4fce" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_87d9b4e elementor-col-100">
												<label for="form-field-field_87d9b4e" class="elementor-field-label">
								Phone number							</label>
														<input size="1" type="text" name="form_fields[field_87d9b4e]" id="form-field-field_87d9b4e" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_4e05dda elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_4e05dda" class="elementor-field-label">
								Email address							</label>
														<input size="1" type="email" name="form_fields[field_4e05dda]" id="form-field-field_4e05dda" class="elementor-field elementor-size-md  elementor-field-textual" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_1dd089a elementor-col-100">
												<label for="form-field-field_1dd089a" class="elementor-field-label">
								Industry							</label>
														<input size="1" type="text" name="form_fields[field_1dd089a]" id="form-field-field_1dd089a" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_ced50b3 elementor-col-100">
												<label for="form-field-field_ced50b3" class="elementor-field-label">
								Address							</label>
														<input size="1" type="text" name="form_fields[field_ced50b3]" id="form-field-field_ced50b3" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_fdc8305 elementor-col-100">
												<label for="form-field-field_fdc8305" class="elementor-field-label">
								Location							</label>
														<input size="1" type="text" name="form_fields[field_fdc8305]" id="form-field-field_fdc8305" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_435f3ce elementor-col-100">
												<label for="form-field-field_435f3ce" class="elementor-field-label">
								Country							</label>
														<input size="1" type="text" name="form_fields[field_435f3ce]" id="form-field-field_435f3ce" class="elementor-field elementor-size-md  elementor-field-textual">
											</div>
								<div class="elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-field_eb8648a elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_eb8648a" class="elementor-field-label">
								Message							</label>
						<textarea class="elementor-field-textual elementor-field  elementor-size-md" name="form_fields[field_eb8648a]" id="form-field-field_eb8648a" rows="4" required="required"></textarea>				</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_0bbdeb4 elementor-col-100">
					<p>By submitting this form, you agree to our <a target="_blank" href="https://algaecapital.com/privacy-and-cookies/">Privacy Policy</a>.</p>				</div>
								<div class="elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_e6c37bf elementor-col-100 recaptcha_v3-bottomright">
					<div class="elementor-field" id="form-field-field_e6c37bf"><div class="elementor-g-recaptcha" data-sitekey="6Le719cpAAAAADRy6sB3U6iHRUOjL-ROnWI1MmL_" data-type="v3" data-action="Form" data-badge="bottomright" data-size="invisible"></div></div>				</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-sm" type="submit">
						<span class="elementor-button-content-wrapper">
																						<span class="elementor-button-text">Send</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
				</div>
					</div>
				</div>
				</div>
					<script>
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
			
    <style>
        :root {
            --cpx2-cookie-balk-bg: #000000;
            --cpx2-cookie-balk-tekst: #ffffff;
            --cpx2-cookie-balk-knopkleur: #48a23f;
            --cpx2-cookie-balk-border-radius: 30px;
                    }
    </style>

    
                    <div style="display:none;" class="cpx2_cookie-balk cpx2_cookie-balk--v3 cpx2_cookie-balk--consent-mode-v2" data-cpx2_tracking-scripts="0" data-locale="en_US">
            <div class="cpx2_cookie-balk__wrapper">
                <div class="cpx2_cookie-balk__tekst">
                    <p>We use functional and analytical cookies.<br />More about this in our privacy statement.</p>                </div>

                <div class="cpx2_cookie-balk__toggles">
                    <div class="cpx2_cookie-balk__toggle">
                        <input type="checkbox" id="cpx2_cookie-balk__toggle-functional" checked disabled>
                        <label for="cpx2_cookie-balk__toggle-functional">Functional cookies</label>
                    </div>

                    <div class="cpx2_cookie-balk__toggle">
                        <input type="checkbox" id="cpx2_cookie-balk__toggle-marketing">
                        <label for="cpx2_cookie-balk__toggle-marketing">Marketing cookies</label>
                    </div>

                    <div class="cpx2_cookie-balk__toggle">
                        <input type="checkbox" id="cpx2_cookie-balk__toggle-analytisch">
                        <label for="cpx2_cookie-balk__toggle-analytisch">Analytical cookies</label>
                    </div>
                </div>

                <div class="cpx2_cookie-balk__acties">
                    <button class="cpx2_cookie-balk__v3__alles-afwijzen" type="button">
                        Reject all                    </button>
                    <button class="cpx2_cookie-balk__v3__selectie-toestaan" type="button">
                        Allow selection                    </button>
                    <button class="cpx2_cookie-balk__v3__alles-toestaan" type="button">
                        Accept all                    </button>
                </div>

                <div class="cpx2_cookie-balk__loading">
                    <svg fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                        <path d="M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z" opacity=".25" />
                        <path d="M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z">
                            <animateTransform attributeName="transform" type="rotate" dur="0.75s" values="0 12 12;360 12 12" repeatCount="indefinite" />
                        </path>
                    </svg>
                </div>
            </div>
        </div>

        <!-- V3 scripts -->
        <script nowprocket>
            /* -------------------- V3 CONSENT HELPERS (bovenaan) -------------------- */
            window.dataLayer = window.dataLayer || [];

            function gtag() {
                dataLayer.push(arguments);
            }

            // Update Consent Mode o.b.v. V3 toggles: analytics vs marketing
            function cpx2_consent_update(analytics_granted, marketing_granted) {
                gtag('consent', 'update', {
                    analytics_storage: analytics_granted ? 'granted' : 'denied',
                    ad_storage: marketing_granted ? 'granted' : 'denied',
                    ad_user_data: marketing_granted ? 'granted' : 'denied',
                    ad_personalization: marketing_granted ? 'granted' : 'denied'
                    // functionality/security blijven 'granted' vanuit default
                });
            }

            function cpx2_consent_accept_all() {
                cpx2_consent_update(true, true);
            }

            function cpx2_consent_reject_all() {
                cpx2_consent_update(false, false);
            }
            /* ---------------------------------------------------------------------- */

            document.addEventListener('DOMContentLoaded', function() {
                const cpx2_cookie_bar_exclude_pages = "";
                const cpx2_cookie_bar_current_page_id = "12"; // Convert to string
                const cpx2_cookie_bar_is_excluded = Array.isArray(cpx2_cookie_bar_exclude_pages) ?
                    cpx2_cookie_bar_exclude_pages.includes(cpx2_cookie_bar_current_page_id) :
                    false;

                const cookieBalk = document.querySelector('.cpx2_cookie-balk--v3');
                if (!cookieBalk) return;

                const marketingToggle = document.getElementById('cpx2_cookie-balk__toggle-marketing');
                const analyticalToggle = document.getElementById('cpx2_cookie-balk__toggle-analytisch');
                const allesAfwijzen = document.querySelector('.cpx2_cookie-balk__v3__alles-afwijzen');
                const selectieToestaan = document.querySelector('.cpx2_cookie-balk__v3__selectie-toestaan');
                const allesToestaan = document.querySelector('.cpx2_cookie-balk__v3__alles-toestaan');

                // Check bestaande cookie-settings
                const currentCookie = cpx2_get_cookie('cpx2_cookie-balk_status_v3');
                if (!currentCookie) cookieBalk.style.display = '';
                if (cpx2_cookie_bar_is_excluded) cookieBalk.style.display = 'none';

                // Knoppen
                allesAfwijzen.addEventListener('click', function() {
                    cpx2_set_cookie('cpx2_cookie-balk_status_v3', 'declined', 2);
                    cpx2_set_cookie('cpx2_marketing_cookies', 'false', 2);
                    cpx2_set_cookie('cpx2_analytical_cookies', 'false', 2);

                    // Consent direct naar denied (voor Tag Assistant live feedback)
                    cpx2_consent_reject_all();

                    processCookieBar();
                });

                selectieToestaan.addEventListener('click', function() {
                    cpx2_set_cookie('cpx2_cookie-balk_status_v3', 'custom', 365);
                    cpx2_set_cookie('cpx2_marketing_cookies', marketingToggle.checked ? 'true' : 'false', 365);
                    cpx2_set_cookie('cpx2_analytical_cookies', analyticalToggle.checked ? 'true' : 'false', 365);

                    // Consent updaten volgens toggles
                    cpx2_consent_update(analyticalToggle.checked, marketingToggle.checked);

                    // Alles via GTM → geen scripts injecteren
                    processCookieBar();
                });

                allesToestaan.addEventListener('click', function() {
                    cpx2_set_cookie('cpx2_cookie-balk_status_v3', 'accepted', 365);
                    cpx2_set_cookie('cpx2_marketing_cookies', 'true', 365);
                    cpx2_set_cookie('cpx2_analytical_cookies', 'true', 365);

                    // Consent direct naar granted (voor Tag Assistant live feedback)
                    cpx2_consent_accept_all();

                    processCookieBar();
                });

                function processCookieBar() {
                    cookieBalk.classList.add('cpx2_cookie-balk--loading');
                    // Geef TA/consent callbacks milliseconden om te flushen vóór reload
                    setTimeout(function() {
                        location.reload();
                    }, 300);
                }

                // Helpers
                function cpx2_set_cookie(name, value, days) {
                    let expires = "";
                    if (days) {
                        let date = new Date();
                        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
                        expires = "; expires=" + date.toUTCString();
                    }
                    document.cookie = name + "=" + value + expires + "; path=/";
                }

                function cpx2_get_cookie(name) {
                    let nameEQ = name + "=";
                    let ca = document.cookie.split(';');
                    for (let i = 0; i < ca.length; i++) {
                        let c = ca[i].trim();
                        if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
                    }
                    return null;
                }

                // NIET opnieuw GTM of gtag.js laden; alles loopt via GTM-container
                // (De oude cpx2_consent_grant_access(_gtm) is bewust niet meer in gebruik in V3.)
            });
        </script>
        <div id="cpx2-tracking-loader"></div>
    <script id="cpx2-tracking-scripts-data" type="application/json">
        {"head":"","footer":"","google":"G-VQ3SPRGTN4","tagmanager":"","marketing":"","analytisch":"\u003C!-- Hotjar Tracking Code for Algae Capital --\u003E\r\n___SCRIPT_START___\u003E\r\n    (function(h,o,t,j,a,r){\r\n        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};\r\n        h._hjSettings={hjid:4976950,hjsv:6};\r\n        a=o.getElementsByTagName(\u0027head\u0027)[0];\r\n        r=o.createElement(\u0027script\u0027);r.async=1;\r\n        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;\r\n        a.appendChild(r);\r\n    })(window,document,\u0027https:\/\/static.hotjar.com\/c\/hotjar-\u0027,\u0027.js?sv=\u0027);\r\n___SCRIPT_END___\r\n\r\n___SCRIPT_START___ type=\u0022text\/javascript\u0022\u003E\r\n_linkedin_partner_id = \u00226036138\u0022;\r\nwindow._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];\r\nwindow._linkedin_data_partner_ids.push(_linkedin_partner_id);\r\n___SCRIPT_END______SCRIPT_START___ type=\u0022text\/javascript\u0022\u003E\r\n(function(l) {\r\nif (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])};\r\nwindow.lintrk.q=[]}\r\nvar s = document.getElementsByTagName(\u0022script\u0022)[0];\r\nvar b = document.createElement(\u0022script\u0022);\r\nb.type = \u0022text\/javascript\u0022;b.async = true;\r\nb.src = \u0022https:\/\/snap.licdn.com\/li.lms-analytics\/insight.min.js\u0022;\r\ns.parentNode.insertBefore(b, s);})(window.lintrk);\r\n___SCRIPT_END___\r\n\r\n\u003Cnoscript\u003E\r\n\u003Cimg height=\u00221\u0022 width=\u00221\u0022 style=\u0022display:none;\u0022 alt=\u0022\u0022 src=https:\/\/px.ads.linkedin.com\/collect\/?pid=6036138\u0026fmt=gif \/\u003E\r\n\u003C\/noscript\u003E"}    </script>
    <script src="https://algaecapitalcom.b-cdn.net/wp-content/plugins/codepix-modules-v2/modules/tracking-loader.js" defer></script>
    <link rel='stylesheet' id='elementor-post-1003-css' href='https://algaecapitalcom.b-cdn.net/wp-content/uploads/elementor/css/post-1003.css?ver=1780854064' media='all' />
<script id="cpx2_frontend_scripts-js" src="https://algaecapitalcom.b-cdn.net/wp-content/plugins/codepix-modules-v2/assets/cpx2-frontend-scripts.js?ver=7.0.13"></script>
<script id="animated-regions-js" src="https://algaecapitalcom.b-cdn.net/wp-content/themes/algaecapital/static/animated-regions.js?ver=1.0.2"></script>
<script id="hovertabs-js" src="https://algaecapitalcom.b-cdn.net/wp-content/themes/algaecapital/static/hovertabs.js?ver=1.0.1"></script>
<script id="pophover-js" src="https://algaecapitalcom.b-cdn.net/wp-content/themes/algaecapital/static/pophover.js?ver=1.0.1"></script>
<script id="hoversections-js" src="https://algaecapitalcom.b-cdn.net/wp-content/themes/algaecapital/static/hoversections.js?ver=1.0.1"></script>
<script id="zoom-intro-js" src="https://algaecapitalcom.b-cdn.net/wp-content/themes/algaecapital/static/zoom-intro.js?ver=1.0.1"></script>
<script id="usp-carousel-js" src="https://algaecapitalcom.b-cdn.net/wp-content/themes/algaecapital/static/usp-carousel.js?ver=1.0.1"></script>
<script id="background-list-js" src="https://algaecapitalcom.b-cdn.net/wp-content/themes/algaecapital/static/background-list.js?ver=1.0.1"></script>
<script id="hello-theme-frontend-js" src="https://algaecapitalcom.b-cdn.net/wp-content/themes/hello-elementor/assets/js/hello-frontend.js?ver=3.4.7"></script>
<script id="elementor-webpack-runtime-js" src="https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.6"></script>
<script id="elementor-frontend-modules-js" src="https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.6"></script>
<script id="jquery-ui-core-js" src="https://algaecapitalcom.b-cdn.net/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3"></script>
<script id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":1800,"default_value":2400,"direction":"min","is_enabled":true}},"hasCustomBreakpoints":true},"version":"4.0.6","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"container":true,"theme_builder_v2":true,"hello-theme-header-footer":true,"nested-elements":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"e_opt_in_v4_page":true,"e_components":true,"e_interactions":true,"e_widget_creation":true,"import-export-customization":true,"e_pro_atomic_form":true,"mega-menu":true,"e_pro_variables":true,"e_pro_interactions":true},"urls":{"assets":"https:\/\/algaecapital.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/algaecapital.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/algaecapital.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"92766e7325","atomicFormsSendForm":"c29636e531"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet","viewport_widescreen"],"viewport_widescreen":1800,"global_image_lightbox":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","hello_header_logo_type":"logo","hello_header_menu_layout":"horizontal","hello_footer_logo_type":"logo"},"post":{"id":12,"title":"Home%20-%20Algae%20Capital","excerpt":"","featuredImage":false}};
//# sourceURL=elementor-frontend-js-before
</script>
<script id="elementor-frontend-js" src="https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.6"></script>
<script id="e-sticky-js" src="https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=4.0.4"></script>
<script id="smartmenus-js" src="https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1"></script>
<script id="swiper-js" src="https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5"></script>
<script id="imagesloaded-js" src="https://algaecapitalcom.b-cdn.net/wp-includes/js/imagesloaded.min.js?ver=5.0.0"></script>
<script id="elementor-recaptcha_v3-api-js" src="https://www.google.com/recaptcha/api.js?render=explicit&#038;ver=4.0.4"></script>
<script id="elementor-pro-webpack-runtime-js" src="https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=4.0.4"></script>
<script id="wp-hooks-js" src="https://algaecapitalcom.b-cdn.net/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"></script>
<script id="wp-i18n-js" src="https://algaecapitalcom.b-cdn.net/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/algaecapital.com\/wp-admin\/admin-ajax.php","nonce":"ad96737856","urls":{"assets":"https:\/\/algaecapital.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/algaecapital.com\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/algaecapital.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
//# sourceURL=elementor-pro-frontend-js-before
</script>
<script id="elementor-pro-frontend-js" src="https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=4.0.4"></script>
<script id="pro-elements-handlers-js" src="https://algaecapitalcom.b-cdn.net/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=4.0.4"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://algaecapitalcom.b-cdn.net/wp-includes/js/wp-emoji-release.min.js?ver=cafbeb4dece7abc2ef428b21667744d1"}}
</script>
<script type="module">
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://algaecapitalcom.b-cdn.net/wp-includes/js/wp-emoji-loader.min.js
</script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://algaecapitalcom.b-cdn.net/wp-includes/js/wp-emoji-release.min.js?ver=cafbeb4dece7abc2ef428b21667744d1"}}
</script>
<script type="module">
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://algaecapitalcom.b-cdn.net/wp-includes/js/wp-emoji-loader.min.js
</script>
<script>
		jQuery(window).on('load', function () {
			correct_swipers();
			swiper_used_class_when_used();
		});
	
		setTimeout(function() {
			correct_swipers();
			swiper_used_class_when_used();
		},300);
	
	function correct_swipers() {
		var $swipers = jQuery('.adjust-swiper-js .swiper');
		$swipers.each(function() {
			var $this = jQuery(this);
			var swiper_instance = $this.data('swiper');

			if(!swiper_instance) {
				return true; // equivalent to "continue" in a jQuery each loop
			}
			swiper_instance.params.shortSwipes = true;
			
			swiper_instance.on('slideChange', function () {
				console.log('trigger add slide class');
				$this.addClass('cpx-swiper-used');
			});

			swiper_instance.update();
		});
	}
	
	function swiper_used_class_when_used() {
			var $swipers = jQuery('.swiper');
			$swipers.each(function() {
				var $this = jQuery(this);
				var swiper_instance = $this.data('swiper');

				if(!swiper_instance) {
					return true; // equivalent to "continue" in a jQuery each loop
				}

				swiper_instance.on('slideChange', function () {
					console.log('trigger add slide class');
					$this.addClass('cpx-swiper-used');
				});

			});
	}
</script>
<script>
jQuery(document).ready(function() {
	var $sections = jQuery('.cpx-scrollsnap');
	
	if($sections) {

		$sections.each(function() {
			var this_section = this;
			// 			Start doing snaps
			
			// 			End doing snaps
		});
	}
	
});
</script>
<style>
	@media screen and (max-width: 1024px) {
		header .e-n-menu-wrapper {
			background-color: #181818 !important;
		}
		body.cpx-menu-open .header-main {
			background-color: #181818 !important;
		}
		header .e-n-menu-content.e-active .e-con {
			background-color: #000000 !important;
		}
		header .e-n-menu-content .e-con {
			transition: none !important;
		}
	}
	@media screen and (min-width: 1024px) {
		header .header-main.cpx-reduce-dropdown-animation .js-main-menu.elementor-widget-n-menu {
			--n-menu-open-animation-duration: 100ms;
		}
		
		header .header-main.cpx-reduce-dropdown-animation:after {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			height: 100dvh;
			width: 100dvw;
			background-color: rgba(0,0,0,.5);
			z-index: 2;
			backdrop-filter: blur(2px);
		}
	}
</style>

<script>
jQuery(document).ready(function() {
  // Function to handle scroll event
  function handleScroll() {
    var scrollTop = jQuery(window).scrollTop();
    var header = jQuery('.header-main');

    // If scrolled down, set background color to #181818
    if (scrollTop > 0) {
      header.css('background-color', '#181818');
    } else {
      // If at the top of the page, make the header transparent
      header.css('background-color', 'transparent');
    }
  }

  // Call handleScroll initially to set the initial background color
  handleScroll();

  // Call handleScroll on scroll event
  jQuery(window).scroll(function() {
    handleScroll();
  });

  // Change background color on hover
  jQuery('.js-main-menu').hover(
    function() {
			jQuery('.header-main').addClass('cpx-reduce-dropdown-animation');
      jQuery('.header-main').css('background-color', '#000');
    },
    function() {
			jQuery('.header-main').removeClass('cpx-reduce-dropdown-animation');
			
      // Revert back to default background color if not scrolled down
      if (jQuery(window).scrollTop() === 0) {
        jQuery('.header-main').css('background-color', 'transparent');
      } else {
        jQuery('.header-main').css('background-color', '#181818');
      }
    }
  );
	
	// Add body class on open menu
	var $toggle = jQuery('header .e-n-menu-toggle');
	$toggle.on('click', function() {
		var is_expanded = $toggle.attr('aria-expanded');
		is_expanded = JSON.parse(is_expanded.toLowerCase());
		is_expanded = !is_expanded; 
		
		console.log(is_expanded);
		if(is_expanded == true) {
			jQuery('body').addClass('cpx-menu-open');
		}
		else {
			jQuery('body').removeClass('cpx-menu-open');
		}
	});
});
</script>
<style>
	.cpx-menu-line {
		height: 2px;
		background-color: var(--e-global-color-accent); /* Change this to your desired color */
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		transition: width 0.15s ease;
		pointer-events: none;
	}
	@media screen and (max-width: 1024px) {
		.cpx-menu-line {
			display: none;
		}
	}
</style>

<script>
jQuery(document).ready(function() {
  // Create a line element and append it to the navigation menu
  var menuLine = jQuery('<div class="cpx-menu-line"></div>').appendTo('.js-main-menu');

  jQuery('.js-main-menu li').mouseenter(function() {
    var leftPos = jQuery(this).position().left;
    var width = jQuery(this).outerWidth();
    // Animate the position and width of the line element
    menuLine.stop(true);
		menuLine.animate({
			width: width
		}, 75);
		menuLine.animate({
			left: leftPos
		}, 150);
  });

  jQuery('.js-main-menu').mouseleave(function() {
    // Reset line width and position when mouse leaves the menu
    menuLine.stop().animate({
      width: 0,
			left: 0
    }, 150); // Adjust the duration of the animation as needed
  });
});


</script>
<style>
	.cpx2_cookie-balk.cpx2_cookie-balk--v3 .cpx2_cookie-balk__wrapper {
		background-color: rgba(0,0,0,.8) !important;
	}
	.cpx2_cookie-balk.cpx2_cookie-balk--v3 .cpx2_cookie-balk__acties button.cpx2_cookie-balk__v3__alles-afwijzen, .cpx2_cookie-balk.cpx2_cookie-balk--v3 .cpx2_cookie-balk__acties button.cpx2_cookie-balk__v3__selectie-toestaan, .cpx2_cookie-balk.cpx2_cookie-balk--v3 .cpx2_cookie-balk__acties button.cpx2_cookie-balk__v3__alles-toestaan {
		border-radius: 100px !important;
	}

	.cpx2_cookie-balk {
		line-height: 1.4;
	}
	.cpx2_cookie-balk__akkoord {
		min-width: 5em;
	}
	.cpx2_cookie-balk__akkoord:hover {
		opacity: 1;
		background-color: var(--e-global-color-d4f79ab);
	}
	.cpx2_cookie-balk__wrapper {
		padding-right: .75em;
	}
	@media screen and (max-width: 768px) {
		.cpx2_cookie-balk {
			padding-left: 0;
			padding-right: 0;
			bottom: 0;
		}
		.cpx2_cookie-balk__wrapper {
			border-radius: 0px;
		}
	}
	
	@media screen and (min-width: 768px) {
			.cpx2_cookie-balk.cpx2_cookie-balk--v3 {
		left: auto !important;
		right: 15px;
	}
	}
</style>

</body>
</html>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 38/547 objects using Redis
Content Delivery Network via algaecapitalcom.b-cdn.net

Served from: algaecapital.com @ 2026-06-09 06:09:40 by W3 Total Cache
-->