<!DOCTYPE html><!-- Last Published: Thu Jan 09 2025 23:10:07 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="%%PUBLISH_URL_REPLACEMENT%%" data-wf-page="669ea4e9dc823158847fb6d3" data-wf-site="669ea4e8dc823158847fb697" lang="en"><head><meta charset="utf-8"/><title>Not Found</title><meta content="Not Found" property="og:title"/><meta content="Not Found" property="twitter:title"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/669ea4e8dc823158847fb697/css/macro-oceans.webflow.96bdb1a3f.css" rel="stylesheet" type="text/css"/><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/669ea4e8dc823158847fb697/669eb3dec66ae7f204128d46_MO-Web-Favicon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/669ea4e8dc823158847fb697/669eb3e26882051eaa7b2c72_MO-Web-Webclip.png" rel="apple-touch-icon"/><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-TC3YDCS17B"></script><script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('set', 'developer_id.dZGVlNj', true);gtag('config', 'G-TC3YDCS17B');</script></head><body class="body"><div class="g_menu"><div class="page_code_wrap"><div class="page_code_base w-embed"><style>
/* variables */
:root {
/* grid */
--column-count: 12;
--grid-main: repeat(var(--column-count), minmax(0, 1fr));
--grid-1: repeat(1, minmax(0, 1fr));
--grid-2: repeat(2, minmax(0, 1fr));
--grid-3: repeat(3, minmax(0, 1fr));
--grid-4: repeat(4, minmax(0, 1fr));
--grid-5: repeat(5, minmax(0, 1fr));
--grid-6: repeat(6, minmax(0, 1fr));
--grid-7: repeat(7, minmax(0, 1fr));
--grid-8: repeat(8, minmax(0, 1fr));
--grid-9: repeat(9, minmax(0, 1fr));
--grid-10: repeat(10, minmax(0, 1fr));
--grid-11: repeat(11, minmax(0, 1fr));
--grid-12: repeat(12, minmax(0, 1fr));
--grid-gap-total: calc(var(--grid-gap--main) * (var(--column-count) - 1));
--column-width: calc((100% - var(--grid-gap-total)) / var(--column-count) + var(--grid-gap--main));
--breakout-gutter: minmax(calc(var(--padding-horizontal--main) - var(--grid-gap--main)), 1fr);
--breakout-remaining: calc(var(--max-width--main) - (var(--padding-horizontal--main) * 2));
--breakout-start: [full-start] var(--breakout-gutter) [content-start];
--breakout-end: [content-end] var(--breakout-gutter) [full-end];
--grid-breakout-single: var(--breakout-start) minmax(0, var(--breakout-remaining)) var(--breakout-end);
--grid-breakout: var(--breakout-start) repeat(var(--column-count), minmax(0, calc((var(--breakout-remaining) - var(--grid-gap-total)) / var(--column-count)))) var(--breakout-end);
/* others */
--font-weight--inherit: inherit;
--font-weight--100: 100;
--font-weight--200: 200;
--font-weight--300: 300;
--font-weight--400: 400;
--font-weight--500: 500;
--font-weight--600: 600;
--font-weight--700: 700;
--font-weight--800: 800;
--font-weight--900: 900;
--text-transform--none: none;
--text-transform--uppercase: uppercase;
--text-transform--capitalize: capitalize;
--text-transform--lowercase: lowercase;
--text-transform--inherit: inherit;
--max-width--none: none;
}
/* default styles */
body {
font-weight: var(--text-main--font-weight);
text-transform: var(--text-main--text-transform);
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, blockquote {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
h1, h2, h3, h4, h5, h6, p, label, blockquote {
margin-top: 0;
margin-bottom: 0;
}
button {
background-color: unset;
padding: unset;
text-align: inherit;
cursor: pointer;
}
img::selection {
background: transparent;
}
:is(h1, h2, h3, h4, h5, h6, p) a {
text-decoration: underline;
}
.u-rich-text > *:first-child {
margin-top: 0;
}
.u-rich-text > *:last-child {
margin-bottom: 0;
}
video {
width: 100%;
object-fit: cover;
}
video.wf-empty {
padding: 0;
}
svg {
display: block;
}
section, header, footer {
position: relative;
}
/* line clamp */
.u-line-clamp-1, .u-line-clamp-2, .u-line-clamp-3, .u-line-clamp-4 {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.u-line-clamp-2 { -webkit-line-clamp: 2; }
.u-line-clamp-3 { -webkit-line-clamp: 3; }
.u-line-clamp-4 { -webkit-line-clamp: 4; }
/* component attributes */
/* section padding */
[data-padding-top="none"] { padding-top: var(--padding-vertical--none); }
[data-padding-bottom="none"] { padding-bottom: var(--padding-vertical--none); }
[data-padding-top="small"] { padding-top: var(--padding-vertical--small); }
[data-padding-bottom="small"] { padding-bottom: var(--padding-vertical--small); }
[data-padding-top="main"] { padding-top: var(--padding-vertical--main); }
[data-padding-bottom="main"] { padding-bottom: var(--padding-vertical--main); }
[data-padding-top="large"] { padding-top: var(--padding-vertical--large); }
[data-padding-bottom="large"] { padding-bottom: var(--padding-vertical--large); }
/* hide section if it has no cms items */
[data-cms-check="true"]:not(:has(.w-dyn-item)) {
display: none;
}
</style></div><div class="page_code_color w-embed"><style>
/* theme light */
:root,
[data-theme="light"],
[data-theme="dark"] [data-theme="invert"] {
--theme--background: var(--swatch--light);
--theme--text: var(--swatch--dark);
--theme--border: var(--swatch--light-secondary);
/* button primary */
--button--background: var(--swatch--brand);
--button--text: var(--swatch--brand-text);
--button--border: var(--swatch--brand);
--button--background-hover: var(--swatch--dark);
--button--text-hover: var(--swatch--light);
--button--border-hover: var(--swatch--dark);
/* button secondary */
--button-secondary--background: var(--swatch--transparent);
--button-secondary--text: var(--swatch--dark);
--button-secondary--border: var(--swatch--light-secondary);
--button-secondary--background-hover: var(--swatch--brand);
--button-secondary--text-hover: var(--swatch--brand-text);
--button-secondary--border-hover: var(--swatch--brand);
}
/* theme dark */
[data-theme="dark"],
[data-theme="invert"],
[data-theme="light"] [data-theme="invert"] {
--theme--background: var(--swatch--dark);
--theme--text: var(--swatch--light);
--theme--border: var(--swatch--dark-secondary);
/* button primary */
--button--background: var(--swatch--brand);
--button--text: var(--swatch--brand-text);
--button--border: var(--swatch--brand);
--button--background-hover: var(--swatch--light);
--button--text-hover: var(--swatch--dark);
--button--border-hover: var(--swatch--light);
/* button secondary */
--button-secondary--background: var(--swatch--transparent);
--button-secondary--text: var(--swatch--light);
--button-secondary--border: var(--swatch--dark-secondary);
--button-secondary--background-hover: var(--swatch--brand);
--button-secondary--text-hover: var(--swatch--brand-text);
--button-secondary--border-hover: var(--swatch--brand);
}
/* button secondary */
[data-button-style="secondary"] {
--button--background: var(--button-secondary--background);
--button--text: var(--button-secondary--text);
--button--border: var(--button-secondary--border);
--button--background-hover: var(--button-secondary--background-hover);
--button--text-hover: var(--button-secondary--text-hover);
--button--border-hover: var(--button-secondary--border-hover);
}
/* apply colors */
:is(c, :where([data-theme]:not([data-theme="inherit"]))) {
background-color: var(--theme--background);
color: var(--theme--text);
}
</style></div><div class="page_code_responsive w-embed"><style>
/* https://fluidbuilder.webflow.io/?design=90&max=90&min=20&g=--display--font-size,15,5_--h1--font-size,11.25,4_--h2--font-size,8.75,3.75_--h3--font-size,6.563,3.125_--h4--font-size,3.75,1.875_--h5--font-size,2.5,1.875_--h6--font-size,3.125,1.875_--textbody-large--font-size,2.344,1.563_--textbody-regular--font-size,2,1.125_--textbody-small--font-size,1.5,1.125_--subhead--font-size,1.25,1.125_--smallsubhead--font-size,0.875,0.875_--captionheadline--font-size,1.25,0.875,t_--caption--font-size,1.125,0.875_--footerlink--font-size,1,1_--displaycta--font-size,2.188,1.125&g=:1.26,1.125:&g=:1.2,1.14: */
/* fallback for older browsers */
:root {
--display--font-size: 15rem;
--h1--font-size: 11.25rem;
--h2--font-size: 8.75rem;
--h3--font-size: 6.563rem;
--h4--font-size: 3.75rem;
--h5--font-size: 2.5rem;
--h6--font-size: 3.125rem;
--textbody-large--font-size: 2.344rem;
--textbody-regular--font-size: 2rem;
--textbody-small--font-size: 1.5rem;
--subhead--font-size: 1.25rem;
--smallsubhead--font-size: 0.875rem;
--captionheadline--font-size: 1.25rem;
--caption--font-size: 1.125rem;
--footerlink--font-size: 1rem;
--displaycta--font-size: 2.188rem;
}
@media screen and (max-width: 767px) {
:root {
--display--font-size: 5rem;
--h1--font-size: 4rem;
--h2--font-size: 3.75rem;
--h3--font-size: 3.125rem;
--h4--font-size: 1.875rem;
--h5--font-size: 1.875rem;
--h6--font-size: 1.875rem;
--textbody-large--font-size: 1.563rem;
--textbody-regular--font-size: 1.125rem;
--textbody-small--font-size: 1.125rem;
--subhead--font-size: 1.125rem;
--smallsubhead--font-size: 0.875rem;
--captionheadline--font-size: 0.875rem;
--caption--font-size: 0.875rem;
--footerlink--font-size: 1rem;
--displaycta--font-size: 1.125rem;
}
}
/* fluid sizes */
@supports (font-size: clamp(1rem, 0.5rem + 3vw, 3rem)) {
:root {
--display--font-size: clamp(5rem, 2.142rem + 14.29vw, 15rem);
--h1--font-size: clamp(4rem, 1.928rem + 10.36vw, 11.25rem);
--h2--font-size: clamp(3.75rem, 2.322rem + 7.14vw, 8.75rem);
--h3--font-size: clamp(3.125rem, 2.143rem + 4.91vw, 6.563rem);
--h4--font-size: clamp(1.875rem, 1.339rem + 2.68vw, 3.75rem);
--h5--font-size: clamp(1.875rem, 1.697rem + 0.89vw, 2.5rem);
--h6--font-size: clamp(1.875rem, 1.517rem + 1.79vw, 3.125rem);
--textbody-large--font-size: clamp(1.563rem, 1.339rem + 1.12vw, 2.344rem);
--textbody-regular--font-size: clamp(1.125rem, 0.875rem + 1.25vw, 2rem);
--textbody-small--font-size: clamp(1.125rem, 1.017rem + 0.54vw, 1.5rem);
--subhead--font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
--smallsubhead--font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
--captionheadline--font-size: clamp(0.875rem, 0.767rem + 0.54vw, 1.25rem);
--caption--font-size: clamp(0.875rem, 0.803rem + 0.36vw, 1.125rem);
--footerlink--font-size: clamp(1rem, 1rem + 0vw, 1rem);
--displaycta--font-size: clamp(1.125rem, 0.821rem + 1.52vw, 2.188rem);
}
}
</style></div><div class="page_code_custom w-embed"><style>
</style></div></div><div class="navbar"><div id="menu-trigger" class="menu-button"><a href="#" data-w-id="7bf1b0a6-1f76-d2e0-ae7a-e452fb78f5de" class="hamburger w-inline-block"><div data-w-id="7bf1b0a6-1f76-d2e0-ae7a-e452fb78f5df" class="burger-line"></div><div data-w-id="7bf1b0a6-1f76-d2e0-ae7a-e452fb78f5e0" class="burger-line"></div><div data-w-id="7bf1b0a6-1f76-d2e0-ae7a-e452fb78f5e1" class="burger-line"></div></a></div><a href="/" class="logo w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/669ea4e8dc823158847fb697/669eb854c93f52f52d0fda07_MO-Logo-Primary.svg" alt="Macro Oceans Logo" class="image"/></a><div class="nav_sociallink"><a href="https://www.instagram.com/macro_oceans" target="_blank" class="nav_sociallinks w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 22 22" fill="none" class="icon_social"><g clip-path="url(#clip0_38_579)"><path d="M11.2035 2.42747C14.0634 2.42747 14.402 2.44001 15.5267 2.49018C16.572 2.53618 17.1364 2.71178 17.5127 2.85812C18.0103 3.05045 18.3698 3.28458 18.742 3.6567C19.1183 4.03299 19.3482 4.38838 19.5405 4.88593C19.6869 5.26223 19.8625 5.83085 19.9085 6.87193C19.9586 8.00082 19.9712 8.33948 19.9712 11.1951C19.9712 14.055 19.9586 14.3937 19.9085 15.5184C19.8625 16.5636 19.6869 17.1281 19.5405 17.5044C19.3482 18.0019 19.1141 18.3615 18.742 18.7336C18.3657 19.1099 18.0103 19.3398 17.5127 19.5322C17.1364 19.6785 16.5678 19.8541 15.5267 19.9001C14.3978 19.9503 14.0592 19.9628 11.2035 19.9628C8.34367 19.9628 8.005 19.9503 6.88029 19.9001C5.83503 19.8541 5.27059 19.6785 4.89429 19.5322C4.39675 19.3398 4.03717 19.1057 3.66506 18.7336C3.28877 18.3573 3.05881 18.0019 2.86648 17.5044C2.72014 17.1281 2.54454 16.5594 2.49855 15.5184C2.44837 14.3895 2.43583 14.0508 2.43583 11.1951C2.43583 8.3353 2.44837 7.99664 2.49855 6.87193C2.54454 5.82667 2.72014 5.26223 2.86648 4.88593C3.05881 4.38838 3.29295 4.02881 3.66506 3.6567C4.04136 3.2804 4.39675 3.05045 4.89429 2.85812C5.27059 2.71178 5.83921 2.53618 6.88029 2.49018C8.005 2.44001 8.34367 2.42747 11.2035 2.42747ZM11.2035 0.5C8.29767 0.5 7.93392 0.512543 6.79249 0.562716C5.65524 0.612889 4.87339 0.796855 4.19606 1.06026C3.48946 1.33621 2.89157 1.69996 2.29786 2.29786C1.69996 2.89157 1.33621 3.48946 1.06026 4.19187C0.796855 4.87339 0.612889 5.65106 0.562716 6.78831C0.512543 7.93392 0.5 8.29767 0.5 11.2035C0.5 14.1093 0.512543 14.4731 0.562716 15.6145C0.612889 16.7518 0.796855 17.5336 1.06026 18.211C1.33621 18.9176 1.69996 19.5155 2.29786 20.1092C2.89157 20.7029 3.48946 21.0708 4.19187 21.3426C4.87339 21.606 5.65106 21.7899 6.78831 21.8401C7.92974 21.8903 8.29349 21.9028 11.1993 21.9028C14.1052 21.9028 14.4689 21.8903 15.6103 21.8401C16.7476 21.7899 17.5294 21.606 18.2068 21.3426C18.9092 21.0708 19.5071 20.7029 20.1008 20.1092C20.6945 19.5155 21.0624 18.9176 21.3342 18.2151C21.5976 17.5336 21.7816 16.756 21.8318 15.6187C21.8819 14.4773 21.8945 14.1135 21.8945 11.2077C21.8945 8.30186 21.8819 7.9381 21.8318 6.79667C21.7816 5.65943 21.5976 4.87757 21.3342 4.20024C21.0708 3.48946 20.7071 2.89157 20.1092 2.29786C19.5155 1.70414 18.9176 1.33621 18.2151 1.06444C17.5336 0.801036 16.756 0.61707 15.6187 0.566897C14.4731 0.512543 14.1093 0.5 11.2035 0.5Z" fill="currentColor"></path><path d="M11.2035 5.70541C8.16806 5.70541 5.70542 8.16805 5.70542 11.2035C5.70542 14.2389 8.16806 16.7016 11.2035 16.7016C14.239 16.7016 16.7016 14.2389 16.7016 11.2035C16.7016 8.16805 14.239 5.70541 11.2035 5.70541ZM11.2035 14.7699C9.23423 14.7699 7.63707 13.1728 7.63707 11.2035C7.63707 9.23422 9.23423 7.63705 11.2035 7.63705C13.1728 7.63705 14.77 9.23422 14.77 11.2035C14.77 13.1728 13.1728 14.7699 11.2035 14.7699Z" fill="currentColor"></path><path d="M18.2026 5.48795C18.2026 6.19873 17.6256 6.77154 16.919 6.77154C16.2082 6.77154 15.6354 6.19455 15.6354 5.48795C15.6354 4.77717 16.2124 4.20436 16.919 4.20436C17.6256 4.20436 18.2026 4.78135 18.2026 5.48795Z" fill="currentColor"></path></g><defs><clipPath id="clip0_38_579"><rect width="22" height="22" fill="currentColor"></rect></clipPath></defs></svg></a><a href="https://www.linkedin.com/company/macro-oceans/" target="_blank" class="nav_sociallinks w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 22 22" fill="none" class="icon_social"><g clip-path="url(#clip0_38_598)"><path d="M5.33288 7.53955H0.859936V21.8035H5.33288V7.53955Z" fill="currentColor"></path><path d="M17.433 7.23012C17.2681 7.2095 17.0929 7.1992 16.9177 7.18889C14.4132 7.08583 13.0013 8.56994 12.5066 9.20893C12.3726 9.38414 12.3108 9.4872 12.3108 9.4872V7.58053H8.03363V21.8445H12.3108H12.5066C12.5066 20.3913 12.5066 18.9484 12.5066 17.4952C12.5066 16.7119 12.5066 15.9286 12.5066 15.1454C12.5066 14.1766 12.4344 13.1459 12.9188 12.2596C13.3311 11.5175 14.0731 11.1465 14.9079 11.1465C17.3815 11.1465 17.433 13.383 17.433 13.5891C17.433 13.5994 17.433 13.6097 17.433 13.6097V21.9063H21.9059V12.5997C21.9059 9.41506 20.2878 7.53931 17.433 7.23012Z" fill="currentColor"></path><path d="M3.09719 5.69438C4.53158 5.69438 5.69439 4.53158 5.69439 3.09719C5.69439 1.6628 4.53158 0.5 3.09719 0.5C1.6628 0.5 0.5 1.6628 0.5 3.09719C0.5 4.53158 1.6628 5.69438 3.09719 5.69438Z" fill="currentColor"></path></g><defs><clipPath id="clip0_38_598"><rect width="22" height="22" fill="currentColor"></rect></clipPath></defs></svg></a><a href="mailto:[email protected]" class="nav_sociallinks w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 22 22" fill="none" class="icon_social"><path d="M1 4H21V20.0556C21 20.306 20.9122 20.5463 20.7559 20.7234C20.5996 20.9005 20.3877 21 20.1667 21H1.83333C1.61232 21 1.40036 20.9005 1.24408 20.7234C1.0878 20.5463 1 20.306 1 20.0556V4Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1 5L10.331 13.3979C10.7113 13.7402 11.2887 13.7402 11.669 13.3979L21 5" stroke="currentColor" stroke-width="1.75"></path></svg></a></div></div><div class="full-page-menu"><div class="menu-overlay"></div><div class="menu-links-wrapper u-text-h1"><a href="/" class="menu-link u-text-h1 w-inline-block"><div class="menu-link_text">Home</div></a><a href="/our-products" class="menu-link u-text-h1 w-inline-block"><div class="menu-link_text">Our Products</div></a><a href="/about-us" class="menu-link u-text-h1 w-inline-block"><div class="menu-link_text">About US</div></a><a href="https://news.macro-oceans.com/" target="_blank" class="menu-link u-text-h1 w-inline-block"><div class="menu-link_text">NEWS</div></a></div></div></div><div class="page_wrap"><div class="page_code_wrap"><div class="page_code_base w-embed"><style>
/* variables */
:root {
/* grid */
--column-count: 12;
--grid-main: repeat(var(--column-count), minmax(0, 1fr));
--grid-1: repeat(1, minmax(0, 1fr));
--grid-2: repeat(2, minmax(0, 1fr));
--grid-3: repeat(3, minmax(0, 1fr));
--grid-4: repeat(4, minmax(0, 1fr));
--grid-5: repeat(5, minmax(0, 1fr));
--grid-6: repeat(6, minmax(0, 1fr));
--grid-7: repeat(7, minmax(0, 1fr));
--grid-8: repeat(8, minmax(0, 1fr));
--grid-9: repeat(9, minmax(0, 1fr));
--grid-10: repeat(10, minmax(0, 1fr));
--grid-11: repeat(11, minmax(0, 1fr));
--grid-12: repeat(12, minmax(0, 1fr));
--grid-gap-total: calc(var(--grid-gap--main) * (var(--column-count) - 1));
--column-width: calc((100% - var(--grid-gap-total)) / var(--column-count) + var(--grid-gap--main));
--breakout-gutter: minmax(calc(var(--padding-horizontal--main) - var(--grid-gap--main)), 1fr);
--breakout-remaining: calc(var(--max-width--main) - (var(--padding-horizontal--main) * 2));
--breakout-start: [full-start] var(--breakout-gutter) [content-start];
--breakout-end: [content-end] var(--breakout-gutter) [full-end];
--grid-breakout-single: var(--breakout-start) minmax(0, var(--breakout-remaining)) var(--breakout-end);
--grid-breakout: var(--breakout-start) repeat(var(--column-count), minmax(0, calc((var(--breakout-remaining) - var(--grid-gap-total)) / var(--column-count)))) var(--breakout-end);
/* others */
--font-weight--inherit: inherit;
--font-weight--100: 100;
--font-weight--200: 200;
--font-weight--300: 300;
--font-weight--400: 400;
--font-weight--500: 500;
--font-weight--600: 600;
--font-weight--700: 700;
--font-weight--800: 800;
--font-weight--900: 900;
--text-transform--none: none;
--text-transform--uppercase: uppercase;
--text-transform--capitalize: capitalize;
--text-transform--lowercase: lowercase;
--text-transform--inherit: inherit;
--max-width--none: none;
}
/* default styles */
body {
font-weight: var(--text-main--font-weight);
text-transform: var(--text-main--text-transform);
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, blockquote {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
h1, h2, h3, h4, h5, h6, p, label, blockquote {
margin-top: 0;
margin-bottom: 0;
}
button {
background-color: unset;
padding: unset;
text-align: inherit;
cursor: pointer;
}
img::selection {
background: transparent;
}
:is(h1, h2, h3, h4, h5, h6, p) a {
text-decoration: underline;
}
.u-rich-text > *:first-child {
margin-top: 0;
}
.u-rich-text > *:last-child {
margin-bottom: 0;
}
video {
width: 100%;
object-fit: cover;
}
video.wf-empty {
padding: 0;
}
svg {
display: block;
}
section, header, footer {
position: relative;
}
/* line clamp */
.u-line-clamp-1, .u-line-clamp-2, .u-line-clamp-3, .u-line-clamp-4 {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.u-line-clamp-2 { -webkit-line-clamp: 2; }
.u-line-clamp-3 { -webkit-line-clamp: 3; }
.u-line-clamp-4 { -webkit-line-clamp: 4; }
/* component attributes */
/* section padding */
[data-padding-top="none"] { padding-top: var(--padding-vertical--none); }
[data-padding-bottom="none"] { padding-bottom: var(--padding-vertical--none); }
[data-padding-top="small"] { padding-top: var(--padding-vertical--small); }
[data-padding-bottom="small"] { padding-bottom: var(--padding-vertical--small); }
[data-padding-top="main"] { padding-top: var(--padding-vertical--main); }
[data-padding-bottom="main"] { padding-bottom: var(--padding-vertical--main); }
[data-padding-top="large"] { padding-top: var(--padding-vertical--large); }
[data-padding-bottom="large"] { padding-bottom: var(--padding-vertical--large); }
/* hide section if it has no cms items */
[data-cms-check="true"]:not(:has(.w-dyn-item)) {
display: none;
}
</style></div><div class="page_code_color w-embed"><style>
/* theme light */
:root,
[data-theme="light"],
[data-theme="dark"] [data-theme="invert"] {
--theme--background: var(--swatch--light);
--theme--text: var(--swatch--dark);
--theme--border: var(--swatch--light-secondary);
/* button primary */
--button--background: var(--swatch--brand);
--button--text: var(--swatch--brand-text);
--button--border: var(--swatch--brand);
--button--background-hover: var(--swatch--dark);
--button--text-hover: var(--swatch--light);
--button--border-hover: var(--swatch--dark);
/* button secondary */
--button-secondary--background: var(--swatch--transparent);
--button-secondary--text: var(--swatch--dark);
--button-secondary--border: var(--swatch--light-secondary);
--button-secondary--background-hover: var(--swatch--brand);
--button-secondary--text-hover: var(--swatch--brand-text);
--button-secondary--border-hover: var(--swatch--brand);
}
/* theme dark */
[data-theme="dark"],
[data-theme="invert"],
[data-theme="light"] [data-theme="invert"] {
--theme--background: var(--swatch--dark);
--theme--text: var(--swatch--light);
--theme--border: var(--swatch--dark-secondary);
/* button primary */
--button--background: var(--swatch--brand);
--button--text: var(--swatch--brand-text);
--button--border: var(--swatch--brand);
--button--background-hover: var(--swatch--light);
--button--text-hover: var(--swatch--dark);
--button--border-hover: var(--swatch--light);
/* button secondary */
--button-secondary--background: var(--swatch--transparent);
--button-secondary--text: var(--swatch--light);
--button-secondary--border: var(--swatch--dark-secondary);
--button-secondary--background-hover: var(--swatch--brand);
--button-secondary--text-hover: var(--swatch--brand-text);
--button-secondary--border-hover: var(--swatch--brand);
}
/* button secondary */
[data-button-style="secondary"] {
--button--background: var(--button-secondary--background);
--button--text: var(--button-secondary--text);
--button--border: var(--button-secondary--border);
--button--background-hover: var(--button-secondary--background-hover);
--button--text-hover: var(--button-secondary--text-hover);
--button--border-hover: var(--button-secondary--border-hover);
}
/* apply colors */
:is(c, :where([data-theme]:not([data-theme="inherit"]))) {
background-color: var(--theme--background);
color: var(--theme--text);
}
</style></div><div class="page_code_responsive w-embed"><style>
/* https://fluidbuilder.webflow.io/?design=90&max=90&min=20&g=--display--font-size,15,5_--h1--font-size,11.25,4_--h2--font-size,8.75,3.75_--h3--font-size,6.563,3.125_--h4--font-size,3.75,1.875_--h5--font-size,2.5,1.875_--h6--font-size,3.125,1.875_--textbody-large--font-size,2.344,1.563_--textbody-regular--font-size,2,1.125_--textbody-small--font-size,1.5,1.125_--subhead--font-size,1.25,1.125_--smallsubhead--font-size,0.875,0.875_--captionheadline--font-size,1.25,0.875,t_--caption--font-size,1.125,0.875_--footerlink--font-size,1,1_--displaycta--font-size,2.188,1.125&g=:1.26,1.125:&g=:1.2,1.14: */
/* fallback for older browsers */
:root {
--display--font-size: 15rem;
--h1--font-size: 11.25rem;
--h2--font-size: 8.75rem;
--h3--font-size: 6.563rem;
--h4--font-size: 3.75rem;
--h5--font-size: 2.5rem;
--h6--font-size: 3.125rem;
--textbody-large--font-size: 2.344rem;
--textbody-regular--font-size: 2rem;
--textbody-small--font-size: 1.5rem;
--subhead--font-size: 1.25rem;
--smallsubhead--font-size: 0.875rem;
--captionheadline--font-size: 1.25rem;
--caption--font-size: 1.125rem;
--footerlink--font-size: 1rem;
--displaycta--font-size: 2.188rem;
}
@media screen and (max-width: 767px) {
:root {
--display--font-size: 5rem;
--h1--font-size: 4rem;
--h2--font-size: 3.75rem;
--h3--font-size: 3.125rem;
--h4--font-size: 1.875rem;
--h5--font-size: 1.875rem;
--h6--font-size: 1.875rem;
--textbody-large--font-size: 1.563rem;
--textbody-regular--font-size: 1.125rem;
--textbody-small--font-size: 1.125rem;
--subhead--font-size: 1.125rem;
--smallsubhead--font-size: 0.875rem;
--captionheadline--font-size: 0.875rem;
--caption--font-size: 0.875rem;
--footerlink--font-size: 1rem;
--displaycta--font-size: 1.125rem;
}
}
/* fluid sizes */
@supports (font-size: clamp(1rem, 0.5rem + 3vw, 3rem)) {
:root {
--display--font-size: clamp(5rem, 2.142rem + 14.29vw, 15rem);
--h1--font-size: clamp(4rem, 1.928rem + 10.36vw, 11.25rem);
--h2--font-size: clamp(3.75rem, 2.322rem + 7.14vw, 8.75rem);
--h3--font-size: clamp(3.125rem, 2.143rem + 4.91vw, 6.563rem);
--h4--font-size: clamp(1.875rem, 1.339rem + 2.68vw, 3.75rem);
--h5--font-size: clamp(1.875rem, 1.697rem + 0.89vw, 2.5rem);
--h6--font-size: clamp(1.875rem, 1.517rem + 1.79vw, 3.125rem);
--textbody-large--font-size: clamp(1.563rem, 1.339rem + 1.12vw, 2.344rem);
--textbody-regular--font-size: clamp(1.125rem, 0.875rem + 1.25vw, 2rem);
--textbody-small--font-size: clamp(1.125rem, 1.017rem + 0.54vw, 1.5rem);
--subhead--font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
--smallsubhead--font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
--captionheadline--font-size: clamp(0.875rem, 0.767rem + 0.54vw, 1.25rem);
--caption--font-size: clamp(0.875rem, 0.803rem + 0.36vw, 1.125rem);
--footerlink--font-size: clamp(1rem, 1rem + 0vw, 1rem);
--displaycta--font-size: clamp(1.125rem, 0.821rem + 1.52vw, 2.188rem);
}
}
</style></div><div class="page_code_custom w-embed"><style>
</style></div></div><main id="main" class="page_main"><section class="hero_utility-page_wrap"><div class="hero_utility-page_contain u-container u-vflex-center-center"><div class="hero_utility-page_content u-gap-medium u-vflex-center-center"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 47 59" width="3rem" class="hero_utility-page_icon"><path fill-rule="evenodd" d="M0 0H30.5L47 16.5V59H0V0ZM21 19H26V34H21V19ZM21 39H26V44H21V39Z" fill="currentColor"></path></svg><h1 class="hero_utility-page_title u-text-h2">Page Not Found</h1><div STYLE="max-width: 25ch;" class="hero_utility-page_paragraph">The page you are looking for doesn't exist or has been moved</div></div></div></section></main></div><footer class="footer_container"><div class="w-layout-grid footer-grid-04"><img src="https://cdn.prod.website-files.com/669ea4e8dc823158847fb697/66a7ee874649f6c1dd23262a_MO.png" loading="lazy" id="w-node-a382001c-8171-ddbc-c664-06972515c803-2515c801" alt="MO Seaweed Mascot" class="image-5"/><div id="w-node-a382001c-8171-ddbc-c664-06972515c804-2515c801" class="footer-newsletter"><div class="newsletter-form"><h5 class="newsletter-heading u-text-h5">Sign Up For Big Kelp News</h5></div><div class="newsletter_embed"><div class="w-embed w-script"><div id="custom-substack-embed"></div>
<script>
window.CustomSubstackWidget = {
substackUrl: "macro-oceans.substack.com",
placeholder: "Email Address",
buttonText: "Subscribe",
theme: "custom",
colors: {
primary: "#FFFFFF",
input: "#11006D",
email: "#FFFFFF",
text: "#11006D",
},
// Go to substackapi.com to unlock custom redirect
};
</script>
<script src="https://substackapi.com/widget.js" async></script></div></div><div class="w-layout-grid footer-legal u-text-footerlink"><a href="/terms-and-conditions" class="footer-legal inline-link">Terms & Conditions</a><div id="w-node-a382001c-8171-ddbc-c664-06972515c809-2515c801" class="footer-legal u-text-footerlink">©2024 Macro Oceans. All Rights Reserved.</div></div></div><div id="w-node-a382001c-8171-ddbc-c664-06972515c80f-2515c801" class="footer-links"><div class="footer-subhead u-text-smallsubhead">CONTACT</div><div class="footer-linkcta u-text-footerlink"><a href="mailto:[email protected]" class="inline-link">[email protected]</a></div><div class="footer-link u-text-footerlink">+1 (415) 429-2415</div><div class="footer-link u-text-footerlink">840 Embarcadero Dr, Ste 80
<br/>West Sacramento, CA 95605</div></div><div id="w-node-a382001c-8171-ddbc-c664-06972515c819-2515c801" class="footer-links"><div class="footer-subhead u-text-smallsubhead">FOLLOW ALONG</div><div class="footer-social"><a href="https://www.linkedin.com/company/macro-oceans/" target="_blank" class="footer-sociallink w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 26 26" fill="none"><g clip-path="url(#clip0_320_2458)"><path d="M24.1136 0.0490723H2.73242C1.7082 0.0490723 0.880005 0.857666 0.880005 1.85738V23.3268C0.880005 24.3265 1.7082 25.14 2.73242 25.14H24.1136C25.1378 25.14 25.9709 24.3265 25.9709 23.3317V1.85738C25.9709 0.857666 25.1378 0.0490723 24.1136 0.0490723ZM8.32397 21.4303H4.59954V9.45326H8.32397V21.4303ZM6.46175 7.82137C5.26601 7.82137 4.3006 6.85596 4.3006 5.66512C4.3006 4.47429 5.26601 3.50887 6.46175 3.50887C7.65259 3.50887 8.618 4.47429 8.618 5.66512C8.618 6.85106 7.65259 7.82137 6.46175 7.82137ZM22.2612 21.4303H18.5417V15.6084C18.5417 14.2215 18.5172 12.4328 16.6059 12.4328C14.6702 12.4328 14.3762 13.9471 14.3762 15.5104V21.4303H10.6615V9.45326H14.2292V11.0901H14.2782C14.7731 10.1491 15.9885 9.15433 17.7968 9.15433C21.5653 9.15433 22.2612 11.634 22.2612 14.8586V21.4303V21.4303Z" fill="currentColor"></path></g><defs><clipPath id="clip0_320_2458"><rect width="25.0909" height="25.0909" fill="currentColor" transform="translate(0.879883 0.0490723)"></rect></clipPath></defs></svg></a><a href="https://www.instagram.com/macro_oceans" target="_blank" class="footer-sociallink w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 26 26" fill="none"><g clip-path="url(#clip0_320_2460)"><path d="M12.5455 2.25916C15.8974 2.25916 16.2944 2.27386 17.6126 2.33267C18.8378 2.38658 19.4994 2.5924 19.9404 2.76392C20.5236 2.98935 20.945 3.26378 21.3812 3.69993C21.8222 4.14098 22.0918 4.55753 22.3172 5.1407C22.4887 5.58175 22.6945 6.24822 22.7484 7.46847C22.8072 8.79162 22.8219 9.18857 22.8219 12.5357C22.8219 15.8876 22.8072 16.2846 22.7484 17.6028C22.6945 18.828 22.4887 19.4896 22.3172 19.9306C22.0918 20.5138 21.8173 20.9352 21.3812 21.3714C20.9401 21.8124 20.5236 22.082 19.9404 22.3074C19.4994 22.4789 18.8329 22.6847 17.6126 22.7386C16.2895 22.7974 15.8925 22.8121 12.5455 22.8121C9.19347 22.8121 8.79652 22.7974 7.47827 22.7386C6.25313 22.6847 5.59155 22.4789 5.1505 22.3074C4.56733 22.082 4.14588 21.8075 3.70973 21.3714C3.26868 20.9303 2.99915 20.5138 2.77372 19.9306C2.6022 19.4896 2.39638 18.8231 2.34247 17.6028C2.28366 16.2797 2.26896 15.8827 2.26896 12.5357C2.26896 9.18366 2.28366 8.78672 2.34247 7.46847C2.39638 6.24332 2.6022 5.58175 2.77372 5.1407C2.99915 4.55753 3.27358 4.13608 3.70973 3.69993C4.15078 3.25888 4.56733 2.98935 5.1505 2.76392C5.59155 2.5924 6.25803 2.38658 7.47827 2.33267C8.79652 2.27386 9.19347 2.25916 12.5455 2.25916ZM12.5455 0C9.13956 0 8.71321 0.0147017 7.37536 0.0735085C6.0424 0.132315 5.12599 0.34794 4.3321 0.656676C3.50391 0.980114 2.80313 1.40646 2.10724 2.10724C1.40646 2.80312 0.980114 3.50391 0.656676 4.3272C0.34794 5.12599 0.132315 6.0375 0.0735085 7.37045C0.0147017 8.71321 0 9.13956 0 12.5455C0 15.9513 0.0147017 16.3777 0.0735085 17.7156C0.132315 19.0485 0.34794 19.9649 0.656676 20.7588C0.980114 21.587 1.40646 22.2878 2.10724 22.9837C2.80313 23.6795 3.50391 24.1108 4.3272 24.4293C5.12599 24.7381 6.0375 24.9537 7.37045 25.0125C8.70831 25.0713 9.13466 25.086 12.5406 25.086C15.9464 25.086 16.3728 25.0713 17.7107 25.0125C19.0436 24.9537 19.96 24.7381 20.7539 24.4293C21.5772 24.1108 22.278 23.6795 22.9739 22.9837C23.6697 22.2878 24.101 21.587 24.4195 20.7637C24.7283 19.9649 24.9439 19.0534 25.0027 17.7205C25.0615 16.3826 25.0762 15.9563 25.0762 12.5504C25.0762 9.14446 25.0615 8.71811 25.0027 7.38026C24.9439 6.0473 24.7283 5.13089 24.4195 4.337C24.1108 3.50391 23.6844 2.80312 22.9837 2.10724C22.2878 1.41136 21.587 0.980114 20.7637 0.661577C19.9649 0.352841 19.0534 0.137216 17.7205 0.0784091C16.3777 0.0147017 15.9514 0 12.5455 0Z" fill="currentColor"></path><path d="M12.5454 6.10107C8.98763 6.10107 6.1012 8.98751 6.1012 12.5453C6.1012 16.1031 8.98763 18.9896 12.5454 18.9896C16.1033 18.9896 18.9897 16.1031 18.9897 12.5453C18.9897 8.98751 16.1033 6.10107 12.5454 6.10107ZM12.5454 16.7255C10.2373 16.7255 8.36526 14.8535 8.36526 12.5453C8.36526 10.2372 10.2373 8.36514 12.5454 8.36514C14.8536 8.36514 16.7256 10.2372 16.7256 12.5453C16.7256 14.8535 14.8536 16.7255 12.5454 16.7255Z" fill="currentColor"></path><path d="M20.7491 5.84627C20.7491 6.67937 20.0728 7.35075 19.2446 7.35075C18.4115 7.35075 17.7401 6.67447 17.7401 5.84627C17.7401 5.01318 18.4164 4.3418 19.2446 4.3418C20.0728 4.3418 20.7491 5.01808 20.7491 5.84627Z" fill="currentColor"></path></g><defs><clipPath id="clip0_320_2460"><rect width="25.0909" height="25.0909" fill="currentColor"></rect></clipPath></defs></svg></a></div></div></div></footer><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=669ea4e8dc823158847fb697" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/669ea4e8dc823158847fb697/js/webflow.8ebbb8cf8185182ef7f19c2ba18ab581.js" type="text/javascript"></script></body></html>