{"id":5663,"date":"2026-06-25T19:24:11","date_gmt":"2026-06-25T23:24:11","guid":{"rendered":"https:\/\/superguideswp.wpcomstaging.com\/?page_id=5663"},"modified":"2026-06-27T14:09:42","modified_gmt":"2026-06-27T18:09:42","slug":"about","status":"publish","type":"page","link":"https:\/\/www.super.com\/guides\/about\/","title":{"rendered":"About us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5663\" class=\"elementor elementor-5663\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42e417b e-flex e-con-boxed e-con e-parent\" data-id=\"42e417b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da40f33 elementor-widget elementor-widget-html\" data-id=\"da40f33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link href=\"\/wp-content\/uploads\/about\/css\/normalize.css\" rel=\"stylesheet\" type=\"text\/css\">\n  <link href=\"\/wp-content\/uploads\/about\/css\/components.css\" rel=\"stylesheet\" type=\"text\/css\">\n  <link href=\"\/wp-content\/uploads\/about\/css\/livesuper.css\" rel=\"stylesheet\" type=\"text\/css\">\n  <link href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\">\n  <link href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\" crossorigin=\"anonymous\">\n  <script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/webfont\/1.6.26\/webfont.js\" type=\"text\/javascript\"><\/script>\n  <script type=\"text\/javascript\">WebFont.load({  google: {    families: [\"PT Sans:400,400italic,700,700italic\",\"Poppins:300,400,500,600,700\"]  }});<\/script>\n  <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>\n  <!--  Global site tag (gtag.js) -\n<!-- Google Analytics v4  -->\n  <script>\n        window.dataLayer = window.dataLayer || [];\n        function gtag() { dataLayer.push(arguments); }\n        gtag('js', new Date());\n        gtag('config', 'G-62L1E88M2H');\n    <\/script>\n  <script src=\"https:\/\/d3e54v103j8qbb.cloudfront.net\/js\/jquery-3.5.1.min.dc5e7f18c8.js?site=6279e0c2471406638223ba2d\" type=\"text\/javascript\" integrity=\"sha256-9\/aliU8dGd2tb6OSsuzixeV4y\/faTqgFtohetphbbj0=\" crossorigin=\"anonymous\"><\/script>\n  <!--  Please keep this css code to improve the font quality -->\n  <style>\n  * {\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n<\/style>\n  <!--  Hotjar Tracking Code for Super.com Webflow Site  -->\n  <script>\n    (function(h,o,t,j,a,r){\n        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};\n        h._hjSettings={hjid:3887584,hjsv:6};\n        a=o.getElementsByTagName('head')[0];\n        r=o.createElement('script');r.async=1;\n        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;\n        a.appendChild(r);\n  <!--  Amplitude analytics  -->\n  <script type=\"text\/javascript\">\n  <!--  remove blue box when click on mobile  -->\n  <style type=\"text\/css\"> html { -webkit-tap-highlight-color: rgba(0,0,0,0); } <\/style>\n  <!--  CrazyEgg Script  -->\n  <!--  Iframe size handling - works cross-origin  -->\n  <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/@iframe-resizer\/child@5.3.2\" type=\"text\/javascript\" async=\"\"><\/script>\n  <script>\n\t\/\/ Function to handle showing\/hiding the element based on the condition\nfunction toggleElementVisibility() {\n    \/\/ 1. Get the element once the DOM is ready\n    const elementToHide = document.getElementById('get-the-app-btn');\n    \/\/ Check if the element was actually found before trying to access its style\n    if (!elementToHide) {\n        console.error(\"Element with ID 'myElement' not found in the DOM.\");\n        return; \/\/ Stop the function if the element doesn't exist\n    }\n    \/\/ 2. Apply the logic based on the custom variable\n    \/\/ We assume window.myCustomVariable is defined somewhere else in your code\n    if (window.isNativeApp === true) {\n        elementToHide.style.display = 'none'; \/\/ Hide the element\n        console.log(\"Hiding 'myElement'.\");\n    } else {\n        \/\/ Use 'block' or its original display type (like 'flex', 'grid', or an empty string)\n        elementToHide.style.display = 'block'; \/\/ Show the element\n        console.log(\"Showing 'myElement'.\");\n    }\n}\n\/\/ 3. Wait for the DOM to be fully loaded before running the function\n\/\/ This guarantees that 'myElement' exists when getElementById is called.\ndocument.addEventListener('DOMContentLoaded', toggleElementVisibility);\n<\/script>\n  <div class=\"page-wrapper\">\n    <div class=\"global-styles w-embed\">\n      <style>\nselect {\n\tappearance: none;\n}\n\/* Snippet gets rid of top margin on first element in any rich text*\/\n.w-richtext>:first-child {\n\tmargin-top: 0;\n}\n\/* Snippet gets rid of bottom margin on last element in any rich text*\/\n.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {\n\tmargin-bottom: 0;\n}\n\/* Snippet prevents all click and hover interaction with an element *\/\n.clickable-off {\n\tpointer-events: none;\n}\n\/* Snippet enables all click and hover interaction with an element *\/\n.clickable-on{\n  pointer-events: auto;\n}\n\/* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*\/\n.div-square::after {\n\tcontent: \"\";\n\tdisplay: block;\n\tpadding-bottom: 100%;\n}\n\/*Hide focus outline for main content element*\/\nmain:focus-visible {\n\toutline: -webkit-focus-ring-color auto 0px;\n}\n\/* Make sure containers never lose their center alignment*\/\n.container-medium, .container-small, .container-large {\n\tmargin-right: auto !important;\n\tmargin-left: auto !important;\n}\n\/*Reset buttons, and links styles*\/\na {\n\tcolor: inherit;\n\ttext-decoration: inherit;\n\tfont-size: inherit;\n}\n\/*Apply \"...\" after 3 lines of text *\/\n.text-style-3lines {\n\tdisplay: -webkit-box;\n\toverflow: hidden;\n\t-webkit-line-clamp: 3;\n\t-webkit-box-orient: vertical;\n}\n\/*Apply \"...\" after 2 lines of text *\/\n.text-style-2lines {\n\tdisplay: -webkit-box;\n\toverflow: hidden;\n\t-webkit-line-clamp: 2;\n\t-webkit-box-orient: vertical;\n}\n@media only screen \n  and (min-device-width: 320px) \n  and (max-device-width: 480px)\n  and (-webkit-min-device-pixel-ratio: 2)\n  and (orientation: portrait) {\n  .text-rich-text p, a { overflow-wrap: break-word; word-wrap: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }\n  }\n.dropdown_list.w--open {\n  margin-top: 0px !important;\n  margin-bottom: 0px !important;\n  }\n \/*cta buttons in nav-bar*\/\n  @media (max-width: 1024px) {\n  .nav-btn-box_desktop {\n    display: none;\n  }\n  .nav-btn-box_tab-mob {\n    display: block;\n  }\n}\n<\/style>\n    <\/div>\n    <main class=\"main-wrapper\">\n  <style>\n  \/* Full-bleed: section backgrounds span the full page width inside a constrained WP container *\/\n  .section.is-about-hero, .section.level-section, .section-mission, .section-impact,\n  .section-management-board, .section-investors, .section.about-cta {\n    width:100vw; max-width:100vw; margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw);\n  }\n  html, body { overflow-x: hidden; }\n  <\/style>\n      <div class=\"section is-about-hero\">\n        <div class=\"container\">\n          <div class=\"about-hero-wrapper\">\n            <div class=\"about-hero-left\">\n              <h1 class=\"h1-style margin-bottom-24px\">About us<\/h1>\n              <p class=\"text-size-16 margin-bottom-32\">We\u2019re the all-in-one app that puts more money in your pocket! Save big on hotels, access a cash advance, get cash back on purchases, boost your credit score, earn money playing games, and more.<\/p>\n              <a href=\"https:\/\/www.super.com\/careers\" class=\"button\">Careers at Super.com<\/a>\n            <\/div>\n            <div class=\"about-hero-right\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/hero-about_updated_1.avif\" loading=\"eager\" sizes=\"100vw\" srcset=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/hero-about_updated_1hero-about_updated.avif 500w, https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/hero-about_updated_1.avif 1152w\" alt=\"\" class=\"about-hero-img\"><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"section level-section\">\n        <div class=\"container\">\n          <div class=\"level-wrapper\">\n            <h2 class=\"h2-style mb16 max-width-20ch\">Everyone deserves more money in their pocket.<\/h2>\n            <p class=\"text-size-16\">Save more. Earn more. Make every day Super!<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"bg-section-wrapper\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/about\/images\/About-page---Section-2-desktop.png\" loading=\"eager\" sizes=\"100vw\" srcset=\"\/wp-content\/uploads\/about\/images\/About-page---Section-2-desktop-p-500.png 500w, \/wp-content\/uploads\/about\/images\/About-page---Section-2-desktop-p-800.png 800w, \/wp-content\/uploads\/about\/images\/About-page---Section-2-desktop-p-1080.png 1080w, \/wp-content\/uploads\/about\/images\/About-page---Section-2-desktop.png 1440w\" alt=\"\" class=\"about-level_bg-desk\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/About-page---Section-2-mobile.svg\" loading=\"eager\" alt=\"\" class=\"about-level_bg-mob\"><\/div>\n        <div class=\"about_level_height-space\"><\/div>\n      <\/div>\n      <div data-w-id=\"bf3df656-da59-f924-3abe-59c8c751be43\" class=\"section-about-pills\">\n        <div class=\"page-padding\">\n          <div class=\"padding-huge padding-vertical\">\n            <div data-w-id=\"e7d34862-190c-d9e9-02fe-d0cf9766449e\" class=\"about-pills\">\n              <div class=\"about-pills-wrapper\">\n                <div class=\"about-pills-group\">\n                  <div class=\"pill-wrapper pink\">\n                    <h5 class=\"text-40 pink\">$200M+<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\"> in direct savings<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper yellow hide\">\n                    <h5 class=\"text-40 blue\">1M<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">ways to save on<br>everyday purchases<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper blue\">\n                    <h5 class=\"text-40 purple\">Over 30M<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">users trust Super.com<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper pink\">\n                    <h5 class=\"text-40 pink\">$2B+<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">total sales<br>around the world<\/p>\n                  <\/div>\n                <\/div>\n                <div class=\"about-pills-group\">\n                  <div class=\"pill-wrapper pink\">\n                    <h5 class=\"text-40 pink\">$200M+<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\"> in direct savings<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper yellow hide\">\n                    <h5 class=\"text-40 blue\">1M<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">ways to save on<br>everyday purchases<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper blue\">\n                    <h5 class=\"text-40 purple\">Over 30M<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">users trust Super.com<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper pink\">\n                    <h5 class=\"text-40 pink\">$2B+<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">total sales<br>around the world<\/p>\n                  <\/div>\n                <\/div>\n                <div class=\"about-pills-group\">\n                  <div class=\"pill-wrapper pink\">\n                    <h5 class=\"text-40 pink\">$200M+<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\"> in direct savings<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper yellow hide\">\n                    <h5 class=\"text-40 blue\">1M<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">ways to save on<br>everyday purchases<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper blue\">\n                    <h5 class=\"text-40 purple\">Over 30M<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">users trust Super.com<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper pink\">\n                    <h5 class=\"text-40 pink\">$2B+<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">total sales<br>around the world<\/p>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"section-management-board\">\n        <div class=\"page-padding\">\n          <div class=\"container-large\">\n            <div class=\"management-content-wrapper\">\n              <h3 class=\"h3-style is-poppins\">Management team<\/h3>\n              <div class=\"management-team-list-wrapper\">\n                <div role=\"list\" class=\"management-team-list\">\n                  <div role=\"listitem\" class=\"management-team-item\">\n                    <div class=\"management-wrapper\">\n                      <div class=\"mgt-image-wrapper\"><img decoding=\"async\" alt=\"Hussein Fazal\" loading=\"lazy\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/hussein-fazal.png\" class=\"mgt-image\"><\/div>\n                      <div class=\"padding-bottom padding-small\"><\/div>\n                      <h4 class=\"h4-style-semibold\">Hussein Fazal<\/h4>\n                      <div class=\"mgt-bottom\">\n                        <div class=\"about_pos-wrp\">\n                          <div class=\"text-12sb pink\">Co-Founder & Chief executive officer<\/div>\n                        <\/div>\n                        <a href=\"https:\/\/www.linkedin.com\/in\/husseinfazal\" target=\"_blank\" rel=\"noopener\" class=\"learn-more_link align-center-mobile-portrait w-inline-block\">\n                          <div>View ON Linkedin<\/div>\n                          <div class=\"arrow-wrapper\">\n                            <div class=\"arrow w-embed\"><svg width=\"100%\" height=\"100%\" viewbox=\"0 0 17 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5403 3.61306C15.2756 4.13758 16.1629 4.33275 16.8032 4.34942H16.8771V4.34955C16.9044 4.34944 16.9313 4.34958 16.9578 4.34996C16.9616 4.34988 16.9654 4.3498 16.9692 4.34971L16.9692 4.35013C16.9795 4.3503 16.9898 4.35051 17.0001 4.35076L16.9846 5.00005L17.0001 5.64934C16.9898 5.64958 16.9795 5.64979 16.9692 5.64997L16.9692 5.65039C16.9654 5.6503 16.9616 5.65022 16.9578 5.65014C16.9156 5.65073 16.8725 5.65074 16.8284 5.65011C16.1863 5.66226 15.2853 5.85561 14.5403 6.38703C13.7738 6.93377 13.1197 7.87269 13.1197 9.51548H11.8197C11.8197 7.71489 12.4729 6.46598 13.3844 5.64942H0V4.34942H13.383C12.4722 3.53283 11.8197 2.28428 11.8197 0.484619H13.1197C13.1197 2.12741 13.7738 3.06633 14.5403 3.61306Z\" fill=\"currentColor\"><\/path>\n                          <\/svg><\/div>\n                          <\/div>\n                        <\/a>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                  <div role=\"listitem\" class=\"management-team-item\">\n                    <div class=\"management-wrapper\">\n                      <div class=\"mgt-image-wrapper\"><img decoding=\"async\" alt=\"Daniel Weisenfeld\" loading=\"lazy\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/daniel-weisenfeld.png\" class=\"mgt-image\"><\/div>\n                      <div class=\"padding-bottom padding-small\"><\/div>\n                      <h4 class=\"h4-style-semibold\">Daniel Weisenfeld<\/h4>\n                      <div class=\"mgt-bottom\">\n                        <div class=\"about_pos-wrp\">\n                          <div class=\"text-12sb pink\">Chief Financial officer<\/div>\n                        <\/div>\n                        <a href=\"https:\/\/www.linkedin.com\/in\/daniel-weisenfeld-jd-mba\" target=\"_blank\" rel=\"noopener\" class=\"learn-more_link align-center-mobile-portrait w-inline-block\">\n                          <div>View ON Linkedin<\/div>\n                          <div class=\"arrow-wrapper\">\n                            <div class=\"arrow w-embed\"><svg width=\"100%\" height=\"100%\" viewbox=\"0 0 17 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5403 3.61306C15.2756 4.13758 16.1629 4.33275 16.8032 4.34942H16.8771V4.34955C16.9044 4.34944 16.9313 4.34958 16.9578 4.34996C16.9616 4.34988 16.9654 4.3498 16.9692 4.34971L16.9692 4.35013C16.9795 4.3503 16.9898 4.35051 17.0001 4.35076L16.9846 5.00005L17.0001 5.64934C16.9898 5.64958 16.9795 5.64979 16.9692 5.64997L16.9692 5.65039C16.9654 5.6503 16.9616 5.65022 16.9578 5.65014C16.9156 5.65073 16.8725 5.65074 16.8284 5.65011C16.1863 5.66226 15.2853 5.85561 14.5403 6.38703C13.7738 6.93377 13.1197 7.87269 13.1197 9.51548H11.8197C11.8197 7.71489 12.4729 6.46598 13.3844 5.64942H0V4.34942H13.383C12.4722 3.53283 11.8197 2.28428 11.8197 0.484619H13.1197C13.1197 2.12741 13.7738 3.06633 14.5403 3.61306Z\" fill=\"currentColor\"><\/path>\n                          <\/svg><\/div>\n                          <\/div>\n                        <\/a>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                  <div role=\"listitem\" class=\"management-team-item\">\n                    <div class=\"management-wrapper\">\n                      <div class=\"mgt-image-wrapper\"><img decoding=\"async\" alt=\"Ryan Fox\" loading=\"lazy\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/ryan-fox.png\" class=\"mgt-image\"><\/div>\n                      <div class=\"padding-bottom padding-small\"><\/div>\n                      <h4 class=\"h4-style-semibold\">Ryan Fox<\/h4>\n                      <div class=\"mgt-bottom\">\n                        <div class=\"about_pos-wrp\">\n                          <div class=\"text-12sb pink\">Chief Technology Officer<\/div>\n                        <\/div>\n                        <a href=\"https:\/\/www.linkedin.com\/in\/ryan-m-fox\/\" target=\"_blank\" rel=\"noopener\" class=\"learn-more_link align-center-mobile-portrait w-inline-block\">\n                          <div>View ON Linkedin<\/div>\n                          <div class=\"arrow-wrapper\">\n                            <div class=\"arrow w-embed\"><svg width=\"100%\" height=\"100%\" viewbox=\"0 0 17 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5403 3.61306C15.2756 4.13758 16.1629 4.33275 16.8032 4.34942H16.8771V4.34955C16.9044 4.34944 16.9313 4.34958 16.9578 4.34996C16.9616 4.34988 16.9654 4.3498 16.9692 4.34971L16.9692 4.35013C16.9795 4.3503 16.9898 4.35051 17.0001 4.35076L16.9846 5.00005L17.0001 5.64934C16.9898 5.64958 16.9795 5.64979 16.9692 5.64997L16.9692 5.65039C16.9654 5.6503 16.9616 5.65022 16.9578 5.65014C16.9156 5.65073 16.8725 5.65074 16.8284 5.65011C16.1863 5.66226 15.2853 5.85561 14.5403 6.38703C13.7738 6.93377 13.1197 7.87269 13.1197 9.51548H11.8197C11.8197 7.71489 12.4729 6.46598 13.3844 5.64942H0V4.34942H13.383C12.4722 3.53283 11.8197 2.28428 11.8197 0.484619H13.1197C13.1197 2.12741 13.7738 3.06633 14.5403 3.61306Z\" fill=\"currentColor\"><\/path>\n                          <\/svg><\/div>\n                          <\/div>\n                        <\/a>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                  <div role=\"listitem\" class=\"management-team-item\">\n                    <div class=\"management-wrapper\">\n                      <div class=\"mgt-image-wrapper\"><img decoding=\"async\" alt=\"Clem Bason\" loading=\"lazy\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/clem-bason.png\" class=\"mgt-image\"><\/div>\n                      <div class=\"padding-bottom padding-small\"><\/div>\n                      <h4 class=\"h4-style-semibold\">Clem Bason<\/h4>\n                      <div class=\"mgt-bottom\">\n                        <div class=\"about_pos-wrp\">\n                          <div class=\"text-12sb pink\">General Manager, Travel<\/div>\n                        <\/div>\n                        <a href=\"https:\/\/www.linkedin.com\/in\/clembason\/\" target=\"_blank\" rel=\"noopener\" class=\"learn-more_link align-center-mobile-portrait w-inline-block\">\n                          <div>View ON Linkedin<\/div>\n                          <div class=\"arrow-wrapper\">\n                            <div class=\"arrow w-embed\"><svg width=\"100%\" height=\"100%\" viewbox=\"0 0 17 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5403 3.61306C15.2756 4.13758 16.1629 4.33275 16.8032 4.34942H16.8771V4.34955C16.9044 4.34944 16.9313 4.34958 16.9578 4.34996C16.9616 4.34988 16.9654 4.3498 16.9692 4.34971L16.9692 4.35013C16.9795 4.3503 16.9898 4.35051 17.0001 4.35076L16.9846 5.00005L17.0001 5.64934C16.9898 5.64958 16.9795 5.64979 16.9692 5.64997L16.9692 5.65039C16.9654 5.6503 16.9616 5.65022 16.9578 5.65014C16.9156 5.65073 16.8725 5.65074 16.8284 5.65011C16.1863 5.66226 15.2853 5.85561 14.5403 6.38703C13.7738 6.93377 13.1197 7.87269 13.1197 9.51548H11.8197C11.8197 7.71489 12.4729 6.46598 13.3844 5.64942H0V4.34942H13.383C12.4722 3.53283 11.8197 2.28428 11.8197 0.484619H13.1197C13.1197 2.12741 13.7738 3.06633 14.5403 3.61306Z\" fill=\"currentColor\"><\/path>\n                          <\/svg><\/div>\n                          <\/div>\n                        <\/a>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                  <div role=\"listitem\" class=\"management-team-item\">\n                    <div class=\"management-wrapper\">\n                      <div class=\"mgt-image-wrapper\"><img decoding=\"async\" alt=\"Rick Galasieski\" loading=\"lazy\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/rick-galasieski.png\" class=\"mgt-image\"><\/div>\n                      <div class=\"padding-bottom padding-small\"><\/div>\n                      <h4 class=\"h4-style-semibold\">Rick Galasieski<\/h4>\n                      <div class=\"mgt-bottom\">\n                        <div class=\"about_pos-wrp\">\n                          <div class=\"text-12sb pink\">General Manager, Financial<\/div>\n                          <div class=\"text-12sb pink\">Products & Earnings<\/div>\n                        <\/div>\n                        <a href=\"https:\/\/www.linkedin.com\/in\/fintechbuilder\/\" target=\"_blank\" rel=\"noopener\" class=\"learn-more_link align-center-mobile-portrait w-inline-block\">\n                          <div>View ON Linkedin<\/div>\n                          <div class=\"arrow-wrapper\">\n                            <div class=\"arrow w-embed\"><svg width=\"100%\" height=\"100%\" viewbox=\"0 0 17 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5403 3.61306C15.2756 4.13758 16.1629 4.33275 16.8032 4.34942H16.8771V4.34955C16.9044 4.34944 16.9313 4.34958 16.9578 4.34996C16.9616 4.34988 16.9654 4.3498 16.9692 4.34971L16.9692 4.35013C16.9795 4.3503 16.9898 4.35051 17.0001 4.35076L16.9846 5.00005L17.0001 5.64934C16.9898 5.64958 16.9795 5.64979 16.9692 5.64997L16.9692 5.65039C16.9654 5.6503 16.9616 5.65022 16.9578 5.65014C16.9156 5.65073 16.8725 5.65074 16.8284 5.65011C16.1863 5.66226 15.2853 5.85561 14.5403 6.38703C13.7738 6.93377 13.1197 7.87269 13.1197 9.51548H11.8197C11.8197 7.71489 12.4729 6.46598 13.3844 5.64942H0V4.34942H13.383C12.4722 3.53283 11.8197 2.28428 11.8197 0.484619H13.1197C13.1197 2.12741 13.7738 3.06633 14.5403 3.61306Z\" fill=\"currentColor\"><\/path>\n                          <\/svg><\/div>\n                          <\/div>\n                        <\/a>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n            <div class=\"board-members-content-wrapper\">\n              <h3 class=\"h3-style is-poppins\">Board members<\/h3>\n              <div class=\"management-team-list-wrapper\">\n                <div role=\"list\" class=\"management-team-list\">\n                  <div role=\"listitem\" class=\"management-team-item\">\n                    <div class=\"management-wrapper\">\n                      <div class=\"mgt-image-wrapper\"><img decoding=\"async\" alt=\"Henry Shi\" loading=\"lazy\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/henry-shi.png\" class=\"mgt-image\"><\/div>\n                      <div class=\"padding-bottom padding-small\"><\/div>\n                      <h4 class=\"h4-style-semibold\">Henry Shi<\/h4>\n                      <div class=\"mgt-bottom\">\n                        <div class=\"text-12sb pink\">CO-FOUNDER, SUPER.COM<\/div>\n                        <a href=\"https:\/\/www.linkedin.com\/in\/henrythe9th\" target=\"_blank\" rel=\"noopener\" class=\"learn-more_link align-center-mobile-portrait w-inline-block\">\n                          <div>View ON Linkedin<\/div>\n                          <div class=\"arrow-wrapper\">\n                            <div class=\"arrow w-embed\"><svg width=\"100%\" height=\"100%\" viewbox=\"0 0 17 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5403 3.61306C15.2756 4.13758 16.1629 4.33275 16.8032 4.34942H16.8771V4.34955C16.9044 4.34944 16.9313 4.34958 16.9578 4.34996C16.9616 4.34988 16.9654 4.3498 16.9692 4.34971L16.9692 4.35013C16.9795 4.3503 16.9898 4.35051 17.0001 4.35076L16.9846 5.00005L17.0001 5.64934C16.9898 5.64958 16.9795 5.64979 16.9692 5.64997L16.9692 5.65039C16.9654 5.6503 16.9616 5.65022 16.9578 5.65014C16.9156 5.65073 16.8725 5.65074 16.8284 5.65011C16.1863 5.66226 15.2853 5.85561 14.5403 6.38703C13.7738 6.93377 13.1197 7.87269 13.1197 9.51548H11.8197C11.8197 7.71489 12.4729 6.46598 13.3844 5.64942H0V4.34942H13.383C12.4722 3.53283 11.8197 2.28428 11.8197 0.484619H13.1197C13.1197 2.12741 13.7738 3.06633 14.5403 3.61306Z\" fill=\"currentColor\"><\/path>\n                          <\/svg><\/div>\n                          <\/div>\n                        <\/a>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                  <div role=\"listitem\" class=\"management-team-item\">\n                    <div class=\"management-wrapper\">\n                      <div class=\"mgt-image-wrapper\"><img decoding=\"async\" alt=\"Chris Arsenault\" loading=\"lazy\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/chris-arsenault.png\" class=\"mgt-image\"><\/div>\n                      <div class=\"padding-bottom padding-small\"><\/div>\n                      <h4 class=\"h4-style-semibold\">Chris Arsenault<\/h4>\n                      <div class=\"mgt-bottom\">\n                        <div class=\"text-12sb pink\">Co-Founder, Inovia Capital<\/div>\n                        <a href=\"https:\/\/ca.linkedin.com\/in\/chrisarsenault\" target=\"_blank\" rel=\"noopener\" class=\"learn-more_link align-center-mobile-portrait w-inline-block\">\n                          <div>View ON Linkedin<\/div>\n                          <div class=\"arrow-wrapper\">\n                            <div class=\"arrow w-embed\"><svg width=\"100%\" height=\"100%\" viewbox=\"0 0 17 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5403 3.61306C15.2756 4.13758 16.1629 4.33275 16.8032 4.34942H16.8771V4.34955C16.9044 4.34944 16.9313 4.34958 16.9578 4.34996C16.9616 4.34988 16.9654 4.3498 16.9692 4.34971L16.9692 4.35013C16.9795 4.3503 16.9898 4.35051 17.0001 4.35076L16.9846 5.00005L17.0001 5.64934C16.9898 5.64958 16.9795 5.64979 16.9692 5.64997L16.9692 5.65039C16.9654 5.6503 16.9616 5.65022 16.9578 5.65014C16.9156 5.65073 16.8725 5.65074 16.8284 5.65011C16.1863 5.66226 15.2853 5.85561 14.5403 6.38703C13.7738 6.93377 13.1197 7.87269 13.1197 9.51548H11.8197C11.8197 7.71489 12.4729 6.46598 13.3844 5.64942H0V4.34942H13.383C12.4722 3.53283 11.8197 2.28428 11.8197 0.484619H13.1197C13.1197 2.12741 13.7738 3.06633 14.5403 3.61306Z\" fill=\"currentColor\"><\/path>\n                          <\/svg><\/div>\n                          <\/div>\n                        <\/a>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                  <div role=\"listitem\" class=\"management-team-item\">\n                    <div class=\"management-wrapper\">\n                      <div class=\"mgt-image-wrapper\"><img decoding=\"async\" alt=\"Sherif Guirgis\" loading=\"lazy\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/sherif-guirgis.png\" class=\"mgt-image\"><\/div>\n                      <div class=\"padding-bottom padding-small\"><\/div>\n                      <h4 class=\"h4-style-semibold\">Sherif Guirgis<\/h4>\n                      <div class=\"mgt-bottom\">\n                        <div class=\"text-12sb pink\">CEO, Violet Grey<\/div>\n                        <a href=\"https:\/\/www.linkedin.com\/in\/sherif-guirgis-86b44890\" target=\"_blank\" rel=\"noopener\" class=\"learn-more_link align-center-mobile-portrait w-inline-block\">\n                          <div>View ON Linkedin<\/div>\n                          <div class=\"arrow-wrapper\">\n                            <div class=\"arrow w-embed\"><svg width=\"100%\" height=\"100%\" viewbox=\"0 0 17 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5403 3.61306C15.2756 4.13758 16.1629 4.33275 16.8032 4.34942H16.8771V4.34955C16.9044 4.34944 16.9313 4.34958 16.9578 4.34996C16.9616 4.34988 16.9654 4.3498 16.9692 4.34971L16.9692 4.35013C16.9795 4.3503 16.9898 4.35051 17.0001 4.35076L16.9846 5.00005L17.0001 5.64934C16.9898 5.64958 16.9795 5.64979 16.9692 5.64997L16.9692 5.65039C16.9654 5.6503 16.9616 5.65022 16.9578 5.65014C16.9156 5.65073 16.8725 5.65074 16.8284 5.65011C16.1863 5.66226 15.2853 5.85561 14.5403 6.38703C13.7738 6.93377 13.1197 7.87269 13.1197 9.51548H11.8197C11.8197 7.71489 12.4729 6.46598 13.3844 5.64942H0V4.34942H13.383C12.4722 3.53283 11.8197 2.28428 11.8197 0.484619H13.1197C13.1197 2.12741 13.7738 3.06633 14.5403 3.61306Z\" fill=\"currentColor\"><\/path>\n                          <\/svg><\/div>\n                          <\/div>\n                        <\/a>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                  <div role=\"listitem\" class=\"management-team-item\">\n                    <div class=\"management-wrapper\">\n                      <div class=\"mgt-image-wrapper\"><img decoding=\"async\" alt=\"Sanchan Sexena\" loading=\"lazy\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/sanchan-sexena.png\" class=\"mgt-image\"><\/div>\n                      <div class=\"padding-bottom padding-small\"><\/div>\n                      <h4 class=\"h4-style-semibold\">Sanchan Sexena<\/h4>\n                      <div class=\"mgt-bottom\">\n                        <div class=\"text-12sb pink\">SVP & GM, Atlassian<\/div>\n                        <a href=\"https:\/\/www.linkedin.com\/in\/sanchans\" target=\"_blank\" rel=\"noopener\" class=\"learn-more_link align-center-mobile-portrait w-inline-block\">\n                          <div>View ON Linkedin<\/div>\n                          <div class=\"arrow-wrapper\">\n                            <div class=\"arrow w-embed\"><svg width=\"100%\" height=\"100%\" viewbox=\"0 0 17 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5403 3.61306C15.2756 4.13758 16.1629 4.33275 16.8032 4.34942H16.8771V4.34955C16.9044 4.34944 16.9313 4.34958 16.9578 4.34996C16.9616 4.34988 16.9654 4.3498 16.9692 4.34971L16.9692 4.35013C16.9795 4.3503 16.9898 4.35051 17.0001 4.35076L16.9846 5.00005L17.0001 5.64934C16.9898 5.64958 16.9795 5.64979 16.9692 5.64997L16.9692 5.65039C16.9654 5.6503 16.9616 5.65022 16.9578 5.65014C16.9156 5.65073 16.8725 5.65074 16.8284 5.65011C16.1863 5.66226 15.2853 5.85561 14.5403 6.38703C13.7738 6.93377 13.1197 7.87269 13.1197 9.51548H11.8197C11.8197 7.71489 12.4729 6.46598 13.3844 5.64942H0V4.34942H13.383C12.4722 3.53283 11.8197 2.28428 11.8197 0.484619H13.1197C13.1197 2.12741 13.7738 3.06633 14.5403 3.61306Z\" fill=\"currentColor\"><\/path>\n                          <\/svg><\/div>\n                          <\/div>\n                        <\/a>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"section-investors\">\n        <div class=\"page-padding\">\n          <div class=\"investors-content-wrapper\">\n            <div class=\"container-large\">\n              <div class=\"about_investor-contents\">\n                <div class=\"about_investor-contents\">\n                  <div class=\"about_investor-spotlight-contents\">\n                    <h2 id=\"w-node-_4f43dd62-f95c-b633-0886-cd17c4cb30ea-e370276f\" class=\"text-style-h2 margin-bottom-60px\">Investors<\/h2>\n                    <div id=\"w-node-_4f43dd62-f95c-b633-0886-cd17c4cb30ec-e370276f\" class=\"about_investor-spotilight-right\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/about\/images\/steph-curry-with-hussein-and-henry-in-office.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"\/wp-content\/uploads\/about\/images\/steph-curry-with-hussein-and-henry-in-office-p-500.jpg 500w, \/wp-content\/uploads\/about\/images\/steph-curry-with-hussein-and-henry-in-office-p-800.jpg 800w, \/wp-content\/uploads\/about\/images\/steph-curry-with-hussein-and-henry-in-office-p-1080.jpg 1080w, \/wp-content\/uploads\/about\/images\/steph-curry-with-hussein-and-henry-in-office.webp 1130w\" alt=\"\" class=\"investor_image\"><\/div>\n                    <div class=\"about_investor-spotilight-left\">\n                      <div class=\"investor_lead-text pink\">Investor Spotlight<\/div>\n                      <div class=\"investor_quote\">\u201cWe should all have the power to write our own story...\u201d<\/div>\n                      <div class=\"investor_quote-name\">Steph Curry<\/div>\n                      <div class=\"text-size-16\">4x NBA champ, MVP, and Super.com investor<\/div>\n                      <div data-w-id=\"d4d2dadf-19fe-072e-6561-46916a1d97ee\" class=\"learn-more_box mt-24px\">\n                        <a style=\"color:rgb(0,0,0)\" href=\"https:\/\/www.forbes.com\/sites\/cognitiveworld\/2019\/10\/03\/when-steph-curry-has-your-back-the-snaptravel-story\/?sh=3c49093b6997\" target=\"_blank\" class=\"learn-more_link w-inline-block\">\n                          <div>learn more<\/div>\n                          <div style=\"-webkit-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)\" class=\"arrow-wrapper\">\n                            <div class=\"arrow w-embed\"><svg width=\"100%\" height=\"100%\" viewbox=\"0 0 17 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5403 3.61306C15.2756 4.13758 16.1629 4.33275 16.8032 4.34942H16.8771V4.34955C16.9044 4.34944 16.9313 4.34958 16.9578 4.34996C16.9616 4.34988 16.9654 4.3498 16.9692 4.34971L16.9692 4.35013C16.9795 4.3503 16.9898 4.35051 17.0001 4.35076L16.9846 5.00005L17.0001 5.64934C16.9898 5.64958 16.9795 5.64979 16.9692 5.64997L16.9692 5.65039C16.9654 5.6503 16.9616 5.65022 16.9578 5.65014C16.9156 5.65073 16.8725 5.65074 16.8284 5.65011C16.1863 5.66226 15.2853 5.85561 14.5403 6.38703C13.7738 6.93377 13.1197 7.87269 13.1197 9.51548H11.8197C11.8197 7.71489 12.4729 6.46598 13.3844 5.64942H0V4.34942H13.383C12.4722 3.53283 11.8197 2.28428 11.8197 0.484619H13.1197C13.1197 2.12741 13.7738 3.06633 14.5403 3.61306Z\" fill=\"currentColor\"><\/path>\n                              <\/svg><\/div>\n                          <\/div>\n                        <\/a>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                <div class=\"about_investor-partner-contents\">\n                  <div class=\"get-in-touch-wrapper\">\n                    <h4 class=\"h4-style-semibold\">Interested in investing or partnering with us?<\/h4>\n                    <div class=\"button-wrapper\">\n                      <a href=\"mailto:partner@super.com?subject=Interested%20in%20partnering%20with%20Super\" class=\"button w-button\">Get in touch<\/a>\n                    <\/div>\n                  <\/div>\n                  <div class=\"investors-wrapper\">\n                    <div class=\"investors-logo\">\n                      <div class=\"logo-wrapper\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/logo-1.png\" loading=\"lazy\" alt=\"\" class=\"investors-logo-image\"><\/div>\n                      <div class=\"logo-wrapper\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/logo-2.png\" loading=\"lazy\" alt=\"\" class=\"investors-logo-image\"><\/div>\n                      <div class=\"logo-wrapper\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/logo-3.png\" loading=\"lazy\" alt=\"\" class=\"investors-logo-image\"><\/div>\n                      <div class=\"logo-wrapper\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/logo-4.png\" loading=\"lazy\" alt=\"\" class=\"investors-logo-image\"><\/div>\n                      <div class=\"logo-wrapper\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/logo-5.png\" loading=\"lazy\" alt=\"\" class=\"investors-logo-image\"><\/div>\n                      <div class=\"logo-wrapper _06\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/logo-6.png\" loading=\"lazy\" alt=\"\" class=\"investors-logo-image\"><\/div>\n                      <div class=\"logo-wrapper\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/logo-7.png\" loading=\"lazy\" alt=\"\" class=\"investors-logo-image\"><\/div>\n                      <div class=\"logo-wrapper\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/about\/images\/logo-8.png\" loading=\"lazy\" alt=\"\" class=\"investors-logo-image\"><\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"section about-cta\">\n        <div class=\"container\">\n          <div class=\"about-cta-wrapper\">\n            <h2 class=\"h2-style margin-bottom-16px\">We\u2019re hiring!<\/h2>\n            <p class=\"text-size-16 margin-bottom-24\">Join us on our mission to help people make every day Super! We can&#x27;t do it without you.<\/p>\n            <a href=\"https:\/\/www.super.com\/careers\" class=\"button w-button\">Explore careers<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/main>\n  <\/div>\n  <script src=\"https:\/\/d3e54v103j8qbb.cloudfront.net\/js\/jquery-3.5.1.min.dc5e7f18c8.js?site=6279e0c2471406638223ba2d\" type=\"text\/javascript\" integrity=\"sha256-9\/aliU8dGd2tb6OSsuzixeV4y\/faTqgFtohetphbbj0=\" crossorigin=\"anonymous\"><\/script>\n  <script src=\"\/wp-content\/uploads\/about\/js\/livesuper.js\" type=\"text\/javascript\"><\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>About us We\u2019re the all-in-one app that puts more money in your pocket! Save big on hotels, access a cash [&hellip;]<\/p>\n","protected":false},"author":270045758,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_wpcom_ai_launchpad_about_page":false,"footnotes":""},"class_list":["post-5663","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.9 (Yoast SEO v27.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>About Super.com | Cashback, Travel, &amp; Everyday Savings<\/title>\n<meta name=\"description\" content=\"Super.com is a technology company on a mission to democratize access to rewards &amp; savings, so everyone can level up life. Learn more about us.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.super.com\/guides\/about\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About us\" \/>\n<meta property=\"og:description\" content=\"Super.com is a technology company on a mission to democratize access to rewards &amp; savings, so everyone can level up life. Learn more about us.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.super.com\/guides\/about\/\" \/>\n<meta property=\"og:site_name\" content=\"Super.com Guides\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/super\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-27T18:09:42+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/about\\\/\",\"url\":\"https:\\\/\\\/www.super.com\\\/guides\\\/about\\\/\",\"name\":\"About Super.com | Cashback, Travel, & Everyday Savings\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/#website\"},\"datePublished\":\"2026-06-25T23:24:11+00:00\",\"dateModified\":\"2026-06-27T18:09:42+00:00\",\"description\":\"Super.com is a technology company on a mission to democratize access to rewards & savings, so everyone can level up life. Learn more about us.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/about\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.super.com\\\/guides\\\/about\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/about\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Guides Home\",\"item\":\"https:\\\/\\\/www.super.com\\\/guides\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/#website\",\"url\":\"https:\\\/\\\/www.super.com\\\/guides\\\/\",\"name\":\"Super.com Guides\",\"description\":\"Super.com helps you save on hotels, get cash advances, and make extra money!\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.super.com\\\/guides\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/#organization\",\"name\":\"Super.com\",\"url\":\"https:\\\/\\\/www.super.com\\\/guides\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.super.com\\\/guides\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/cropped-favicon.jpg\",\"contentUrl\":\"https:\\\/\\\/www.super.com\\\/guides\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/cropped-favicon.jpg\",\"width\":512,\"height\":512,\"caption\":\"Super.com\"},\"image\":{\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/super\\\/\",\"https:\\\/\\\/www.instagram.com\\\/savewithsuper\\\/#\",\"https:\\\/\\\/www.youtube.com\\\/@savewithsuper\",\"https:\\\/\\\/www.tiktok.com\\\/@super\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/superdotcom\",\"https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Super.com\",\"https:\\\/\\\/www.pinterest.com\\\/savewithsuper\\\/\",\"https:\\\/\\\/www.reddit.com\\\/r\\\/superdotcom\\\/\"],\"description\":\"Super.com is an all-in-one app that puts more money in your pocket! Save big on hotels, access a cash advance, get cash back on purchases, boost your credit score, earn money playing games, and more.\",\"foundingDate\":\"2016-04-04\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"About Super.com | Cashback, Travel, & Everyday Savings","description":"Super.com is a technology company on a mission to democratize access to rewards & savings, so everyone can level up life. Learn more about us.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.super.com\/guides\/about\/","og_locale":"en_US","og_type":"article","og_title":"About us","og_description":"Super.com is a technology company on a mission to democratize access to rewards & savings, so everyone can level up life. Learn more about us.","og_url":"https:\/\/www.super.com\/guides\/about\/","og_site_name":"Super.com Guides","article_publisher":"https:\/\/www.facebook.com\/super\/","article_modified_time":"2026-06-27T18:09:42+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.super.com\/guides\/about\/","url":"https:\/\/www.super.com\/guides\/about\/","name":"About Super.com | Cashback, Travel, & Everyday Savings","isPartOf":{"@id":"https:\/\/www.super.com\/guides\/#website"},"datePublished":"2026-06-25T23:24:11+00:00","dateModified":"2026-06-27T18:09:42+00:00","description":"Super.com is a technology company on a mission to democratize access to rewards & savings, so everyone can level up life. Learn more about us.","breadcrumb":{"@id":"https:\/\/www.super.com\/guides\/about\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.super.com\/guides\/about\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.super.com\/guides\/about\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Guides Home","item":"https:\/\/www.super.com\/guides\/"},{"@type":"ListItem","position":2,"name":"About us"}]},{"@type":"WebSite","@id":"https:\/\/www.super.com\/guides\/#website","url":"https:\/\/www.super.com\/guides\/","name":"Super.com Guides","description":"Super.com helps you save on hotels, get cash advances, and make extra money!","publisher":{"@id":"https:\/\/www.super.com\/guides\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.super.com\/guides\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.super.com\/guides\/#organization","name":"Super.com","url":"https:\/\/www.super.com\/guides\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.super.com\/guides\/#\/schema\/logo\/image\/","url":"https:\/\/www.super.com\/guides\/wp-content\/uploads\/2025\/08\/cropped-favicon.jpg","contentUrl":"https:\/\/www.super.com\/guides\/wp-content\/uploads\/2025\/08\/cropped-favicon.jpg","width":512,"height":512,"caption":"Super.com"},"image":{"@id":"https:\/\/www.super.com\/guides\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/super\/","https:\/\/www.instagram.com\/savewithsuper\/#","https:\/\/www.youtube.com\/@savewithsuper","https:\/\/www.tiktok.com\/@super","https:\/\/www.linkedin.com\/company\/superdotcom","https:\/\/en.wikipedia.org\/wiki\/Super.com","https:\/\/www.pinterest.com\/savewithsuper\/","https:\/\/www.reddit.com\/r\/superdotcom\/"],"description":"Super.com is an all-in-one app that puts more money in your pocket! Save big on hotels, access a cash advance, get cash back on purchases, boost your credit score, earn money playing games, and more.","foundingDate":"2016-04-04","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}}]}},"jetpack_likes_enabled":false,"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/PgJOr9-1tl","jetpack-related-posts":[{"id":5661,"url":"https:\/\/www.super.com\/guides\/careers\/","url_meta":{"origin":5663,"position":0},"title":"Careers","author":"Super.com Team","date":"June 24, 2026","format":false,"excerpt":"Ready to start your Super career? Join our fast-growing fintech with smart colleagues, best-in-class benefits, and a flexible working environment. Explore open roles Beware of fraudulent job offers! Find out more. Fully remote, forever Flexibility fuels our best work We believe people do their best when they can work where\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1424,"url":"https:\/\/www.super.com\/guides\/reviews\/","url_meta":{"origin":5663,"position":1},"title":"Reviews","author":"tonywangd5ed949d17","date":"November 20, 2025","format":false,"excerpt":"Try Super+ Super.com reviews Trusted by millions. Loved by thousands. With over 35,000 5-star reviews, Super.com helps people save on travel, earn rewards, and unlock everyday value. What real customers are saying about Super.com Trustpilot Trustpilot Trustpilot View all customer reviews The Super.com Charge Card is a secured credit card\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":5353,"url":"https:\/\/www.super.com\/guides\/legal\/","url_meta":{"origin":5663,"position":2},"title":"Super.com Legal Center","author":"Super.com Team","date":"June 26, 2026","format":false,"excerpt":"General Super.com Terms of Use Arbitration, Mass Filings, and Class Action Agreements Global Privacy Notice U.S. Privacy Notice Additional Terms- European Union Super+ Membership Service Terms Super.com Travel Service Terms General Travel Service Terms Additional Terms - Hotel Bookings Additional Terms - Flight Bookings Super.com Financial Products & Earnings Service\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.super.com\/guides\/wp-content\/uploads\/2026\/04\/Legal-Super-com.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.super.com\/guides\/wp-content\/uploads\/2026\/04\/Legal-Super-com.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.super.com\/guides\/wp-content\/uploads\/2026\/04\/Legal-Super-com.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.super.com\/guides\/wp-content\/uploads\/2026\/04\/Legal-Super-com.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/www.super.com\/guides\/wp-content\/uploads\/2026\/04\/Legal-Super-com.png?resize=1050%2C600&ssl=1 3x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.super.com\/guides\/wp-json\/wp\/v2\/pages\/5663","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.super.com\/guides\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.super.com\/guides\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.super.com\/guides\/wp-json\/wp\/v2\/users\/270045758"}],"replies":[{"embeddable":true,"href":"https:\/\/www.super.com\/guides\/wp-json\/wp\/v2\/comments?post=5663"}],"version-history":[{"count":10,"href":"https:\/\/www.super.com\/guides\/wp-json\/wp\/v2\/pages\/5663\/revisions"}],"predecessor-version":[{"id":6328,"href":"https:\/\/www.super.com\/guides\/wp-json\/wp\/v2\/pages\/5663\/revisions\/6328"}],"wp:attachment":[{"href":"https:\/\/www.super.com\/guides\/wp-json\/wp\/v2\/media?parent=5663"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}